Maybe playing music from a folder instead of CD might be doable.
I already found the code where it plays the CD audio.
Now the problem is making it load the track accordingly to the mini game you are now
Yup, not sure where that is.
Yeah, finding that is hard
Because it only reads the ini
I tried adding
CDAudioTrack 2
CDAudioTrack 3
CDAudioTrack 4
But will only load Track 2
Rubi the url you got from Stinkek IS the original thing. It‘s a digital copy of my own World of Asterix Box and there‘s no music on it. As I‘ve said they either didn‘t include it in that release or they never ever included it on any full pc release (which would explain why you won‘t find it on other digital copies laying around on the web)
But yeah we try to reimplement that to be able to restore the behaviour of it to its release on the ps
I also found all the relevant places and I could just go for trial and error while hoping that some changes won‘t fuck up the general logic on those subroutines that make use of it. However it‘s much nicer to be able to debug your program while you‘re modifying it; this way you‘re able to mitigate all errors that might be introduced because of your changes
that‘s the reason why I want my debuggers to work first before I‘m actually modifying it. 😃
Well, I used IDA Pro 5 free to debug the demo and it worked.
I could put a breakpoint to the code where it changes the score in the eating minigame and it breaks there well.
Well the demo debugs too on IDA Pro 7
But not the original release from my CD 😃
anyways, gonna try to solve/bypass the problem when I find time for it
Does the game have any form of copy protection / DRM?