Zolga Owns
Smash Lord
Almas is a ninja.
Hes got this.
Apparently Almas has stopped working on the clone engine(for those of you who didn't know).
This thread is to discuss possible ideas on how to create a successful clone engine.
Hes got this.
This thread is to discuss possible ideas on how to create a successful clone engine.
Shadowtroop's idea from another thread.Shadowtroop said:So I came up with an Idea for a clone engine since you didn't want to continue yours.
Firstly, it should detect what .pac is loaded, like FitXXXX00.pac
And then it looks in the SD card for a corrasponding moveset.
Like So:
The Game Says:Load FitMario00.pac
The Code Says:FitMario00.pac detected, replacing fitmario.pac (This Is on the disk, not the SD Card) with fitmariomoveset00.pac (which IS from the SD card.)
I know that Isn't actually how it works lulz, but you get the idea...
And for custom character slots, something along the lines of CSS modifier should work, just change it to automatically load a costume with different character slots...
Too much?
Quote:
Personally, if I were writing a file swapping code, I would use the already existing File Replacement code. It already comes with the ability to specify the folder the files were in. I could then use a series of conditionals to change the folder the file is loaded from (probably setting up simple conditionals like checking an 8-bit address, and using another set of codes to fill in those values by looking at details like costume).