360haven works best with JavaScript enabled
[Beta] Minecraft Editor - BETA! - Page 10
Loading
Register
Page 10 of 17 FirstFirst ... 56789101112131415 ... LastLast
Results 73 to 80 of 136
  1. #73
    Senior Member
    I_Bang_Fat_Chicks is offline
    Join Date : Oct 2011
    Location : Right there!
    Posts : 313
    Array

    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 View Post
    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.
    Downloads : 27 || Uploads : 0 || Rep Power : 3637 || Posts : 313 || Thanks : 138 || Thanked 27 Times in 12 Posts


    If I Cant Be A Good EXAMPLE .. Ill Just Have To Be A Horrible WARNING





  2. #74
    dheir

    Re: Minecraft Editor - BETA!

    Quote Originally Posted by I_Bang_Fat_Chicks View Post
    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.

  3. #75
    Senior Member
    I_Bang_Fat_Chicks is offline
    Join Date : Oct 2011
    Location : Right there!
    Posts : 313
    Array

    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 View Post
    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.
    Downloads : 27 || Uploads : 0 || Rep Power : 3637 || Posts : 313 || Thanks : 138 || Thanked 27 Times in 12 Posts


    If I Cant Be A Good EXAMPLE .. Ill Just Have To Be A Horrible WARNING





  4. #76
    turmoilisgod

    Re: Minecraft Editor - BETA!

    Quote Originally Posted by I_Bang_Fat_Chicks View Post
    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

  5. #77
    Durden

    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


  6. #78
    Advertiser

    XajNyne is offline
    Join Date : Jan 2011
    Location : Australia
    Posts : 3,225
    Array

    Re: Minecraft Editor - BETA!

    Quote Originally Posted by Durden View Post
    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.
    Last edited by XajNyne; 07-19-2012 at 11:15 PM.
    Downloads : 111 || Uploads : 7 || Rep Power : 6891 || Posts : 3,225 || Thanks : 1,151 || Thanked 328 Times in 242 Posts


    LEGIT HACKERS DON'T ADVERTISE!

  7. #79
    dheir

    Re: Minecraft Editor - BETA!

    Quote Originally Posted by Durden View Post
    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.
    Last edited by dheir; 07-21-2012 at 01:38 AM.

  8. #80
    turmoilisgod

    Re: Minecraft Editor - BETA!

    Quote Originally Posted by RpGGuY View Post
    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

 

 
Page 10 of 17 FirstFirst ... 56789101112131415 ... LastLast

Similar Threads

  1. [Release] Minecraft XBLA Editor
    By Idlehands88 in forum Xbox 360 Modding Programs
    Replies: 298
    Last Post: 09-03-2016, 03:33 AM
  2. [RELEASE] SKYRIM EDITOR-BETA
    By CHROME_305 in forum Xbox 360 Modding Programs
    Replies: 67
    Last Post: 11-18-2015, 02:30 PM
  3. [Release] Dishonored Coin Editor V1.0.0.0 [BETA]
    By Jappi88 in forum Xbox 360 Modding Programs
    Replies: 29
    Last Post: 05-30-2015, 08:26 PM
  4. [Release] Minecraft Leaderboard Stats Editor
    By Idlehands88 in forum Xbox 360 Modding Programs
    Replies: 10
    Last Post: 05-16-2012, 12:26 AM
  5. Minecraft to begin (and possibly never end) with a beta on XBLA
    By jkipp82 in forum XBL Marketplace News
    Replies: 0
    Last Post: 08-08-2011, 02:57 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯