Doesn't work.So my file is a_tm_dt_01_modal.str2_pc I unpack it and edit what's inside the folder and then pack it.Then I open notepad and type
Gibbed.SaintsRow3.UpdateASM stream_grid.asm_pc .
Note:The edited a_tm_dt_01_modal.str2_pc is in the same folder as stream_grid.asm_pc (In bin_sr3,where the tools are located at)
Then I save it as a batch,then open it and then I move the stream_grid.asm_pc and a_tm_dt_01_modal.str2_pc to main SRTT folder.After opening the game and try to enter the activity,game goes crazy and eventually crashes.
What am I doing wrong?
The ASM Converter doesn't work too,I just open notepad and type
Gibbed.SaintsRow3.ConvertASM stream_grid.asm_pc
to see if a_tm_dt_01_modal.str2_pc is related to stream_grid.asm_pc but nothing happens.
I managed with the ASM converter...a_tm_dt_01_modal.str2_pc is related to stream_grid.asm_pc.
Now I managed to find out how to update the ASM but the batch file gives me an error:
Gibbed.SaintsRow3.UpdateASM stream_grid.asm_pc .
=> '_a_tm_dt_01_modal'
==> '_a_tm_dt_01.xtbl'
Error: unsupported primitive type 34 ('Activity table file')
Those => '_a_tm_dt_01_modal' ==> '_a_tm_dt_01.xtbl' are located in a_tm_dt_01_modal.str2_pc so I think that's good if the batch file showed them to me but what's wrong with that error at the end?