dark
Staff Sergeant
Posts: 12
|
Post by dark on Sept 16, 2017 9:03:07 GMT
I've been exploring the files in the mod APK. I didn't find out how to actually modify or create a skill, I can't change the effect in SkillSettings.json, but I suppose it's using the "Type" attribute to determine the skills effects. Can someone tell me how to change or add some new skills?
|
|
dark
Staff Sergeant
Posts: 12
|
Post by dark on Sept 18, 2017 14:06:29 GMT
hello?
|
|
|
Post by The Light Bringer on Sept 18, 2017 16:16:53 GMT
I've been exploring the files in the mod APK. I didn't find out how to actually modify or create a skill, I can't change the effect in SkillSettings.json, but I suppose it's using the "Type" attribute to determine the skills effects. Can someone tell me how to change or add some new skills? Skills aren't in json files, they are in lib.so
|
|
|
Post by Wilhelm Ritter von Leeb on Sept 18, 2017 16:53:01 GMT
Skills aren't in json files, they are in lib.so Which means that you need to know C+/C++ in order to change them.
|
|
|
Post by The Light Bringer on Sept 18, 2017 17:39:20 GMT
Skills aren't in json files, they are in lib.so Which means that you need to know C+/C++ in order to change them. C++😉
|
|
dark
Staff Sergeant
Posts: 12
|
Post by dark on Sept 18, 2017 22:40:04 GMT
Thanks I know C++, can someone tell me how to decompile the files?
|
|
|
Post by The Light Bringer on Sept 19, 2017 8:21:28 GMT
Thanks I know C++, can someone tell me how to decompile the files? You can't decompile lib.so, you need to use either native linux environment or Windows specific tools for this
|
|