diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-30 09:59:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-30 09:59:21 +0000 |
commit | 52966b2faf4e7869abbbfa91cadc3f35c97eb3d3 (patch) | |
tree | e9985203582eda8897f93990b5ebbf1043a42f0f /games/cake/pkg-message | |
parent | Updated to 0.54 (diff) |
Add cake 2004.07.09,
Cake is pretty advanced Quake III Arena map viewer. It
features BSP support, multiple viewports, sound, models,
record/playback demo support and plenty more. Right now, sound
support is disabled since cake uses FMOD library which is not
available on FreeBSD. I hope to resolve this issue in the
future though.
PR: ports/69738
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes:
svn path=/head/; revision=115070
Diffstat (limited to '')
-rw-r--r-- | games/cake/pkg-message | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/cake/pkg-message b/games/cake/pkg-message new file mode 100644 index 000000000000..b7364982586f --- /dev/null +++ b/games/cake/pkg-message @@ -0,0 +1,22 @@ + +======================================================================= + +You can put custom configuration file in the same directory where you +run cake binary from, named `config.ini'. Some default values are: + + v_fullscreen 0 + v_width 640 + v_height 480 + v_colorBits 32 + v_hz 60 + r_path baseq3 + r_mapsubdir maps + +Cake also logs its actions to <directory-run-from>/cake_log.html + +NOTE: cake requires a gfx card that supports following extensions: + + * GL_EXT_compiled_vertex_array + * GL_ARB_multitexture + +======================================================================= |