User:Frost Salamander: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
|- | |- | ||
| sound shaders || tdm_sound_ambient_decls01.pk4\sound || ambient environmental sound shaders | | sound shaders || tdm_sound_ambient_decls01.pk4\sound || ambient environmental sound shaders | ||
|- | |||
| materials definitions || tdm_textures_base01.pk4\materials || base materials files | |||
|} | |} |
Revision as of 20:59, 25 May 2023
- TDM Files and Contents
Content | File path | Notes |
---|---|---|
Skins | tdm_models_decls01.pk4\skins | skin files shipped with TDM |
Script Constants | tdm_base01.pk4\script\tdm_defs.script | constant values. Useful if you need to know the literal values for use in your scripts. |
Script Objects | tdm_base01.pk4\script | various script objects for entities. |
tdm_ai_humanoid_newskel.def | tdm_ai_humanoid_undead01.pk4\def\tdm_ai_humanoid_newskel.def | Base class for all TDM humanoid entities |
GUI Icons | tdm_gui01.pk4\dds\guis\assets\hud\ | HUD icons. e.g. loot, potions, etc |
sound shaders | tdm_sound_ambient_decls01.pk4\sound | ambient environmental sound shaders |
materials definitions | tdm_textures_base01.pk4\materials | base materials files |