User:Frost Salamander: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
|- | |- | ||
| 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 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 | | tdm_ai_humanoid_newskel.def || tdm_ai_humanoid_undead01.pk4\def\tdm_ai_humanoid_newskel.def || Base class for all TDM humanoid entities |
Revision as of 10:32, 29 October 2022
- 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 |