Black Desert Online (Java, Emulator, MongoDB)

Page 2 of 35 FirstFirst 1234567891012 ... LastLast
Results 16 to 30 of 511
  1. #16
    Account Upgraded | Title Enabled! Aznkidd235 is offline
    MemberRank
    Apr 2007 Join Date
    518Posts

    Re: Black Desert Online

    Quote Originally Posted by rewera View Post
    as I understand it you need to run mongodb + java 8 150 + vs the 2015 to compile the Launcher, but how to make database data in Mongo is not clear
    That part i understand i'm stuck at compiling the launcher cause i use VS2017 and i'm feeling too lazy to compile the launcher since i'm getting a ton of errors.

    Set-up Guide: (This is incomplete since i have not been able to connect yet)
    1) Download MongoDB google it
    2) Navigate to the MongoDB path and create a .bat file or through CMD to run the MongoDB server
    Code:
    mongod --auth --dbpath "database_save_path"
    3) Once installed and running you can use 2 GUI applications, Robo 3T Mongo or MongoDB Compass Community to connect, once connected create 2 databases "gameserver" & "loginserver"

    4) Creating the admin userto create the user admin with password you can execute the following code through Robo MongoDB by right-clicking and select open Shell over gameserver or loginserver or do it by CMD by running CMD through start menu and enter the codes
    Code:
    c:\mongodb\mongo.exe <-- path of your mongodb folder targeting mongo.exe
    once you see the message mongo shell or what not enter this code into the shell window
    Code:
    use database_name
    db.createUser(
      {
        user: "admin",
        pwd: "12345",
        roles: [ { role: "readWrite", db: "database_name" } ]
      }
    )
    do this for both gameserver and loginserver once this is done for each database you will get a confirmation that the user has been created. Doing this would allow the files to execute data into the database if your getting an error code 13.

    5) Configure the files located in the folder "config/" for both gameserver and loginserver
    - Under database.propterties i changed anonymous user to false or else i would get unauthorize code execution errors.

    5) Compile launcher (i'm on this part)
    6) open the Client path and edit service.ini and change the IP to your IP
    7) you could force run the .exe by passing any command line, but it doesn't work anyways so maybe the launcher is needed since i tried to force run the game without launcher.

    Extras:
    1) there are options to auto register an account in the login.properties and to disable tokens
    2) under database.properties you can set debug = true to have the login and game server to display packet information.

    if anyone get's their server/client up and running let me know
    Last edited by Aznkidd235; 30-12-17 at 11:46 PM.

  2. #17
    Enthusiast rewera is offline
    MemberRank
    May 2009 Join Date
    48Posts

    Re: Black Desert Online

    I also get a lot of errors and can't compile :(

  3. #18
    Enthusiast rewera is offline
    MemberRank
    May 2009 Join Date
    48Posts

    Re: Black Desert Online


  4. #19
    Enthusiast parara12 is offline
    MemberRank
    Dec 2017 Join Date
    31Posts

    Re: Black Desert Online

    Quote Originally Posted by Aznkidd235 View Post
    That part i understand i'm stuck at compiling the launcher cause i use VS2017 and i'm feeling too lazy to compile the launcher since i'm getting a ton of errors.

    Set-up Guide: (This is incomplete since i have not been able to connect yet)
    1) Download MongoDB google it
    2) Navigate to the MongoDB path and create a .bat file or through CMD to run the MongoDB server
    Code:
    mongod --auth --dbpath "database_save_path"
    3) Once installed and running you can use 2 GUI applications, Robo 3T Mongo or MongoDB Compass Community to connect, once connected create 2 databases "gameserver" & "loginserver"

    4) Creating the admin userto create the user admin with password you can execute the following code through Robo MongoDB by right-clicking and select open Shell over gameserver or loginserver or do it by CMD by running CMD through start menu and enter the codes
    Code:
    c:\mongodb\mongo.exe <-- path of your mongodb folder targeting mongo.exe
    once you see the message mongo shell or what not enter this code into the shell window
    Code:
    use database_name
    db.createUser(
      {
        user: "admin",
        pwd: "12345",
        roles: [ { role: "readWrite", db: "database_name" } ]
      }
    )
    do this for both gameserver and loginserver once this is done for each database you will get a confirmation that the user has been created. Doing this would allow the files to execute data into the database if your getting an error code 13.

    5) Configure the files located in the folder "config/" for both gameserver and loginserver
    - Under database.propterties i changed anonymous user to false or else i would get unauthorize code execution errors.

    5) Compile launcher (i'm on this part)
    6) open the Client path and edit service.ini and change the IP to your IP
    7) you could force run the .exe by passing any command line, but it doesn't work anyways so maybe the launcher is needed since i tried to force run the game without launcher.

    Extras:
    1) there are options to auto register an account in the login.properties and to disable tokens
    2) under database.properties you can set debug = true to have the login and game server to display packet information.

    if anyone get's their server/client up and running let me know
    for more details about creating a database, I'm new!

  5. #20
    Valued Member beardilus is offline
    MemberRank
    Oct 2017 Join Date
    125Posts

    Re: Black Desert Online

    the funny thing is the kid talks about a hard-coded backdoor but doesn't he realize the source code is also in there rar and it's not hard to remove a back door if you have code to lol I swear these kids are retarded they just don't want competition

  6. #21
    Banned ZiiZii is offline
    BannedRank
    Jan 2013 Join Date
    125Posts

    Re: Black Desert Online

    where database
    and where client ogrefestbdo is offline can't not download

  7. #22
    Enthusiast rewera is offline
    MemberRank
    May 2009 Join Date
    48Posts

    Re: Black Desert Online

    Quote Originally Posted by ZiiZii View Post
    where database
    and where client ogrefestbdo is offline can't not download
    BDOServer\data\sqlite3\bdo.sqlite3

    client install - http://ogrefest.online/download/setup.exe

  8. #23
    Valued Member beardilus is offline
    MemberRank
    Oct 2017 Join Date
    125Posts

    Re: Black Desert Online

    okay well game server compiles good and source code to login server is missing but was able to decompile and recompile looking for any backdoor now :) if the back door exist I will remove it and repost the files

  9. #24
    Member sauskopje is offline
    MemberRank
    Jun 2006 Join Date
    NetherlandsLocation
    55Posts

    Re: Black Desert Online

    Did a scan with Smart Security and nothing came up.

    Still use at own risk.

    (It's in Dutch, but the highlighted part is saying that it found 0 threats.)


  10. #25
    Proficient Member cuidaniu is offline
    MemberRank
    Oct 2006 Join Date
    169Posts

    Re: Black Desert Online

    Does it include full sourcecode,if so,that's cool

  11. #26
    Would You Kindly? Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,758Posts

    Re: Black Desert Online

    Quote Originally Posted by beardilus View Post
    okay well game server compiles good and source code to login server is missing but was able to decompile and recompile looking for any backdoor now :) if the back door exist I will remove it and repost the files
    a good idea is re-download all lib required from same version using maven repo, to replace any bad class inside some lib, this will make any backdoor hidden in libs be disabled, then just have to check ports and server entire code, then everything good to run online.

  12. #27
    www.m.me/ExcelsiorSoftLLC master_unknown is offline
    MemberRank
    Oct 2004 Join Date
    HellLocation
    1,242Posts

    Re: Black Desert Online

    If PA is after suing, they should approach how they sued PYX Bdo (BDO Bot).
    Although JuJu (PYX Maker) handed them the PYX Bot source (to PA).
    Maybe this is like what happened to PYX but nonetheless, Juju got away by just handing them over the bot source and paid the lawyer's expenses.

    And, the cat is out, good luck preventing any other p.server popping out anytime soon.

    Edit:
    Mirror the google dl link as it will be removed for sure.
    Mirror the working client as well. (Torrent preferable)

  13. #28
    Member MasMDCC is offline
    MemberRank
    Sep 2016 Join Date
    96Posts

    Re: Black Desert Online

    This is ogrefest client, I think ogrefest launcher has torrent client built-in.

    You can find this file in C:\Program Files\OgreFest Launcher\Temporary Files\client_1.torrent
    I can't attach .torrent, so I zip the file.
    client_1.zip

    for magnet link
    magnet:?xt=urn:btih:c8c0f149973996bf19c15f3c18c2ef6cf07dac43&dn=GameClient&tr=http%3A%2F%2F163.172.106.154%3A6969%2Fannounce

  14. #29
    Cypher WireShark is offline
    MemberRank
    Jun 2009 Join Date
    Planet Earth xDLocation
    950Posts

    Re: Black Desert Online

    Anyone can reupload?

    Sent from my SM-J730G using Tapatalk

  15. #30
    Account Upgraded | Title Enabled! Aznkidd235 is offline
    MemberRank
    Apr 2007 Join Date
    518Posts

    Re: Black Desert Online

    Quote Originally Posted by WireShark View Post
    Anyone can reupload?

    Sent from my SM-J730G using Tapatalk
    Links still working for me



Page 2 of 35 FirstFirst 1234567891012 ... LastLast

Advertisement