Logo Platform
logo amplifiers simplified

Modding Registry.xml

Reply
Copied to clipboard!
10 years ago
Nov 19, 2014, 4:08:55 PM
If you modify Registry.xml, do you need to replace the whole file?



Thanks in advance!
0Send private message
10 years ago
Nov 20, 2014, 1:22:58 PM
I'm not sure I understand the question but in case you want to put the registry.xml in a mod file with the Type="Conversion" then only the changes or additions in your registry will be taken into account.

If you want to totaly erase the content of the in-game registry to get only the information from your own you will have to change the type to Type="Standalone".



I hope it is clear but if you need any other explanation please do not hesitate!
0Send private message
10 years ago
Nov 20, 2014, 1:27:56 PM
Can you post an example of a Registry.xml where a single value is changed? I ask the question because I'm not sure if you need to post a whole element (ex. ) or if you can just have something like in the file. And if you need , do you need to have all of the child elements?



Thanks in advance!
0Send private message
10 years ago
Nov 20, 2014, 4:07:37 PM
Ok so, if you want to change only a single value of the registry file in the public folder you only need to keep your root modding xml file to the Type="Conversion" and respect the hierarchy of the elements.



For instance, if I want to change the first season being winter instead of summer my new registry.xml file will look like that:











Winter









No need for extra text smiley: smile
0Send private message
?

Click here to login

Reply
Comment