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!

Project D Online (Project Daikaron) Client & Serverfiles & Tutorial

Newbie Spellweaver
Joined
Oct 13, 2006
Messages
94
Reaction score
8
This Game was a little MMO in Anime Look. It was discontinued long time ago. But the Developer released the Server Files because the Official Servers are SHUTDOWN.

Server is using SQL LocalDB (MS SQL 2014) as Database. For the Client im using Windows 7 64-Bit. Dont tested on Windows 10 yet.



---------------------------
Gameplay Video & Pictures
---------------------------





--------------------
Downloads (MEGA)
--------------------
Client & Serverfiles :

(There is a "README" inside)(The Client is in English & Japan, it is choosable)

GOLDBERG Steam LAN Emu (needed) :


Game Manual (PDF)(English) :




---------------
Server Tutorial
---------------
Install Private Server

[Install Private Server]
Private server use SQL LocalDB. Therefore you must install LocalDB Instance to your machine.

look at the folder that game installed.
maybe it is "C:\Program Files\Steam\steamapps\common\Project D Online" or "C:\Program Files (x86)\Steam\steamapps\common\Project D Online"

You can find "ProjectD_PrivateServer" folder

1. go to "ProjectD_PrivateServer" folder. You will find "Install_LocalDB" folder
2. go to "Intall_LocalDB" folder.
3. run "Install_LocalDB.bat" in command prompt. or double click "Install_LocalDB.bat"
4. OK. LocalDB has been installed. go to "ProjectD_PrivateServer" folder.
5. run StartServer.bat in command prompt. or double click StartServer.bat
6. run "Project D Online" in steam.
7. You can see the 'LocalServer' in the server list dialog box.

[How to connect to Private Server in other machine.]
1. go to folder "c:\users\your account's name\AppData\Local\ProjtectDAIKON". (uncheck hidden folder in file explorer option.)
2. You can find "ExtServerList.txt" file.
3. Open this file in NOTEPAD.
4. This file is empty. Write server name and IP address.

ex)
MyServer 192.168.0.100
or if you use router's ddns service, It is possible.
MyServer

5. Save the file.
6. run the game.
7. then you can see the server's name that you have wrote in the server list dialog box.

[Firewall settings]
Project D Online servers use 4352 port. You must allow 4352 port(inbound) in firewall settings.
or allow following apps in firewall settings. both public/private.
server_gamec_x64_release.exe ,server_game_x86_release.exe ,
server_cert_x64_release.exe ,server_cert_x86_release.exe ,
server_npc_x64_release.exe ,server_npc_x86_release.exe

[shutdown server]
press esc key in server's window.



--------------
Known Issues
--------------
Problem when create a character on Local Server
-------------------------------------------------
Output:
Failed to create character(INSERT_TO_DB)

Some Solutions :

Try following methods.

1. Run Private Server as administrator.

Or

2. Re-install Private Server as non administratoe. (the path -> Game Installed Folder\ProjectD_PrivateServer\Install_LocalDB.bat)

Or

3. Try that following link.

Or

4. Install private server to Virtual Machine(ex:Hyper-V or VMWare).


-----------------------
Credits and Thanks to
-----------------------
"Megayuchi" <- this was the only available Developer of the Game
Steam Forum of the Game :
"GOLDBERG" <- for his Steam LAN Emulator that works wonderful :)
<- there i found the Client & Serverfiles. Many thanks to this Guy "intolerantpanda" :)
 

Attachments

You must be registered for see attachments list
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
hacking attempt and disconects
fixed,replaced steam api .dll and now connects
 
Back
Top