Fighter
|
|
Posts: 22
|
|
|
Last seen: Nov 23, 2017 6:27:30 GMT
|
|
Post by Zina (Aka Zucchi) on Sept 18, 2017 21:49:21 GMT
So, I was turning a Skill EMM file to an XML file and this popped up... imgur.com/wgX0g7d"Unknown Parameter Flag 1"For some reason i'm able to type on it meaning that I probably need to type something in for it to work, but what? I'm trying to make a new skill called "Super Electric Blitz" (Power Blitz + Super Electric Strike) for a mod of mine so if someone could please help I'd greatly appreciate it, thanks for taking the time to read my post and I hope you have a great day ^.^
|
|
Moderator
|
|
Posts: 1,317
|
|
|
Last seen: Dec 17, 2016 17:43:12 GMT
|
|
Post by Rai on Sept 18, 2017 22:58:58 GMT
LibXenoverse doesn't support the skill stuff, you'll have to use Genser I believe. If not Genser, then XenoXMLConverter from olganix. I forget which supports them.
|
|
Conqueror Of The Sea
Hero
|
|
Posts: 133
|
|
|
Last seen: Oct 16, 2022 13:19:28 GMT
|
|
Post by olganix on Sept 21, 2017 16:12:23 GMT
Hi. It's seam you use old Git version of LibXenoverse from Dario (when I look yours folder's path). You should use the new version of the tool XenoXmlConverter witch take care of more flags : if (type == 0x0) //Float { ... }else if (type == 0x1) { //Bool ... }else if (type == 0x10000) { //Unknow, is for MipMapLod0, MipMapLod1, MipMapLod2 ... }else if (type == 0x10001) { //UInt ... }else { ... } in the new version, the Unkwon flags are also saved as a number. Same for the reverse. have a nice day.
|
|