[Release] [RePack] Rusty Hearts Server Files including Tutorial

Page 8 of 17 FirstFirst 12345678910111213141516 ... LastLast
Results 106 to 120 of 252
  1. #106
    Enthusiast DarkKaine is offline
    MemberRank
    Jun 2012 Join Date
    31Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by DarkKaine View Post
    Expect something ;)
    Half a year later and this is where we are today..





    However, we are closed source and have no intention of sharing.
    If these were official files I'd be happy to share, but this is a server emulator project that has thousands of hours poured into it.
    There will be one server to play on and we're pretty far into development.
    I'm not going to shamelessly advertise the server since I'm pretty sure that's against the rules in a thread like this, but creating a new thread and promoting the server is something we cannot do at this point since we are still in development.
    If you want to join the 'revolution' google is your friend ;-)

    With the announced closure of RH Japan and the trivial state of the game by the developers, we are more than happy to provide players an alternative server to play on because this game kicks some serious ass and I refuse to let it die.
    I'd like to take this moment to thank uebari, chreadie, hvdaedalus and everyone else that was involved with the original release, as it helped tremendously to figure out the communication between server and client!
    Really, we wouldn't be able to do this without you guys :)

  2. #107
    Hokage ju_one06 is offline
    MemberRank
    Dec 2007 Join Date
    KonohaLocation
    243Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    i have 2 problem..
    1st this problem and what should i do?
    rh-dbc-error.jpg

    2nd is i cant login to game, it because at my 1st problem?
    rh-eror.jpg

    i already create username base on guide..

  3. #108
    L][Files ROhanFiles Dev soulsimbol is offline
    MemberRank
    Apr 2010 Join Date
    Ro-RULocation
    360Posts

    idea Re: [RePack] Rusty Hearts Server Files including Tutorial

    @DarkKaine

    i quote you "I'm not going to shamelessly advertise the server"you already done that....we are here on this thread becouse need and want to make it public, we need and want competition beween p.servers.
    Remember: These is not a "Life saver from cancer formula"Wich need to be left hiden if you know what i mean.

    take a look at my work and few of the threads and think about sharing somehow.

    Peace...
    And i dont care of i offended someone.... just share the goddammned work like 98% of ragezoners to further develop it
    Last edited by soulsimbol; 15-02-14 at 10:45 AM. Reason: i know Ch lang

  4. #109
    Valued Member juniordark is offline
    MemberRank
    Sep 2012 Join Date
    LostLocation
    147Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by ju_one06 View Post
    i have 2 problem..
    1st this problem and what should i do?
    rh-dbc-error.jpg

    2nd is i cant login to game, it because at my 1st problem?
    rh-eror.jpg
    i already create username base on guide..
    1st: turn off logs in log_control.xml (use="0") because RustyHearts_LogDB is missing.
    2nd: check if Auth-api.php is correctly configured

  5. #110
    Hokage ju_one06 is offline
    MemberRank
    Dec 2007 Join Date
    KonohaLocation
    243Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by juniordark View Post
    1st: turn off logs in log_control.xml (use="0") because RustyHearts_LogDB is missing.
    2nd: check if Auth-api.php is correctly configured
    1st.it all already been set "0" and still have that error..
    2.my configure at billing "$connectionInfo = array('UID' => 'sa', 'PWD' => '0606xx', 'Database' => 'RustyHearts_Auth'); " and my setting at service_control.xml is " <area country="usa" auth_url="http://localhost/billing-api.php" xtrap_use="0" betazone="0" />"

    about create username
    WindyCode = juone
    AuthID = usernamepassword = juone123456 so in md5 (82ff6a85073149514328be0232d694f8)
    Last edited by ju_one06; 15-02-14 at 02:43 PM.

  6. #111
    Valued Member juniordark is offline
    MemberRank
    Sep 2012 Join Date
    LostLocation
    147Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by ju_one06 View Post
    1st.it all already been set "0" and still have that error..
    2.my configure at billing "$connectionInfo = array('UID' => 'sa', 'PWD' => '0606xx', 'Database' => 'RustyHearts_Auth'); " and my setting at service_control.xml is " <area country="usa" auth_url="http://localhost/billing-api.php" xtrap_use="0" betazone="0" />"

    about create username
    WindyCode = juone
    AuthID = usernamepassword = juone123456 so in md5 (82ff6a85073149514328be0232d694f8)
    type http://localhost/Auth-api.php on your browser to test connection should appear the message "Nice Try"
    use register page to create account Register.rar

  7. #112
    Hokage ju_one06 is offline
    MemberRank
    Dec 2007 Join Date
    KonohaLocation
    243Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by juniordark View Post
    type http://localhost/Auth-api.php on your browser to test connection should appear the message "Nice Try"
    use register page to create account Register.rar
    i have this error
    Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\Auth-API.php on line 13

    $connectionInfo = array('UID' => 'sa', 'PWD' => '060686', 'Database' => 'RustyHearts_Auth');
    $conn = sqlsrv_connect( 'JUONE', $connectionInfo);

  8. #113
    Valued Member juniordark is offline
    MemberRank
    Sep 2012 Join Date
    LostLocation
    147Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by ju_one06 View Post
    i have this error
    Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\Auth-API.php on line 13

    $connectionInfo = array('UID' => 'sa', 'PWD' => '060686', 'Database' => 'RustyHearts_Auth');
    $conn = sqlsrv_connect( 'JUONE', $connectionInfo);
    The Auth-Api uses Microsoft Drivers for PHP for SQL Server
    http://www.microsoft.com/en-us/downl....aspx?id=20098

  9. #114
    Hokage ju_one06 is offline
    MemberRank
    Dec 2007 Join Date
    KonohaLocation
    243Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    whr should i put this file after extract?

  10. #115
    Valued Member juniordark is offline
    MemberRank
    Sep 2012 Join Date
    LostLocation
    147Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by ju_one06 View Post
    whr should i put this file after extract?
    http://technet.microsoft.com/en-us/l...=sql.105).aspx

  11. #116
    Hokage ju_one06 is offline
    MemberRank
    Dec 2007 Join Date
    KonohaLocation
    243Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    ok..fix for auth-api.php

    now other problem..
    rh-cant-select-char.jpg

    cant select char, it keep queue and back to select world..
    what the problem?
    Last edited by ju_one06; 17-02-14 at 06:33 PM.

  12. #117
    Valued Member juniordark is offline
    MemberRank
    Sep 2012 Join Date
    LostLocation
    147Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by ju_one06 View Post
    ok..fix for auth-api.php

    now other problem..
    rh-cant-select-char.jpg

    cant select char, it keep queue and back to select world..
    what the problem?
    port conflict,Change Lobby port to another not used ex: 50030

  13. #118
    Novice tantibus is offline
    MemberRank
    Oct 2013 Join Date
    3Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    hey guys im new here, and to RH in general but i have been silently following this thread for some time, however there is one question i have not been able to answer despite hours upon hours of searching: is it possible to run your own server and effectively "play single player" with these files all on the same computer? i have downloaded the files, and saved the tut in notepad, but as im unsure of exactly what the rsult would be i have not yet tried. my access to internet can be spotty at best most of the time but i really like this game and think it would make for a nice solo experience-any advice/help/instruction in this matter would be greatly, greatly appreciated-thanks in advance, cheers!

  14. #119
    Hokage ju_one06 is offline
    MemberRank
    Dec 2007 Join Date
    KonohaLocation
    243Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by juniordark View Post
    port conflict,Change Lobby port to another not used ex: 50030
    im already chg lobby port..private port 50030 and public 50031, im chg at DB and configure xml..
    still same

  15. #120
    Valued Member juniordark is offline
    MemberRank
    Sep 2012 Join Date
    LostLocation
    147Posts

    Re: [RePack] Rusty Hearts Server Files including Tutorial

    Quote Originally Posted by ju_one06 View Post
    im already chg lobby port..private port 50030 and public 50031, im chg at DB and configure xml..
    still same
    u need edit ports in lobby_serveroption, lobby_serveroption_1000 and serveroption

    - - - Updated - - -

    Quote Originally Posted by tantibus View Post
    hey guys im new here, and to RH in general but i have been silently following this thread for some time, however there is one question i have not been able to answer despite hours upon hours of searching: is it possible to run your own server and effectively "play single player" with these files all on the same computer? i have downloaded the files, and saved the tut in notepad, but as im unsure of exactly what the rsult would be i have not yet tried. my access to internet can be spotty at best most of the time but i really like this game and think it would make for a nice solo experience-any advice/help/instruction in this matter would be greatly, greatly appreciated-thanks in advance, cheers!
    Yes you can, but it's a lot of work, you need a good computer because the servers are many windows x64 and they use a lot of memory, you'll have to run the servers every time you want to play.
    the ideal would be a virtual machine running the server and you play on your computer on localhost that does not need connection.



Advertisement