Re: Minecraft XBLA Editor
I've been using this for a while now with no problems at all. I've edited my inventory on several different maps many times and it has always worked perfectly until recently.
I needed different coloured wool for something I'm doing on a map, so I used the editor to get the wool. It went smooth as usual. Then I came back later to add more wool in. Everything worked fine as usual... or so I thought. When I tried to load the game back up on my XBox, it froze out. I put my USB drive back into my laptop to look and see what my inventory was saying and I got an error message. Most of the inventory has changed to something random, some are blank, and item #23 in my inventory keeps resetting itself to "Air" and won't let me change it. Every time I move my mouse over item #23, this DataGridView error comes up. I'm unable to change item #23 "Air" in my inventory to anything else. I took a screen cap of the inventory and the error message.
http://zoicite06.com/DataGridView1.jpg http://zoicite06.com/DataGridView2.jpg
Is there any way around this? Any way to fix it? I don't have any backups since I've never had any problems... and now my favourite map in which I've spent countless hours on won't load because of this program.
Any help would be GREATLY appreciated!
Re: Minecraft XBLA Editor
You could extract your savegame.bin file from your save(datetimestamp).bin file and edit in a hex editor. I suggest Hex workshop. You would first have to get savegame.bin into minecraft.exe(decompression toolkit from fairchild) and decompress it.
The id for Air is "00" so it would be tricky to search for it straight out. I would try searching for this
Hex value: "04536C6F7417020002696400 00 02".
That should get you to the correct slot "23" and item "Air. Then just change the id to "Dirt" id:"03". The Hex value will look like
Hex value: "04536C6F7401020002696400 03 02"
Obviously don't include the space I left in there, I did that just to highlight the changes.
If that doesn't work or you have other questions I'll try to check in on this thread and answer them for you.
Re: Minecraft XBLA Editor
awesome....you peeps rule
Re: Minecraft XBLA Editor
Can you set Amount to 255? When i edit manual with a Hexeditor and i amount items to 255, i have in game 4 Stacks per Slot.
255 Items * 36 Slots = Total 9180 Items
64 Items * 36 Slots = Total 2304 Items
a Big Chest has 54 Slots
9180 Items / 64 = 143 Stacks / 54 = 2,6 Big Chests (rounded three chests if 255 Items per Stack)
2304 Items / 64 = 36 Stacks / 54 = 1 Big Chest
1 Attachment(s)
Re: Minecraft XBLA Editor
minecraft.exe crash if the savegame.dat is 9MB big:011:
Attachment 9193
Re: Minecraft XBLA Editor
Quote:
Originally Posted by
Mike_
I've been using this for a while now with no problems at all. I've edited my inventory on several different maps many times and it has always worked perfectly until recently.
I needed different coloured wool for something I'm doing on a map, so I used the editor to get the wool. It went smooth as usual. Then I came back later to add more wool in. Everything worked fine as usual... or so I thought. When I tried to load the game back up on my XBox, it froze out. I put my USB drive back into my laptop to look and see what my inventory was saying and I got an error message. Most of the inventory has changed to something random, some are blank, and item #23 in my inventory keeps resetting itself to "Air" and won't let me change it. Every time I move my mouse over item #23, this DataGridView error comes up. I'm unable to change item #23 "Air" in my inventory to anything else. I took a screen cap of the inventory and the error message.
http://zoicite06.com/DataGridView1.jpg http://zoicite06.com/DataGridView2.jpg
Is there any way around this? Any way to fix it? I don't have any backups since I've never had any problems... and now my favourite map in which I've spent countless hours on won't load because of this program.
Any help would be GREATLY appreciated!
I had too many problems with this editor so I gave up. Then turmoilisgod brought his awesome editor out and I've never had a problem since.
[Beta] Minecraft Editor - BETA!
....and now with 8balls awesome little item helper it's even more easy to use.
Re: Minecraft XBLA Editor
This is a great solution until they implement creative mode! I'd be lost without this :)
Re: Minecraft XBLA Editor