YesNoOk
avatar

before i make a fool out of myself (Read 481 times)

Started by suffah, January 22, 2008, 05:06:04 am
Share this topic:
before i make a fool out of myself
#1  January 22, 2008, 05:06:04 am
  • avatar
  • **
  • EMO 4 LYFE
well the basic idea is all set for my game.

I wanted to know a few questions

+ How do i make characters have assist moves like KOF style?
   -How would you set it up as a move
+For the screenpack how would i separate the select icons into sections?
   -Like in most of the KOF games
This has nothing to do with my game but
How would u edit a char to look like a different char?
Like if i wanted to make myself on CVS Ken,or how people making those normal chars look evil
Re: before i make a fool out of myself
#2  January 22, 2008, 07:05:41 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Quote
+ How do i make characters have assist moves like KOF style?
   -How would you set it up as a move
Simple, Helpers. Just send your character to a state, and have him create a helper which does it's thing then goes away. Please look at some other characters WITH helpers to get a grasp on this first rather than asking "what's a helper" seriously, it'll be faster than asking.

Quote
+For the screenpack how would i separate the select icons into sections?
   -Like in most of the KOF games
It's just a select screen fiddle really. If you have a non existant character specified in the select.def it leaves an empty box. Short example

[mcode]iori
kyo
lksdajf
ryo
robert[/mcode]
Would give you

@@ @@ in terms of icons.

Last one. "evil" characters. Lol, pallete swap. More thorough edits like making something look genuinely different. MSpaint/photoshop + time. LOTS of time.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: before i make a fool out of myself
#3  January 23, 2008, 03:42:34 am
  • avatar
  • **
  • EMO 4 LYFE
thx for 1 so they will lock onto the opponent

and for number 2 i know that,but when u do that u still get the Box so it looks like i forgot to add a char.I want to elimanate the box
Re: before i make a fool out of myself
#4  January 23, 2008, 07:13:09 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You only still get the box if you've put a BG behind it. Setting moveoveremptyboxes = 0 prevents the cursor selecting it.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.