How to make mugen charcters energy gauge 3 - 15
|
|
Shinu | Date: Wednesday, 2011-11-02, 2:21 AM | Message # 16 |
The Chosen One
Group: Blocked
Messages: 959
Awards: 3
Reputation: 12
Reproofs: 0%
Status: Offline
| Wait if you want the power bar to last longer shouldn't you be decreasing the amount of power the susanoo takes?
Every normal man must be tempted at times to spit on his hands, hoist the black flag, and begin to slit throats.
|
|
| |
sgn_15 | Date: Wednesday, 2011-11-02, 7:53 AM | Message # 17 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| i do NOT exactly get WHAT you want to do
but one thing to make the increasing or decreasing of power or life or whatever shit sctrl is to use
triggerall = gametime%# = 0
replace # with a number which means it will trigger every #th (nth) tick in the game
so triggerall = gametime%5 = 0 means trigger every 5 goddaman ticks
you need NOT remove your old triggers, ADD that line to your codes
|
|
| |
zzirAquila | Date: Friday, 2011-11-04, 0:34 AM | Message # 18 |
Baby
Group: Users
Messages: 10
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| Ok last time im gona explain read carefully I the hawk sasuke's power is 3000 atm. So whilst im in the game it appears to be 3. <that is normal most mugen charcters on the game is 3. I want to make that 3000 become 15000.<-- need code to change amount of chakra. I also want to make it so hawk sasuke has max power at the begining <-- need code to make charka max at the begining. I also want to make hawk sasuke's charge faster <-- need code or what to adjust for this Thanks please help
|
|
| |
Gozar | Date: Friday, 2011-11-04, 4:37 AM | Message # 19 |
Hero
Group: contributor
Messages: 468
Awards: 0
Reputation: 2
Reproofs: 0%
Status: Offline
| powermax at the top of the fucking cns change from 3000 to 15000, change how much poweradd is on the charge, and there you fucking go. If you want it that bad, make your own sasuke. It would probably have more creative attacks. Added (2011-11-04, 4:37 Am) --------------------------------------------- And it's pronounced "Susano". I know, it's short.
Dora, Dora, Dora, the explorer! >:3
|
|
| |
sgn_15 | Date: Friday, 2011-11-04, 7:03 AM | Message # 20 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| Quote (zzirAquila) Ok last time im gona explain read carefully ok last time I am going to TRY and HELP you code those shits you want. I had already understood you (since your 2 previous posts), so it is YOUR turn to understand what I WILL SAY
Quote (zzirAquila) I want to make that 3000 become 15000.<-- need code to change amount of chakra. find this shit in cns of char Quote [Data] life = 1000 ;Amount of life to start with power = 3000 ;Amount of maximum power attack = 100 ;attack power (more is stronger) defence = 100 ;defensive power (more is stronger) now change that fucking 3000 to fucking 15000 or whatever gay number you want
Quote (zzirAquila) I also want to make it so hawk sasuke has max power at the begining <-- need code to make charka max at the begining. look at state 5900 in common1.cns (if the char does not have it, it is YOUR problem to add it to the char, take it from any basic mugen data folder)
now add this shit INSIDE STATE 5900 Quote [State 0, PowerSet] type = PowerSet trigger1 = time = 0 value = powermax ;ignorehitpause = ;persistent = Added (2011-11-04, 7:03 Am) ---------------------------------------------
Quote (zzirAquila) I also want to make hawk sasuke's charge faster <-- need code or what to adjust for this you need to find a state controller called POWERADD
that shit called POWERADD looks like this: Quote [State 0, PowerAdd] type = PowerAdd trigger1 = value = 0 ;ignorehitpause = ;persistent =
the VALUE is what increase or decreases the speed of the charging. higher means faster charging, lower means slower.
ok i have explained all these fucking shit for the LAST TIME
|
|
| |
NatsuDragneel | Date: Friday, 2011-11-04, 2:03 PM | Message # 21 |
The Chosen One
Group: contributor
Messages: 950
Awards: 2
Reputation: 7
Reproofs: 0%
Status: Offline
| lol raged ^^^^^
Batman+Natsu : level facepalm.
|
|
| |
zzirAquila | Date: Saturday, 2011-11-05, 2:24 AM | Message # 22 |
Baby
Group: Users
Messages: 10
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| Perfect Thanks sgn_15 and gozar, go kick off you bell end you did not help at all changing the power to 15000 does not help at all. It may become 15000 but i cannot charge up to 15000 only 3000. I dont even know how the hell people create these charcters and i expect these processes to be long so umm yeah. How do i close the post question has been answered Added (2011-11-05, 2:24 Am) --------------------------------------------- Well there is only one thing that its not doing if the value of the gauge is between 3-15 i cannot charge i can only charge to 0 - 3000
|
|
| |
Gozar | Date: Saturday, 2011-11-05, 2:58 AM | Message # 23 |
Hero
Group: contributor
Messages: 468
Awards: 0
Reputation: 2
Reproofs: 0%
Status: Offline
| Look for the charge. Find something that has 3000 in it, and remove it. No more charge limit. I believe it will say "power < 3000" or something around that.
Dora, Dora, Dora, the explorer! >:3
|
|
| |
zzirAquila | Date: Saturday, 2011-11-05, 7:04 AM | Message # 24 |
Baby
Group: Users
Messages: 10
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| its susanoo
|
|
| |
Gozar | Date: Saturday, 2011-11-05, 11:07 PM | Message # 25 |
Hero
Group: contributor
Messages: 468
Awards: 0
Reputation: 2
Reproofs: 0%
Status: Offline
| Quote (zzirAquila) its susanoo Ultimate ninja storm 2 says different. -_-
Dora, Dora, Dora, the explorer! >:3
|
|
| |