How do I see my moveset?
Moderator: Moderator
How do I see my moveset?
I downloaded the Queen of Hentai in this website and I cannot find the moveset of a certain character that I want to play as, how do I see it?
Re: How do I see my moveset?
These are for download:
The Queen Of Fighters 2011 (versión MUGEN 1.0)
TQH 0 - The Queen of Hentai 0
The Queen Of Fighters 2019
The Queen Of Fighters 2011
Although there are 2 with that name, meets the information you indicate to a greater extent, it is "TQH 0" but I suggest (if you want, of course) that when you need some information you also give all the information you can gather so that whoever helps you can do it in an efficient way and not wander off into what the answer might be due to the scant information.
Returning to your question:
TQH 0, list of movements for each character and you can see it when you select your character and the first fight begins and you can also take a screenshot with the "F12" key and it will create an image in PNG format that you can find in the main folder of the game.
The Queen Of Fighters 2011 (versión MUGEN 1.0)
TQH 0 - The Queen of Hentai 0
The Queen Of Fighters 2019
The Queen Of Fighters 2011
Although there are 2 with that name, meets the information you indicate to a greater extent, it is "TQH 0" but I suggest (if you want, of course) that when you need some information you also give all the information you can gather so that whoever helps you can do it in an efficient way and not wander off into what the answer might be due to the scant information.
Returning to your question:
TQH 0, list of movements for each character and you can see it when you select your character and the first fight begins and you can also take a screenshot with the "F12" key and it will create an image in PNG format that you can find in the main folder of the game.
- 1UPermario
- Posts: 17
- Joined: Sun Aug 18, 2024 7:22 pm
Re: How do I see my moveset?
Alternatively I’ve found that you can edit a characters cmd file in notepad to not only see every move they can preform, but you can see the button combos for any special moves in them, including h-moves. You can also freely change what buttons you need to press to use them, making them a single button like c or a whole button combo. And if you ever wanted to get the ai to use the h moves only, or are just looking to get them to use less moves, you can even delete moves so you or the ai can’t use those moves anymore. Like for example leaving only the state def’s that had command set to h moves like a “mating press” or whatever the command name is. (And if you are going to delete moves, don’t delete the commands that control what button combos do what, that will probably lead to an error, and a crashed Mugen. Instead delete the moves in the second half of the cmd notepad, starting below the required [-1 state def] you can tell what is what by looking at the “command =“ for example, if there is a command value for “mating press” that determines a button combo, the code for the actual move would have a [command = “mating press”] inside of it. So in that case you would delete every state def other than the required one and whatever string of code contained the [command = “mating press”] and now vlolia! Your Marcus the dog can now only use its mating press move, both with or without ai.)
To wrap things up, when making custom button combos for command values, use the button remap that’s usually at the top to determine what each button would stand for in the actual code.
Sorry for making this so long I just really wanted to share this!
TL:DR opening the char’s command file in notepad should help!
EDIT : almost forgot to mention that this knowledge can be applied to any mugen characters! (Good luck trying to figure out what is what if the notepad has everything encrypted…)
Also hope this helped you or anyone else that reads this!
To wrap things up, when making custom button combos for command values, use the button remap that’s usually at the top to determine what each button would stand for in the actual code.
Sorry for making this so long I just really wanted to share this!
TL:DR opening the char’s command file in notepad should help!
EDIT : almost forgot to mention that this knowledge can be applied to any mugen characters! (Good luck trying to figure out what is what if the notepad has everything encrypted…)
Also hope this helped you or anyone else that reads this!