Home » MODDING HQ 1.13 » v1.13 Modding, Customising, Editing » v1.13 Modding, Customising, Editing » Where are specific things (Question)
| Where are specific things[message #356649]
|
Sun, 10 February 2019 18:58
|
|
Stavian |
 |
Messages:107
Registered:February 2019 Location: Philly/DC |
|
|
Hello, as I have continued my path to explore and expand my knowledge of the inner workings of this intricately linked system of files. I have a few that I have not been able to locate.
Where is the core Nationality list kept that the system uses, I thought it was in the profile XML but changing those does not seem to cause any changes.
What does <bDeathRate> and <bReputationTolerance> affect and is a low number good are bad. My assumption is that these are how well the morale of the merc is affected by the death of Merc's and reputation. However, by looking at the scores, it seems the numbers have some fluctuations that I cannot seem to capture a trend that would allow me to determine the overall scheme.
Is there some variations and potential errors in the backgrounds XML file related to AP's needed to do certain things. The reason is that on Nobility it would seem time to do certain things is more difficult and on Sapper, they could do things faster. Sometimes it looks that they are opposite than would be expected.
Lastly what particularly limits a mod made for 1.113 in this example Urban Chaos from using the latest SVN exe files? This seems to be peculiar to me as it would seem the exe would use the similar file structure and while the older 1.113 mods would need to have files added or modified that this should work. I am very familiar with modding Paradox Interactive which is well known for making things simple that way and I am sure that part of my trouble is that as you all know a lot of time is learned who everything is connected.
Thanks again for your time. I am trying to do my due diligence to learn how to do things and understanding of interdependencies so I can be of assistance to those of you whom I wish to assist in the future.
Regards,
Stavian
Report message to a moderator
|
Sergeant
|
|
|
|
| Re: Where are specific things[message #356651 is a reply to message #356649]
|
Sun, 10 February 2019 20:50 
|
|
| Flugente |
 |
Messages:3499
Registered:April 2009 Location: Germany |
|
|
Note that any changes in MercProfiles.xml only affect a new campaign, in an ongoing campaign that data is loaded from the savefile.
<bDeathRate> and <bReputationTolerance> work that way, yes. The lower the more picky a merc is about these things. Keep in mind that those values are simply what people felt was appropriate, there is no 'right' value. If you want to know more about those, look for BOOLEAN MercThinksDeathRateTooHigh( UINT8 ubProfileID ) and BOOLEAN MercThinksBadReputationTooHigh( UINT8 ubProfileID ) in the code.
The backgrounds.xml should have some description at the top explaining what a tag does and in what range values are.
There isn't anything limiting a mod from using the current exe apart from the fact that newer features introduce new tags, xml or images. If these aren't present, a feature might not work or the game might even crash (like, say, when the game wants to display an icon that isn't there in the old mod files).
For example, at some point I added damage modifiers to AmmoTypes.xml that allow finetuning what damage/breath damage an ammotype does against people/cars/whatever. If those aren't present, well... your gun's aren't going to do a lot of damage. We could set default values for some, but that gets even more confusing, because suddenly ammo uses values you never even set.
I know now that it could never work between us, as much as we wanted to, it could never be! Not because you're a rabbit, but because you're black.
If you want, you can donate to me. This will not affect how and what I code, and I will not code specific features in return. I will be thankful though.Report message to a moderator
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sun Jun 14 03:37:38 GMT+3 2026
Total time taken to generate the page: 0.00523 seconds
|