Posted by Zankai99
in How do i code Sharingan ? (Started by DarthOne April 28, 2014, 02:03:15 amBoard: M.U.G.E.N Development Help
Varset code
Posted by Zankai99
in How do i code Sharingan ? (Started by DarthOne April 28, 2014, 02:03:15 am
Posted by Zankai99
in How do i code a slow motion (Started by Zankai99 April 20, 2014, 12:16:02 pm
Posted by Zankai99
in [Theme Thread] KOF XII Sprite thread (Started by Hoshi April 21, 2010, 10:07:34 pm
Posted by Zankai99
in Dating, Relationships, etc. (Started by DooM April 10, 2009, 03:08:12 am
Posted by Zankai99
in Monkey D. Luffy non chibi one piece mugen (Started by Xasor January 19, 2014, 06:49:53 pmThis is just the normal op sprite sheet from the ds game and the sprite is just scaled by scale2x :\
As I said before don't state the obvious. I have zero spriting skills so I just used scale2x(read above). I tried reaching out to spriters but they would rather do some random orochi character. No sprites no character but I want to have normal sized one piece characters in my roster. Sorry to disappoint you and all the other people who will be on the sprites but no spriter will help me so i will help myself and make non chibi characters
This is just the normal op sprite sheet from the ds game and the sprite is just scaled by scale2x :\
And he done it very well. Don't just jump to this thread if you just gonna give a disappoint comment of yours.
Posted by Zankai99
in Mgssj2 madara effect (Started by Zankai99 February 19, 2014, 04:59:02 pm
Posted by Zankai99
in Monkey D. Luffy non chibi one piece mugen (Started by Xasor January 19, 2014, 06:49:53 pm
Posted by Zankai99
in Zooming In when you attack (Started by Zankai99 February 06, 2014, 12:37:52 pmI didn't have time to test it sadly. But the video (which is now deleted) showed it; it worked.
Posted by Zankai99
in Zooming In when you attack (Started by Zankai99 February 06, 2014, 12:37:52 pmMugen 1.1 came out: http://mugenguild.com/forum/topics/new-version-m-u-g-e-n-released-latest-release-1-1-official-release-8613-105841.0.html
Also this guy coded a way for zooming in when attacking: http://mugenguild.com/forum/topics/zoom-control-1-1--154426.0.html
Posted by Zankai99
in Zooming In when you attack (Started by Zankai99 February 06, 2014, 12:37:52 pmI asked about that in one of my topics. http://mugenguild.com/forum/topics/zoom-feature-im-not-talking-mugen-1-1-142479.0.html
Maybe you'll find the answer.
Posted by Zankai99
in Zooming In when you attack (Started by Zankai99 February 06, 2014, 12:37:52 pm
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pmLOL
trigger1 = var(1)=1
Can't be easier than that at this point.
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pmYou mean damage increased by the sharingan?
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pmI think this is what you are trying to do...
[State 0, VarSet]
type = VarSet ;Use a varadd when you want to add or subtract to an existing var otherwise you should use a varset.
trigger1 = !time ;or whatever animelem you want the var to start
var(1)=Ifelse(var(1)=1,0,1) ; basically if var(1)/ sharingan mode is already active it will deactivate, if it is not active it will activate.
ignorehitpause=1
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pmDo you have a varset for the var(1) and a var(1) countdown set for him in his -2 statedef or something?
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pmSo is var(1) your sharingan mode?
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pm
!var(1)=not equal to var(1) or no var(1). var(1)=0 is not equal to var(1)
so even if you had you var(1) set to =0 it would always add to that var(1) because of your trigger !var(1).
Is the purpose of your var(1) for your Sharingan helper?
well no, a friend of mine was gonna teach me sharingan transformation so that i could use different attacks when im in the sharingan mode and when i press the transforming button again he would deactivate his sharingan and go back to normal
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pm
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pmYou can set their value back to 0 though.Thats what i meant
Posted by Zankai99
in How to turn varadd off? (Started by Zankai99 January 25, 2014, 06:24:03 pmI suggest using Varset rather than Varadd for that.