DOL Tools

Various tools to help you with your server and development.

 

Source Code

Using a Subversion client like git

Checkout the source code for the project at the following location:

Source code hosted on Github (feel free to also browse the entire repository, usefull if you need tools)

Use a C# IDE like Visual C# Express or SharpDevelop to compile the source code into a runnable application.

 

Packet Logger

An application which runs in the background to log packets between your DAOC Client and DAOC Servers.

Run this program before you load DAOC up, when you connect to a server it will tell you it is logging packets. When you close the game it will have written the log into a file sessionx.log x being the number of other files found in that folder. So your first one will be called session.log

WARNING: Logging packets from Mythic servers can be detected and violates the EULA, use at your own risk!

Download Link

 

Packet Log Converter

An application which converts the logged packets captured using the Packet Logger application between the DAOC Client and Servers into a readable format. (Source Code Only)

Repository URL

 

DOL Loader

An application to launch the DAOC Client to connect to a DOL Server, to use this file you must pass parameters into it, an easy way to do this is to create a batch file with the following content

@DOLLoader game.dll 127.0.0.1 10300 1 account pass

Path to game.dll - If DOL Loader is inside your DAOC folder (the one with game.dll) you can just use game.dll as the value here, otherwise you need to enter the path, an example of this is

@DOLLoader "c:\path with spaces\to\game.dll" 127.0.0.1 10300 1 account pass

Server IP's can be found on the DAOC Portal Server List, or if you are connecting locally you could use the value 127.0.0.1

Port's are usually 10300 but some servers have different ports they receive connections on, check on the DAOC Portal Server List and save the file as connect.bat, running this file will load up your game client and connect to the desired server.

Download Link

 

MPK Viewer

An application to open MPK files from the DAOC Client.

Download Link

 

Quest Designer

An application to create quests for DOL Servers. (Source Code Only)

Repository URL