Resources
The Game
A copy of the game is not needed to develop your bot against our server, but having a local install is highly recommended. You can download a copy of the game from these sources or your local game store.
.NET UT3Bots
- Original Coding4Fun project posting
- Intro by creator James Lissiak on Channel9.
- Screencast tutorial
UT3 Mods
Useful for modifying the underlying server mutator that all other APIs (.NET, PHP, etc) will connect through.
- Server mutator and .NET API source code on CodePlex.
- Set up Visual Studio to work with UnrealScript
- UT3 Mod Home
- UnrealScript Reference
- UnrealScript existing source for bots, weapons, etc
- JavaDoc-like API reference for UnrealScript
