Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by PenguinJoe

  1. P

    Nova 3205 server file + client

    You can try but there are those with 64GB + running on M.2 ssds that still get lots of hangs due to swapping. My guess is with your 24GB real memory and 128gb swap you will be doing nothing but swapping. Best environment for this is 2 physical PCs - one for the server having 64GTB of memory and...
  2. P

    Writing a tool for BDO Item Data but need some advice

    I have withdrawn this request. Information no longer needed
  3. P

    Quick Database Program

    Working on v2.0 of this that will be all my own and will be as up-to-date as BDO Codex (I will be scraping their site for stuff like name, grade, description, icon paths, etc. into an sqlite database). That one as well be english only until I can figure out how to relate text found in the ads...
  4. P

    Quick Database Program

    Great job Nopey. Thanks for the work you did on this. I did something similar a short while ago using yours as its base. You must be registered for see element. You must be registered for see element. You must be registered for see element. Differences: 1. Since I created it for myself I do...
  5. P

    Aion 7.7 C + + server files

    Nothing there ...
  6. P

    Any BDO Dev projects happening?

    As the title says, are there any BDO emulator (Not leaked official!) developments ramping up or underway? As I am no longer a 'for pay' developer, I am mostly interested in open or mildly restricted source development projects. If you or someone you know is seriously interested in starting up a...
  7. P

    [Release] Guardian Version Server Files, Client and Source - Currently most corrected

    This is a basic Windows error. The message is telling you exactly what is wrong. Windows does not by default support path names longer than 260 characters. It is a stupid restriction I know, but it has been there since the creation of Windows NT and Microsoft refuses to deal with it properly...
  8. P

    BDO emulator project

    It has been almost a year. Any updates on this project or is it stillborn?
  9. P

    offering to help with BDO

    Can't delete my own posts here so I simply wiped the content.
  10. P

    [Release] Guardian Version Server Files, Client and Source - Currently most corrected

    After applying the patch you have to wipe your mongo database (delete the contents of the Database\data folder).
  11. P

    [Release] Guardian Version Server Files, Client and Source - Currently most corrected

    You are trying to connect to a Mongo Database with a Navicat MySQL client. That will not work! You need a either Navicat for MongoDB or Navicat Premium client as shown in images from Robson26. Note there is also available out there robo3t which is a mongo-only database client. I personally use...
  12. P

    [Release] Guardian Version Server Files, Client and Source - Currently most corrected

    None are required for both the mongo and sqlite databases. For the mongo database you need to use the same port set in its startup batch file. For the guardian sqlite database you need to open the gameserver\bin\data\sqlite3\bdo.sqlite3 file when prompted for a database.
  13. P

    [Release] Guardian Version Server Files, Client and Source - Currently most corrected

    You have to run the database.bat file first. That runs the mongo database engine and makes the databases available to navicat and the rest of the game server programs.
  14. P

    Emulator/Tools Release Megathread

    You do not need a video. 1. You require jdk 14 and gradle to compile the source. Once you have those, simply run the included batch files in the source archive. For that you need basic windows or linux command line knowledge. 2. BDO does not use mysql at all. It uses sqlite and mongo. You can...
  15. P

    How to edit files

    As far as I understand it BDO is a little more involved than some games that can simply edit some binary files with a specialized editor. The file formats between client and server are very different. Most, if not all data editing beyond simple config files editing for BDO is in editing the...
Back
Top