Thread: Hyperion

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 Hyperion 
    i want a PM. The best in life is free.
    Project M's Avatar
    Join Date
    Mar 2012
    Posts
    368
    Thanks given
    20
    Thanks received
    13
    Rep Power
    14
    I plan to switch from PI to hyperion. But the idea NOTHING about the difference at all, someone who can help me in the beginning?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2009
    Posts
    438
    Thanks given
    29
    Thanks received
    108
    Rep Power
    0
    What? What do you mean?
    Reply With Quote  
     

  3. #3  
    i want a PM. The best in life is free.
    Project M's Avatar
    Join Date
    Mar 2012
    Posts
    368
    Thanks given
    20
    Thanks received
    13
    Rep Power
    14
    Quote Originally Posted by neero View Post
    What? What do you mean?
    I'll switch from PI to hyperion. But have no idea how the code is there in terms of PI, and have no idea how different things are her.

    I myself have not much knowledge in java, so it is to learn.
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    The code is completely different, because it's a completely different framework (and not a pile of shit).
    Just read through it, 99% of the things important to you will be in the model package, just read in there, use the documentation and naming to help you understand what does what, its not difficult.

    Also you can look at released Hyperion content just to see how people have used the methods and exactly what they do if you're still a little unsure.
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  5. Thankful users:


  6. #5  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    A lot of things are different, for starters things are more OO, just start by looking at ActionSender and some content classes to see how things are handled, ie:

    To play anims/gfxs:

    player.playAnimation(new Animation(825));
    player.playGraphic(new Graphic(550));

    sending messages:

    player.getActionSender().sendMessage("blabla");

    sending frame 126 (strings on child interfaces)

    player.getActionSender().sendString(900, "bla");

    everything has proper naming, so should be easy to follow.
    Reply With Quote  
     

  7. #6  
    i want a PM. The best in life is free.
    Project M's Avatar
    Join Date
    Mar 2012
    Posts
    368
    Thanks given
    20
    Thanks received
    13
    Rep Power
    14
    HMM, shoud i try hyperion, even i have poor java exsperimence? , and how do i read the char/accounts dat files?

    In PI you can edit players trought that.
    Reply With Quote  
     

  8. #7  
    only shallow

    Join Date
    Apr 2011
    Age
    26
    Posts
    1
    Thanks given
    2,907
    Thanks received
    413
    Rep Power
    0
    Well, almost everything in Hyperion is well-documented, so you won't have any trouble getting around to it. And as for the character files, Hyperion uses binary saving. You can rewrite it if you want.
    Reply With Quote  
     

  9. #8  
    i want a PM. The best in life is free.
    Project M's Avatar
    Join Date
    Mar 2012
    Posts
    368
    Thanks given
    20
    Thanks received
    13
    Rep Power
    14
    Quote Originally Posted by Riddle View Post
    Well, almost everything in Hyperion is well-documented, so you won't have any trouble getting around to it. And as for the character files, Hyperion uses binary saving. You can rewrite it if you want.
    Could you tell me more?


    i also have skype if you want: therustigold
    Reply With Quote  
     

  10. #9  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    I suggest you learn atleast the basics of java before you start rsps at all (developing).
    Reply With Quote  
     

  11. #10  
    i want a PM. The best in life is free.
    Project M's Avatar
    Join Date
    Mar 2012
    Posts
    368
    Thanks given
    20
    Thanks received
    13
    Rep Power
    14
    Quote Originally Posted by Letters View Post
    I suggest you learn atleast the basics of java before you start rsps at all (developing).
    hehe, when i try to learn the basics , its boring, but with rsps its fun. i had 2 servers, but i cannot good java coding.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 7
    Last Post: 09-08-2012, 03:35 AM
  2. [Hyperion] Full Npc Loading (from .cfg file) [Hyperion]
    By MarcelScapes in forum Tutorials
    Replies: 8
    Last Post: 07-05-2012, 01:50 AM
  3. Replies: 4
    Last Post: 07-11-2011, 07:29 PM
  4. Replies: 2
    Last Post: 05-26-2011, 05:59 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •