Re: Minecraft Editor - BETA!
Yea it has a bit but it only force closes after i try to inject the new file back into the contents of my save.. Everything else works fine.. I extract the savegame.dat place it into the editor load the save edit my items place the save to my desktop and when i try to inject it back into the contents of my save horizon blurs/goes all white then it just stays that way for awhile then force closes.. I read the "read me" in the folder and i dont think ive done anything wrong.. Just in case can i send you my save/world so that you can try to mod it for me?
Quote:
Originally Posted by
dheir
Not sure what operation your conducting is causing Horizon to FC. I would suggest that you make sure you extract the files to a temporary location from Horizon then Inject them after you have saved your changes, rehashed and resigned.
Also my experience with monster-spawners is that they only spawns pigs. I'm not sure if and how you could modify the creature bit(s) that would change what it spawns. The code for the game does not support more than pigs currently if I recall correctly. I'll look into this and see for myself though.
Just as a side note on spawners, you can see what creature they will spawn, spinning in the middle. I have noticed that after you break them they tend to show the fire effect even after the spawner has been destroyed, and the presence of light also seems to improve the spawn rate of the pigs I've spawned.
Hope my rambling was of some use to you.
EDIT: Follow this link to the
Minecraft Wiki This shows that it is not possible to pick the monster that is spawned, also confirms that lighting and additionally grass block(s) are(is) required to spawn pigs. Hope that helps.
Re: Minecraft Editor - BETA!
Quote:
Originally Posted by
I_Bang_Fat_Chicks
Yea it has a bit but it only force closes after i try to inject the new file back into the contents of my save.. Everything else works fine.. I extract the savegame.dat place it into the editor load the save edit my items place the save to my desktop and when i try to inject it back into the contents of my save horizon blurs/goes all white then it just stays that way for awhile then force closes.. I read the "read me" in the folder and i dont think ive done anything wrong.. Just in case can i send you my save/world so that you can try to mod it for me?
Sure that's fine. I'll give it a go for you. If you know how to, you could manually hex edit the file and try injecting that to see if there is an issue. Before you send your file try re-downloading Horizon into a new directory, (into a folder on your desktop would be good), and try again from there. I can't see how this program could cause Horizon to crash upon injecting into a con file. Either way tell us what you find.
Re: Minecraft Editor - BETA!
I did the uninstall and redownload and tried to mod it but it still didnt work.. I dont have Hex edit my trail ended a while ago but ill upload my file later today after i get done with school and thx again for the help bro.
Quote:
Originally Posted by
dheir
Sure that's fine. I'll give it a go for you. If you know how to, you could manually hex edit the file and try injecting that to see if there is an issue. Before you send your file try re-downloading Horizon into a new directory, (into a folder on your desktop would be good), and try again from there. I can't see how this program could cause Horizon to crash upon injecting into a con file. Either way tell us what you find.
Re: Minecraft Editor - BETA!
Quote:
Originally Posted by
I_Bang_Fat_Chicks
I did the uninstall and redownload and tried to mod it but it still didnt work.. I dont have Hex edit my trail ended a while ago but ill upload my file later today after i get done with school and thx again for the help bro.
Force closing is an unhandled exception
Re: Minecraft Editor - BETA!
Thanks, editor works great.
I was just curious though, what items can i mod to 255? I tried to mod some on my save (mostly diamond blocks and pickaxes) and the game froze everytime it loaded. Also is there support to add the sticky pistons?
Thanks
Re: Minecraft Editor - BETA!
Quote:
Originally Posted by
Durden
Thanks, editor works great.
I was just curious though, what items can i mod to 255? I tried to mod some on my save (mostly diamond blocks and pickaxes) and the game froze everytime it loaded. Also is there support to add the sticky pistons?
Thanks
As far as I knew the limit was 64. As for sticky pistons, add the slime to your inventory and make your own lol! It's on the list.
Re: Minecraft Editor - BETA!
Quote:
Originally Posted by
Durden
Thanks, editor works great.
I was just curious though, what items can i mod to 255? I tried to mod some on my save (mostly diamond blocks and pickaxes) and the game froze everytime it loaded. Also is there support to add the sticky pistons?
Thanks
For The sticky Piston, open up "list.txt" in 'Item List' folder. Then add "001D:Sticky Piston D" without the quotes. The process is the same for anything else that may be missing from the lists.
You can find the Item Id's here.(Note that the column for ID's your looking for is under Hex... Has to be 4 bytes long so hence the reason for the two "0" before the hex number.) Keep in mind that while adding items to the list you need to follow the same list format as the other items.
Also I'm not sure if there was a reason or not that the items where not listed. So try it out and see and let us know. If I find some time, I'll parse a list of the complete items, and see if turmoilisgod will add an option to show items that are in 1.6.6 and 1.7.3 etc. Good luck.
Note on the 255 items: I have not confirmed this in my own testing but as far as I know, the game code will not load that value due to the number being higher than expected (64), there is a glitch in the game that allows for more items than 64, however it is a temporary glitch until reboot, and I believe can not be recreated through a modified save file.
turmoilisgod if you don't mind sharing your source, I was working on a version of the editor for myself but stopped since you picked it up, I wouldn't mind working on UI and other additions to your source if you would like to work together. Please send a PM and let me know if you are interested. Good day.
Re: Minecraft Editor - BETA!
Quote:
Originally Posted by
RpGGuY
As far as I knew the limit was 64. As for sticky pistons, add the slime to your inventory and make your own lol! It's on the list.
as far as i know 255 is the maximum; 255 = FF. Anything above 255 is three bytes which isn't read by minecraft