Converting ASM_PC

Admixon

Moderator
Hi,
I would like to know how to convert ASM_PC file to XML?
Gibbed.SaintsRow3.ConvertASM doesn't work.
 
Not sure if it would work on srtt, but ThomasJepp.SaintsRow.Stream2 has "toxml" and "toasm" commands to convert asm to xml.. really not sure if it could work on TT..
 
As per group chat, this does work.
to XML:
Code:
Gibbed.SaintsRow3.ConvertASM.exe -x customize_item.asm_pc customize_item.xml
back to ASM:
Code:
Gibbed.SaintsRow3.ConvertASM.exe -a customize_item.xml customize_item.asm_pc

But I will be extending my SRIV/SRGOOH tools to work with SRTT too. Soon (ish).
 
Back
Top