360haven works best with JavaScript enabled
[Release] Save editor v2 Tomb Raider 2013 - Page 11
Loading
Register
Page 11 of 20 FirstFirst ... 678910111213141516 ... LastLast
Results 81 to 88 of 159
  1. #81
    Senior Member
    king skitzo is offline
    Join Date : Aug 2012
    Posts : 194
    Array

    Re: Save editor v2 Tomb Raider 2013

    Just tryed it and worked great!!


  2. #82
    Member
    Taft is offline
    Join Date : Mar 2013
    Posts : 32
    Array

    Re: Save editor v2 Tomb Raider 2013

    Do you take damage when you get hit or fall when you put on "Inf Health" ?

  3. #83
    Haven Donator
    technoobie is offline
    Join Date : Sep 2011
    Location : Georgetown, Guyana.
    Age : 41
    Posts : 370
    Array
    Quote Originally Posted by Sterling Archer View Post
    i get this message on both files.

    object reference not set to an instance of an object

    datafile doesnt have a gamesave file to extract. but, my gamesave does have the gamesave01.dat file.

    this is from the gamesave file.

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

    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Non-negative number required.
    Parameter name: value
    at System.IO.FileStream.set_Position(Int64 value)
    at PackageIO.Writer.set_Position(Int64 value)
    at Tomb_Raider.Form1.write()
    at Tomb_Raider.Form1.Button2_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs 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.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6400 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Tomb Raider
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Sterling%20Archer/Desktop/Tomb%20Raider%20v4.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.6387 (Win8RTM.050727-6300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6401 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6402 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6401 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6387 (Win8RTM.050727-6300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6387 (Win8RTM.050727-6300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.6387 built by: Win8RTM
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.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.


    this is from the profile data.

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

    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Non-negative number required.
    Parameter name: value
    at System.IO.FileStream.set_Position(Int64 value)
    at PackageIO.Writer.set_Position(Int64 value)
    at Tomb_Raider.Form1.write()
    at Tomb_Raider.Form1.Button2_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs 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.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6400 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Tomb Raider
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Sterling%20Archer/Desktop/Tomb%20Raider%20v4.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.6387 (Win8RTM.050727-6300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6401 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6402 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6401 (Win8RTMGDR.050727-6400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6387 (Win8RTM.050727-6300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.6387 (Win8RTM.050727-6300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.6387 built by: Win8RTM
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.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.
    The same thing is happening to me. I'm 7% into the game. Same error. Tried the same thing and no luck. Iv notice others posting saying it works fine with no problem. Can one of you guys explain to us exactly what you are doing? Thanks in advance

    Sent from my Galaxy S 3 using TapaTalk.
    Downloads : 13 || Uploads : 0 || Rep Power : 3727 || Posts : 370 || Thanks : 124 || Thanked 54 Times in 37 Posts





  4. #84
    Junior Member
    mw123456pq is offline
    Join Date : Nov 2011
    Posts : 9
    Array

    Re: Save editor v2 Tomb Raider 2013

    Thank you for sharing

  5. #85
    Follow the Buzzards
    SterlingArcher

    BrayWyatt is offline
    Join Date : Dec 2010
    Location : Stowe, Pennsylvania, United States
    Age : 43
    Posts : 3,353
    Array
    Twitter: @

    Re: Save editor v2 Tomb Raider 2013

    for the people that got it to work. how did you do it?
    Downloads : 140 || Uploads : 4 || Rep Power : 7320 || Posts : 3,353 || Thanks : 1,204 || Thanked 1,441 Times in 637 Posts



  6. #86
    Member
    Taft is offline
    Join Date : Mar 2013
    Posts : 32
    Array

    Re: Save editor v2 Tomb Raider 2013

    Quote Originally Posted by Sterling Archer View Post
    for the people that got it to work. how did you do it?
    Extract my save, put it in editor and press "+" for salvage than save, rehas and resign. Put it back in memory/usb. I haven't tried on Skills yet just did on Salvage.

  7. #87
    Follow the Buzzards
    SterlingArcher

    BrayWyatt is offline
    Join Date : Dec 2010
    Location : Stowe, Pennsylvania, United States
    Age : 43
    Posts : 3,353
    Array
    Twitter: @

    Re: Save editor v2 Tomb Raider 2013

    what % was your save at?
    Downloads : 140 || Uploads : 4 || Rep Power : 7320 || Posts : 3,353 || Thanks : 1,204 || Thanked 1,441 Times in 637 Posts



  8. #88
    Member
    Taft is offline
    Join Date : Mar 2013
    Posts : 32
    Array

    Re: Save editor v2 Tomb Raider 2013

    Quote Originally Posted by Sterling Archer View Post
    what % was your save at?
    I was around 23% - 28% in game. 38% at the moment.

 

 
Page 11 of 20 FirstFirst ... 678910111213141516 ... LastLast

Similar Threads

  1. [Trainer] Tomb Raider 2013 +4
    By Fadzitt in forum Trainers
    Replies: 35
    Last Post: 05-28-2018, 04:39 AM
  2. [Release] Tomb Raider - Online Save Editor v1.0
    By Vincent Valentine in forum Xbox 360 Modding Programs
    Replies: 26
    Last Post: 06-21-2015, 02:21 PM
  3. [Release] Tomb Raider 2013 - Save Editor
    By Noctis Caelum in forum Xbox 360 Modding Programs
    Replies: 237
    Last Post: 07-30-2013, 02:56 AM
  4. Tomb Raider (2013) 100%
    By DomoPANDAS in forum Xbox 360 Game Saves
    Replies: 11
    Last Post: 03-25-2013, 11:48 AM
  5. [Release] Avalon Mods Tomb Raider Advanced Save Editor
    By Avalon in forum Xbox 360 Modding Programs
    Replies: 8
    Last Post: 02-25-2013, 04:13 PM

Visitors found this page by searching for:

tomb raider 2013 xbox seve editor

tomb raider 2013 save editor pc

save game pc TOMB RAIDER 2013 modtomb raider 2013 savegame edittomb raider 2013 save game editor pc

Tags for this Thread

Posting Permissions

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

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯