Re: [PS3/XB360]Dark Souls II Save Editor V1.0.0.0
Quote:
Originally Posted by
MLOvIII
@Vis: im not sure if cheater detection is different from system to system. I've been modding on the 360. I've never set my game to offline (which was gonna be one of my tests, but I get so obsessed with keeping the formula rigid so I can repeat the results, that I always forget to just unplug my system. I can tell you that after making a several edits (some that crash the game after its loaded up) I haven't been warned or banned yet. This is concerning item mods, which I'm assuming you're gonna be doing. I don't mod stats so I'm not sure if that will get you redflagged or not.
Not sure if this is exclusive only to 360, but I have a main save file on my Xbox Hard drive and I have a save on a usb. When I get my edits to stick, I put that save on my Xbox so I'll always have a safe to use file. I do my editing on a backup of this save to my USB. I don't think you have much to worry about unless you're trying to mod in an item that isn't readily available to other players. I'm referring to the Rings Of Illusion set, like Guilty and such. Stick to only items that you know to be in the game should keep you pretty safe. Hope this helped.
Jappi!!!! Sounds great man, can't wait for the next update. Thanks so much for your work.
Thank you for the answer. :) I'm on the 360 as well.
No, it's just a single sword that is only dropped from an enemy not accessible until after the Shrine of Winter. I just want to be able to enjoy everything before that point with my cosplay, and that sword is absolutely essential to it. I have no interest in modding stats or anything like that. I want to play online fairly. ^_^
Re: [PS3/XB360]Dark Souls II Save Editor V1.0.0.0
Quote:
Originally Posted by
Vis
Thank you for the answer. :) I'm on the 360 as well.
No, it's just a single sword that is only dropped from an enemy not accessible until after the Shrine of Winter. I just want to be able to enjoy everything before that point with my cosplay, and that sword is absolutely essential to it. I have no interest in modding stats or anything like that. I want to play online fairly. ^_^
Be careful with the current build Jappi has, it will most likely corrupt your save, create a backup before testing.
Re: [PS3/XB360]Dark Souls II Save Editor V1.0.0.4
Quote:
Originally Posted by
Jappi88
Hey guys,i have to say that the corruption is made because if a mistake in the last update:/
Its fixed in the next update, also im redoing the item management using the exact the same method as ingame.
When is the update coming out ??? :(
Re: [PS3/XB360]Dark Souls II Save Editor V1.0.0.4
I can not update the database? why?
It says: Connection was closed. Could not etablish trust relationship for the SSL/TLS secure channel.
Re: [PS3/XB360]Dark Souls II Save Editor V1.0.0.4
i tried to help Jappi with PC save, but it looks like i've failed to reverse engineering it with Quickbms. all script combinations i've tried still fails.
i hope anyone here that familiar with Quickbms can help us. getting this to work is ridiculous with my programmer level.
here's the script:
def main():
with open('DARKSII0000.sl2', 'rb') as fo:
fo.seek(0x2c0, 0)
for slot in range(0, 10):
fo.seek(0x100, 1)
name = fo.read(32)
if name[0] != '\00':
fo.seek(-0x120, 1)
fo.seek(0x1f128, 1)
deaths = fo.read(4)
fo.seek(-0x04, 1)
fo.seek(-0x1f128, 1)
print "name: %s\tdeaths: %d" % (name.decode('utf-16').split('\00')[0], struct.unpack('i', deaths)[0])
else:
fo.seek(-0x120, 1)
fo.seek(0x60190, 1)
raw_input("Press Enter to continue...")
if __name__ == '__main__':
main()
but it fails.
Re: [PS3/XB360]Dark Souls II Save Editor V1.0.0.5
Thx Jappi! I'll try it as soon as possible! ^^
Edit: Is it still recommended to remove the equipment first?
Re: [PS3/XB360]Dark Souls II Save Editor V1.0.0.5
Quote:
Originally Posted by
venomor
Thx Jappi! I'll try it as soon as possible! ^^
Edit: Is it still recommended to remove the equipment first?
it worked most of the times, but still not perfect, MAY cause troubles, but the chances are very low, worst thing that may happen is Freezing(very slim) or that you loose a equiped item, and need to be reEquiped.