YesNoOk
avatar

why guys (Read 550 times)

Started by Source2, December 04, 2007, 02:15:34 pm
Share this topic:
why guys
#1  December 04, 2007, 02:15:34 pm
  • avatar
hey guys i found this website to download characters, but they dont work when i install them, the game alwayse crashes... any help pls

http://mugentomb.free.fr/
Re: why guys
#2  December 04, 2007, 02:23:35 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
When Mugen crashes, does it send back an error message (other than "Mugen had to close, sorry for the inconvenience") ?

If yes, post the error message.
If not, post the beginning of their def file please.
Re: why guys
#3  December 04, 2007, 02:35:16 pm
  • avatar
It shows this... do u know what is it? whit every charcter from that website shows me that..

http://i5.tinypic.com/7yf3ns5.jpg


EDIT:
or you could tell me another website from where to download characters?
Re: why guys
#4  December 04, 2007, 02:42:00 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
The problem, as written, comes from the fact that there isn't any command named blok in the CMD file of the character.

Open the CMD file of one ot them (right-click -> edit). You'll see various commands at the beginning of the file (name, command, time).

Do a Ctrl+F to see if there's a state which requires a command="blok" as trigger.
If yes, go back to the beginning of the file and add a "blok" command by writing whatever command you want for it, even though I suppose blok is like block, in which case "command = B" should do the trick.

If no, then it's the CNS file of the character which has a typo, and you'll have to find the right name to put instead of blok. Look in the cmd to find the name of the command looking the most to blok, and replace all the blok occurences in the CNS file by the name you found in the CMD.

Edit : MK chars can be found at randomselect, made by Pneophen or Mike Obrecht (under hosted creations). There's also a MK project board in this forum, but the chars are meant to be played only in a full game.
Re: why guys
#5  December 04, 2007, 03:01:59 pm
  • avatar
Thx for the info, but thats too complicated for me to do :)
Re: why guys
#6  December 05, 2007, 02:35:51 am
  • avatar
hmm, in fact i believe it might be a typo from "block" to "blok" as the error states that the unidentified command is "blok".

open notepad, then click on file, then click on open. Then go to your mugen folder, double click on char, search for a specific character that you want to debug, click on "view all files" then open the .cmd (or .cns wherever the error is, im not sure), press ctrl+F see if you can find a blok and try renaming it to block.

if the error turns into an "unidentified command "block"" then i suggest copying whatever blok is from KFM, it might work.

I dont have any much experience with mugen yet, but i do have programming knowledge and i believe that should solve it (unless more similar errors pop up).