Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry

    How to update released sources. (And Xenon 1.5.2 source)

    This is one possible way to update a client after it's source has been released. This system should work for updating to any version, despite more and more modifications being required for each coming update.

    I'll assume by reading this you have eclipse and MCP set up. So now lets go.

    1. download the Xenon 1.5.1 source.
    2. Put a clean minecraft 1.5.2 in MCP for 1.5.2 and decompile.
    3. Put a clean minecraft 1.5.1 in MCP for 1.5.1 and then replace the src folder with the Xenon src
    4. Open both directories in eclipse (2 eclipses at once)
    5. Open the 1.5.1's eclipse and 'Control + H' and do a search for Xenon. Classes that import'Xenon' in them will appear, meaning you will need to update the corresponding files in 1.5.2 with the code from these files. Find the areas of modified code within these files and take the bits of the old src and put them into the corresponding files that are from the 1.5.2 source When you're done, test for bugs. Read the error log and find what you missed or misplaced.
    6. Add your own stuff. Pretty simple and straight-forward. Now, if you don't feel like doing this I have already updated the source. I removed the IRC though. Sorry if you liked it. I didn't feel like copying that over.



    Edit: After meddling with the src a bit I've some features accidentally. But for the most part, it runs. The only bug is that Xenon will not run when the game is in focus and the gui is not open. I most likely made a minor mistake that is easily fixable.

    <b>Downloadable Files</b> Downloadable Files
    Last edited by LordPankake; 05-14-2013 at 04:07 PM.

  2. The Following 14 Users Say Thank You to LordPankake For This Useful Post:

    AnoN98 (06-05-2013),arkose_ (07-29-2015),cacapipipupu (06-17-2014),Caezer99 (05-13-2013),CloocksterLindo (11-20-2016),DuctTape (06-28-2019),Executio (05-19-2013),Gοku (05-14-2013),knika_x01 (06-02-2013),LatizHacker (12-20-2016),legomanz56 (05-18-2013),maxive1234 (05-14-2013),peperxx (06-30-2013),Zubrila (05-14-2013)

  3. #2
    Lonesome Cowboy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    https://www.mpgh.net Posts: 12,475
    Posts
    5,379
    Reputation
    748
    Thanks
    1,423
    My Mood
    Brooding
    Approved !
    Minecraft Wiki Manager since: 2012.12.16.
    Games Wiki Manager since: 2012.12.16
    Minecraft Section Minion: 2013.05.04.-2014.05.04
    League of Legends Section Minion: 2013.05.04.-2014.05.04
    Need for Speed World Minion: 2013.07.23.-2014.05.04
    Steam Games Section Minion: 2013.08.05.
    -2014.05.04
    Warrock Section Minion: 2013.10.09.
    -2014.05.04

    If you would like to become a Minecraft Wiki Editor, apply here!
    If you would like to become a Games Wiki Editor, PM me!

    Gifts:
    Gyongytyuk,Gyongytyuk,Zaps

  4. The Following User Says Thank You to Lonesome Cowboy For This Useful Post:

    cacapipipupu (06-17-2014)

  5. #3
    Gοku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MPGH.net
    Posts
    1,527
    Reputation
    206
    Thanks
    1,043
    My Mood
    Cheerful
    There Are Errors In ' SelectionListLocation.java '

     







    500 Posts ✓
    750 Posts ✓
    1,337 Posts ✓
    2,000 Posts ×
    3,000 Posts ×

    Ex VIP
    Ex Resource Team Member
    Ex Wiki Editor

  6. #4
    maxive1234's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Really appreciated man ;D By the way it would be nice if you could explain how the Xenon base works, where are the hacks, "Xenon" version text in-game gui and title screen,etc... located so we can modify them? and what is that "me" folder in the src? I know it camed from the original src Ownage posted but what is it? Also if we want to change the title screen... (the background... the buttons... I would like to remove the blur and the rotation of the panorama... i would like just a normal dirt picture liek the one in "options menu" also wheres the in-game gui menu stuff?)

    Thanks a lot again...
    -Jay
    Last edited by maxive1234; 05-14-2013 at 08:58 AM.

  7. #5
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by Gοku View Post
    There Are Errors In ' SelectionListLocation.java '
    Oops. Well it's probably an easy fix like "controlList" to "buttonList".

    Edit: Looks like I broke a lot of functions. Opps. I'll re-upload when I fix it.
    Last edited by LordPankake; 05-14-2013 at 02:50 PM.

  8. #6
    Gοku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MPGH.net
    Posts
    1,527
    Reputation
    206
    Thanks
    1,043
    My Mood
    Cheerful
    Quote Originally Posted by LordPankake View Post
    Oops. Well it's probably an easy fix like "controlList" to "buttonList".

    Edit: Looks like I broke a lot of functions. Opps. I'll re-upload when I fix it.
    I've Just Disabled Them For Now But Thanks Anyway :P.

    And A Video Tutorial Of How To Do This Would Be Cool For Beginners

     







    500 Posts ✓
    750 Posts ✓
    1,337 Posts ✓
    2,000 Posts ×
    3,000 Posts ×

    Ex VIP
    Ex Resource Team Member
    Ex Wiki Editor

  9. #7
    maxive1234's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Gοku View Post
    I've Just Disabled Them For Now But Thanks Anyway :P.

    And A Video Tutorial Of How To Do This Would Be Cool For Beginners
    Ye a video would be nice... But a thread is already good...

  10. #8
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by Gοku View Post
    I've Just Disabled Them For Now But Thanks Anyway :P.

    And A Video Tutorial Of How To Do This Would Be Cool For Beginners
    I recorded one but I messed up quite. For a solid 10 minutes I was looking for one bug. Turns out I misplaced one line. My mic is also really shitty. It cuts out randomly in the video so I just deleted it. Maybe some other time.
    Last edited by LordPankake; 05-14-2013 at 04:09 PM.

  11. #9
    Gοku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MPGH.net
    Posts
    1,527
    Reputation
    206
    Thanks
    1,043
    My Mood
    Cheerful
    Quote Originally Posted by LordPankake View Post
    I recorded one but I messed up quite. For a solid 10 minutes I was looking for one bug. Turns out I misplaced one line. My mic is also really shitty. It cuts out randomly in the video so I just deleted it. Maybe some other time.
    I Mean Just Make It With No Audio. It's Good To Have A Tutorial Handy

    ---------- Post added at 02:25 AM ---------- Previous post was at 01:07 AM ----------

    Quote Originally Posted by LordPankake View Post
    I recorded one but I messed up quite. For a solid 10 minutes I was looking for one bug. Turns out I misplaced one line. My mic is also really shitty. It cuts out randomly in the video so I just deleted it. Maybe some other time.
    Oh And None Of The Xenon Hacks Work.

     







    500 Posts ✓
    750 Posts ✓
    1,337 Posts ✓
    2,000 Posts ×
    3,000 Posts ×

    Ex VIP
    Ex Resource Team Member
    Ex Wiki Editor

  12. #10
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by Gοku View Post
    I Mean Just Make It With No Audio. It's Good To Have A Tutorial Handy

    ---------- Post added at 02:25 AM ---------- Previous post was at 01:07 AM ----------



    Oh And None Of The Xenon Hacks Work.
    Yeah, I missed a few instances that call xenon while the game loop is running.

  13. #11
    Gοku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MPGH.net
    Posts
    1,527
    Reputation
    206
    Thanks
    1,043
    My Mood
    Cheerful
    Quote Originally Posted by LordPankake View Post
    Yeah, I missed a few instances that call xenon while the game loop is running.
    Fix It Please Ahaha :P

     







    500 Posts ✓
    750 Posts ✓
    1,337 Posts ✓
    2,000 Posts ×
    3,000 Posts ×

    Ex VIP
    Ex Resource Team Member
    Ex Wiki Editor

  14. #12
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by Gοku View Post
    Fix It Please Ahaha :P
    Since today's friday, I might do it later today.

  15. #13
    Gοku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MPGH.net
    Posts
    1,527
    Reputation
    206
    Thanks
    1,043
    My Mood
    Cheerful
    Quote Originally Posted by LordPankake View Post
    Since today's friday, I might do it later today.
    Ahaha Sure :P

     







    500 Posts ✓
    750 Posts ✓
    1,337 Posts ✓
    2,000 Posts ×
    3,000 Posts ×

    Ex VIP
    Ex Resource Team Member
    Ex Wiki Editor

  16. #14
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by Gοku View Post
    Ahaha Sure :P
    Aaaannd I didn't. Ah well. Maybe tomorrow. Maybe never... *evil laughter*

  17. #15
    Smaug's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2,518
    Reputation
    121
    Thanks
    1,192
    Nice tutorial.
    Member Level 1 since 4/20/11 - 8/4/14
    Member Level 2 since 8/4/14 - present

Page 1 of 2 12 LastLast

Similar Threads

  1. [Final Update] DFT Lite Release + Source Release
    By SCRN in forum DragonFable (DF) Hacks / Cheats / Trainers
    Replies: 153
    Last Post: 10-15-2010, 11:06 AM
  2. how do update to 1.7?
    By Rico760 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 08-15-2008, 03:54 AM
  3. [RELEASE]New! Dll Auto Installer v1.1[UPDATED!][RELEASE]
    By breakell20 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-11-2008, 09:07 PM
  4. Replies: 0
    Last Post: 10-14-2007, 09:45 PM
  5. [Update-Release]My new undetected trainer
    By ferrar1000 in forum WarRock - International Hacks
    Replies: 100
    Last Post: 10-07-2007, 10:31 AM