Various tools to help you with your server and development.
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.
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!
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)
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.
Website by Etaew - © 2012 Dawn of Light - Powered by phpBB © 2011 phpBB Group
Artwork and screen shots Copyright © 2001-2004 Mythic Entertainment, Inc. All rights reserved. Used with permission of Mythic Entertainment. Mythic Entertainment, the Mythic Entertainment logo, "Dark Age of Camelot," "Shrouded Isles," "Foundations," "New Frontiers," "Trials of Atlantis," "Catacombs," "Darkness Rising," the Dark Age of Camelot and subsequent logos, and the stylized Celtic knot are trademarks of Mythic Entertainment, Inc.