• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

KFM remove 2nd and 3rd lmb as requested

lixado

Cricket
Member
Tell me your experiences, didnt do me mutch. Not for simple mode btw just normal mode.
 

Attachments

  • Remove_lmbs_kfm-.patch
    450 bytes · Views: 234

cupid

Forgiving
Staff member
Moderator
Member
Please, don't do it like this.

The best is to replace the whole XML line with a commented line.
This allows you to manually revert them for testing and what-not.

Also, if there's another skill with the same id, but different variation id, you will replace it as well.
 

Vizard

Cricket
Member
I tried to modifity for simple mode doing this

FileName = xml[bit].dat.files\\skill3_contextscriptdata_kungfufighter_contextsimplemode.xml
Search = "21001"
Replace = ""
Search = "21002"
Replace = ""
Search = "21301"
Replace = ""
Search = "21302"
Replace = ""
Search = "21401"
Replace = ""
Search = "21402"
Replace = ""
Search = "21502"
Replace = ""
Search = "21503"
Replace = ""

but this doesn't change anything still those 2 skill keep appearing
 

16 inches of Chi

Sand Warrior
Member
Poked out power cross and spin kick in simple mode and it's kinda shit still, oh well. Like, straight jab 4 times in a row while ignoring swift strike shit.

Incase anyone was wondering.
 

cupid

Forgiving
Staff member
Moderator
Member
I tried to modifity for simple mode doing this

FileName = xml[bit].dat.files\\skill3_contextscriptdata_kungfufighter_contextsimplemode.xml
Search = "21001"
Replace = ""
Search = "21002"
Replace = ""
Search = "21301"
Replace = ""
Search = "21302"
Replace = ""
Search = "21401"
Replace = ""
Search = "21402"
Replace = ""
Search = "21502"
Replace = ""
Search = "21503"
Replace = ""

but this doesn't change anything still those 2 skill keep appearing

The skills keep appearing because this is not for Simple mode.
Removing the skill id isn't enough.

For Simple mode, you have to actually remove the skill entirely.
 
Top Bottom