Hey there! Seems like I am a new scholar. 
I am not much of a video-game player (at least since 2001 or so, hehe), although I am finding the Trials (Gold) game quite worthy of being played, especially at the advanced levels. (I am playing v1.0.3, and on a machine that is not even connected to the Internet, by the way). The only thing I feel that they have done wrong, way wrong, with this game is filling the extreme-difficulty warehouse tournament with beginner-, easy-, and medium-difficulty tracks. Hell, they did not even put any extreme-difficulty tracks in!
It is a shame. This is why I have been motivated in modifying that tournament, because in my mind, it would be way more interesting if it ditched out those easy tracks, and included only, in order or original appearance, all of the hard-and-extreme warehouse tracks. (For those who have not played the game yet, I am recommending it to those who like dexterity-requiring games, which make you learn while playing it, often without being conscious of your achievements in this regard.)
What I have tried is using the Haoose tools -- from http://forum.xentax.com/viewtopic.php?f=10&t=8861 -- to modify the v1.0.3-untouched data.pak file, which contains the tracks.xml file, in order to change the tracks of this tournament. Here is the tried edit:
<!-- Around the World Endurance Challenge: 24 tracks: Most beginner, easy and medium tracks -->
<Track id="1108" mode="endurance" leaderboard_id="177" context_id="7" fullonly="false" difficulty="5" bikes="3">
<TrackList>
<Track id="819" />
<Track id="812" />
<Track id="806" />
<Track id="813" />
<Track id="814" />
<Track id="821" />
<Track id="817" />
<Track id="822" />
<Track id="811" />
<Track id="815" />
<Track id="835" />
<Track id="823" />
</TrackList>
<Limits platinum="16:20:000" gold="20:00:000" silver="40:00:000" platinum_faults="5" gold_faults="30" silver_faults="120"/>
</Track>
Doing so, and importing it back to the data.pak archive, successfully modifies the related tournament-selection menu. However, upon going further, the game crashes and on is swung back to desktop.
Upon diagnosing the source of the problem, it seems it is the published hacking tool which is the culprit, because without modifying anything in the xml file, the internal system of the game is made broken anytime a reimport is effected.
Perhaps some kind of checksum protection is not fiddled with gently enough? Something is going wrong. I am curious as to the core issue, although I am stagnating in this quest. Things get even more complicated knowing that, game progress seems saved in parallel in the "my documents" folder (track and tournament times), sometimes acquired medals seem written to the "1.save" file, and the talked-about data.pak file seems to change over time (for a reason yet unknown to me).
EDIT: If this challenge is of any interest to you, my friends, you would be more than welcomed in solving it further.

I am not much of a video-game player (at least since 2001 or so, hehe), although I am finding the Trials (Gold) game quite worthy of being played, especially at the advanced levels. (I am playing v1.0.3, and on a machine that is not even connected to the Internet, by the way). The only thing I feel that they have done wrong, way wrong, with this game is filling the extreme-difficulty warehouse tournament with beginner-, easy-, and medium-difficulty tracks. Hell, they did not even put any extreme-difficulty tracks in!
It is a shame. This is why I have been motivated in modifying that tournament, because in my mind, it would be way more interesting if it ditched out those easy tracks, and included only, in order or original appearance, all of the hard-and-extreme warehouse tracks. (For those who have not played the game yet, I am recommending it to those who like dexterity-requiring games, which make you learn while playing it, often without being conscious of your achievements in this regard.)
What I have tried is using the Haoose tools -- from http://forum.xentax.com/viewtopic.php?f=10&t=8861 -- to modify the v1.0.3-untouched data.pak file, which contains the tracks.xml file, in order to change the tracks of this tournament. Here is the tried edit:
<!-- Around the World Endurance Challenge: 24 tracks: Most beginner, easy and medium tracks -->
<Track id="1108" mode="endurance" leaderboard_id="177" context_id="7" fullonly="false" difficulty="5" bikes="3">
<TrackList>
<Track id="819" />
<Track id="812" />
<Track id="806" />
<Track id="813" />
<Track id="814" />
<Track id="821" />
<Track id="817" />
<Track id="822" />
<Track id="811" />
<Track id="815" />
<Track id="835" />
<Track id="823" />
</TrackList>
<Limits platinum="16:20:000" gold="20:00:000" silver="40:00:000" platinum_faults="5" gold_faults="30" silver_faults="120"/>
</Track>
Doing so, and importing it back to the data.pak archive, successfully modifies the related tournament-selection menu. However, upon going further, the game crashes and on is swung back to desktop.
Upon diagnosing the source of the problem, it seems it is the published hacking tool which is the culprit, because without modifying anything in the xml file, the internal system of the game is made broken anytime a reimport is effected.
Perhaps some kind of checksum protection is not fiddled with gently enough? Something is going wrong. I am curious as to the core issue, although I am stagnating in this quest. Things get even more complicated knowing that, game progress seems saved in parallel in the "my documents" folder (track and tournament times), sometimes acquired medals seem written to the "1.save" file, and the talked-about data.pak file seems to change over time (for a reason yet unknown to me).
EDIT: If this challenge is of any interest to you, my friends, you would be more than welcomed in solving it further.
dood
Comment