On this Lesson this video will teach you How to Make any Character to make them Hidden and Unlockable for the Ikemen go software. Big shout out to BDC to help me and DJMouf how to understand the code and make work for the Ikemen go Software
@EternalStorm796 Жыл бұрын
Hm..I already used the standard unlocking for clearing, it was anything beyond that, that had me perplexed...for highscore & clearing with a specific character...one is figured so thank you for that.
@rodrigonascimento9937 Жыл бұрын
Thank you very much for this help about unlock a character by completing arcade mode with a specific character! i was looking for this for so many times to my project lol! Also, if you add: ", exclude = 1", this will allow you to exclude the character of the random, and also it won't show up in the vs 100 kumite. Also²: "ordersurvival=0" will exclude the character of showing up in the survival modes :D
@arthura.88366 ай бұрын
great! TY!
@stevenmarinelli5393 Жыл бұрын
That's what I needed, thank you so much, you've earned another subscriber!
@OldGamerMugenCreation Жыл бұрын
thank you for subing me and Me and DJMouF wanted to learn how to do this but BDC came and save the day for all of us that wanted to learn
@DJMouFCoburn Жыл бұрын
Man it was worth all the hours of our trial and error efforts all this morning man but we got it finally. I'll update you on other discoveries bro
@OldGamerMugenCreation Жыл бұрын
yeah we finally figure it out all thanks to BDC :)
@aqg823210 ай бұрын
tks.very useful.
@XPGlitz_236_MUGEN Жыл бұрын
What if I want to make an Unlockable character from a Custom Challenge? Sometimes I want to see the lil highscore & clearing with a specific character but in a custom made challenge.
@YUKIHO_P4 Жыл бұрын
Thank you for the good information.
@OldGamerMugenCreation Жыл бұрын
your welcome :)
@white3378 Жыл бұрын
note : at the end of the code it says ssf2x_terry and you should change that name to whatever char you use. also that name should be spelled exactly as his folders name with no capital letters or . (periods) or numbers in it(rename folder if it does). that's how it works in mines at least
@teruienages9624 ай бұрын
still crashes the game for me, every time, regardless.
@white33784 ай бұрын
@@teruienages962 on you select .def copy and paste this in your char name just replace my characters name with yours mines is e.honda_16 (also note that if my char name was e.honda 16 it wouldn't work bc u cant have spaces) e.honda_16, hidden = 2, unlock = stats.modes ~= nil and stats.modes.arcade ~= nil and stats.modes.arcade.clear >= 1 this says u must complete the game one time in order to unlock the character
@baianinja8863 Жыл бұрын
That's excellent! Would you have any tutorial that explains how to make a screen to tell the player they unlocked the character? I can figure out the visuals myself, but I am struggling to make the screen exist. I want that after the player finishes the Arcade, a message will be displayed alerting them of having unlocked the xxxx character.
@PintaX724 Жыл бұрын
Do you think that when you finish the arcade you can win. And in the Win section an animation appeared or at least the name of the unlocked character? I would like that brother. Example, I beat Arcade 7 times and had a Pikachu locked and let's say I won those times (The requirement to unlock a Pikachu in this case). Example using Jotaro and I get an animation or warning that tells me that what I won was hidden. It was incredible
@manicmugenverse6 ай бұрын
Thanks You very much!!
@criacoesgames5 ай бұрын
Hello Friend One question I have I'm working on an Ikemen Go like the MKP inside it But I want to know if it's possible to make an empty slot appear if the character is not released and the position of the Selection Slots is based on the Selection Slots of the Tekken Tag Tournament Game If you find any information I would really appreciate it :)
@teruienages9624 ай бұрын
This unlock code when using any specific character to unlock another only crashes the game. WHENEVER it toggles by completing arcade with said character, it just crashes and vomits this into the log: :1: cannot perform div operation between number and nil stack traceback: :1: in function external/script/main.lua:3419: in function 'f_unlock' external/script/main.lua:4104: in main chunk [G]: ?
@AnimeHeroesAllstarClash Жыл бұрын
Is it possible to create a warning screen for the character that has been unlocked?
@Jkid101090 Жыл бұрын
Do you know how unlock Story Mode missions too?
@natebalance7562 Жыл бұрын
Can that work to unlock a character in story mode?
@arthura.88366 ай бұрын
And what if my character is inside a folder tree, inside characters folder? Like characters->animes->rurounikenshin->himura?
@Ranuyasha6 ай бұрын
You have to write it while mentioning all the directories
@arthura.88366 ай бұрын
@@Ranuyasha Yep, I did it. The code then works fine, ty m8!
@crescentmugen Жыл бұрын
Can this mechanic apply for regular mugen? Like 1.0 and 1.1?