I'm pretty sure he either, mean XML files or ActionScript files.
- - - Updated - - -
Well do you mean the actual files or also the variables and statics inside the actionscriptfiles?
the AS files without me having to refactor it all. like is their any software that can do that or naw? if so i can manually do it on intelji
Originally Posted by KillerViking
the AS files without me having to refactor it all. like is their any software that can do that or naw? if so i can manually do it on intelji
Export with rabcdasm, use astrogrep to search for all instances of the word, then replace all instances of the word with a new one. This can also be accomplished via hex editing the exported .abc file. The only issue is if the word appears in a string the client uses then it'll be replaced too.
alright please close this @Luis @Joe and thank you @059
Originally Posted by KillerViking
alright please close this @Luis @Joe and thank you @059
If you have the project in intellij you can just press Shift+F6 to auto rename a variable or class. I didn't realize you said you had intellij.