| 3 | | * Download Open Arena and gtkradiant. |
| 4 | | * Follow the instructions here [[http://openarena.wikia.com/wiki/Configure_GTK_under_windows]] and here [[http://openarena.wikia.com/wiki/Bot_play]]. |
| 5 | | * Tutorial: [[http://en.wikibooks.org/wiki/GtkRadiant]]. |
| 6 | | * Sample maps attached. |
| 7 | | * Remaining issues: adding weapon entities, lighting. (bot issue has been resolved) |
| | 3 | |
| | 4 | Links |
| | 5 | * Setup [[http://openarena.wikia.com/wiki/Configure_GTK_under_Windows]]. |
| | 6 | * Tutorial [[http://en.wikibooks.org/wiki/GtkRadiant]]. |
| | 7 | * Another tutorial [[http://www.nateabase.com/worldspawn/maps_gtk_funcl.html]] |
| | 8 | * gtkRadiant [[http://zerowing.idsoftware.com/files/radiant/nightly/1.5/]]. |
| | 9 | * Open Arena [[http://www.openarena.ws/download.php]]. |
| | 10 | |
| | 11 | Setup |
| | 12 | * Download Open Arena to program files and rename folder to "OpenArena". |
| | 13 | * Create a "maps" folder in /baseoa/. |
| | 14 | * Download gtkRadiant 1.5 and install it. |
| | 15 | * Add oa.game (the folder) to base directory (see attachments). |
| | 16 | * Add oa.game (the file) to /games/ (see attachments. |
| | 17 | |
| | 18 | If you're working on windows 7, you'll have to create .map files with |
| | 19 | notepad before editing them in gtkRadiant. (e.g create an empty file |
| | 20 | /OpenArena/baseoa/maps/mymap.map) |
| | 21 | |
| | 22 | After you're done editing the map, hit alt-b and select the second-to- |
| | 23 | last option. |
| | 24 | |
| | 25 | To make the .aas file open the command prompt, navigate to gtkradiant and run |
| | 26 | |
| | 27 | bspc -bsp2aas "C:\Program Files\OpenArena\baseoa\maps\mymap.map" -forcesidesvisible |
| | 28 | |
| | 29 | In Openarena and hit ` to open console and type |
| | 30 | |
| | 31 | \seta_sv pure 0 |
| | 32 | |
| | 33 | \devmap mymap |