Page 1 of 1
Changing Track Unevenness Crashes Game

Posted:
Thu Dec 14, 2017 11:39 pm
by DrewG
I'm trying change the track unevenness of the track in the Peace River route, so far the only way I've found to do it is select the track and manually change it, is there a better way? More importantly, when I do this, the route crashes quite often, most of the time in the same spots. Anyone know why?
Re: Changing Track Unevenness Crashes Game

Posted:
Sat Dec 16, 2017 2:57 am
by trev123
I would contact DTG support about the issue.
https://dovetailgames.kayako.com/Default
Re: Changing Track Unevenness Crashes Game

Posted:
Sat Dec 16, 2017 4:11 am
by _o_OOOO_oo-Kanawha
Another way to change track unevenness is to drop the tracks.bin on Serz.exe to get the source .xml file.
First make a backup copy of tracks.bin
Using a competent .xml editor like Notepad++ you can globally search and replace the <LineUnevenness>....</LineUnevenness> text fragment with the same fragment using a different value in the range of 20-50.
(In theory, RW_Tools can also do this, but I am unsure if it will handle very large .xml files reliably)
Then drop tracks.xml onto Serz.exe again and it will compile a new tracks.bin. Because a Steam validation of your game will remove your changed files, make a spare copy of the new tracks.bin in a safe location.
Re: Changing Track Unevenness Crashes Game

Posted:
Sat Dec 16, 2017 2:04 pm
by DrewG
I've looked through the xml and there is no refrence to LevelUnevenness or Unevenness in there.

Re: Changing Track Unevenness Crashes Game

Posted:
Sat Dec 16, 2017 3:32 pm
by _o_OOOO_oo-Kanawha
I don't have this route, so cannot check the .xml for you.
Could it be the creators have omitted super elevation and track unevenness all together?
This will perhaps cause your game to crash when editing using the route building screens.
Perhaps another owner of this route can look into it?
Re: Changing Track Unevenness Crashes Game

Posted:
Sat Dec 16, 2017 4:15 pm
by buzz456
_o_OOOO_oo-Kanawha wrote:I don't have this route, so cannot check the .xml for you.
Could it be the creators have omitted super elevation and track unevenness all together?
This will perhaps cause your game to crash when editing using the route building screens.
Perhaps another owner of this route can look into it?
I did look at it. Assuming you are talking about the bin file in tracks folder in the route folder then he is correct. There are no entries like you mention.
Re: Changing Track Unevenness Crashes Game

Posted:
Sat Dec 16, 2017 4:20 pm
by DrewG
Yep, tracks.bin doesn't include that value. Which probably explains the crashes after I edit it. Too bad.
Re: Changing Track Unevenness Crashes Game

Posted:
Mon Dec 18, 2017 4:13 pm
by Chacal
DrewG wrote:I've looked through the xml and there is no refrence to LevelUnevenness or Unevenness in there.

It's "LineUnevenness"
Re: Changing Track Unevenness Crashes Game

Posted:
Mon Dec 18, 2017 4:27 pm
by DrewG
You're correct, however that line is still not in there.