Maintenance Status: This repository is no longer actively maintained or supported. It is provided solely to preserve historical work.
This solution contains a collection of automation libraries and tools originally developed on .NET Framework 3.5 with Visual Studio 2008:
| Project | Description |
|---|---|
| Foundry.Autocrat | Core automation framework: input hooks, memory access, workflow engine |
| Foundry.Autocrat.Everquest2 | UI and automation support for EverQuest 2: ability chains, walkpaths, logging |
| TestConsole | Console-based test harness for exercising core features |
| Managed.X86 | Runtime x86 code emission and patching library |
| Foundry.Reaper | Resource-gathering workflows and services for EverQuest 2 |
Additional content:
Docs/folder: high-level Markdown documentation for each projectPointerFinderHelper/: helper utilities (not part of the main solution)managed-x86/: related code emitter samples and extensions
- Visual Studio 2008 (or later) with .NET Framework 3.5 support
- Windows OS for automation and memory access APIs
- Open
Foundry.Autocrat.slnin Visual Studio. - Build the solution targeting .NET 3.5.
- Consult the documentation in the
Docs/folder for detailed project overviews.
This code is provided “as is” without warranty. Use at your own risk. No support or updates will be provided.