GMdsam
GMdsam copied to clipboard
Some junk test stuff trying to decompile GM bytecode
So, if you run the program, go into the sounds folder, and play mus_zz_megalovania.ogg, then you'll clearly see that it isn't Megalovania! Any idea on why this was caused/ways to...
I've noticed that sprites strangely have anti-aliasing on them. This isn't supposed to be happening... Do you have any idea of fixing this? Could it potentially be https://github.com/WarlockD/GMdsam/blob/master/GMdsam/GameMaker/ChunkTypes.cs#L276? Or is...
Is it possible for scripts like this `if(self.argument0 == "music/story.ogg"/* ([0x0071AB1C],4) */) self.song_index= 213/* ([0x0071AB28],2) */; if(self.argument0 == "music/bad.ogg"/* ([0x0071AB40],4) */) self.song_index= 214/* ([0x0071AB4C],2) */;` to not have indexes. Instead,...