Recent content by bojan

  1. B

    Xtbl Editor

    I created this quick and easy tree style .xtbl editor, it shows all nodes in a collapsible tree for easy editing of files. It Makes use of the <Name> child nodes to help identify weapons, vehicles, items, etc. It currently has no sorting, I may add sorting and filtering in the future, this was...
  2. B

    Problem modifying str2_pc file

    Lol... That happens to me all the time. Anyways, I've successfully added an entry to the cheats menu so it's definitely working.
  3. B

    Problem modifying str2_pc file

    the first argument is the optional output file(outputting two folders back, to my game directory), I was pointing the container directory argument to my str2_pc folder instead of the location of my packed str2_pc file. It seems to be working now, hopefully I'm not too tired to do some actual...
  4. B

    Problem modifying str2_pc file

    I'm getting a bunch of warnings that go something like this: "Warning: Container 'blah blah blah' not found in directory." Am I doing this right? Gibbed.SaintsRow3.UpdateASM.exe "..\..\vint_doc_containers.asm_pc" "vint_doc_containers.asm_pc" "cell_cheats.str2_pc" I tried this in the...
  5. B

    Problem modifying str2_pc file

    Thanks for the quick reply, I'll try that right away. I think it's outputting "cell_cheats.vpp_pc" because I have not specified an output file and it's just using the directory name. The new batch I made should fix that and output the str2_pc directly to my install directory, now to add in the...
  6. B

    Problem modifying str2_pc file

    Ok, I'm trying to modify cell_cheats.str2_pc. I unpack it with the latest "Gibbed.SaintsRow3.UnpackSTR2", edit cell_cheats.lua and repack. It gives me a cell_cheats.vpp_pc file which I move to my install directory and rename to cell_cheats.str2_pc. The game launches fine but when I open up...
Back
Top