View Poll Results: Which game shall be set at the application start? At the moment it is Rome2.

Voters
5. You may not vote on this poll
  • Attila

    5 100.00%
  • Rome2

    0 0%
Page 53 of 68 FirstFirst ... 328434445464748495051525354555657585960616263 ... LastLast
Results 1,041 to 1,060 of 1342

Thread: SaveParser - Editor for Total War savegames - v1.40.0.0

  1. #1041
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Version 1.30.2.5 released.
    • Bugfix: Warhammer2: saving mulitplayer savegames

  2. #1042

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Any idea if you are going to make it so you change province/city ownership in wh and wh2?

  3. #1043
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Quote Originally Posted by whitescar911 View Post
    Any idea if you are going to make it so you change province/city ownership in wh and wh2?
    I tried to make it for Attila, but it seems kinda impossible to make it perfect (need to change garrions unit type of new owner e.g. some more other things).
    I successed to change the owner, but the new owner did not "use" the city.. so it was useless.

  4. #1044

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Getting the same "Unhandled Exception" error everytime I start SaveParser others have mentioned. I've reinstalled the .net Framework and still have the same issue. I can't answer the normal bug reporting questions because of the exception freezing the program whenever I start it. Using the debug window this comes up highlighted as an error "- Job[getSkills_WA]: characterSkillNodesTable entry is null!" every time I start it. Here's the full debug log: https://pastebin.com/A4ZRBGyQ

  5. #1045
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Quote Originally Posted by Herr_Thomas View Post
    Getting the same "Unhandled Exception" error everytime I start SaveParser others have mentioned. I've reinstalled the .net Framework and still have the same issue. I can't answer the normal bug reporting questions because of the exception freezing the program whenever I start it. Using the debug window this comes up highlighted as an error "- Job[getSkills_WA]: characterSkillNodesTable entry is null!" every time I start it. Here's the full debug log: https://pastebin.com/A4ZRBGyQ
    Because of new content...

  6. #1046

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    when do we expect the update for the mortal empires stuff?

  7. #1047

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    I also get the "Unhandled exception has occured in your application..." error and I wanted to know if there's some way to make it work again just for the older games (since it is my understanding that the problem was caused by Mortal Empires patch for Total War: WARHAMMER II)?

  8. #1048

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Hi. First of all thank you for this great tool! And now i have one question: is it possible to edit skill tree for lords? For example i want to change Tyrant(wh2_main_skill_def_malekith_tyrant_0) to Warleader(wh2_main_skill_def_malekith_warleader_1) skill for Malakith, can i do this with SaveParser?

  9. #1049
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default

    Quote Originally Posted by Taishō View Post
    I also get the "Unhandled exception has occured in your application..." error and I wanted to know if there's some way to make it work again just for the older games (since it is my understanding that the problem was caused by Mortal Empires patch for Total War: WARHAMMER II)?
    yes:
    To run SaveParser for W2 and use it for the classic campaign:

    1) Download and install the NoGameDataPack.zip. Follow instructions on

    http://www.twcenter.net/forums/showthread.php?637771

    and really read "Installation" section

    2) Open SaveParser.ini search for line

    useXMLPackDataFiles = false

    and change it to

    useXMLPackDataFiles = true

    May not help with new campaign, could work, but not sure

    Quote Originally Posted by fenume View Post
    Hi. First of all thank you for this great tool! And now i have one question: is it possible to edit skill tree for lords? For example i want to change Tyrant(wh2_main_skill_def_malekith_tyrant_0) to Warleader(wh2_main_skill_def_malekith_warleader_1) skill for Malakith, can i do this with SaveParser?
    Really dunno whether that will work, there may are some in-game plausibilty check.
    But you can try it with embedded EditSF dialog.

    - parse characters in SaveParser
    - right-click the row containing the desired character, which should be the 1st row for Tyron and go to:
    CAMPAIGN_SAVE_GAME|COMPRESSED_DATA|CAMPAIGN_ENV|CAMPAIGN_MODEL|WORLD|FACTION_ARRAY|FACTION_ARRAY - 0|FACTION|CHARACTER_ARRAY|CHARACTER_ARRAY - 0|CHARACTER|CHARACTER_DETAILS|CAMPAIGN_SKILLS|CAMPAIGN_SKILLS_BLOCK
    find the proper entry and manually edit the record. Problem could be to find the proper values for the 3 int-value entries. It could be also that the game is using the "wh2_main_skill_def_malekith_warleader_1" value only and fixes the 3 numbers by itself.
    - button "Accept changes and close"
    - save savegame

    Quote Originally Posted by nillman View Post
    when do we expect the update for the mortal empires stuff?
    as soon as I get the schema for ancillaries_tables fixed...
    Last edited by Frunk; October 28, 2017 at 12:51 AM. Reason: Posts merged.

  10. #1050
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Version 1.31.0.0 released.

    • Warhammer2: Mortal Empires Update
    • new NoGameDataPack.zip
    • new master_schema.xml

  11. #1051

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    2RoninX2807
    Thanks! EditSF dialog is exact what i'm searching.
    If anyone interesting for skill change I try 2 ways:
    - replace old skill name in its CAMPAIGN_SKILLS_BLOCK and then adjust skill Tier(first int value);
    - delete old skill block from CAMPAIGN_SKILLS_BLOCK, then add 1 skillpoint to lord and in game learn new skill.
    Both methods work fine for me, but ofc need more testing. If no problems will be found, then you can make SkillTree reset/respec function based on clearing CAMPAIGN_SKILLS_BLOCK and "refunding" skillpoints.

  12. #1052
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Quote Originally Posted by fenume View Post
    2RoninX2807
    Thanks! EditSF dialog is exact what i'm searching.
    If anyone interesting for skill change I try 2 ways:
    - replace old skill name in its CAMPAIGN_SKILLS_BLOCK and then adjust skill Tier(first int value);
    - delete old skill block from CAMPAIGN_SKILLS_BLOCK, then add 1 skillpoint to lord and in game learn new skill.
    Both methods work fine for me, but ofc need more testing. If no problems will be found, then you can make SkillTree reset/respec function based on clearing CAMPAIGN_SKILLS_BLOCK and "refunding" skillpoints.
    "delete old skill block from CAMPAIGN_SKILLS_BLOCK, then add 1 skillpoint to lord and in game learn new skill." - will work for sure

  13. #1053
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Version 1.31.0.1 released.
    • Bugfix: Warhammer2: Character Editor dialog: Ancillaries
    • new NoGameDataPack.zip

  14. #1054

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    whenever I parse for regions, it gives me this error and doesn't let me do region editing

    Spoiler Alert, click show to read: 
    See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.


    ************** Exception Text **************
    System.IndexOutOfRangeException: Index was outside the bounds of the array.
    at SaveParserLibrary.Util_Region.createRegionWA(Int32 regionIndex, Boolean shortInfo)
    at SaveParserLibrary.ParserFunctions.loadRegions(Int32 filter, Boolean shortInfo)
    at SaveParser.SaveParser.parsing(Int32 option)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)




    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    SaveParser
    Assembly Version: 1.31.0.1
    Win32 Version: 1.31.0.1
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParser.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    RoninXLibrary
    Assembly Version: 1.15.0.0
    Win32 Version: 1.15.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/RoninXLibrary.DLL
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2106.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    SaveParserLibrary
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParserLibrary.DLL
    ----------------------------------------
    PackParserLibrary
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/PackParserLibrary.DLL
    ----------------------------------------
    Filetypes
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/Filetypes.DLL
    ----------------------------------------
    Common
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/Common.DLL
    ----------------------------------------
    EsfLibrary
    Assembly Version: 1.2.0.1
    Win32 Version: 1.2.0.1
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/EsfLibrary.DLL
    ----------------------------------------
    7Zip
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/7Zip.DLL
    ----------------------------------------
    SaveParserDialogs
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParserDialogs.DLL
    ----------------------------------------


    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.


    For example:


    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>


    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.




    Also not sure if you know this but trait limit got increased to 30 from 20!

  15. #1055
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Quote Originally Posted by MrHoon View Post
    whenever I parse for regions, it gives me this error and doesn't let me do region editing

    Spoiler Alert, click show to read: 
    See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.


    ************** Exception Text **************
    System.IndexOutOfRangeException: Index was outside the bounds of the array.
    at SaveParserLibrary.Util_Region.createRegionWA(Int32 regionIndex, Boolean shortInfo)
    at SaveParserLibrary.ParserFunctions.loadRegions(Int32 filter, Boolean shortInfo)
    at SaveParser.SaveParser.parsing(Int32 option)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)




    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    SaveParser
    Assembly Version: 1.31.0.1
    Win32 Version: 1.31.0.1
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParser.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    RoninXLibrary
    Assembly Version: 1.15.0.0
    Win32 Version: 1.15.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/RoninXLibrary.DLL
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2106.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    SaveParserLibrary
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParserLibrary.DLL
    ----------------------------------------
    PackParserLibrary
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/PackParserLibrary.DLL
    ----------------------------------------
    Filetypes
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/Filetypes.DLL
    ----------------------------------------
    Common
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/Common.DLL
    ----------------------------------------
    EsfLibrary
    Assembly Version: 1.2.0.1
    Win32 Version: 1.2.0.1
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/EsfLibrary.DLL
    ----------------------------------------
    7Zip
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/7Zip.DLL
    ----------------------------------------
    SaveParserDialogs
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParserDialogs.DLL
    ----------------------------------------


    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.


    For example:


    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>


    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.




    Also not sure if you know this but trait limit got increased to 30 from 20!
    W2 works.
    W2 ME.. yes . I'll check.
    Last edited by Frunk; October 29, 2017 at 01:01 AM. Reason: Censor bypassing.

  16. #1056
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Version 1.31.0.2 released.

    • Region Editor dialog: 12 building slots
    • Bugfix: Warhammer2 (ME): Region parsing
    Last edited by RoninX2807; October 29, 2017 at 04:06 PM.

  17. #1057

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Tested it and Region opens in ME now. Awesome!

    Question: Does Save Parser not work for Co-Op saves? It opens it and reads it completely fine, but the second you select Save or Save As it just shows an error and bugs out

    Spoiler for error message
    See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.


    ************** Exception Text **************
    System.IndexOutOfRangeException: Unknown child SAVE_GAME_HEADER
    at EsfLibrary.ParentNode.get_Item(String key)
    at SaveParserLibrary.ParserFunctions.markSavegameFileAsModifiedW2(EsfFile esfFile)
    at SaveParser.SaveParser.saveGame(String fileName, String path)
    at SaveParser.SaveParser.tsmi_SaveFileAs_Click(Object sender, EventArgs e)
    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
    at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
    at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ToolStrip.WndProc(Message& m)
    at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)




    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    SaveParser
    Assembly Version: 1.31.0.2
    Win32 Version: 1.31.0.2
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParser.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    RoninXLibrary
    Assembly Version: 1.15.0.0
    Win32 Version: 1.15.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/RoninXLibrary.DLL
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2053.0 built by: NET47REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2106.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    SaveParserLibrary
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/SaveParserLibrary.DLL
    ----------------------------------------
    PackParserLibrary
    Assembly Version: 1.30.0.0
    Win32 Version: 1.30.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/PackParserLibrary.DLL
    ----------------------------------------
    Filetypes
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/Filetypes.DLL
    ----------------------------------------
    Common
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/Common.DLL
    ----------------------------------------
    EsfLibrary
    Assembly Version: 1.2.0.1
    Win32 Version: 1.2.0.1
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/EsfLibrary.DLL
    ----------------------------------------
    7Zip
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/%5B%20Programs%20%5D/TotalWarTools/SaveParser/7Zip.DLL
    ----------------------------------------


    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.


    For example:


    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>


    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.


    Last edited by MrHoon; October 29, 2017 at 02:01 PM.

  18. #1058
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Quote Originally Posted by MrHoon View Post
    Tested it and Region opens in ME now. Awesome!

    Question: Does Save Parser not work for Co-Op saves? It opens it and reads it completely fine, but the second you select Save or Save As it just shows an error and bugs out

    Spoiler for error message
    See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.


    ************** Exception Text **************
    System.IndexOutOfRangeException: Unknown child SAVE_GAME_HEADER
    at EsfLibrary.ParentNode.get_Item(String key)
    at SaveParserLibrary.ParserFunctions.markSavegameFileAsModifiedW2(EsfFile esfFile)
    at SaveParser.SaveParser.saveGame(String fileName, String path)
    at SaveParser.SaveParser.tsmi_SaveFileAs_Click(Object sender, EventArgs e)
    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
    at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
    at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ToolStrip.WndProc(Message& m)
    at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Check first menu item "multi-player files" in "File" menu.

  19. #1059

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    jesus now I feel like an idiot

    THanks for all your work!

  20. #1060
    RoninX2807's Avatar Senator
    Join Date
    Nov 2006
    Location
    Tokyo, Japan
    Posts
    1,067

    Default Re: SaveParser - Editor for Total War savegames - v1.30.2.1

    Quote Originally Posted by MrHoon View Post
    jesus now I feel like an idiot

    THanks for all your work!
    It's kinda hidden and not described in ReadMe... so do not worry.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •