How to make a Mod Tool Verify the Correct Game Save

KillerVidz Aug 14, 2013

  1. KillerVidz

    KillerVidz Rocky BANNED
    0/47

    Joined:
    Feb 20, 2012
    Messages:
    3,312
    Likes Received:
    1,280
    Trophy Points:
    0
    Gender:
    Male
    Location:
    XPG-UK
    Console:
    Xbox One
    Must have PackageIO :p

    Yo may change the Status label to just a Label if you like or change Hex and Title ID


    Public Class Form1

    Private FilePath As String = Nothing

    ___

    Code:
     Function VerifyFile(ByVal FilePath As String)
            StatusLabel1.Text = "Verifying File..."
            Dim reader As New PackageIO.Reader(FilePath, Endian.Little, &H360)
            Dim TitleID As String = reader.ReadHexString(4)
            reader.Close()
            If TitleID = " " Then    'Title ID in between the " " like this "41560855"
                Return True
            Else
                Return False
            End If
        End Function
    
     
  2. BinaryX

    BinaryX Lifetime Gold XPG Developer Lifetime Gold
    0/47

    Joined:
    May 21, 2011
    Messages:
    971
    Likes Received:
    258
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Europe
    Console:
    Xbox
    Eeew VB my eyes :(
     
  3. KillerVidz

    KillerVidz Rocky BANNED
    0/47

    Joined:
    Feb 20, 2012
    Messages:
    3,312
    Likes Received:
    1,280
    Trophy Points:
    0
    Gender:
    Male
    Location:
    XPG-UK
    Console:
    Xbox One
    Lmao i can try convert if you want?
    Thats y its in VB section ;)
     
  4. Ge

    GeekGamer Newbie
    0/47

    Joined:
    Jun 6, 2014
    Messages:
    44
    Likes Received:
    2
    Trophy Points:
    0
    I need the Package.IO file.
    Could you give it to me? Plz Plz Plz.
     
  5. ahmadw13w

    ahmadw13w Newbie
    0/47

    Joined:
    Dec 25, 2014
    Messages:
    214
    Likes Received:
    61
    Trophy Points:
    0
    Gender:
    Male
    Location:
    ASIA
    Console:
    Xbox

Share This Page

Close