Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3Olympic GamesXXL SpeedrunningXXL Romastered SpeedrunningXXL 2 SpeedrunningXXL 2 Remaster SpeedrunningOlympic Games SpeedrunningRecent StratsOther Asterix GamesOther GamesAsterix MediaSpoofy GoofsCreative ShackVideosHelpBot SpamRetro GamesModdingStreamsPatchesModsToolsResourcesDownloadsWikiUnfair XXLCaesar's ChallengeIntroductionsVC TextAnnouncementsVillage GatesRulesFeedback

#modding

OverFloyd
idefix
OverFloyd
*dogmatix
OverFloyd
in Italy it's Idefix lol
OverFloyd
nice
Martyste Tendertail
"base" refers to any basic enemy
Martyste Tendertail
"touche" ( from touché ) means hit.
Martyste Tendertail
the golden laurels are always refered as souvenirs.
OverFloyd
well they are souvenirs in the end
PegPeregoGaucho
Feder373
Those balls self-destroy when they hit a wall, or they go back and forth like that one in Normandy?
Martyste Tendertail
Destroy.
Martyste Tendertail
The pressure plate also respawns the ball associated with it.
AdrienTD
In the game, there are classes for every kind of roman, like CKHkBasicEnemy, CKHkRomanArcher, CKHkJetPackRoman, CKHkJumpingRoman, ...
AdrienTD
But surprisingly there is also one named CKHkRocketRoman, and is not used by any level of the game
AdrienTD
What is interesting though is that CKHkRocketRoman is actually a subclass of CKHkBasicEnemy, that means that the rocket roman shares the same properties as the basic enemy, but with some additions at the end of the structure
AdrienTD
So what I did is with help of my new editor, I transformed all CKHkBasicEnemy into CKHkRocketRoman (as well as their corresponding component classes), by adding additional values at the end of the serialized instances
AdrienTD
Of course because I didn't have an example of how a CKHkRocketRoman looked in the KWN files, as it was never used, I had to look at the reading code and make guesses
AdrienTD
Also, the first time I managed to make the CKHkRocketRoman work, the romans still acted like basic romans with no difference, but by changing some values and by looking at the code, I managed to make their special behaviour work (by approaching them using a lit torch)
AdrienTD
yeah, modified version of any standard roman
AdrienTD
still not sure how to do it, but maybe soon :TotalKappa: