Difference between revisions of "Tools"
(Save for a reboot on pc) |
(Added advanced Combat tracker link) |
||
| Line 45: | Line 45: | ||
<div style="text-align: left; font-size: 1em; margin: 0.3em 1em;">A tool to calculate coins. | <div style="text-align: left; font-size: 1em; margin: 0.3em 1em;">A tool to calculate coins. | ||
</div> | </div> | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| style="width: 100%;" cellspacing="5" cellpadding="0" | ||
| + | | colspan="4" style="background: #FCFCFC; border: 1px solid #AAA; vertical-align: top;" | | ||
| + | <div style="background: #3e5389; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%; color: #99ccff;">[https://advancedcombattracker.com/ Advanced Combat Tracker]</div> | ||
| + | <div style="text-align: left; font-size: 1em; margin: 0.3em 1em;">Not an Eq2emulator tool but very useful. visit https://advancedcombattracker.com/ for information and downloads.</div> | ||
|} | |} | ||
Revision as of 16:55, 4 August 2023
|
Tools
Here are a collection of tools created over the years for working with the emulator. you can find all these toosl on GitHub. Feel free to fork the project and make improvements. The better our tools are, the easier it is to work within the emulator.
| |||
|
An interface used to automatically update the eq2_defaults.ini file for multiple connection points.
|
An editor used to create and edit lua files like quests and spawn scripts.
| ||
|
A parser to pull quest from the census.
|
A parser to pull recipes from Zam.
| ||
|
A tool to generate movement loops.
|
a UI addon for quick access to a few development commands.
| ||
|
A tool for parsing dialog from in game chat logs
|
A tool to calculate coins.
| ||
|
Not an Eq2emulator tool but very useful. visit https://advancedcombattracker.com/ for information and downloads.
|
|
Much Older Tools
These tools may or may not work, and or needed anymore. These are here for reference. If anyone wants to work on any of these tools, feel free to do so.
|
An interface used to automatically update the eq2_defaults.ini file for multiple connection points.
This tool has been developed and is maintained by Jabantiz.
An editor used to create and edit lua files like quests and spawn scripts.
This is a private web-based editor used by the Content Design team.
The public version of our web-based DB Editor (in development).
A tool originally designed by Image as a 3rd-party tool, EQ2EMuPatcher has been adopted by the project as an easy way to patch your local client with an Everquest2.exe that is compatible with EQ2Emulator servers.
This tool updates your local World database with critical core server data plus configurable content data (in development).
A menu-driven Quest (LUA) Script generator.
Download: EQ2EmuQuestCreator
Converts packetlog packet data into a hexadecimal format for use in C++ code.
Download: EQ2EmuPacketTool
The packet collector tool builds raw data logs of your game session to be used by PacketParser and other tools for server development.
Note: Due to SOE now detecting the use of this tool, it is no longer available to the general public though still used by our Content Design team.
A wizard-driven content generator for building custom EQ2Emulator servers.
A tool for parsing the data from EQ2 Zam's website into a local database for use in our content development.
A tool to automate the movement of NPCs by creating the necessary LUA script commands.
A tool to help developers analyze collected packet logs and make adjustments to both opcodes and the data structs.
A developer tool that analyzes collected Packet Logs and turns the data into useful game data.