collapse

Author Topic: Problem - editing EX moves  (Read 539 times)

0 Members and 1 Guest are viewing this topic.

Offline argyone

  • Initiate
  • **
  • Posts: 42
  • Last Login:April 18, 2018, 05:02:17 PM
Problem - editing EX moves
« on: April 18, 2018, 11:25:55 AM »
so i was trying to erase and disable some EX moves on various characters (all from Infinite with the same code)

Code: [Select]
[State -1, Reppu Ken]
type = ChangeState
value=Ifelse((command="ReppuKenEX")&&var(20) <= 60&&power>=500,0,1000)
triggerall=!AILevel && RoundState=2 && StateType != A && Ifelse(!var(20),!Numhelper(1005),Numhelper(1005)<8)
triggerall=(var(45)=0&&(command="ReppuKen1")||(command="ReppuKen2")||(command="ReppuKen3")||(command="ReppuKenEX"&&power>=500&&var(20) <= 60))
trigger1=ctrl || StateNo=40 || StateNo=52 || (StateNo=[100,101])
trigger2=var(5)
trigger3=(stateno = [200,450]) && movecontact && (command="ReppuKenEX"&&power>=500&&var(20) <= 60)

if i just make it like this, i get an error.

Code: [Select]
[State -1, Reppu Ken]
type = ChangeState
triggerall=!AILevel && RoundState=2 && StateType != A && Ifelse(!var(20),!Numhelper(1005),Numhelper(1005)<8)
triggerall=(var(45)=0&&(command="ReppuKen1")||(command="ReppuKen2")||(command="ReppuKen3"))
trigger1=ctrl || StateNo=40 || StateNo=52 || (StateNo=[100,101])
trigger2=var(5)
________________________________________________________________________________________

i also tried it with his Kongoshin move instead of Reppu Ken but i get the same kind of  error everytime i try to edit an EX move.
i also deleted the EX entries in state.defs
so technically the EX moves are deleted from super/hyper state and cmd but when i do that i get  this error:

Quote
Library error message: Died parsing command="KongoshinEX"&&power>=500&&var(20) <= 60))

Error detected.

Undefined command label: "command".
If not misspelling in CNS, check CMD
Error parsing triggerall
Error parsing [State -1, Kongoshin]
Error in [Statedef -1]

Error in Gouken.cmd:825
Error loading chars/Gouken/Gouken.def
Error loading p1

when i just delete "KongoshinEX"&&power>=500&&var(20) <= 60))
im left with the problem that i have this line:

value=Ifelse(command="KongoshinEX"&&var(20) <= 60&&power>=500,1310,1300)

i dont know what to edit on that line of code and if i try to delete it completely i get the error that the whole state -1 Kongoshin failed.

i managed to make it work with type=null but then the whole move is disabled not just the EX part of it... im clueless, pls somebody help me  ^:)^

can somebody point me the way how to remove the EX code from this lines?

thx in advance and have a nice week
« Last Edit: April 18, 2018, 02:51:56 PM by .:O Ilusionista:. »



Offline O Ilusionista

  • Since 1999 and kicking :)
  • IMT Content Architect
  • *
  • Posts: 12459
  • Country: Brazil br
  • Last Login:April 27, 2024, 11:21:03 AM
  • OpenBOR & Mugen addicted
    • BMT - Brazil Mugen Team
    • Email
Re: Problem - editing EX moves
« Reply #1 on: April 18, 2018, 03:01:55 PM »
The line you need to edit is this one:

Quote
[State -1, Reppu Ken]
type = ChangeState
value=Ifelse((command="ReppuKenEX")&&var(20) <= 60&&power>=500,0,1000)

Just change to:
Code: [Select]
value = 1000
If you want to clean all the code, you just need to delete those in red:
Quote
[State -1, Reppu Ken]
type = ChangeState
value=1000
triggerall=!AILevel && RoundState=2 && StateType != A && Ifelse(!var(20),!Numhelper(1005),Numhelper(1005)<8)
triggerall=(var(45)=0&&(command="ReppuKen1")||(command="ReppuKen2")||(command="ReppuKen3")||(command="ReppuKenEX"&&power>=500&&var(20) <= 60));  WATCH OUT FOR THE LAST ")"
trigger1=ctrl || StateNo=40 || StateNo=52 || (StateNo=[100,101])
trigger2=var(5)
trigger3=(stateno = [200,450]) && movecontact && (command="ReppuKenEX"&&power>=500&&var(20) <= 60)

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

* IMT Calendar

April 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 [29] 30

SimplePortal 2.3.5 © 2008-2012, SimplePortal