I recommend installing Homebrew which is a command line package manager for mac. Once installed open terminal and run brew install pkg-config to install pkg-config then brew install gtk+ and/or brew install gtk+3 to install gtk+ 2 or 3 respectively. The 1.5 version of GtkRadiant for Mac is provided as a free download on our website. The software is categorized as Games. The most popular version among the application users is 1.6. This Mac download was checked by our antivirus and was rated as virus free. Gtkradiant-1.6.4.dmg is the common file name to indicate this application's installer. MacRadiant14 for Mac is categorized as Design & Photo Tools. From the developer: MacRadiant is a port of the GTKRadiant map editor for the ID TECH 3 engine (and some of the ID TECH 4 engine).
From Quake Wiki
Mapping tools are devoted to the various tasks of Quake level development.
Scott Sheppard writes 'GTK+OSX has released a native Mac OS X Aqua port of the Linux-based GTK+ open source graphical user interface library. GTK+ (GIMP Toolkit) is a popular widget library supporting graphical applications for Linux. GTK+OSX version 0.1 is an alpha release intended for developers.' Just downloaded GTKRadiant 1.6.4 for Mac, and it doesn't even open. I'm on OS X 10.10.1. Copy link Quote reply Owner TTimo commented Nov 18, 2014. Please post the.
- 1Level Editors
- 2Map Converters
- 3Map Compiling Tools
Level Editors[edit]
Gtkradiant For Macbook Air
These are CAD-like programs used to construct and populate a level. They include tools to create and modify brushes, apply textures, place and modify entities, and set up simple scripting. Some of these programs have their own proprietary file format for saving levels, but they can all save or export your level to a map file, which is needed by compilers in order to generate a game-ready bsp file.
General Purpose Editors[edit]
Name | Supported OS | Author | Initial release | Latest release |
---|---|---|---|---|
BSP (level editor) | Windows | Yahn Bernier, Ben ??? | 1996 | 2007 (0.96d) |
CraFTEr | In engine (FTEQW) | toneddu2000 | 2017 | 2017 (alpha) |
GTKRadiant | ||||
NetRadiant-custom | Windows, Linux, Mac OSX | Divverent, Spog and Niger | 2015 | 2018 |
QERadiant | ||||
QE5 | ||||
QuakeEd | NeXTSTEP | id Software | 1996 | 1996 (???) |
QuArK | Windows | Armin Rigo, QuArK team | 1996 | 2013 (6.6.0 beta 6) |
Quest | DOS, Linux, Windows | Chris Carollo, Trey Harrison and Alexander Malmberg | 1996 | 2002 (2.4) |
Qoole | Windows | Pablo Zurita | ??? | ??? (99 0.98) |
Quiver | Mac OS9 | Scott Kevill | 1997 | 1999 (1.2) |
QuMa | Windows | Ben Williams / Negative Eddy Software | 1996 | 1998 (1.6) |
ToeTag | Mac OSX | Warren Marshall | 2008 | 2008 (2.30) |
Thred | Windows | Jim Lowell | 1996 | 1996 (0.9b) |
Tread3D | Windows | Joe Riedel | 1999 | 2009 (3.0 Alpha 3) |
TrenchBroom | Linux, Mac OSX, Windows | Kristian Duske | 2012 | 2018 (2.1.0 RC3) |
Worldcraft | Windows | Ben Morris / Valve Software | 1996 | 1998 (1.6a) |
Hectate added a To-Do; The list of editors would look and function better as a table that detailed things like OS, engine compatibility, etc.. |
Than added a To-Do; I moved the list to a table, but left the old links here (edit page to see as it's commented out), since I think we should create a small page for all the editors. It's possible to get information about all of them using internet archive etc.. |
Terrain Generators[edit]
These programs are specialized to generate terrain-like geometry out of brushes, but have no general-purpose editing capabilities. They generate map files that can then be imported into the general purpose level editors.
Map Converters[edit]
A number of games based on id Software's technology use map files as their level source format, but these files differ in format from game to game. Map converters are used to convert map files from one format to another, so that mappers can use a level editor that does not natively support Quake. Commonly supported game formats include Quake 2, Quake III Arena, and Half-Life.
- SleepwalkR's mapconv
- Ericwa's ericw-tools
ericw-tools converts: quake, quake2, valve, bp (brush primitives). Conversions to 'quake' or 'quake2' format may not be able to match the texture alignment in the source map, other conversions are lossless.
NetRadiant-custom allows copying and pasting (automatic conversion) between all map formats; handling Quake 1, 2, 3 and related games.
Model-to-Map Converters[edit]
These are programs that can be used to convert geometry of another file type, especially files exported by modelling software, into map files.
Unspecified user added a To-Do; unspecified work. |
Map Compiling Tools[edit]
Tools to use for map compiling, a process that turns a map file into a bsp file.
QBSP, Light and Vis[edit]
- Bengt Jardrup's enhanced versions of TxQBSP/TreeQBSP, RVis, Light
- Jury-Rigged BJP Tools, modified version of Bengt Jardrup's tools with BSP2 support, details brushes and several other improvements.
- LordHavoc's Hmap2
- Tyrann's TyrUtils - Windows and Mac OS X binaries, plus Linux/Unix supported via source.
- Ericwa's ericw-tools - Map compile tools for Quake and Hexen 2. Based off of Tyrann's quake 1 tools tyrutils, focused on adding lighting features. Source available as well as binaries for Linux, Mac and windows.
Skip Removal[edit]
Skip removal tools are standalone programs that can process a bsp file and remove all surfaces textured with a skip texture, so that those surfaces are not rendered in-game. This can be done by some QBSP tools or via a separate tool.
- Tyrann's TyrUtils qbsp includes skip surface removal (since version 0.6)
- Ericwa's ericw-tools qbsp includes skip surface removal.
- metlslime's newskip
Map Decompilers[edit]
These are programs that can reverse-compile a bsp file back into a map file, with varying results.
- bsp2map - This program generates a map file by creating brushes for every surface in the level. Large walls are split up into multiple brushes according to bsp polys.
- winbspc - This program generates a map file by more closely trying to match texture/brush volumes. It has several options for decompiling a bsp file and usually produces far more usuable results than bsp2map.
Other Tools[edit]
Miscellaneous tools.
- bsp2prt can generate a prt file from a bsp file without needing to rebuild it from scratch using QBSP.
- bspinfo can print basic information about a Quake BSP file.
- bsputil is a small utility for basic manipulation of Quake BSP files. It can extract textures to create a wad from a bsp, extract entities to a text file with the .ent file extension, and run a basic set of tests to check that all internal data structures are self-consistent.
- Scrama's MapConverter [ File:MapConverter.zip ] can perform scaling and convert map formats from Half-Life to Quake, Quake 2 and Quake 3
- Quake CLI Tools [1] Quake CLI Tools are a collection of custom GNU style command line tools for working with Quake files.
See Also[edit]
definition - gtkradiant
definition of Wikipedia
Advertizing ▼
Wikipedia
Developer(s) | id Software |
---|---|
Stable release | 1.6.2 |
Operating system | Microsoft Windows, Linux, Mac OS X |
Type | level design tool |
License | GPL |
Website | icculus.org/gtkradiant |
GtkRadiant is a level design program developed by id Software and Loki Software. It is used to create maps for a number of video games. It is maintained by id Software together with a number of volunteers.
History
GtkRadiant's roots lie in id Software's in-house tools. Some of the early UI design decisions influencing it could be seen in QuakeEd, the original Quake mapping tool for NextStep. The first direct code ancestor however was QE4, the in-house Quake II level editor id Software used to build Quake II levels and later made available with the Quake II SDK. Robert Duffy used the released QE4 source code to develop QERadiant which became a very popular editor. id Software took the code in-house again to develop Q3Radiant, the Quake III Arena level design tool. All these tools were Windows-only applications.
GtkRadiant was released in 2001 as a modification of Q3Radiant introducing two major changes: It used the GTK+ toolkit so that it could also support Linux and Mac OS X, and it was also game engine-independent, with functionality for new games added as game packs. Timothee Besset, who became responsible for the id Software's post Quake III Linux ports and much of the network programming, was hired to maintain the game editor.
GtkRadiant is free software distributed under GNU General Public License. For a long time, the application source code was publicly available from id Software's Subversion repository, and it was in a dual license where new code was under GPL-compatible free software licenses and the core Q3Radiant code was under id Software's proprietary license, primarily because it used parts of Quake III Arena code. This dual-license system made development difficult, and inhibited use of the editor in commercial projects. On August 19, 2005, Quake III Arena source code was released along with the Q3Radiant source code. The license for both the GtkRadiant editor and toolset (notably Q3Map2, the BSP compiler) was changed in February 2006, and publicly released under the GPL on February 17.
DarkRadiant
There is one prominent fork; DarkRadiant, which is specifically optimised for id Tech 4 engine. It was originally created for the needs of a Doom 3 mod called The Dark Mod.
ZeroRadiant
ZeroRadiant (or GTKRadiant 1.6.0) is an upcoming version of the GTKRadiant level editor based upon the 1.4.0 architecture and design. It is currently in development for new id Games projects. It will be used to create maps for a number of computer games. It is maintained by id Software together with a number of volunteers.
Supported games
Top-level game packs that are maintained in the GtkRadiant Subversion server exist for the following games [1]. Generally, this includes support for all expansions and modifications as well.
- CodeRED: Alien Arena- Uses a specialized version called AARadiant.
- DarkPlaces
- Doom 3- A Windows-only variant called D3Radiant (based on Q3Radiant, not GtkRadiant) is integrated into Doom 3. GtkRadiant 1.5.x can be used to make Doom 3 maps in Linux, by utilizing Doom 3's integrated map compiler in conjunction.
- Quake 4- Being based on the Doom 3 engine, it also uses a version of D3Radiant internally, called Q4Radiant. However, GtkRadiant 1.5 can still be used to create maps on Linux.
Support has previously existed for the following:
In addition, the following games and projects use GtkRadiant as a map editor, by using the GtkRadiant Quake III Arena game pack and an external map compiler or converter:
- Crystal Space game engine
- Irrlicht game engine (supports Q3A .bsp files)
Custom game packs exist for these games:
The following games use modified versions of GtkRadiant as a community map editor in combination with a series of other tools available in their editing kits:
The following games use modified versions of GtkRadiant, but do not have a map editor available for the community.
Gtkradiant For Macbook Pro
See Also
Free software portal |
Video games portal |
Gtkradiant For Mac Os
External links
|
|
Gtkradiant For Macbook
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)