diff options
Diffstat (limited to 'gtkradiant/games')
-rw-r--r-- | gtkradiant/games/osirion.game | 27 |
1 files changed, 27 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" +/> |