360haven works best with JavaScript enabled
Infinite Undiscovery
Loading
Register
Page 1 of 3 123 LastLast
Results 1 to 8 of 20
  1. #1
    xfaustx

    yush Infinite Undiscovery

    Hi guys! Can sombodey mod my save game or give me a link for a tutorial plz?

    Ps here is my save.
    Ps2 Money in save 9394
    Ps3 Need moneeeey

  2. #2
    S.A.M. Modding Heaven

    McWxXx is offline
    Join Date : Dec 2010
    Location : Hidden For Due Cause
    Posts : 450
    Array
    I'll put a a tutorial for you. They game it self can't have a save editor(or it can but it would be a search/find type one)

    Check back later today, I'll post a couple of video tutorials for you and the others that have asked me in the past. It's simple enough to hex edit so I shouldn't have to go into any extreme details.
    Downloads : 15 || Uploads : 48 || Rep Power : 5718 || Posts : 450 || Thanks : 94 || Thanked 467 Times in 179 Posts


    Editing, Dumping

    This Nerd Won't Quit No Matter What

  3. The Following User Says Thank You to McWxXx For This Useful Post:


  4. #3
    xfaustx
    Thank you. I will wait with impatience ^ ^

  5. #4
    Eternal Dragoon
    Rpg_Fan

    Serious_M is offline
    Join Date : Dec 2010
    Location : Netherlands , Amsterdam
    Age : 40
    Posts : 13,028
    Array
    Attachment 355 Character Stats, Fols, Stats Books, Skills Books, Scores Books, Potions Pack, Food Pack, Materials Pack, Shops Items Pack.

  6. #5
    Haven Martial Arts God


    cybersam is offline
    Join Date : Jan 2011
    Posts : 1,193
    Array
    well i wanted to create an editor for this game... but my only problem is... how to calculate the checksum without using XeAlgorithm
    does anyone have an idea ?!

  7. #6
    Administrator
    360HAVEN

    Sephiroth is offline
    Join Date : Nov 2010
    Location : Setagaya-ku, Tokyo, Japan
    Posts : 3,380
    Array
    Twitter: @
    The code that calculate and writes CRC32 is the "writeFile" sub-routine.

    Here is a example:
    Code:
    Code:
    Public Class Form1
    
        Private SAVEDATA As String = Nothing
    
        Private Function CalculateCRC32(ByVal buffer As Byte(), ByVal count As UInt32) As UInt32
            Const poly As UInt32 = 3988292384
            Const seed As UInt32 = 4294967295
    
            Dim entry As UInt32 = 0
            Dim crctable As UInt32() = New UInt32(255) {}
            For i As UInt32 = 0 To 255
                entry = i
                For j As UInt32 = 0 To 7
                    If (entry And 1) = 1 Then
                        entry = (entry >> 1) Xor poly
                    Else
                        entry = entry >> 1
                    End If
                Next
                crctable(i) = entry
            Next
    
            Dim crc32 As UInt32 = seed
            For j As UInt32 = 0 To (count - 1)
                crc32 = (crc32 >> 8) Xor crctable(((buffer(j) Xor crc32) And &HFF))
            Next
            Return (crc32 Xor seed)
        End Function
    
        Public Sub writeFile(ByVal savedata As String)
            'package IO's writer does not implement disposable so we need to handle exceptions
            'cautiously
            Dim IOHandler As PackageIO.IO = Nothing
            Try
                'lets read the bytes we need for crc32 function
                IOHandler = New PackageIO.IO(savedata)
    
                Dim buffer() As Byte
    
                IOHandler.Position = 4
                buffer = IOHandler.Reader.ReadBytes(IOHandler.Length - 4)
    
                'we got our buffer, time to calculate crc32...
                Dim Crc32 As UInt32 = CalculateCRC32(buffer, buffer.Length)
                Dim CrcBytes() As Byte = PackageIO.Functions.ReverseArray(BitConverter.GetBytes(Crc32))
    
                'bytes obtained, write it to the file...
                IOHandler.Position = 0
                IOHandler.Writer.Write(CrcBytes)
    
            Catch ex As Exception
                'error happened, you can either display a message box here or ignore the error message
                'to get the error message use: ex.Message, i.e.:
                'MessageBox.Show(ex.Message)
            Finally
                'clean up codes, not really necessary, but good practice to always clear your
                'resources before exiting a sub-routine
    end sub
    end class
    By Extra2000.
    Downloads : 171 || Uploads : 13 || Rep Power : 9641 || Posts : 3,380 || Thanks : 514 || Thanked 4,272 Times in 1,295 Posts




    What i have shown you is reality. What you remember... that is the illusion.





  8. The Following 2 Users Say Thank You to Sephiroth For This Useful Post:


  9. #7
    Haven Martial Arts God


    cybersam is offline
    Join Date : Jan 2011
    Posts : 1,193
    Array
    wow... this will really help a lot thank you so much ^-^

  10. #8
    Administrator
    360HAVEN

    Sephiroth is offline
    Join Date : Nov 2010
    Location : Setagaya-ku, Tokyo, Japan
    Posts : 3,380
    Array
    Twitter: @
    Quote Originally Posted by cybersam View Post
    wow... this will really help a lot thank you so much ^-^
    The IU has a custom checksum.
    Downloads : 171 || Uploads : 13 || Rep Power : 9641 || Posts : 3,380 || Thanks : 514 || Thanked 4,272 Times in 1,295 Posts




    What i have shown you is reality. What you remember... that is the illusion.




  11. The Following User Says Thank You to Sephiroth For This Useful Post:


 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. [Release] Seraphic Gate - Infinite Undiscovery Editor
    By cybersam in forum Xbox 360 Modding Programs
    Replies: 198
    Last Post: 05-23-2017, 02:59 AM
  2. Replies: 34
    Last Post: 02-22-2013, 08:23 PM
  3. Infinite Undiscovery Hex Edit Tutorial [Updated: 10/04/2011]
    By Kodalades in forum Xbox 360 Tutorials
    Replies: 23
    Last Post: 01-23-2013, 05:39 PM
  4. Infinie Undiscovery Set
    By hemlock in forum Xbox 360 Game Saves
    Replies: 2
    Last Post: 11-17-2011, 04:32 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

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.

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