YesNoOk

Show content

This section allows you to browse the content for this member. Note that you can only see content for which you have sufficient viewing permissions.

*
vidmanu is Offline
Contact vidmanu:

vidmanu

User

Messages by vidmanu

    

Re: newbie with mugen problems

 January 30, 2009, 03:07:59 pm View in topic context
avatar  Posted by vidmanu  in newbie with mugen problems (Started by joseG January 24, 2009, 01:37:56 pm
 Board: M.U.G.E.N Configuration Help

I cant really help you, but i can point some things you could check for a solution.
I can see a lot of empty boxes in your screen, that mean the names in the select.def arent the same that the folders containing the chars. I can tell you also that the system.def controlling your screen is all messed up (not made for your mugen maybe?)
I can bet the problems resides in those two files (system.def and select.def) but i cant tell you where exactly with out having the screen pack with me.
    

Re: A little music help

 January 30, 2009, 02:56:42 pm View in topic context
avatar  Posted by vidmanu  in A little music help (Started by txrocker281 January 28, 2009, 07:13:28 pm
 Board: M.U.G.E.N Configuration Help

Hi. The looptype=1 option comes with a warning, i CAN stutter, and with the option looptype=2, in_mp3pro is too slow with medium/large files (it has to be reloaded. the plugin and the mp3). I recommend you to stick with the old in_mp3.dll plugin. It works wonderfull for me with any option and any mugen, even using 7 MB music files.
Anyways, your actual config should work too. I dont see any problem in there.
    

Re: change X,Y values of Char name on select screen

 January 20, 2009, 02:58:24 pm View in topic context
avatar  Posted by vidmanu  in change X,Y values of Char name on select screen (Started by lprince January 20, 2009, 02:27:44 am
 Board: M.U.G.E.N Configuration Help

You have to modify the SYSTEM.DEF file of your creen motif.

This lines controls the position of the name strings "p1.name.offset = x,y"

Ofcourse, there existe p2.name too, and for the the team mode too. Just look for these lines in the system.def
    

Re: Error Loading BGM HELP

 January 16, 2009, 02:14:28 am View in topic context
avatar  Posted by vidmanu  in Error Loading BGM HELP (Started by freshyesim January 13, 2009, 07:37:05 am
 Board: M.U.G.E.N Configuration Help

I am surer you have path errors. Most of the time, ppl add paths using the normal backslash "\" when mugen uses the other one "/" for paths
    

Re: help

 January 13, 2009, 05:16:51 am View in topic context
avatar  Posted by vidmanu  in help (Started by wolf January 03, 2009, 11:15:15 pm
 Board: M.U.G.E.N Configuration Help

The engine works fine for 95% of the ppl, so i can bet its your PC.
I had that problem when i had only 98 MB of ram. After i put 512 i never got problems again.
    

Re: Stage BGM problem

 January 13, 2009, 05:14:29 am View in topic context
avatar  Posted by vidmanu  in Stage BGM problem (Started by Omegalord99 January 04, 2009, 10:33:24 pm
 Board: M.U.G.E.N Configuration Help

Your backslash is wrong MUGEN uses this one "/"

Should look like this: "bgmusic = music/blood.mp3"
    

Re: help please??????????

 January 13, 2009, 05:04:44 am View in topic context
avatar  Posted by vidmanu  in help please?????????? (Started by wolf January 02, 2009, 03:21:42 am
 Board: M.U.G.E.N Configuration Help

That happened to me when i had a old machine. It was all memory related. After i got 512 of ram my mugen never crash again.
    

Re: command help

 January 13, 2009, 04:56:08 am View in topic context
avatar  Posted by vidmanu  in command help (Started by warioman January 10, 2009, 12:29:58 am
 Board: M.U.G.E.N Configuration Help

Is your "x+y" command ABOVE the "x" command in the cmd.file?

Looks like your "one button" code is overriding the other. The complex command have to be put before the others.
    

Re: looping music

 January 13, 2009, 04:42:36 am View in topic context
avatar  Posted by vidmanu  in looping music (Started by warioman January 13, 2009, 02:17:35 am
 Board: M.U.G.E.N Configuration Help

The solution is written in the "mugen.cfg" file.
Just open it and look for the plugin definitions under the [Sound Win] label and add the option "Looptye=1" in the plugin for MP3s playing.

it should looks something like this:   "plugin = looptype=1, plugins/in_mp3.dll, mp3, mp2, mpg"

Hope i was clear enought. Good luck!
    

Re: Ok.. this is driving me nuts!!! (question!)

 January 13, 2009, 04:26:27 am View in topic context
avatar  Posted by vidmanu  in Ok.. this is driving me nuts!!! (question!) (Started by Jimbo Rocko January 10, 2009, 11:05:30 am
 Board: Introductions and Guides

The solution is written in the "mugen.cfg" file.
Just open it and add the command "looptype=1" in the plugin definition for mp3s playing under the [Sound Win] tittle.

it should look like this "plugin = looptype=1, plugins/in_mp3.dll, mp3, mp2, mpg"

I hope i was clear enought. This is a real anoying bug, but easy to fix.