Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pevers/gamebotsut3
GameBotsUT3 is a mod for UT3 that allows characters in the game to be controlled via network sockets connected to other program
https://github.com/pevers/gamebotsut3
Last synced: 5 days ago
JSON representation
GameBotsUT3 is a mod for UT3 that allows characters in the game to be controlled via network sockets connected to other program
- Host: GitHub
- URL: https://github.com/pevers/gamebotsut3
- Owner: pevers
- Created: 2015-05-20T20:44:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T21:46:26.000Z (over 9 years ago)
- Last Synced: 2024-10-12T02:14:01.245Z (about 1 month ago)
- Language: UnrealScript
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameBotsUT3
GameBotsUT3 is a mod for UT3 that allows characters in the game to be controlled via network sockets connected to other program# How to build
1. Install UT3
2. Extract the `Src` folder of http://udn.epicgames.com/Files/UT3/Mods/UT3ScriptSource_1.5.rar to `\My Games\Unreal Tournament 3\UTGame\Src`
3. Clone this repo also in `\My Games\Unreal Tournament 3\UTGame\Src`
4. Add the following line to `\My Games\Unreal Tournament 3\UTGame\Config\UTEditor.ini` underneath `[ModPackages]`: `ModPackages=GameBotsUT3`
5. Run `UT3.exe make`If everything went ok, the compiled GameBots3.u is located in the folder `My Games\Unreal Tournament 3\UTGame\Unpublished\CookedPC\Script`