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.

****
Daniel9999999 is Online
Contact Daniel9999999:

Daniel9999999

Contributor

Messages by Daniel9999999

    

Re: M.U.G.E.N Screenshots V2

 June 18, 2013, 02:00:01 am View in topic context
 Posted by Daniel9999999  in M.U.G.E.N Screenshots V2 (Started by Titiln April 08, 2009, 08:11:07 pm
 Board: M.U.G.E.N Discussion

    

Re: QOTD

 June 18, 2013, 01:58:27 am View in topic context
 Posted by Daniel9999999  in QOTD (Started by Valodim August 26, 2007, 08:25:30 pm
 Board: All That's Left

Spoiler, click to toggle visibilty

Don't know if this could count for this topic. Correct me if I'm wrong.

Spoiler, click to toggle visibilty
    

Re: M.U.G.E.N Screenshots V2

 June 18, 2013, 01:55:54 am View in topic context
 Posted by Daniel9999999  in M.U.G.E.N Screenshots V2 (Started by Titiln April 08, 2009, 08:11:07 pm
 Board: M.U.G.E.N Discussion

    

Re: M.U.G.E.N Screenshots V2

 June 18, 2013, 12:30:26 am View in topic context
 Posted by Daniel9999999  in M.U.G.E.N Screenshots V2 (Started by Titiln April 08, 2009, 08:11:07 pm
 Board: M.U.G.E.N Discussion

    

Re: Mugen Combo Comp. X

 June 17, 2013, 09:19:07 pm View in topic context
 Posted by Daniel9999999  in Mugen Combo Comp. X (Started by First Lt. Ding June 17, 2013, 07:53:45 pm
 Board: M.U.G.E.N Discussion

    

Re: Mugen Combo Comp. X

 June 17, 2013, 07:59:35 pm View in topic context
 Posted by Daniel9999999  in Mugen Combo Comp. X (Started by First Lt. Ding June 17, 2013, 07:53:45 pm
 Board: M.U.G.E.N Discussion

    

Re: What Would You Do with Time Travel + Immortality?

 June 17, 2013, 07:49:52 pm View in topic context
 Posted by Daniel9999999  in What Would You Do with Time Travel + Immortality? (Started by LurkMoar June 16, 2013, 06:06:10 pm
 Board: All That's Left

i don't get why people think that immortality (YOUTHFUL immortality) is a bad thing and boring. a few days ago i saw in the news a 90-something year-old woman who went parachuting for her birthday. if an old lady like that can enjoy her life, then what about a youthful immortal that can visit infinite realities and has infinite things to do? it just doesn't make sense.

My guess is because It'd eventually get stale, as you know you'll survive the perils no matter what. This combined with eternity would make you wish you could just jab yourself and stop living.
    

Re: cRapcom R us

 June 17, 2013, 07:11:47 pm View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: Clone Koakuma by Daniel9999999GMC updated

 June 17, 2013, 07:09:33 pm View in topic context
 Posted by Daniel9999999  in Clone Koakuma by Daniel9999999GMC updated 8/27/13 (Started by Ricepigeon June 02, 2013, 04:19:14 am
 Board: Your Releases, older Mugen

Som's Koakuma has a voice? Did I missed an update or something? The version of Som's Koa that I have doesn't have a voice at all.

Yes she does, it's activated by fiddling on her -2 State in Koakuma_05_WatchDog.st:

Code:
[State -2, VarSet]
Type       = VarSet
Trigger1   = RoundState = [0,1]
Trigger2   = (var(15)=1)
var(5)     = 0 ;[‰Šú’l0] <--- Setting this to 1 turns on her voice.
    

Re: cRapcom R us

 June 17, 2013, 07:16:27 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

On topic, if you ask me, the Kanji just probably means a cheap way for a move or a super cool thing to scream "REMEMBER ME". Some more effective than others though.
    

Re: cRapcom R us

 June 17, 2013, 07:11:13 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: removing Crouching while Running

 June 17, 2013, 07:04:23 am View in topic context
 Posted by Daniel9999999  in removing Crouching while Running (Started by Djoulz June 17, 2013, 07:00:17 am
 Board: M.U.G.E.N Configuration Help

hi,

i read somewhere from a very old post that you need to remove the ctrl trigger for the run animation to do that but even though i removed the entry from the run command, it still does it!

what is the exact standard procedure in order to avoid this?

They meant the following:

Override state 100 by adding this on your character's CNS file:

Code:
;---------------------------------------------------------------------------
; RUN_FWD
[Statedef 100]
type    = S
physics = S
anim = 100
sprpriority = 1
ctrl=0 ;<----- This line prevents the run from cancelling into crouching

[State 100, 1]
type = VelSet
trigger1 = 1
x = const(velocity.run.fwd.x)

;This allows the character to still jump out of his running state, as without control they can't do anything else.
[State 100, Jump]
type= changestate
trigger1= command="holdfwd" && command="holdup"
value= 40

[State 100, 4]
type = ChangeState
trigger1 = command != "holdfwd"
value = 0
ctrl = 1
    

Re: cRapcom R us

 June 17, 2013, 06:57:06 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: cRapcom R us

 June 17, 2013, 06:55:09 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: cRapcom R us

 June 17, 2013, 06:52:19 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: M.U.G.E.N Screenshots V2

 June 17, 2013, 06:51:05 am View in topic context
 Posted by Daniel9999999  in M.U.G.E.N Screenshots V2 (Started by Titiln April 08, 2009, 08:11:07 pm
 Board: M.U.G.E.N Discussion

Ohhh the advantages of being a midget...

    

Re: cRapcom R us

 June 17, 2013, 06:44:54 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: cRapcom R us

 June 17, 2013, 06:43:12 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: cRapcom R us

 June 17, 2013, 06:40:20 am View in topic context
 Posted by Daniel9999999  in cRapcom R us (Started by Do not even ask October 28, 2012, 10:37:23 am
 Board: All That's Left

    

Re: Signature Explanations

 June 17, 2013, 06:36:52 am View in topic context
 Posted by Daniel9999999  in Signature Explanations (Started by タイタニックリバース June 17, 2013, 02:01:10 am
 Board: All That's Left