How to edit
|
|
Mugen_Boy | Date: Saturday, 2010-12-25, 2:15 PM | Message # 1 |
God Of Animation
Group: contributor
Messages: 2653
Awards: 6
Reputation: 22
Reproofs: 0%
Status: Offline
| I have many char which I like but the only thing I hate is that their charging speed is too slow. How can I fix it or how can I change the speed of charging?
|
|
| |
sgn_15 | Date: Saturday, 2010-12-25, 3:52 PM | Message # 2 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| the sctrl used for charging is poweradd something like this Quote [State 8000, PowerAdd] type = PowerAdd trigger1 = ((GameTime%1) = 0) value = 10 edit the value number... the higher the faster the charging adds power of course you have to find the exact state controller for the charging. make a backup just in case you made a wrong edit and saved it
Message edited by sgn_15 - Saturday, 2010-12-25, 3:53 PM |
|
| |
Mugen_Boy | Date: Saturday, 2010-12-25, 4:00 PM | Message # 3 |
God Of Animation
Group: contributor
Messages: 2653
Awards: 6
Reputation: 22
Reproofs: 0%
Status: Offline
| Thanks man I appreciate you
Message edited by Mugen_Boy - Saturday, 2010-12-25, 4:00 PM |
|
| |
AkuShadow | Date: Tuesday, 2011-02-08, 8:55 AM | Message # 4 |
Knight
Group: Users
Messages: 157
Awards: 1
Reputation: 1
Reproofs: 0%
Status: Offline
| Sorry for the necro but hpw would you change the number of supers they can charge. For example I dont like haveing only 3 superbars so I changed all my chars to at least 5 but some chars will only charge to their base level of 3. How do I change that?
|
|
| |
Mugen_Boy | Date: Tuesday, 2011-02-08, 12:49 PM | Message # 5 |
God Of Animation
Group: contributor
Messages: 2653
Awards: 6
Reputation: 22
Reproofs: 0%
Status: Offline
| Quote (AkuShadow) but some chars will only charge to their base level of 3. Really? That never happened to me :/ You changed it in the char's CNS file right?
|
|
| |
AkuShadow | Date: Tuesday, 2011-02-08, 3:28 PM | Message # 6 |
Knight
Group: Users
Messages: 157
Awards: 1
Reputation: 1
Reproofs: 0%
Status: Offline
| Yeah I changed it all to match.
|
|
| |
Mugen_Boy | Date: Tuesday, 2011-02-08, 7:08 PM | Message # 7 |
God Of Animation
Group: contributor
Messages: 2653
Awards: 6
Reputation: 22
Reproofs: 0%
Status: Offline
| Quote [Data] life = 1000 ;Amount of life to start with power = 4000 ;Amount of maximum power attack = 70 ;attack power (more is stronger) defence = 100 ;defensive power (more is stronger) In this, you have to change the power EG: 4000--> 4 charge bars 5000--> 5 charge bars
Message edited by Mugen_Boy - Tuesday, 2011-02-08, 7:11 PM |
|
| |
ŁfenrirŁ | Date: Tuesday, 2011-02-08, 11:25 PM | Message # 8 |
Angel
Group: contributor
Messages: 1346
Awards: 1
Reputation: 3
Reproofs: 0%
Status: Offline
| Quote (Mugen_Boy) [Data] Code life = 1000 ;Amount of life to start with power = 4000 ;Amount of maximum power attack = 70 ;attack power (more is stronger) defence = 100 ;defensive power (more is stronger) In this, you have to change the power EG: 4000--> 4 charge bars 5000--> 5 charge bars some characters don't have power listed there. if they don't just add it, and I don't think it will increase the bars they have but the bars go down a lot slower (it might depend on the power bars you are useing)
WIP SoiFon Picture Ripped by Dan Mt 95% click sig to get latest version
Message edited by ŁfenrirŁ - Tuesday, 2011-02-08, 11:25 PM |
|
| |
AkuShadow | Date: Wednesday, 2011-02-09, 1:58 AM | Message # 9 |
Knight
Group: Users
Messages: 157
Awards: 1
Reputation: 1
Reproofs: 0%
Status: Offline
| Quote (Mugen_Boy) In this, you have to change the power EG: 4000--> 4 charge bars 5000--> 5 charge bars I this already. I have 5 powers if I press space at the start of the round. I got down the charging part and they charge faster. But if I start with 0 power and charge it will only allow me to charge to level 3. Quote (ŁfenrirŁ) some characters don't have power listed there. if they don't just add it, and I don't think it will increase the bars they have but the bars go down a lot slower (it might depend on the power bars you are useing) I know about that, I made sure they all had 5 powerbars in their cns.
|
|
| |
ichidori555 | Date: Wednesday, 2011-02-09, 2:16 AM | Message # 10 |
Knight
Group: contributor
Messages: 167
Awards: 1
Reputation: 2
Reproofs: 0%
Status: Offline
| Quote (AkuShadow) But if I start with 0 power and charge it will only allow me to charge to level 3. You have to edit the code for the limit of the charging. i think there are some tutorials on youtube... im not so sure
|
|
| |
Mugen_Boy | Date: Wednesday, 2011-02-09, 12:10 PM | Message # 11 |
God Of Animation
Group: contributor
Messages: 2653
Awards: 6
Reputation: 22
Reproofs: 0%
Status: Offline
| Quote (ŁfenrirŁ) but the bars go down a lot slower This thread shows how to charge fast doesn't it?
|
|
| |