Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 27, 2019 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/557a979a0c21bafe52e5b100d0a9764b to your computer and use it in GitHub Desktop.
Save ryantm/557a979a0c21bafe52e5b100d0a9764b to your computer and use it in GitHub Desktop.
/nix/store/rmsjhga3rn7ds6v61mwidrv74hfiqlm0-gemrb-0.8.6
├── bin
│   ├── extend2da.py
│   └── gemrb
├── etc
│   ├── GemRB.cfg.noinstall.sample
│   └── GemRB.cfg.sample
├── lib
│   ├── libgemrb_core.so -> libgemrb_core.so.0.8.6
│   ├── libgemrb_core.so.0.8.6
│   └── plugins
│   ├── 2DAImporter.so
│   ├── ACMReader.so
│   ├── AREImporter.so
│   ├── BAMImporter.so
│   ├── BIFImporter.so
│   ├── BIKPlayer.so
│   ├── BMPImporter.so
│   ├── BMPWriter.so
│   ├── CHUImporter.so
│   ├── CREImporter.so
│   ├── DirectoryImporter.so
│   ├── DLGImporter.so
│   ├── EFFImporter.so
│   ├── FXOpcodes.so
│   ├── GAMImporter.so
│   ├── GUIScript.so
│   ├── IDSImporter.so
│   ├── INIImporter.so
│   ├── ITMImporter.so
│   ├── IWDOpcodes.so
│   ├── KEYImporter.so
│   ├── MOSImporter.so
│   ├── MUSImporter.so
│   ├── MVEPlayer.so
│   ├── NullSound.so
│   ├── NullSource.so
│   ├── OGGReader.so
│   ├── OpenALAudio.so
│   ├── PLTImporter.so
│   ├── PNGImporter.so
│   ├── PROImporter.so
│   ├── PSTOpcodes.so
│   ├── SAVImporter.so
│   ├── SDLVideo.so
│   ├── SPLImporter.so
│   ├── STOImporter.so
│   ├── TISImporter.so
│   ├── TLKImporter.so
│   ├── TTFImporter.so
│   ├── WAVReader.so
│   ├── WEDImporter.so
│   ├── WMPImporter.so
│   └── ZLibManager.so
└── share
├── applications
│   └── gemrb.desktop
├── doc
│   └── gemrb
│   ├── AUTHORS
│   ├── COPYING
│   ├── en
│   │   ├── CheatKeys.txt
│   │   ├── CodingStyle.txt
│   │   ├── default_ini.txt
│   │   ├── Engine
│   │   │   ├── Charcolors.txt
│   │   │   ├── Containers.txt
│   │   │   ├── Doors.txt
│   │   │   ├── Effects.txt
│   │   │   ├── Projectile.txt
│   │   │   ├── Triggers.txt
│   │   │   └── Usability.txt
│   │   ├── EngineChanges.txt
│   │   ├── gemrb_ini.txt
│   │   ├── GUIScript
│   │   │   ├── accessing_gui_controls.txt
│   │   │   ├── bit_operation.txt
│   │   │   ├── console.txt
│   │   │   ├── controls.txt
│   │   │   ├── data_exchange.txt
│   │   │   ├── doc_template.txt
│   │   │   ├── index.txt
│   │   │   ├── reserved_functions.txt
│   │   │   └── start.txt
│   │   ├── Release.md
│   │   └── Tables
│   │   ├── ability.txt
│   │   ├── aligns.txt
│   │   ├── areapro.txt
│   │   ├── avatars.txt
│   │   ├── avprefix.txt
│   │   ├── cgtable.txt
│   │   ├── classes.txt
│   │   ├── clowncol.txt
│   │   ├── comment.txt
│   │   ├── containr.txt
│   │   ├── damage.txt
│   │   ├── defsound.txt
│   │   ├── dmgtype.txt
│   │   ├── fistweap.txt
│   │   ├── fonts.txt
│   │   ├── formatio.txt
│   │   ├── guibtact.txt
│   │   ├── HPBARB.txt
│   │   ├── itemsnd.txt
│   │   ├── itemspec.txt
│   │   ├── itemtype.txt
│   │   ├── item_use.txt
│   │   ├── itemuse.txt
│   │   ├── magesch.txt
│   │   ├── modal.txt
│   │   ├── overlay.txt
│   │   ├── pathfind.txt
│   │   ├── pdolls.txt
│   │   ├── pictures.txt
│   │   ├── polystat.txt
│   │   ├── proftype.txt
│   │   ├── qslots.txt
│   │   ├── races.txt
│   │   ├── randitem.txt
│   │   ├── restmov.txt
│   │   ├── savegame.txt
│   │   ├── script.txt
│   │   ├── shtable.txt
│   │   ├── skillsta.txt
│   │   ├── skills.txt
│   │   ├── slottype.txt
│   │   ├── spells.txt
│   │   ├── splprot.txt
│   │   ├── splspec.txt
│   │   ├── stances.txt
│   │   ├── start.txt
│   │   ├── states.txt
│   │   ├── storespl.txt
│   │   ├── strings.txt
│   │   ├── table_template.txt
│   │   ├── textscrn.txt
│   │   ├── wildmag.txt
│   │   ├── wsshield.txt
│   │   ├── wssingle.txt
│   │   ├── wstwohnd.txt
│   │   └── wstwowpn.txt
│   ├── INSTALL
│   ├── NEWS
│   └── README.md
├── GUIScripts
│   ├── Actor.py
│   ├── AutodetectCommon.py
│   ├── bg1
│   │   ├── Autodetect.py
│   │   ├── CharGenCommon.py
│   │   ├── CharGenGui.py
│   │   ├── CharGen.py
│   │   ├── GUICG10.py
│   │   ├── GUICG12.py
│   │   ├── GUICG13.py
│   │   ├── GUICG15.py
│   │   ├── GUICG19.py
│   │   ├── GUICG1.py
│   │   ├── GUICG22.py
│   │   ├── GUICG2.py
│   │   ├── GUICG3.py
│   │   ├── GUICG4.py
│   │   ├── GUICG5.py
│   │   ├── GUICG6.py
│   │   ├── GUICG7.py
│   │   ├── GUICG8.py
│   │   ├── GUICG9.py
│   │   ├── GUIINV.py
│   │   ├── GUIJRNL.py
│   │   ├── GUIMP.py
│   │   ├── ImportFile.py
│   │   ├── LoadScreen.py
│   │   ├── MessageWindow.py
│   │   ├── QuitGame.py
│   │   └── Start.py
│   ├── bg2
│   │   ├── Autodetect.py
│   │   ├── CharGen2.py
│   │   ├── CharGen3.py
│   │   ├── CharGen4.py
│   │   ├── CharGen5.py
│   │   ├── CharGen6.py
│   │   ├── CharGen7.py
│   │   ├── CharGen8.py
│   │   ├── CharGen9.py
│   │   ├── CharGenCommon.py
│   │   ├── CharGenEnd.py
│   │   ├── CharGen.py
│   │   ├── DemoEnd.py
│   │   ├── GUICG10.py
│   │   ├── GUICG12.py
│   │   ├── GUICG13.py
│   │   ├── GUICG15.py
│   │   ├── GUICG19.py
│   │   ├── GUICG1.py
│   │   ├── GUICG22.py
│   │   ├── GUICG23.py
│   │   ├── GUICG24.py
│   │   ├── GUICG2.py
│   │   ├── GUICG3.py
│   │   ├── GUICG4.py
│   │   ├── GUICG5.py
│   │   ├── GUICG6.py
│   │   ├── GUICG7.py
│   │   ├── GUICG8.py
│   │   ├── GUICG9.py
│   │   ├── GUIINV.py
│   │   ├── GUIJRNL.py
│   │   ├── ImportFile.py
│   │   ├── ImportGame.py
│   │   ├── LoadScreen.py
│   │   ├── LUHLASelection.py
│   │   ├── MessageWindow.py
│   │   ├── QuitGame.py
│   │   ├── Start2.py
│   │   ├── StartOpt.py
│   │   └── Start.py
│   ├── BGCommon.py
│   ├── CommonTables.py
│   ├── CommonWindow.py
│   ├── CreateControlDecorators.py
│   ├── demo
│   │   ├── GUIINV.py
│   │   ├── GUIJRNL.py
│   │   ├── GUIMA.py
│   │   ├── GUIMG.py
│   │   ├── GUIOPT.py
│   │   ├── GUIPR.py
│   │   ├── LoadScreen.py
│   │   ├── MessageWindow.py
│   │   ├── README
│   │   ├── SetupGame.py
│   │   ├── Start.py
│   │   └── Tests.py
│   ├── DualClass.py
│   ├── ExportFile.py
│   ├── GameCheck.py
│   ├── GUIClasses.py
│   ├── GUICommon.py
│   ├── GUICommonWindows.py
│   ├── GUIDefines.py
│   ├── GUILOAD.py
│   ├── GUIMACommon.py
│   ├── GUIMA.py
│   ├── GUIMG.py
│   ├── GUIMOVIE.py
│   ├── GUIOPTControls.py
│   ├── GUIOPT.py
│   ├── GUIPR.py
│   ├── GUIRECCommon.py
│   ├── GUIREC.py
│   ├── GUISAVE.py
│   ├── GUISONGS.py
│   ├── GUISTORE.py
│   ├── GUIWORLD.py
│   ├── ie_action.py
│   ├── ie_feats.py
│   ├── ie_modal.py
│   ├── ie_restype.py
│   ├── ie_slots.py
│   ├── ie_sounds.py
│   ├── ie_spells.py
│   ├── ie_stats.py
│   ├── include.py
│   ├── InventoryCommon.py
│   ├── iwd
│   │   ├── Autodetect.py
│   │   ├── CharGen.py
│   │   ├── GUIINV.py
│   │   ├── GUIJRNL.py
│   │   ├── LoadScreen.py
│   │   ├── MessageWindow.py
│   │   ├── PartyFormation.py
│   │   ├── QuitGame.py
│   │   └── Start.py
│   ├── iwd2
│   │   ├── Abilities.py
│   │   ├── Alignment.py
│   │   ├── Appearance.py
│   │   ├── Autodetect.py
│   │   ├── CGPortrait.py
│   │   ├── CharGen2.py
│   │   ├── CharGen3.py
│   │   ├── CharGen4.py
│   │   ├── CharGen5.py
│   │   ├── CharGen6.py
│   │   ├── CharGen7.py
│   │   ├── CharGen8.py
│   │   ├── CharGen9.py
│   │   ├── CharGen.py
│   │   ├── CharOverview.py
│   │   ├── Class.py
│   │   ├── CSound.py
│   │   ├── Enemy.py
│   │   ├── Feats.py
│   │   ├── Gender.py
│   │   ├── GUIINV.py
│   │   ├── GUIJRNL.py
│   │   ├── GUILOAD.py
│   │   ├── GUIREC.py
│   │   ├── GUISPL.py
│   │   ├── GUIWORLD.py
│   │   ├── IDLUCommon.py
│   │   ├── ImportFile.py
│   │   ├── LoadScreen.py
│   │   ├── MessageWindow.py
│   │   ├── Name.py
│   │   ├── Options.py
│   │   ├── QuitGame.py
│   │   ├── Race.py
│   │   ├── Skills.py
│   │   ├── Songs.py
│   │   ├── Spells.py
│   │   ├── SPParty2.py
│   │   ├── SPPartyFormation.py
│   │   ├── SPParty.py
│   │   ├── Start.py
│   │   └── SubRaces.py
│   ├── LevelUp.py
│   ├── LUCommon.py
│   ├── LUProfsSelection.py
│   ├── LUSkillsSelection.py
│   ├── LUSpellSelection.py
│   ├── maze_defs.py
│   ├── MetaClasses.py
│   ├── Portrait.py
│   ├── pst
│   │   ├── Autodetect.py
│   │   ├── FloatMenuWindow.py
│   │   ├── GUIINV.py
│   │   ├── GUIJRNL.py
│   │   ├── GUILOAD.py
│   │   ├── GUIMA.py
│   │   ├── GUIMG.py
│   │   ├── GUIOPT.py
│   │   ├── GUIPR.py
│   │   ├── GUIREC.py
│   │   ├── GUIWORLD.py
│   │   ├── LoadScreen.py
│   │   ├── Maze.py
│   │   ├── MessageWindow.py
│   │   ├── NewLife.py
│   │   ├── QuitGame.py
│   │   └── Start.py
│   ├── Spellbook.py
│   ├── test
│   │   └── Start.py
│   └── TextScreen.py
├── icons
│   └── hicolor
│   └── scalable
│   └── apps
│   └── gemrb.svg
├── man
│   └── man6
│   └── gemrb.6.gz
├── minimal
│   ├── chitin.key
│   ├── data
│   │   ├── action.ids
│   │   ├── carot.bam
│   │   ├── chrmodst.2da
│   │   ├── cursors.bam
│   │   ├── defsound.2da
│   │   ├── dexmod.2da
│   │   ├── effects.ids
│   │   ├── fogowar.bam
│   │   ├── fonts.2da
│   │   ├── gametime.2da
│   │   ├── gemrb.ini
│   │   ├── hpconbon.2da
│   │   ├── instant.ids
│   │   ├── intmod.2da
│   │   ├── itemtype.2da
│   │   ├── lorebon.2da
│   │   ├── numtest.bam
│   │   ├── object.ids
│   │   ├── palette.png
│   │   ├── script.2da
│   │   ├── slottype.2da
│   │   ├── strings.2da
│   │   ├── strmod.2da
│   │   ├── strmodex.2da
│   │   ├── toolscrl.bam
│   │   └── trigger.ids
│   ├── dialog.tlk
│   ├── fhs.cfg
│   ├── README
│   └── test.cfg
├── override
│   ├── bg1
│   │   ├── CMakeLists.txt
│   │   ├── efftext.2da
│   │   └── minorglb.vvc
│   ├── bg2
│   │   ├── clearair.2da
│   │   ├── cut17d.bcs
│   │   ├── efftext.2da
│   │   ├── minorglb.vvc
│   │   ├── ogmagi01.bcs
│   │   └── spells.2da
│   ├── how
│   │   ├── baldur.bcs
│   │   ├── drmtxt2.2da
│   │   └── efftext.2da
│   ├── iwd
│   │   ├── baldur.bcs
│   │   ├── drmtxt2.2da
│   │   └── efftext.2da
│   ├── iwd2
│   │   ├── drmtxt2.2da
│   │   ├── efftext.2da
│   │   └── skillrac.2da
│   ├── pst
│   │   ├── ar1200.ini
│   │   ├── drmtxt2.2da
│   │   ├── efftext.2da
│   │   ├── rndtreas.2da
│   │   ├── spwi506.spl
│   │   └── wmmos1.mos
│   └── shared
│   └── stats.ids
├── pixmaps
│   └── gemrb.png
└── unhardcoded
├── bg1
│   ├── ability.2da
│   ├── acidblgr.pro
│   ├── acidblmu.pro
│   ├── acidblob.pro
│   ├── acidbloc.pro
│   ├── aligns.2da
│   ├── areapro.2da
│   ├── area_reverbs.2da
│   ├── arrowex.pro
│   ├── arrowflb.pro
│   ├── arrowflg.pro
│   ├── arrowfli.pro
│   ├── arrowflm.pro
│   ├── arrowhvy.pro
│   ├── arrow.pro
│   ├── avatars.2da
│   ├── avprefr.2da
│   ├── axeex.pro
│   ├── axe.pro
│   ├── bios.2da
│   ├── bloodclr.2da
│   ├── boltex.pro
│   ├── bolt.pro
│   ├── bulletex.pro
│   ├── bullet.pro
│   ├── cgtable.2da
│   ├── chromorb.pro
│   ├── clabdrui.2da
│   ├── clabpala.2da
│   ├── clabrngr.2da
│   ├── classes.2da
│   ├── cloudkil.pro
│   ├── cloud.pro
│   ├── clowncol.2da
│   ├── clskills.2da
│   ├── daggerex.pro
│   ├── dagger.pro
│   ├── damage.2da
│   ├── dartex.pro
│   ├── dart.pro
│   ├── defsound.2da
│   ├── dsclass.2da
│   ├── dsrace.2da
│   ├── dstable.2da
│   ├── dualclas.2da
│   ├── effects.ids
│   ├── fireball.pro
│   ├── fireblic.pro
│   ├── firebolt.pro
│   ├── firebtbl.pro
│   ├── firestor.pro
│   ├── fistweap.2da
│   ├── fonts.2da
│   ├── formatio.2da
│   ├── gametime.2da
│   ├── gaze.pro
│   ├── gemact.ids
│   ├── gemprjtl.ids
│   ├── gemrb.ini
│   ├── gemtrig.ids
│   ├── grease.pro
│   ├── guibtact.2da
│   ├── guils.chu
│   ├── haterace.2da
│   ├── hlymite.pro
│   ├── icestorm.pro
│   ├── inareapa.pro
│   ├── inarea.pro
│   ├── inareasm.pro
│   ├── itemsnd.2da
│   ├── itemtype.2da
│   ├── item_use.2da
│   ├── itemuse.2da
│   ├── kitlist.2da
│   ├── kittable.2da
│   ├── k_m_e.2da
│   ├── k_m_g.2da
│   ├── k_m_h.2da
│   ├── k_m_he.2da
│   ├── lightsto.pro
│   ├── magesch.2da
│   ├── magicmis.pro
│   ├── mpal256.bmp
│   ├── music.2da
│   ├── overlay.2da
│   ├── pathfind.2da
│   ├── pdolls.2da
│   ├── pictures.2da
│   ├── polish.ini
│   ├── proftype.2da
│   ├── qslots.2da
│   ├── races.2da
│   ├── randitem.2da
│   ├── restmov.2da
│   ├── savegame.2da
│   ├── script.2da
│   ├── shtable.2da
│   ├── skills.2da
│   ├── sleep.pro
│   ├── slottype.2da
│   ├── sparbknp.pro
│   ├── sparbkpa.pro
│   ├── sparblnp.pro
│   ├── sparblpa.pro
│   ├── sparchnp.pro
│   ├── sparchpa.pro
│   ├── spargonp.pro
│   ├── spargopa.pro
│   ├── spargrnp.pro
│   ├── spargrpa.pro
│   ├── sparicnp.pro
│   ├── sparicpa.pro
│   ├── sparklbk.pro
│   ├── sparklbl.pro
│   ├── sparklch.pro
│   ├── sparklgo.pro
│   ├── sparklgr.pro
│   ├── sparklic.pro
│   ├── sparklma.pro
│   ├── sparklor.pro
│   ├── sparklpu.pro
│   ├── sparklre.pro
│   ├── sparklst.pro
│   ├── sparmanp.pro
│   ├── sparmapa.pro
│   ├── sparornp.pro
│   ├── sparorpa.pro
│   ├── sparpunp.pro
│   ├── sparpupa.pro
│   ├── sparrenp.pro
│   ├── sparrepa.pro
│   ├── sparstnp.pro
│   ├── sparstpa.pro
│   ├── spearex.pro
│   ├── spear.pro
│   ├── spfirebl.pro
│   ├── spklarbk.pro
│   ├── spklarbl.pro
│   ├── spklarch.pro
│   ├── spklargo.pro
│   ├── spklargr.pro
│   ├── spklaric.pro
│   ├── spklarma.pro
│   ├── spklaror.pro
│   ├── spklarpu.pro
│   ├── spklarre.pro
│   ├── spklarst.pro
│   ├── splspec.2da
│   ├── spscorch.pro
│   ├── spscoric.pro
│   ├── stances.2da
│   ├── start.2da
│   ├── stone.pro
│   ├── strings.2da
│   ├── textscrn.2da
│   ├── trapglyp.pro
│   ├── trapskul.pro
│   ├── vcremap.2da
│   ├── walksnd.2da
│   ├── weapprof.2da
│   ├── web.pro
│   └── wssingle.2da
├── bg2
│   ├── ability.2da
│   ├── aligns.2da
│   ├── areapro.2da
│   ├── area_reverbs.2da
│   ├── at2xlvl.spl
│   ├── avatars.2da
│   ├── avprefr.2da
│   ├── bloodclr.2da
│   ├── cgtable.2da
│   ├── classes.2da
│   ├── clowncol.2da
│   ├── clskills.2da
│   ├── colrspry.pro
│   ├── comet.pro
│   ├── damage.2da
│   ├── defsound.2da
│   ├── denyspl.2da
│   ├── difflvls.2da
│   ├── dsclass.2da
│   ├── dsrace.2da
│   ├── dstable.2da
│   ├── effects.ids
│   ├── findtrap.spl
│   ├── fistweap.2da
│   ├── fonts.2da
│   ├── formatio.2da
│   ├── gametime.2da
│   ├── gemprjtl.ids
│   ├── gemrb.ini
│   ├── gender.2da
│   ├── guibtact.2da
│   ├── guiid.chu
│   ├── guils.chu
│   ├── halvdur.spl
│   ├── hlymite.pro
│   ├── HPBARB.2da
│   ├── itemsnd.2da
│   ├── itemspec.2da
│   ├── itemtype.2da
│   ├── item_use.2da
│   ├── itemuse.2da
│   ├── k_bn_d.2da
│   ├── k_bn_e.2da
│   ├── k_bn_g.2da
│   ├── k_bn_h.2da
│   ├── k_bn_he.2da
│   ├── k_bn_hl.2da
│   ├── k_bn_ho.2da
│   ├── k_m_e.2da
│   ├── k_m_g.2da
│   ├── k_m_h.2da
│   ├── k_m_he.2da
│   ├── lightbnb.pro
│   ├── lightb.pro
│   ├── magesch.2da
│   ├── modal.2da
│   ├── monkbon.2da
│   ├── overlay.2da
│   ├── pathfind.2da
│   ├── pdolls.2da
│   ├── pictures.2da
│   ├── proftype.2da
│   ├── qslot2.2da
│   ├── qslots.2da
│   ├── races.2da
│   ├── randitem.2da
│   ├── restmov.2da
│   ├── rest.spl
│   ├── sanctry.vvc
│   ├── savegame.2da
│   ├── script.2da
│   ├── shtable.2da
│   ├── skills.2da
│   ├── slottype.2da
│   ├── snow.spl
│   ├── spbrnhnd.pro
│   ├── spconeco.pro
│   ├── spentaci.vvc
│   ├── spfdeath.pro
│   ├── spfirewl.pro
│   ├── spgenhla.pro
│   ├── spholymt.pro
│   ├── splspec.2da
│   ├── spscorch.pro
│   ├── spscoric.pro
│   ├── spshield.vvc
│   ├── stances.2da
│   ├── start.2da
│   ├── strings.2da
│   ├── walksnd.2da
│   ├── wildmag.2da
│   ├── wishcode.2da
│   ├── wsshield.2da
│   ├── wssingle.2da
│   ├── wstwohnd.2da
│   └── wstwowpn.2da
├── how
│   ├── ability.2da
│   ├── abjurap.pro
│   ├── abjurh.pro
│   ├── abjurt.pro
│   ├── acidblgr.pro
│   ├── acidblmu.pro
│   ├── acidblob.pro
│   ├── acidbloc.pro
│   ├── acidh.pro
│   ├── adhwilh.pro
│   ├── adhwil.pro
│   ├── alance.pro
│   ├── aligns.2da
│   ├── alteranp.pro
│   ├── alterap.pro
│   ├── altera.pro
│   ├── alteras.pro
│   ├── alterh.pro
│   ├── altert.pro
│   ├── area1np.pro
│   ├── area1p.pro
│   ├── area2np.pro
│   ├── area2.pro
│   ├── area3p.pro
│   ├── area4np.pro
│   ├── areapro.2da
│   ├── armorh.pro
│   ├── arrowex.pro
│   ├── arrowflb.pro
│   ├── arrowflg.pro
│   ├── arrowfli.pro
│   ├── arrowflm.pro
│   ├── arrowhvy.pro
│   ├── arrow.pro
│   ├── ascorch.pro
│   ├── astorm.pro
│   ├── asumm1h.pro
│   ├── asumm1.pro
│   ├── asumm1x.pro
│   ├── asumm2h.pro
│   ├── asumm3h.pro
│   ├── avatars.2da
│   ├── avprefr.2da
│   ├── axeex.pro
│   ├── axe.pro
│   ├── bbarrh1.pro
│   ├── bbarrh2.pro
│   ├── bbarrier.pro
│   ├── bdeath.pro
│   ├── blessh.pro
│   ├── bloodclr.2da
│   ├── boltex.pro
│   ├── bolt.pro
│   ├── bscloud.pro
│   ├── bulletex.pro
│   ├── bullet.pro
│   ├── calllih.pro
│   ├── ccdamah.pro
│   ├── ccommah.pro
│   ├── ccwounh.pro
│   ├── cdiseah.pro
│   ├── ceelem1.pro
│   ├── ceelemh.pro
│   ├── ceelemx.pro
│   ├── cfelem1.pro
│   ├── cfelemh.pro
│   ├── cfelemx.pro
│   ├── cfog.pro
│   ├── cgraceh.pro
│   ├── cgtable.2da
│   ├── chant.pro
│   ├── chromorb.pro
│   ├── clabdrui.2da
│   ├── clabpala.2da
│   ├── clabrngr.2da
│   ├── classes.2da
│   ├── cldamah.pro
│   ├── cloudbh.pro
│   ├── cloudb.pro
│   ├── cloudkil.pro
│   ├── cloudks.pro
│   ├── cloud.pro
│   ├── clowncol.2da
│   ├── clskills.2da
│   ├── clssplab.2da
│   ├── clwounh.pro
│   ├── cmdamah.pro
│   ├── cmwounh.pro
│   ├── cobones.pro
│   ├── cobonh1.pro
│   ├── cobonh2.pro
│   ├── cocoldh.pro
│   ├── cocold.pro
│   ├── cofire.pro
│   ├── coldh.pro
│   ├── colrspry.pro
│   ├── confush.pro
│   ├── confusp.pro
│   ├── confusw.pro
│   ├── conjuh.pro
│   ├── conjut.pro
│   ├── copest.pro
│   ├── cry150.pro
│   ├── cry200.pro
│   ├── cry225.pro
│   ├── cry250.pro
│   ├── cry500np.pro
│   ├── csdamah.pro
│   ├── cstrenh.pro
│   ├── cswounh.pro
│   ├── curseh.pro
│   ├── cwelem1.pro
│   ├── cwelemh.pro
│   ├── cwelemx.pro
│   ├── cynicism.2da
│   ├── daggerex.pro
│   ├── dagger.pro
│   ├── damage.2da
│   ├── dartex.pro
│   ├── dart.pro
│   ├── dbreath.pro
│   ├── ddeath2.pro
│   ├── ddeath.pro
│   ├── ddoorh.pro
│   ├── defsound.2da
│   ├── destruh.pro
│   ├── dfog.pro
│   ├── difflvls.2da
│   ├── disinth.pro
│   ├── disint.pro
│   ├── dispel.pro
│   ├── divinh.pro
│   ├── divint.pro
│   ├── dsclass.2da
│   ├── dspellh.pro
│   ├── dspell.pro
│   ├── dsrace.2da
│   ├── dstable.2da
│   ├── dualclas.2da
│   ├── effects.ids
│   ├── electrh.pro
│   ├── emotion.pro
│   ├── enchah.pro
│   ├── enchannp.pro
│   ├── enchat.pro
│   ├── entangle.pro
│   ├── equake.pro
│   ├── exaltah.pro
│   ├── factioh.pro
│   ├── fatiimm.spl
│   ├── findtrap.pro
│   ├── fireball.pro
│   ├── fireblic.pro
│   ├── firebolt.pro
│   ├── firebtbl.pro
│   ├── fireh.pro
│   ├── firestor.pro
│   ├── fistweap.2da
│   ├── fodeath.pro
│   ├── fonts.2da
│   ├── formatio.2da
│   ├── fseed.pro
│   ├── fstrikh.pro
│   ├── gametime.2da
│   ├── garmorh.pro
│   ├── gaze.pro
│   ├── gemprjtl.ids
│   ├── gemrb.ini
│   ├── gender.2da
│   ├── golcloud.pro
│   ├── grease.pro
│   ├── gshout.pro
│   ├── guibtact.2da
│   ├── guils.chu
│   ├── harmh.pro
│   ├── harmony.pro
│   ├── haterace.2da
│   ├── healh.pro
│   ├── hmighth.pro
│   ├── hold.pro
│   ├── hsmite.pro
│   ├── hword.pro
│   ├── icelance.pro
│   ├── icestorm.pro
│   ├── iclouda.pro
│   ├── icloudb.pro
│   ├── icloud.pro
│   ├── illush.pro
│   ├── illust.pro
│   ├── inareanp.pro
│   ├── inareapa.pro
│   ├── inarea.pro
│   ├── inareasm.pro
│   ├── invoch.pro
│   ├── invoct.pro
│   ├── iplague.pro
│   ├── island00.2da
│   ├── itemsnd.2da
│   ├── itemtype.2da
│   ├── itemuse.2da
│   ├── kitlist.2da
│   ├── lightbnb.pro
│   ├── lightb.pro
│   ├── lightsto.pro
│   ├── lodisr.pro
│   ├── magesch.2da
│   ├── magicmis.pro
│   ├── malison.pro
│   ├── mfmiss2.pro
│   ├── mfmissh.pro
│   ├── mfmiss.pro
│   ├── mmagich.pro
│   ├── mmissile.pro
│   ├── moelda.pro
│   ├── mrageh.pro
│   ├── mrage.pro
│   ├── mspore.pro
│   ├── msumm1h.pro
│   ├── msumm1.pro
│   ├── msumm1x.pro
│   ├── msumm2h.pro
│   ├── msumm3h.pro
│   ├── msumm4h.pro
│   ├── msumm5h.pro
│   ├── msumm6h.pro
│   ├── msumm7h.pro
│   ├── mswordh.pro
│   ├── mtouchh.pro
│   ├── necroh.pro
│   ├── necrot.pro
│   ├── npoisoh.pro
│   ├── ofsphe.pro
│   ├── overlay.2da
│   ├── paralh.pro
│   ├── pathfind.2da
│   ├── pdolls.2da
│   ├── pfire.pro
│   ├── pictures.2da
│   ├── poisimm.spl
│   ├── poisonh.pro
│   ├── pomab.2da
│   ├── portalh.pro
│   ├── prayerh.pro
│   ├── prayer.pro
│   ├── proftype.2da
│   ├── protevil.pro
│   ├── prtl_cl.pro
│   ├── prtl_cl.spl
│   ├── prtl_op.pro
│   ├── prtl_op.spl
│   ├── pspray.pro
│   ├── pwkill.pro
│   ├── pwsileh.pro
│   ├── pwstunh.pro
│   ├── pwstun.pro
│   ├── qslots.2da
│   ├── races.2da
│   ├── rad100.pro
│   ├── rad250.pro
│   ├── randitem.2da
│   ├── rdeadh.pro
│   ├── recitah.pro
│   ├── resurrh.pro
│   ├── rng450.pro
│   ├── rparalh.pro
│   ├── rwotfag.pro
│   ├── rwotfah.pro
│   ├── sarmorh.pro
│   ├── savegame.2da
│   ├── scharge.pro
│   ├── scharge.spl
│   ├── schargh.pro
│   ├── script.2da
│   ├── seaterh.pro
│   ├── seater.pro
│   ├── sgrowth.pro
│   ├── shout.pro
│   ├── shroud.pro
│   ├── shtable.2da
│   ├── skills.2da
│   ├── sleep.pro
│   ├── slivinh.pro
│   ├── slottype.2da
│   ├── soflamh.pro
│   ├── sohope.pro
│   ├── sooneh.pro
│   ├── sopain.pro
│   ├── sparbknp.pro
│   ├── sparbkpa.pro
│   ├── sparblnp.pro
│   ├── sparblpa.pro
│   ├── sparchnp.pro
│   ├── sparchpa.pro
│   ├── spargonp.pro
│   ├── spargopa.pro
│   ├── spargrnp.pro
│   ├── spargrpa.pro
│   ├── sparicnp.pro
│   ├── sparicpa.pro
│   ├── sparklbk.pro
│   ├── sparklbl.pro
│   ├── sparklch.pro
│   ├── sparklgo.pro
│   ├── sparklgr.pro
│   ├── sparklic.pro
│   ├── sparklma.pro
│   ├── sparklor.pro
│   ├── sparklpu.pro
│   ├── sparklre.pro
│   ├── sparklst.pro
│   ├── sparmanp.pro
│   ├── sparmapa.pro
│   ├── sparornp.pro
│   ├── sparorpa.pro
│   ├── sparpunp.pro
│   ├── sparpupa.pro
│   ├── sparrenp.pro
│   ├── sparrepa.pro
│   ├── sparstnp.pro
│   ├── sparstpa.pro
│   ├── spearex.pro
│   ├── spear.pro
│   ├── spfirebl.pro
│   ├── spklarbk.pro
│   ├── spklarbl.pro
│   ├── spklarch.pro
│   ├── spklargo.pro
│   ├── spklargr.pro
│   ├── spklaric.pro
│   ├── spklarma.pro
│   ├── spklaror.pro
│   ├── spklarpu.pro
│   ├── spklarre.pro
│   ├── spklarst.pro
│   ├── splprot.2da
│   ├── splspec.2da
│   ├── spoisoh.pro
│   ├── spscorch.pro
│   ├── spscoric.pro
│   ├── spwrath.pro
│   ├── ssorbh.pro
│   ├── ssswarm.pro
│   ├── sstoneh.pro
│   ├── sstone.pro
│   ├── start.2da
│   ├── stone.pro
│   ├── strengh.pro
│   ├── strings.2da
│   ├── suffoch.pro
│   ├── suffoc.pro
│   ├── sunfire.pro
│   ├── sunray.pro
│   ├── sunscoh.pro
│   ├── swaveh.pro
│   ├── swave.pro
│   ├── trapglyp.pro
│   ├── trapskul.pro
│   ├── tspray.pro
│   ├── turn.spl
│   ├── ublight.pro
│   ├── uwardh.pro
│   ├── uward.pro
│   ├── vcremap.2da
│   ├── vspherh.pro
│   ├── wdeath1.pro
│   ├── wdeath2.pro
│   ├── weapprof.2da
│   ├── web.pro
│   ├── whirlw.pro
│   ├── womoon.pro
│   ├── wowisp.pro
│   ├── wvdeath.pro
│   ├── wvhith.pro
│   ├── wwolf.pro
│   └── zlaura.pro
├── iwd
│   ├── ability.2da
│   ├── abjurap.pro
│   ├── abjurh.pro
│   ├── abjurt.pro
│   ├── acidblgr.pro
│   ├── acidblmu.pro
│   ├── acidblob.pro
│   ├── acidbloc.pro
│   ├── acidh.pro
│   ├── adhwilh.pro
│   ├── adhwil.pro
│   ├── alance.pro
│   ├── aligns.2da
│   ├── alteranp.pro
│   ├── alterap.pro
│   ├── altera.pro
│   ├── alteras.pro
│   ├── alterh.pro
│   ├── altert.pro
│   ├── area1np.pro
│   ├── area1p.pro
│   ├── area2np.pro
│   ├── area2.pro
│   ├── area3p.pro
│   ├── area4np.pro
│   ├── armorh.pro
│   ├── arrowex.pro
│   ├── arrowflb.pro
│   ├── arrowflg.pro
│   ├── arrowfli.pro
│   ├── arrowflm.pro
│   ├── arrowhvy.pro
│   ├── arrow.pro
│   ├── ascorch.pro
│   ├── astorm.pro
│   ├── asumm1h.pro
│   ├── asumm1.pro
│   ├── asumm1x.pro
│   ├── asumm2h.pro
│   ├── asumm3h.pro
│   ├── avatars.2da
│   ├── avprefr.2da
│   ├── axeex.pro
│   ├── axe.pro
│   ├── bbarrh1.pro
│   ├── bbarrh2.pro
│   ├── bbarrier.pro
│   ├── bdeath.pro
│   ├── blessh.pro
│   ├── bloodclr.2da
│   ├── boltex.pro
│   ├── bolt.pro
│   ├── bscloud.pro
│   ├── bulletex.pro
│   ├── bullet.pro
│   ├── calllih.pro
│   ├── ccdamah.pro
│   ├── ccommah.pro
│   ├── ccwounh.pro
│   ├── cdiseah.pro
│   ├── ceelem1.pro
│   ├── ceelemh.pro
│   ├── ceelemx.pro
│   ├── cfelem1.pro
│   ├── cfelemh.pro
│   ├── cfelemx.pro
│   ├── cfog.pro
│   ├── cgraceh.pro
│   ├── cgtable.2da
│   ├── chant.pro
│   ├── chromorb.pro
│   ├── clabdrui.2da
│   ├── clabpala.2da
│   ├── clabrngr.2da
│   ├── classes.2da
│   ├── cldamah.pro
│   ├── cloudbh.pro
│   ├── cloudb.pro
│   ├── cloudkil.pro
│   ├── cloudks.pro
│   ├── cloud.pro
│   ├── clowncol.2da
│   ├── clskills.2da
│   ├── clssplab.2da
│   ├── clwounh.pro
│   ├── cmdamah.pro
│   ├── cmwounh.pro
│   ├── cobones.pro
│   ├── cobonh1.pro
│   ├── cobonh2.pro
│   ├── cocoldh.pro
│   ├── cocold.pro
│   ├── cofire.pro
│   ├── coldh.pro
│   ├── colrspry.pro
│   ├── confush.pro
│   ├── confusp.pro
│   ├── confusw.pro
│   ├── conjuh.pro
│   ├── conjut.pro
│   ├── copest.pro
│   ├── cry150.pro
│   ├── cry200.pro
│   ├── cry225.pro
│   ├── cry250.pro
│   ├── cry500np.pro
│   ├── csdamah.pro
│   ├── cstrenh.pro
│   ├── cswounh.pro
│   ├── curseh.pro
│   ├── cwelem1.pro
│   ├── cwelemh.pro
│   ├── cwelemx.pro
│   ├── cynicism.2da
│   ├── daggerex.pro
│   ├── dagger.pro
│   ├── damage.2da
│   ├── dartex.pro
│   ├── dart.pro
│   ├── dbreath.pro
│   ├── ddeath2.pro
│   ├── ddeath.pro
│   ├── ddoorh.pro
│   ├── defsound.2da
│   ├── destruh.pro
│   ├── dfog.pro
│   ├── disinth.pro
│   ├── disint.pro
│   ├── dispel.pro
│   ├── divinh.pro
│   ├── divint.pro
│   ├── dsclass.2da
│   ├── dspellh.pro
│   ├── dspell.pro
│   ├── dsrace.2da
│   ├── dstable.2da
│   ├── dualclas.2da
│   ├── effects.ids
│   ├── electrh.pro
│   ├── emotion.pro
│   ├── enchah.pro
│   ├── enchannp.pro
│   ├── enchat.pro
│   ├── entangle.pro
│   ├── equake.pro
│   ├── exaltah.pro
│   ├── factioh.pro
│   ├── findtrap.pro
│   ├── fireball.pro
│   ├── fireblic.pro
│   ├── firebolt.pro
│   ├── firebtbl.pro
│   ├── fireh.pro
│   ├── firestor.pro
│   ├── fistweap.2da
│   ├── fodeath.pro
│   ├── fonts.2da
│   ├── formatio.2da
│   ├── fseed.pro
│   ├── fstrikh.pro
│   ├── gametime.2da
│   ├── garmorh.pro
│   ├── gaze.pro
│   ├── gemprjtl.ids
│   ├── gemrb.ini
│   ├── gender.2da
│   ├── golcloud.pro
│   ├── grease.pro
│   ├── gshout.pro
│   ├── guibtact.2da
│   ├── guils.chu
│   ├── harmh.pro
│   ├── harmony.pro
│   ├── haterace.2da
│   ├── healh.pro
│   ├── hmighth.pro
│   ├── hold.pro
│   ├── hsmite.pro
│   ├── hword.pro
│   ├── icelance.pro
│   ├── icestorm.pro
│   ├── iclouda.pro
│   ├── icloudb.pro
│   ├── icloud.pro
│   ├── illush.pro
│   ├── illust.pro
│   ├── inareanp.pro
│   ├── inareapa.pro
│   ├── inarea.pro
│   ├── inareasm.pro
│   ├── invoch.pro
│   ├── invoct.pro
│   ├── iplague.pro
│   ├── itemsnd.2da
│   ├── itemtype.2da
│   ├── itemuse.2da
│   ├── kitlist.2da
│   ├── lightbnb.pro
│   ├── lightb.pro
│   ├── lightsto.pro
│   ├── lodisr.pro
│   ├── magesch.2da
│   ├── magicmis.pro
│   ├── malison.pro
│   ├── mfmiss2.pro
│   ├── mfmissh.pro
│   ├── mfmiss.pro
│   ├── mmagich.pro
│   ├── mmissile.pro
│   ├── moelda.pro
│   ├── mpal256.bmp
│   ├── mrageh.pro
│   ├── mrage.pro
│   ├── mspore.pro
│   ├── msumm1h.pro
│   ├── msumm1.pro
│   ├── msumm1x.pro
│   ├── msumm2h.pro
│   ├── msumm3h.pro
│   ├── msumm4h.pro
│   ├── msumm5h.pro
│   ├── msumm6h.pro
│   ├── msumm7h.pro
│   ├── mswordh.pro
│   ├── mtouchh.pro
│   ├── necroh.pro
│   ├── necrot.pro
│   ├── npoisoh.pro
│   ├── ofsphe.pro
│   ├── overlay.2da
│   ├── paralh.pro
│   ├── pathfind.2da
│   ├── pdolls.2da
│   ├── pfire.pro
│   ├── pictures.2da
│   ├── poisonh.pro
│   ├── pomab.2da
│   ├── portalh.pro
│   ├── prayerh.pro
│   ├── prayer.pro
│   ├── proftype.2da
│   ├── protevil.pro
│   ├── prtl_cl.pro
│   ├── prtl_cl.spl
│   ├── prtl_op.pro
│   ├── prtl_op.spl
│   ├── pspray.pro
│   ├── pwkill.pro
│   ├── pwsileh.pro
│   ├── pwstunh.pro
│   ├── pwstun.pro
│   ├── qslots.2da
│   ├── races.2da
│   ├── rad100.pro
│   ├── rad250.pro
│   ├── randitem.2da
│   ├── rdeadh.pro
│   ├── recitah.pro
│   ├── resurrh.pro
│   ├── rng450.pro
│   ├── rparalh.pro
│   ├── rwotfag.pro
│   ├── rwotfah.pro
│   ├── sarmorh.pro
│   ├── savegame.2da
│   ├── scharge.pro
│   ├── scharge.spl
│   ├── schargh.pro
│   ├── script.2da
│   ├── seaterh.pro
│   ├── seater.pro
│   ├── sgrowth.pro
│   ├── shout.pro
│   ├── shroud.pro
│   ├── shtable.2da
│   ├── skills.2da
│   ├── sleep.pro
│   ├── slivinh.pro
│   ├── slottype.2da
│   ├── soflamh.pro
│   ├── sohope.pro
│   ├── sooneh.pro
│   ├── sopain.pro
│   ├── sparbknp.pro
│   ├── sparbkpa.pro
│   ├── sparblnp.pro
│   ├── sparblpa.pro
│   ├── sparchnp.pro
│   ├── sparchpa.pro
│   ├── spargonp.pro
│   ├── spargopa.pro
│   ├── spargrnp.pro
│   ├── spargrpa.pro
│   ├── sparicnp.pro
│   ├── sparicpa.pro
│   ├── sparklbk.pro
│   ├── sparklbl.pro
│   ├── sparklch.pro
│   ├── sparklgo.pro
│   ├── sparklgr.pro
│   ├── sparklic.pro
│   ├── sparklma.pro
│   ├── sparklor.pro
│   ├── sparklpu.pro
│   ├── sparklre.pro
│   ├── sparklst.pro
│   ├── sparmanp.pro
│   ├── sparmapa.pro
│   ├── sparornp.pro
│   ├── sparorpa.pro
│   ├── sparpunp.pro
│   ├── sparpupa.pro
│   ├── sparrenp.pro
│   ├── sparrepa.pro
│   ├── sparstnp.pro
│   ├── sparstpa.pro
│   ├── spearex.pro
│   ├── spear.pro
│   ├── spfirebl.pro
│   ├── spklarbk.pro
│   ├── spklarbl.pro
│   ├── spklarch.pro
│   ├── spklargo.pro
│   ├── spklargr.pro
│   ├── spklaric.pro
│   ├── spklarma.pro
│   ├── spklaror.pro
│   ├── spklarpu.pro
│   ├── spklarre.pro
│   ├── spklarst.pro
│   ├── splprot.2da
│   ├── splspec.2da
│   ├── spoisoh.pro
│   ├── spscorch.pro
│   ├── spscoric.pro
│   ├── spwrath.pro
│   ├── ssorbh.pro
│   ├── ssswarm.pro
│   ├── sstoneh.pro
│   ├── sstone.pro
│   ├── start.2da
│   ├── stone.pro
│   ├── strengh.pro
│   ├── strings.2da
│   ├── suffoch.pro
│   ├── suffoc.pro
│   ├── sunfire.pro
│   ├── sunray.pro
│   ├── sunscoh.pro
│   ├── swaveh.pro
│   ├── swave.pro
│   ├── trapglyp.pro
│   ├── trapskul.pro
│   ├── tspray.pro
│   ├── ublight.pro
│   ├── uwardh.pro
│   ├── uward.pro
│   ├── vcremap.2da
│   ├── vspherh.pro
│   ├── wdeath1.pro
│   ├── wdeath2.pro
│   ├── weapprof.2da
│   ├── web.pro
│   ├── whirlw.pro
│   ├── womoon.pro
│   ├── wowisp.pro
│   ├── wvdeath.pro
│   ├── wvhith.pro
│   ├── wwolf.pro
│   └── zlaura.pro
├── iwd2
│   ├── 24895.spl
│   ├── 24896.spl
│   ├── 35782.spl
│   ├── 37678.spl
│   ├── 39280.spl
│   ├── 39309.spl
│   ├── 39310.spl
│   ├── 39311.spl
│   ├── 39312.spl
│   ├── 39313.spl
│   ├── 39314.spl
│   ├── 39315.spl
│   ├── 39316.spl
│   ├── 39317.spl
│   ├── 39326.spl
│   ├── 39327.spl
│   ├── 39328.spl
│   ├── 39329.spl
│   ├── 39330.spl
│   ├── 39331.spl
│   ├── 39332.spl
│   ├── 39747.spl
│   ├── 39748.spl
│   ├── 39751.spl
│   ├── 39753.spl
│   ├── 39755.spl
│   ├── 39763.spl
│   ├── ability.2da
│   ├── abjurap.pro
│   ├── abjura.pro
│   ├── abjurh.pro
│   ├── abjurt.pro
│   ├── abreath.pro
│   ├── acidblgr.pro
│   ├── acidblmu.pro
│   ├── acidblob.pro
│   ├── acidbloc.pro
│   ├── acidh.pro
│   ├── acidh.vvc
│   ├── adhwilh.pro
│   ├── adhwil.pro
│   ├── alance.pro
│   ├── aligns.2da
│   ├── alteranp.pro
│   ├── alterap.pro
│   ├── altera.pro
│   ├── alteraps.pro
│   ├── alteras.pro
│   ├── alterh.pro
│   ├── altert.pro
│   ├── area1npl.pro
│   ├── area1np.pro
│   ├── area1pl.pro
│   ├── area1p.pro
│   ├── area1ps.pro
│   ├── area2np.pro
│   ├── area2.pro
│   ├── area3p.pro
│   ├── area4np.pro
│   ├── area_reverbs.2da
│   ├── armorh.pro
│   ├── arrowex.pro
│   ├── arrowflb.pro
│   ├── arrowflg.pro
│   ├── arrowfli.pro
│   ├── arrowflm.pro
│   ├── arrowhvy.pro
│   ├── arrow.pro
│   ├── artstr.spl
│   ├── ascorch.pro
│   ├── astorm.pro
│   ├── asumm1h.pro
│   ├── asumm1.pro
│   ├── asumm1x.pro
│   ├── asumm2h.pro
│   ├── asumm3h.pro
│   ├── avatars.2da
│   ├── avprefc.2da
│   ├── avprefr.2da
│   ├── axeex.pro
│   ├── axe.pro
│   ├── bbarrh1.pro
│   ├── bbarrh2.pro
│   ├── bbarrier.pro
│   ├── bdeath.pro
│   ├── bigboldr.pro
│   ├── bios.2da
│   ├── blessh.pro
│   ├── bloodclr.2da
│   ├── boltex.pro
│   ├── bolt.pro
│   ├── boulder.pro
│   ├── bscloud.pro
│   ├── bulletex.pro
│   ├── bullet.pro
│   ├── calllih.pro
│   ├── ccdamah.pro
│   ├── ccommah.pro
│   ├── ccwounh.pro
│   ├── cdiseah.pro
│   ├── ceelem1.pro
│   ├── ceelemh.pro
│   ├── ceelemx.pro
│   ├── cfelem1.pro
│   ├── cfelemh.pro
│   ├── cfelemx.pro
│   ├── cfog.pro
│   ├── cgraceh.pro
│   ├── cgtable.2da
│   ├── chant.pro
│   ├── chromorb.pro
│   ├── classes.2da
│   ├── cldamah.pro
│   ├── clight.pro
│   ├── cloudbh.pro
│   ├── cloudb.pro
│   ├── cloudkil.pro
│   ├── cloudks.pro
│   ├── cloud.pro
│   ├── clowncol.2da
│   ├── clskills.2da
│   ├── clwounh.pro
│   ├── cmdamah.pro
│   ├── cmwounh.pro
│   ├── cobones.pro
│   ├── cobonh1.pro
│   ├── cobonh2.pro
│   ├── cocoldh.pro
│   ├── cocold.pro
│   ├── cofire.pro
│   ├── coldh.pro
│   ├── coldh.vvc
│   ├── colrspry.pro
│   ├── confush.pro
│   ├── confusp.pro
│   ├── confusw.pro
│   ├── conjuh.pro
│   ├── conjut.pro
│   ├── copest.pro
│   ├── cripstr.spl
│   ├── cry150.pro
│   ├── cry200.pro
│   ├── cry225.pro
│   ├── cry250.pro
│   ├── cry500np.pro
│   ├── csdamah.pro
│   ├── cstrenh.pro
│   ├── cswounh.pro
│   ├── curseh.pro
│   ├── cwelem1.pro
│   ├── cwelemh.pro
│   ├── cwelemx.pro
│   ├── daggerex.pro
│   ├── dagger.pro
│   ├── damage.2da
│   ├── dartex.pro
│   ├── dart.pro
│   ├── dattach.pro
│   ├── dbfireb.pro
│   ├── dbreath.pro
│   ├── ddeath2.pro
│   ├── ddeath.pro
│   ├── ddoorh.pro
│   ├── defsound.2da
│   ├── destruh.pro
│   ├── detect.spl
│   ├── dfog.pro
│   ├── dirty.spl
│   ├── disinth.pro
│   ├── disint.pro
│   ├── dispel.pro
│   ├── divinh.pro
│   ├── divint.pro
│   ├── dsclass.2da
│   ├── dspellh.pro
│   ├── dspell.pro
│   ├── dsrace.2da
│   ├── dstable.2da
│   ├── effects.ids
│   ├── electrh.pro
│   ├── electrh.vvc
│   ├── emotion.pro
│   ├── enchah.pro
│   ├── enchannp.pro
│   ├── enchan.pro
│   ├── enchat.pro
│   ├── entangle.pro
│   ├── entropy.2da
│   ├── equake.pro
│   ├── exaltah.pro
│   ├── factioh.pro
│   ├── fatigue.spl
│   ├── fbreath.pro
│   ├── feat00.spl
│   ├── feat02.spl
│   ├── feat07.spl
│   ├── feat09.spl
│   ├── feat0a.spl
│   ├── feat0c.spl
│   ├── feat0d.spl
│   ├── feat0f.spl
│   ├── feat10.spl
│   ├── feat18.spl
│   ├── feat19.spl
│   ├── feat1a.spl
│   ├── feat1c1.eff
│   ├── feat1c2.eff
│   ├── feat1c.spl
│   ├── feat1d.spl
│   ├── feat1e.spl
│   ├── feat20.spl
│   ├── feat22.spl
│   ├── feat23.spl
│   ├── feat25.spl
│   ├── feat32.spl
│   ├── feat33.spl
│   ├── feat3b.spl
│   ├── feat41.spl
│   ├── featreq.2da
│   ├── ffinger.pro
│   ├── findtrap.pro
│   ├── fireball.pro
│   ├── fireblic.pro
│   ├── firebolt.pro
│   ├── firebtbl.pro
│   ├── fireh.pro
│   ├── fireh.vvc
│   ├── firestor.pro
│   ├── fistweap.2da
│   ├── fodeath.pro
│   ├── fonts.2da
│   ├── formatio.2da
│   ├── fseed.pro
│   ├── fstrikh.pro
│   ├── gabreath.pro
│   ├── gametime.2da
│   ├── garmorh.pro
│   ├── gate.pro
│   ├── gaze.pro
│   ├── geloopx.pro
│   ├── gemprjtl.ids
│   ├── gemrb.ini
│   ├── gemtrig.ids
│   ├── gender.2da
│   ├── golcloud.pro
│   ├── grease.pro
│   ├── gshout.pro
│   ├── guibtact.2da
│   ├── guils.chu
│   ├── hamstr.spl
│   ├── harmh.pro
│   ├── harmony.pro
│   ├── haterace.2da
│   ├── healh.pro
│   ├── hmighth.pro
│   ├── hold.pro
│   ├── hsmite.pro
│   ├── hword.pro
│   ├── icelance.pro
│   ├── icestorm.pro
│   ├── iclouda.pro
│   ├── icloudb.pro
│   ├── icloud.pro
│   ├── illush.pro
│   ├── illust.pro
│   ├── inareanp.pro
│   ├── inareapa.pro
│   ├── inarea.pro
│   ├── inareasm.pro
│   ├── invoch.pro
│   ├── invoct.pro
│   ├── iplague.pro
│   ├── island00.2da
│   ├── itemdata.2da
│   ├── itemsnd.2da
│   ├── itemspec.2da
│   ├── itemtype.2da
│   ├── itemuse.2da
│   ├── iwdshtab.2da
│   ├── lightbnb.pro
│   ├── lightb.pro
│   ├── lightsto.pro
│   ├── lodisr.pro
│   ├── magesch.2da
│   ├── magicmis.pro
│   ├── malison.pro
│   ├── mdfeats.2da
│   ├── mfmiss2.pro
│   ├── mfmissh.pro
│   ├── mfmiss.pro
│   ├── mfog.pro
│   ├── mmagich.pro
│   ├── mmissile.pro
│   ├── modal.2da
│   ├── moelda.pro
│   ├── mrageh.pro
│   ├── mrage.pro
│   ├── mspore.pro
│   ├── msumm1h.pro
│   ├── msumm1.pro
│   ├── msumm1x.pro
│   ├── msumm2h.pro
│   ├── msumm3h.pro
│   ├── msumm4h.pro
│   ├── msumm5h.pro
│   ├── msumm6h.pro
│   ├── msumm7h.pro
│   ├── mswordh.pro
│   ├── mtouchh.pro
│   ├── necroh.pro
│   ├── necrot.pro
│   ├── npoisoh.pro
│   ├── ofsphe.pro
│   ├── overlay.2da
│   ├── paralh.pro
│   ├── pathfind.2da
│   ├── pfire.pro
│   ├── pictures.2da
│   ├── poisonh.pro
│   ├── polystat.2da
│   ├── portalh.pro
│   ├── prayerh.pro
│   ├── prayer.pro
│   ├── proftype.2da
│   ├── protevil.pro
│   ├── prtl_cl.pro
│   ├── prtl_op.pro
│   ├── pspray.pro
│   ├── pwkill.pro
│   ├── pwsileh.pro
│   ├── pwstunh.pro
│   ├── pwstun.pro
│   ├── raceflag.2da
│   ├── races.2da
│   ├── racskill.2da
│   ├── rad100.pro
│   ├── rad250.pro
│   ├── rad300.pro
│   ├── randitem.2da
│   ├── rdeadh.pro
│   ├── recitah.pro
│   ├── resurrh.pro
│   ├── rng450.pro
│   ├── rparalh.pro
│   ├── rwotfag.pro
│   ├── rwotfah.pro
│   ├── sarmorh.pro
│   ├── savegame.2da
│   ├── scharge.pro
│   ├── schargh.pro
│   ├── script.2da
│   ├── seaterh.pro
│   ├── seater.pro
│   ├── sgrowth.pro
│   ├── shout.pro
│   ├── shroud.pro
│   ├── shtable.2da
│   ├── skillsta.2da
│   ├── sleep.pro
│   ├── slivinh.pro
│   ├── slottype.2da
│   ├── soflamh.pro
│   ├── sohope.pro
│   ├── sooneh.pro
│   ├── sopain.pro
│   ├── sparbknp.pro
│   ├── sparbkpa.pro
│   ├── sparblnp.pro
│   ├── sparblpa.pro
│   ├── sparchnp.pro
│   ├── sparchpa.pro
│   ├── spargonp.pro
│   ├── spargopa.pro
│   ├── spargrnp.pro
│   ├── spargrpa.pro
│   ├── sparicnp.pro
│   ├── sparicpa.pro
│   ├── sparklbk.pro
│   ├── sparklbl.pro
│   ├── sparklch.pro
│   ├── sparklgo.pro
│   ├── sparklgr.pro
│   ├── sparklic.pro
│   ├── sparklma.pro
│   ├── sparklor.pro
│   ├── sparklpu.pro
│   ├── sparklre.pro
│   ├── sparklst.pro
│   ├── sparmanp.pro
│   ├── sparmapa.pro
│   ├── sparornp.pro
│   ├── sparorpa.pro
│   ├── sparpunp.pro
│   ├── sparpupa.pro
│   ├── sparrenp.pro
│   ├── sparrepa.pro
│   ├── sparstnp.pro
│   ├── sparstpa.pro
│   ├── spbrnhnd.pro
│   ├── spearex.pro
│   ├── spear.pro
│   ├── spfdeath.pro
│   ├── spfirebl.pro
│   ├── spin231r.spl
│   ├── spin232r.spl
│   ├── spin233r.spl
│   ├── spklarbk.pro
│   ├── spklarbl.pro
│   ├── spklarch.pro
│   ├── spklargo.pro
│   ├── spklargr.pro
│   ├── spklaric.pro
│   ├── spklarma.pro
│   ├── spklaror.pro
│   ├── spklarpu.pro
│   ├── spklarre.pro
│   ├── spklarst.pro
│   ├── splfocus.2da
│   ├── splprot.2da
│   ├── splspec.2da
│   ├── spoisoh.pro
│   ├── spscorch.pro
│   ├── spscoric.pro
│   ├── spwrath.pro
│   ├── ssorbh.pro
│   ├── ssswarm.pro
│   ├── sstoneh.pro
│   ├── sstone.pro
│   ├── start.2da
│   ├── stone.pro
│   ├── strengh.pro
│   ├── strings.2da
│   ├── suffoch.pro
│   ├── suffoc.pro
│   ├── sunfire.pro
│   ├── sunray.pro
│   ├── sunscoh.pro
│   ├── swaveh.pro
│   ├── swave.pro
│   ├── topics.2da
│   ├── trapglyp.pro
│   ├── trap.pro
│   ├── trapskul.pro
│   ├── tspray.pro
│   ├── turn.spl
│   ├── ublight.pro
│   ├── uhold.pro
│   ├── uncanny.spl
│   ├── uwardh.pro
│   ├── uward.pro
│   ├── vcremap.2da
│   ├── vspherh.pro
│   ├── walksnd.2da
│   ├── wdeath1.pro
│   ├── wdeath2.pro
│   ├── web.pro
│   ├── whirlw.pro
│   ├── wofire.pro
│   ├── womoon.pro
│   ├── womoonx.pro
│   ├── wowisp.pro
│   ├── wvdeath.pro
│   ├── wvhith.pro
│   ├── wwolf.pro
│   └── zlaura.pro
├── pst
│   ├── abcomm.2da
│   ├── acidblgr.pro
│   ├── acidblmu.pro
│   ├── acidblob.pro
│   ├── acidbloc.pro
│   ├── adder.spl
│   ├── aligns.2da
│   ├── amiss2.pro
│   ├── amiss.pro
│   ├── anims.2da
│   ├── aotorm.pro
│   ├── areapro.2da
│   ├── arrowex.pro
│   ├── arrowflb.pro
│   ├── arrowflg.pro
│   ├── arrowfli.pro
│   ├── arrowflm.pro
│   ├── arrowhvy.pro
│   ├── arrow.pro
│   ├── astorm.pro
│   ├── astorm.spl
│   ├── avatars.2da
│   ├── avprefix.2da
│   ├── avprefs.2da
│   ├── avslots.2da
│   ├── axeex.pro
│   ├── axe.pro
│   ├── axoft.spl
│   ├── baldur.bcs
│   ├── ball.spl
│   ├── bbridge.pro
│   ├── bbridge.spl
│   ├── bios.2da
│   ├── blessed.pro
│   ├── blight2.pro
│   ├── blight.pro
│   ├── bluetint.spl
│   ├── boltex.pro
│   ├── bolt.pro
│   ├── bstorm2.pro
│   ├── bstorm2.spl
│   ├── bstorm.pro
│   ├── bstorm.spl
│   ├── bulletex.pro
│   ├── bullet.pro
│   ├── callih.pro
│   ├── cgtable.2da
│   ├── chost.2da
│   ├── chost.pro
│   ├── chost.spl
│   ├── chromorb.pro
│   ├── classes.2da
│   ├── cloudkil.pro
│   ├── cloud.pro
│   ├── clskills.2da
│   ├── clssplab.2da
│   ├── cocold.pro
│   ├── colrspry.pro
│   ├── comment.2da
│   ├── conflag.pro
│   ├── conflag.spl
│   ├── confus.pro
│   ├── crits.2da
│   ├── cursed.pro
│   ├── daggerex.pro
│   ├── dagger.pro
│   ├── damage.2da
│   ├── dartex.pro
│   ├── dart.pro
│   ├── dbolt.pro
│   ├── dbolt.spl
│   ├── defsound.2da
│   ├── dhell.pro
│   ├── dhell.spl
│   ├── dmhead.cre
│   ├── dstable.2da
│   ├── easymaze.2da
│   ├── ebomb.pro
│   ├── effects.ids
│   ├── elyfire.pro
│   ├── elytear.pro
│   ├── embalm.pro
│   ├── estrike.pro
│   ├── factions.2da
│   ├── faerie.spl
│   ├── fbomb.pro
│   ├── fbyello.pro
│   ├── fearaura.pro
│   ├── ffire.pro
│   ├── fireball.pro
│   ├── firebolt.pro
│   ├── firebtbl.pro
│   ├── fireice.pro
│   ├── firestor.pro
│   ├── fistweap.2da
│   ├── fizzle.spl
│   ├── fmiss.pro
│   ├── fonts.2da
│   ├── formatio.2da
│   ├── foundry.2da
│   ├── frain.pro
│   ├── gametime.2da
│   ├── gaze.pro
│   ├── gemprjtl.ids
│   ├── gemrb.ini
│   ├── genders.2da
│   ├── goinvul.pro
│   ├── goinvul.spl
│   ├── grease.pro
│   ├── guibtact.2da
│   ├── guiid.chu
│   ├── guils.chu
│   ├── guiw08.chu
│   ├── hlymite.pro
│   ├── hold.pro
│   ├── holdund.pro
│   ├── holdund.spl
│   ├── hopand2.pro
│   ├── hopand.pro
│   ├── horror.pro
│   ├── howl.spl
│   ├── ice2.spl
│   ├── ice3.spl
│   ├── ice.pro
│   ├── ice.spl
│   ├── icestorm.pro
│   ├── ifury.pro
│   ├── ifury.spl
│   ├── ignusorb.pro
│   ├── ignusorb.vvc
│   ├── iknife.pro
│   ├── imiss2.pro
│   ├── imiss.pro
│   ├── impstr.spl
│   ├── inareanp.pro
│   ├── inareapa.pro
│   ├── inarea.pro
│   ├── inareasm.pro
│   ├── istorm.pro
│   ├── istorm.spl
│   ├── istr.pro
│   ├── iswarm.pro
│   ├── iswarm.spl
│   ├── itemsnd.2da
│   ├── itemspec.2da
│   ├── itemtype.2da
│   ├── item_use.2da
│   ├── itemuse.2da
│   ├── iterror.pro
│   ├── kiss.pro
│   ├── kitlist.2da
│   ├── knock.pro
│   ├── lightb.pro
│   ├── lightnin.spl
│   ├── lightsto.pro
│   ├── litany.pro
│   ├── litany.spl
│   ├── lmiss.pro
│   ├── lstorm.2da
│   ├── lstorm2.pro
│   ├── lstorm2.spl
│   ├── lstorm.pro
│   ├── lstorm.spl
│   ├── magicmis.pro
│   ├── mcannon.pro
│   ├── mcannon.spl
│   ├── mmiss2.pro
│   ├── mmiss.pro
│   ├── modal.2da
│   ├── mpal256.bmp
│   ├── MPALETTE.bmp
│   ├── mswarm.pro
│   ├── mswarm.spl
│   ├── music.2da
│   ├── nbolt.pro
│   ├── orb.spl
│   ├── orngtint.spl
│   ├── overlay.2da
│   ├── pacify.pro
│   ├── pacify.spl
│   ├── pathfind.2da
│   ├── pcmaze.2da
│   ├── pdolls.2da
│   ├── poone.pro
│   ├── poo.spl
│   ├── proftype.2da
│   ├── pwblind.pro
│   ├── pwb.spl
│   ├── pwkill.pro
│   ├── pwk.spl
│   ├── races.2da
│   ├── randitem.2da
│   ├── rdead.pro
│   ├── rdead.spl
│   ├── rock.pro
│   ├── rotorm.pro
│   ├── rune.2da
│   ├── rune.pro
│   ├── rune.spl
│   ├── s015hwav.vvc
│   ├── s025melt.vvc
│   ├── s046ist2.vvc
│   ├── s046istm.vvc
│   ├── s052cone.vvc
│   ├── s056itrl.vvc
│   ├── s061beam.vvc
│   ├── s061glwb.vvc
│   ├── s061shll.vvc
│   ├── s064bglt.vvc
│   ├── s064hglt.vvc
│   ├── s064lort.vvc
│   ├── s064uplt.vvc
│   ├── s070boom.vvc
│   ├── s075wdsh.vvc
│   ├── s914bgbl.vvc
│   ├── s914hgbl.vvc
│   ├── s914rune.vvc
│   ├── savegame.2da
│   ├── script.2da
│   ├── shammer.pro
│   ├── shammer.spl
│   ├── sigil.2da
│   ├── skmob2.pro
│   ├── skmob.pro
│   ├── skmob.spl
│   ├── sleep.pro
│   ├── slots.ids
│   ├── slottype.2da
│   ├── source
│   │   └── baldur.baf
│   ├── sparbknp.pro
│   ├── sparbkpa.pro
│   ├── sparblnp.pro
│   ├── sparblpa.pro
│   ├── sparchnp.pro
│   ├── sparchpa.pro
│   ├── spargonp.pro
│   ├── spargopa.pro
│   ├── spargrnp.pro
│   ├── spargrpa.pro
│   ├── sparicnp.pro
│   ├── sparicpa.pro
│   ├── sparklbk.pro
│   ├── sparklbl.pro
│   ├── sparklch.pro
│   ├── sparklgo.pro
│   ├── sparklgr.pro
│   ├── sparklic.pro
│   ├── sparklma.pro
│   ├── sparklor.pro
│   ├── sparklpu.pro
│   ├── sparklre.pro
│   ├── sparklst.pro
│   ├── sparmanp.pro
│   ├── sparmapa.pro
│   ├── sparornp.pro
│   ├── sparorpa.pro
│   ├── sparpunp.pro
│   ├── sparpupa.pro
│   ├── sparrenp.pro
│   ├── sparrepa.pro
│   ├── sparstnp.pro
│   ├── sparstpa.pro
│   ├── speak.eff
│   ├── spearex.pro
│   ├── spear.pro
│   ├── spfirebl.pro
│   ├── spklarbk.pro
│   ├── spklarbl.pro
│   ├── spklarch.pro
│   ├── spklargo.pro
│   ├── spklargr.pro
│   ├── spklaric.pro
│   ├── spklarma.pro
│   ├── spklaror.pro
│   ├── spklarpu.pro
│   ├── spklarre.pro
│   ├── spklarst.pro
│   ├── splspec.2da
│   ├── spscorch.pro
│   ├── spscoric.pro
│   ├── sshadow.pro
│   ├── sshadow.spl
│   ├── start.2da
│   ├── states.2da
│   ├── stone.pro
│   ├── stories.pro
│   ├── stories.spl
│   ├── strength.pro
│   ├── strings.2da
│   ├── str.spl
│   ├── tlaugh.pro
│   ├── trapglyp.pro
│   ├── trapskul.pro
│   ├── vcremap.2da
│   ├── vtouch.pro
│   ├── weapprof.2da
│   ├── web.pro
│   └── wmmos2b.mos
└── shared
├── avatar_shadows.2da
├── avprefc.2da
├── avprefg.2da
├── avprefix.2da
├── axeflm.pro
├── bardsong.spl
├── chinese.ini
├── comment.2da
├── containr.2da
├── cow.pro
├── czech.ini
├── default.ini
├── defaults.ini
├── demoend.chu
├── detect.spl
├── difflvls.2da
├── dmgtypes.2da
├── dummy.spl
├── fatigue.2da
├── findtrap.spl
├── flmstrk.pro
├── gemact.ids
├── gemtrig.ids
├── invtrav.pro
├── itemspec.2da
├── japanese.ini
├── keymap.2da
├── korean.ini
├── modal.2da
├── numwslot.2da
├── panic.spl
├── polystat.2da
├── redholy.pro
├── REVERB.2DA
├── sanctuc.vvc
├── shair1.pro
├── shair2.pro
├── shair3.pro
├── shair4.pro
├── shair5.pro
├── shair6.pro
├── shair7.pro
├── shair.pro
├── sharea1.pro
├── sharea2.pro
├── sharea3.pro
├── sharea4.pro
├── sharea5.pro
├── sharea6.pro
├── sharea.pro
├── shearth1.pro
├── shearth2.pro
├── shearth3.pro
├── shearth4.pro
├── shearth5.pro
├── shearth6.pro
├── shearth7.pro
├── shearth.pro
├── shwater1.pro
├── shwater2.pro
├── shwater3.pro
├── shwater4.pro
├── shwater5.pro
├── shwater6.pro
├── shwater7.pro
├── shwater.pro
├── skybolt.pro
├── sneak.spl
├── souleatr.2da
├── spboom1.pro
├── spboom2.pro
├── spboom3.pro
├── spdimdr.pro
├── spldisp.2da
├── spmagmis.pro
├── spsmkjet.pro
├── spsmold.pro
├── spsmpuff.pro
├── storespl.2da
├── turn.spl
└── zzweaps.2da
46 directories, 2235 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment