diff options
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/games/osirion.game | 27 | ||||
-rw-r--r-- | gtkradiant/osirion.game/default_build_menu.xml | 8 | ||||
-rw-r--r-- | gtkradiant/osirion.game/entities.def | 31 | ||||
-rw-r--r-- | gtkradiant/osirion.game/game.xlink | 6 |
4 files changed, 72 insertions, 0 deletions
diff --git a/gtkradiant/games/osirion.game b/gtkradiant/games/osirion.game new file mode 100644 index 0000000..0d3c6ba --- /dev/null +++ b/gtkradiant/games/osirion.game @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<game + type="q2" + name="Osirion" + enginepath_linux="/home/ingar/projects/osirion/osirion-data/" + enginepath_win32="C:\Games\Quake" + engine_win32="quake.exe" + engine_linux="osirion" + basegame="base" + basegamename="Project::Osirion" + prefix=".osirion" + unknowngamename="Custom Osirion modification" + default_scale="1.0" + no_patch="1" + no_bsp_monitor="1" + show_wads="1" + archivetypes="pk3" + texturetypes="tga" + modeltypes="mdl" + maptypes="mapq2" + shaders="quake3" + entityclass="quake3" + entityclasstype="def xml" + entities="quake3" + brushtypes="quake2" + patchtypes="quake3" +/> diff --git a/gtkradiant/osirion.game/default_build_menu.xml b/gtkradiant/osirion.game/default_build_menu.xml new file mode 100644 index 0000000..37ae528 --- /dev/null +++ b/gtkradiant/osirion.game/default_build_menu.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<project version="2.0"> + <build name="No build required"> + <command>mapcompiler -options "[MapFile]"</command> + </build> +</project> + + diff --git a/gtkradiant/osirion.game/entities.def b/gtkradiant/osirion.game/entities.def new file mode 100644 index 0000000..6f0f95b --- /dev/null +++ b/gtkradiant/osirion.game/entities.def @@ -0,0 +1,31 @@ +/*QUAKED worldspawn (0 0 0) +"name" name of the model +"scale" size divider, default is 64 + +the building blocks of the model +*/ + +/*QUAKED target_engine (1 0 0) (-8 -8 -8) (8 8 8) engine exhaust +"model" name of the engine model, default is none + +An engine exhaust attached to the model. In-game an exhaust plume +will be rendered if the entities engines are running +*/ + +/*QUAKED target_cannon (0 0 1) (-8 -8 -8) (8 8 8) cannon attachment point +"model" name of the cannon model, default is none + +Provides the model with a cannon +*/ + +/*QUAKED target_turret (0.5 0.5 1) (-8 -8 -8) (8 8 8) turret attachment point +"model" name of the turret model, default is none + +Provides the model with a turret +*/ + +/*QUAKED info_cockpit (0 1 0) (-8 -8 -8) (8 8 8) + +Location of the cockpit +*/ + diff --git a/gtkradiant/osirion.game/game.xlink b/gtkradiant/osirion.game/game.xlink new file mode 100644 index 0000000..2374903 --- /dev/null +++ b/gtkradiant/osirion.game/game.xlink @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?> +<!-- generated by Radiant setup, modify at your own risks --> +<!-- links for the Quake2World game pack --> +<links> +<item name="Ingar's Homepage" url="http://users.telenet.be/ingar"/> +</links> |