With the search engine down i cant do any searches on this topic. Im having trouble with the 441369.xml file in my mod. Everything seems fine when i load the mod through doubleshadows editor but in the game all the new wares, ships, and sectors show up as 'Readtext'##_### or something like that.
What i have done was simply edit deadly's file from his own ship mod. I did add 1 new ship using a unique number for both the name and description but that was it. The rest of the file is basically the same save for different names and descriptions for the existing ships. Again, everything works 100% fine in X2-Editor but is messed up ingame.
Anyone have any ideas on how to remedy this?
Help with t file 441369
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 2981
- Joined: Mon, 29. Dec 03, 03:29
you need to tell X2 to use the file.
The command is something like:
(you don't need the 44, all english files start with 44)
Put it in your setup script so that it just gets loaded once at the beginning of the game load. Then the text will be available to use in other scripts.
Cheers.
The command is something like:
Code: Select all
load text, id = 1369
Put it in your setup script so that it just gets loaded once at the beginning of the game load. Then the text will be available to use in other scripts.
Cheers.
"Nature's first green is gold" . . . stay golden.