Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thank you to both Red Panda for helping me fix the problems and thanks to OfficerTenpenny for making me aware of teh problems!
in equipment_x2.xml the image link is wrong
WRONG - <RenderObject2D texture="mods/X2/X2pic.tga"/>
CORRECT - <RenderObject2D texture="data/X2/X2pic.tga"/>
in mod.xml you are missing the image extension
WRONG - image="data/x2thumb"
CORRECT - image="data/x2thumb.png"
In filesystem_mount.xml you have
<MountFile name="mods/X2/x2_attacktypes.xml"/>
It should be
<MountFile name="data/x2_attacktypes.xml"/>
This should be in the same format as all of the mounted files.
I looked for it in the secondary weapon slot too but it's not there. There is something called "Taser (Sidearm)" or something like that that's from another mod.
Thanks for taking the time to work out the troubles with my mod! It means a lot to me. :D
If anyone else has had this problem please let me know!