[Rift] First Emulator menu

User Tag List

Page 1 of 8 12345 ... LastLast
Results 1 to 15 of 118
  1. #1
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Rift] First Emulator

    Hello,

    I am here to present to you the first rift emulator.
    It's name is Graben (rift in german).
    I was able to emulate the logon server and crack the file system in only one night.

    Update:
    1) Build 33
    - I somewhat decrypted the character creation packets, still a few more data to extract and it will be done.
    - Memory leak corrected.
    - Started the clustering system.

    Files:

    GrabenLauncher this program must be placed in the same directory as rift.exe

    Project on hold (or canceled)
    I don't have the time I expected to have and can't work on it, even 5 minutes a week...
    So I made my SVN somewhat public, if anyone wants to use my code and/or learn from it, no problem just don't forget to add me to the credits
    Send me your assembla account and I will add you to the project so that you can see the sources.
    https://subversion.assembla.com/svn/rift-game-server/
    Last edited by yamashi12; 02-15-2011 at 04:04 PM.

    [Rift] First Emulator
  2. #2
    lxhackdxl's Avatar Banned
    Reputation
    34
    Join Date
    Oct 2008
    Posts
    471
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Woa, very nice. Hope to see it soon. +rep once the login server is up and active.

    This looks like a very promising game and for an Emu to already be on the horizon, i will be following this thread (:

  3. #3
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First version up !

    Extract Graben.exe and the .raw files wherever you want, launch it and you can now launch the Launcher to go up to the character creation !

    Extract GrabenLauncher where rift.exe is and then launch it, put test and test as username and password.

    You will notice that two servers are listed, they are both just for show, the character count is wrong and will not change if you create a character or not (I will hopefully figure out how it works tonight -- already 2:40am here -- Edit: And I did ! 5am ).
    What works :
    - Successfully redirecting the game to graben.
    - Successfully listing the servers (which was a pain in the A to understand).
    - Successfully iniating character creation
    - Just for show, random names work (shows "hello") and you will see the race/gender/faction/class appear in the console if you press the button.

    There will be NO linux version what's so ever, because I am completely against linux, that said don't try to convince me or something it's decided and I won't go back on that.

    BTW: There is a memory leak that hasn't been corrected and is the only issue currently known, if you find a way to crash the server please report it, I designed the server to prevent any crash to be as stable as the official servers, bug reports will be opened on our assembla page soon.

    Enjoy !

    Graben first release build 32.

    Note: If anybody has access to Star Wars: The Old republic's beta, please contact me asap for packet dumps.
    Last edited by yamashi12; 01-10-2011 at 11:11 PM.

  4. #4
    lxhackdxl's Avatar Banned
    Reputation
    34
    Join Date
    Oct 2008
    Posts
    471
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    virus total scans? by chance?

  5. #5
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess that's what you want (first time I do that thing ) :

    VirusTotal - Free Online Virus, Malware and URL Scanner

  6. #6
    holow's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This looks very promising. Thanks for all of your work.

    By the way, if you happen to start working on a SWTOR emulator, please let me know

  7. #7
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We just need packet dumps to start working on it !

    The logon server is now fully functional, I am now working on the in game server.

  8. #8
    holow's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wish I could help you but I am not in the beta for it Anyway, nice work.

  9. #9
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A lot of progress, the server list is stored in a SQL database (I implemented the MySQL drivers only, I might add other drivers later), you can configure how many threads are launched...
    I also managed to figure out more about character creation, so I will keep working on that !

  10. #10
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have little knowledge of the game itself but you seem to put down a lot of effort into making this work! That, I admire and I hope you'll continue developing it +8 rep
    Last edited by Reflection; 01-12-2011 at 02:18 PM.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  11. #11
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am uploading the client for people who don't have it. Well I will when I find a free file host that will take my 7GB file or a kind person to let me use their space to mirror it
    I will host a server to keep you guys up to date !

    Thanks for the rep points
    Last edited by yamashi12; 01-12-2011 at 02:22 PM.

  12. #12
    powahi's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is cool, I really appreciate you working on this. I got to character creation screen, my clients language is now French though, don't know how to change it to English.

  13. #13
    Farylon's Avatar Active Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yamashi12 View Post
    I am uploading the client for people who don't have it. Well I will when I find a free file host that will take my 7GB file or a kind person to let me use their space to mirror it
    I will host a server to keep you guys up to date !

    Thanks for the rep points
    This would be absolutely amazing!

  14. #14
    Isirion's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    This emulator work, i tested it. (if someone think it's a fake)
    Good luck for your project.

  15. #15
    thomas_hemme8188's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    says temp or perm removed when i go to the site and click download.
    (lol nm my isp must block filebeam or something cause it worked fine through proxy... go figure :P)
    Last edited by thomas_hemme8188; 01-15-2011 at 04:11 AM.

Page 1 of 8 12345 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 02-22-2011, 01:26 PM
  2. [Rift] First Emulator
    By yamashi12 in forum MMO Exploits|Hacks
    Replies: 67
    Last Post: 02-14-2011, 01:11 PM
  3. First Ever Emulation Contest
    By Ket in forum OC News
    Replies: 98
    Last Post: 01-25-2009, 09:12 AM
All times are GMT -5. The time now is 11:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search