Changes between Version 8 and Version 9 of Map Editor


Ignore:
Timestamp:
Jul 11, 2011 2:31:46 PM (13 years ago)
Author:
kedwar10
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Map Editor

    v8 v9  
    11
    22== gtkradiant ==
    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
     4Links
     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 
     11Setup
     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
     18If you're working on windows 7, you'll have to create .map files with
     19notepad before editing them in gtkRadiant. (e.g create an empty file
     20/OpenArena/baseoa/maps/mymap.map)
     21
     22After you're done editing the map, hit alt-b and select the second-to-
     23last option.
     24
     25To make the .aas file open the command prompt, navigate to gtkradiant and run
     26
     27bspc -bsp2aas "C:\Program Files\OpenArena\baseoa\maps\mymap.map" -forcesidesvisible
     28
     29In Openarena and hit ` to open console and type
     30
     31\seta_sv pure 0
     32
     33\devmap mymap
    834
    935
    1036
    1137
     38
     39
     40