- Pronouns
- She/her He/him
id like to add modding introduces a whole set of new limitations since most of the time, what you're replacing has to match the original data in some way or another, and you're going to have to replace an element entirely most of the time; ie the super mario land mario sprites replaces the smb style mario sprites.
but sometimes, you have stuff like spore dark injection, which adds a crapton of new parts into the game and removes creation size limits entirely, rather than replace anything. this really lets your creativity run wild.
depends on the cheat code and depends on what element of the game gets changed to make easier. sometimes it's changing a single line in a decompressed xml file (in mario kart 8's case, changing the lapcount from 3 to 2 or 1 to cheat your way to victory in time trials), sometimes it can be more complicated than that.
but sometimes, you have stuff like spore dark injection, which adds a crapton of new parts into the game and removes creation size limits entirely, rather than replace anything. this really lets your creativity run wild.
YoshiFlutterJump said:Heck, I'm pretty sure that usually even creating a cheat code to make a game easier is harder than the game itself.
depends on the cheat code and depends on what element of the game gets changed to make easier. sometimes it's changing a single line in a decompressed xml file (in mario kart 8's case, changing the lapcount from 3 to 2 or 1 to cheat your way to victory in time trials), sometimes it can be more complicated than that.