Postby MarioChallengerX2 » Tue May 30, 2023 10:39 pm
So, after my quitting fiasco at MAFAB 3 along with burnout and stress, in 4 months, the deadline for the Luigikid Ex3 Challenge will arrive. (October 31)
With 4 months, I plan on representing the SMBX2 engine myself with this demo project. I love Luigikid's videos a lot, even though they can sometimes give me nightmares but that's my heart acting weak sometimes. Also, Mario EXE story games haven't been really good in regards to performance and feel, so I plan on also showing that a good Mario Exe story driven game can exist. (Similar to SoH style formula, but created in my own way)
Anyway, I just needed some support and knowledge from the community that will help me here, considering I'm a rookie but I'm getting there with some concepts.
Here we go.
#1. Custom cheat code: So, for an easter egg, I wanted to type Luigikid to change my character skin. Somewhat like a cheat code. Is it possible to register if the player types a specific word, code executes?
#2. A custom life system check:
So, in Sonic Exe SoH, you have a custom life system for separate character data. I wanted to implement that in SMBX. How in my case?
Well, I just want my level to be a hub level, you choose the data, and you enter a level as Luigi. Then, once you're in the game, you have like 10 deaths. If Luigi's death counter reaches 10, you go back to the hub, unable to choose him again. So like, the basic thing is to just make a death counter send you back to the hub. Additionally, eventually I would like a check for each player alive(determined by their death counters) Also, certain events in the game that set their death counter to the specific value and collecting 1ups decreases your death counter.
3. Progression without returning to hub. Like, if you beat a level as Luigi, you keep on going instead of returning to the hub. (i.e advance more levels) Sounds simple enough, right?
I think that's all for now, I'll see if I need anything else later on.