Skip to content

Commit

Permalink
v8, initial upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Aug 31, 2023
0 parents commit 3b7dbf6
Show file tree
Hide file tree
Showing 328 changed files with 12,284 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/InfinityAutoPackager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Infinity Auto Packager by AL|EN ([email protected])
# A tool that automatically generates Infinity Engine mod packages when you publish a release.

on:
release:
types: [published]
jobs:
InfinityAutoPackager:
runs-on: ubuntu-latest
steps:

- name: Initial setup
run: |
git lfs uninstall
git config --global core.autocrlf false
git config --global core.ignorecase true
- name: Clone repository using 'github.ref' from release
uses: actions/checkout@master

- name: Create Infinity Engine Mod Packages (.iemod and .zip)
uses: ALIENQuake/CreateIEModZipPackage@master
id: CreateIEModZipPackage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload iemod package to latest release
uses: svenstaro/upload-release-action@v1-release
if: github.ref != 'refs/heads/master'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.CreateIEModZipPackage.outputs.PackageBaseName }}.iemod
asset_name: ${{ steps.CreateIEModZipPackage.outputs.PackageBaseName }}.iemod
tag: ${{ github.ref }}
overwrite: true
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*.7z
/*.rar
/*.zip
/*.tar.gz
/*.exe
39 changes: 39 additions & 0 deletions package_mod.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
@echo off
setlocal

REM /* this initializes the values for the different variables referenced in compatible_games */
call "%~dp0..\ModPackaging\utilities\ie_games.bat"

REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
set "mod_name=Tyris Flare"
set mod_version=v8
set mod_folder=tyrisflare

REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */
REM /* %bg1%, %bg2%, %bgt%, %tutu%, %bgee%, %bgiiee%, %iwd1%, %iwdee%, %iwd2%, %iwd2ee%, %iwd-in-bg2%, %pst%, %pstee% */
set "compatible_games=%bg2%, %bgt%, %bgiiee%, or %eet%"

REM /* MODIFY: these variables have sensible default values but they may need to be tweaked to match your particular mod */
REM /* the ico_folder is where your .ico files are stored, which is usually the mod's backup or style folder */
REM /* the audio_folder is where your sox and oggdec.exe utilities are stored (leave alone if you have no audio) */
REM /* the tispack_folder is the root directory that contains the win32, osx, and unix subfolders where your tisunpack utilities are stored (leave alone if you have no tilesets) */
REM /* the iconv_folder is where your iconv.exe utility is stored (leave alone if you are not converting charsets for BGEE) */
REM /* the mod_readme link should point to the online readme and work fine as-is if the mod uses the standard G3 naming scheme */
set ico_folder=%mod_folder%\style
set audio_folder=%mod_folder%\audio
set tispack_folder=%mod_folder%\tiz
set iconv_folder=%mod_folder%\languages\iconv
set mod_readme=https://gibberlings3.github.io/Documentation/readmes/readme-%mod_folder%.html

REM /* MODIFY: if you don't need to build a specific package, you can disable it by setting the appropriate variable below to 0 */
set build_windows=1
set build_osx=1
set build_linux=1

REM /* MODIFY: if you want to avoid making filenames lowercase, you can disable that by setting the variable below to 0 */
set lowercase_filenames=1

REM /* this performs the actual packaging */
call "%~dp0..\ModPackaging\utilities\complete_packaging.bat"

endlocal
29 changes: 29 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
![Latest Release](https://img.shields.io/github/v/release/Gibberlings3/Tyris_Flare?include_prereleases&color=blue)
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Gibberlings3/Tyris_Flare?color=gold)
![Platform](https://img.shields.io/static/v1?label=platform&message=windows%20%7C%20macOS%20%7C%20linux%20%7C%20Project%20Infinity&color=informational)
![Language](https://img.shields.io/static/v1?label=language&message=English%20%7C%20Russian%20%7C%20Spanish&color=limegreen)
![Supported games](https://img.shields.io/static/v1?label=supported%20games&message=BG2%20%7C%20BGT%20%7C%20BG2EE%20%7C%20EET&color=dodgerblue)

![The G3 Logo](https://raw.githubusercontent.com/Gibberlings3/.github/master/profile/g3_neutral.png)

# Tyris Flare

## Overview

Meet Tyris Flare, a red-haired amazon who can kick ass and hurl fire!

Sound familiar? That's because I decided to have a nostalgia trip and recreate a character from ye olde Golden Axe computer games that were released on the Sega Mega Drive (or Genesis in America) and arcade machines in the 90s. You may also have seen her recently in Golden Axe: Beast Master, though my interpretation of the character is from the older games.

How does she end up in Baldur's Gate II? You'll have to play to find out!

Once in your party, Tyris will banter with all BioWare NPCs and can be romanced by any human/elf/half-elf male PC. Enjoy!

## More Information

:page_facing_up: [Project Page](https://www.gibberlings3.net/mods/npcs/tyris/)
:page_facing_up: [Readme](https://gibberlings3.github.io/Documentation/readmes/readme-tyrisflare.html)
:page_facing_up: [Forum](https://www.gibberlings3.net/forums/forum/169-tyris-flare/)

##

![GitHub repo size](https://img.shields.io/github/repo-size/Gibberlings3/Tyris_Flare?style=plastic&label=repo%20size)
30 changes: 30 additions & 0 deletions tyrisflare/2das/g#tfend.2da
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
2DA V1.0
*G#TYRISL
0 1
SWITCH DEFAULT DEFAULT
DEFAULT 71020 99999
DWARF 0 0
ELF 0 0
HALFELF 0 0
HALFLING 0 0
GNOME 0 0
HUMAN 0 0
HALFORC 0 0
MAGE 0 0
FIGHTER 0 0
CLERIC 0 0
THIEF 0 0
BARD 0 0
PALADIN 0 0
FIGHTER_MAGE 0 0
FIGHTER_CLERIC 0 0
FIGHTER_THIEF 0 0
FIGHTER_MAGE_THIEF 0 0
DRUID 0 0
RANGER 0 0
MAGE_THIEF 0 0
CLERIC_MAGE 0 0
CLERIC_THIEF 0 0
FIGHTER_DRUID 0 0
FIGHTER_MAGE_CLERIC 0 0
CLERIC_RANGER 0 0
5 changes: 5 additions & 0 deletions tyrisflare/audio/g3blank.mus
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Blank
1
A @TAG END


Binary file added tyrisflare/audio/ogg/g#tflov1.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tflov2.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tflov3.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tflov4.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tfsong.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx01.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx03.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx04.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx05.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx06.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx07.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx08.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx09.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx10.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx11.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx12.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx13.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx15.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx16.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx17.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx18.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx19.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx20.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx21.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx22.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx23.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx24.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx25.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx26.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx27.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx28.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx29.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx30.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx31.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx32.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx33.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx34.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx35.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx36.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx37.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx38.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx39.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx40.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx41.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx42.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx43.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx44.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx45.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx46.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx47.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx48.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx49.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx50.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx51.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx52.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx53.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx54.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx55.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx56.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx57.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#trsx58.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs01.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs02.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs03.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs04.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs05.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs06.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs07.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs08.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs09.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs10.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs11.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs12.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs13.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs14.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs15.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs16.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs17.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs18.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs19.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs20.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs21.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs22.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs23.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs24.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs25.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs26.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs27.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs28.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs29.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs30.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs31.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs32.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs33.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs34.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs35.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs36.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs37.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs38.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs39.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs40.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs41.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs42.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs43.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs44.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs45.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs46.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs47.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs48.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs49.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs50.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs51.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs52.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs53.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs54.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs55.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs56.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs57.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs58.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs59.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs60.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs61.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs62.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs63.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs64.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs65.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs66.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs67.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs68.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs69.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs70.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs71.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs72.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs73.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs74.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs75.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs76.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs77.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs78.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs79.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs80.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs81.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs82.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs83.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs84.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs85.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs86.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs87.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs88.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs89.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs90.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs91.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs92.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs93.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs94.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs95.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs96.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs97.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs98.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrs99.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa0.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa1.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa2.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa3.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa4.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa5.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa6.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa7.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa8.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsa9.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb0.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb1.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb2.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb3.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb4.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb5.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb6.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb7.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb8.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/g#tyrsb9.ogg
Binary file not shown.
Binary file added tyrisflare/audio/ogg/oggdec.exe
Binary file not shown.
Binary file added tyrisflare/audio/ogg/sox
Binary file not shown.
Binary file added tyrisflare/audio/wav/g3mute.wav
Binary file not shown.
Binary file added tyrisflare/bams/cg#tfamr.bam
Binary file not shown.
Binary file added tyrisflare/bams/cg#tfamr.bmp
Binary file not shown.
Binary file added tyrisflare/bams/g#baserd.bam
Binary file not shown.
Binary file added tyrisflare/bams/g#baserd.vvc
Binary file not shown.
Binary file added tyrisflare/bams/ig#tfamr.bam
Binary file not shown.
Binary file added tyrisflare/bams/ig#tfbdy.bam
Binary file not shown.
Binary file added tyrisflare/bams/ig#tflck.bam
Binary file not shown.
Binary file added tyrisflare/creatures/g#tflove.cre
Binary file not shown.
Binary file added tyrisflare/creatures/g#tfspwn.cre
Binary file not shown.
Binary file added tyrisflare/creatures/g#tyrs10.cre
Binary file not shown.
Binary file added tyrisflare/creatures/g#tyrs11.cre
Binary file not shown.
Binary file added tyrisflare/creatures/g#tyrs13.cre
Binary file not shown.
Binary file added tyrisflare/creatures/g#tyrs16.cre
Binary file not shown.
Binary file added tyrisflare/creatures/g#tyrs8.cre
Binary file not shown.
6 changes: 6 additions & 0 deletions tyrisflare/desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[.ShellClassInfo]
IconResource=style\g3.ico,0
[ViewState]
Mode=
Vid=
FolderType=Documents
Loading

0 comments on commit 3b7dbf6

Please sign in to comment.