This is a release and you can download it at the link ill put up. There are new versions everyday so don’t get mad if somethings work or not cause its still being worked on everyday.
You can just add the checksum fixer code to your project?
Public Sub WriteFile(ByVal FilePath As String)
Dim io2 As New IO(FilePath, Endian.Big, 0, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite)
Dim io As New IO(FilePath, Endian.Little, 0, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite)
Dim buffer As Byte() = io.ReadBytes(CInt((io.Length - 4)))
Dim bzip As New BZIP2
io.Write(bzip.Compute(buffer))
io.Flush
io.Close(True, True)
End Sub
this is not my code and it uses package io…give credit to Idlehands88 for the code…if you use it
okay but its impossible to add the code into his editor since don’t have the directory or anything that he uses to create it and he doesn’t use PackageIO.dll he makes his own dll files and cause im NOT Gibbed
I am having trouble figuring out how to use this mod tool. A lot of the guides are for the ME2 tool, which I haven’t used. All im trying to do is change the love interest in ME1 from Ashley to Liara, and in ME1 having Ashley die instead of Kaidan. In ME3 Ashley is a total *****, and now I just wish she was dead.
Edit: I just bit the bullet and edited my ME2 save and started over.
does anyone know where i can find a list of the weapon codes and the weapon mod codes.
if not, could some one send me a save game with a lot of the weapons on it so i could find the codes? I will be more than happy to put together a list if someone can send me the codes they know !!
does anybody have a list of the ‘Class Friendly Names’ number code for adept, soldier, sentinel, infiltrator, engineer and vanguard?
I’m bored of being a Vanguard so i wanna change my class to Soldier but apparently I need that class friendly name number code first; and i can not find them anywhere.