Changes between Version 4 and Version 5 of content/tools/MappingForOrxonox
- Timestamp:
- Dec 8, 2006, 11:05:30 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/tools/MappingForOrxonox
v4 v5 28 28 The "maps" folder contains all map- and bsp-files.[[br]] 29 29 30 The "baseq3" folder must contain the "orxonox_common.pk3" file . We need it to include the common-textures like caulk, nodraw or invisible into GTK-Radiant.30 The "baseq3" folder must contain the "orxonox_common.pk3" file ([https://dev.orxonox.net/wiki/MappingForOrxonox#common read more]). We need it to include the common-textures like caulk, nodraw or invisible into GTK-Radiant. 31 31 32 32 … … 41 41 Get the newest version of GTK-Radiant from [http://www.qeradiant.com/ www.qeradiant.com] and start the installation. You can, if you want, uncheck all components except "Quake III Arena Support". We don't need them, we will just use the Q3A support. 42 42 43 Start GTK-Radiant. If you get asked for which game you want to build maps, choose "Quake III Arena". You will be asked where the engine path is. Choose orxonox/data/worlds as path. GTK-Radiant should start now. Continue with the configuration.43 Start GTK-Radiant. If you get asked for which game you want to build maps, choose "Quake III Arena". You will be asked where the engine path is. Choose your ...orxonox/data/worlds as path. GTK-Radiant should start now. Continue with the configuration. 44 44 45 45 … … 49 49 }}} 50 50 == Configuration == 51 Open Edit->Preferences and make the following changes: 52 {{{ 53 Global 54 Game: Disable "Startup: Show Global Preferences" 55 Interface 56 Layout: Choose the third option (four equal areas), disable "Detachable Menus" 57 Display 58 Entities: Enable "Show Light Radii" 59 Settings 60 Undo: Increase the Undo Queue Size to the maximum 61 Paths: If you've chosen the wrong path, you can enter your ...orxonox/data/worlds/ path here 62 Camera: Disable "Diskrete movement" 63 Build: Enable "Build Process Monitoring" 64 }}} 65 Restart GTK-Radiant to so the changes take effect. 51 66 67 Click on Textures and verify whether at least the "common" textures are available ([https://dev.orxonox.net/wiki/MappingForOrxonox#common read more]). 52 68 53 69 {{{ … … 57 73 == Implementation == 58 74 75 76 {{{ 77 #!html 78 <a name="common"></a> 79 }}} 80 == Common textures ==