From 3c5f4abd748f6c7f05d00883523d700432c9d7ca Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Tue, 27 Jan 2026 01:08:03 +0100 Subject: Update readme Signed-off-by: Filip Wandzio --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e71b3d2..cff4cd6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ +# About + +Currently it uses ioquake3 but I plan on moving to q3e because it seems to function better with resource-constrained hardware (modern-ish renderer + vulkan stuff). # Setup ## Client +``` \r_mode -1 \r_customwidth X \r_customheight X @@ -19,10 +23,11 @@ \rate 50000 \vid_restart - +``` ## Server ### Bots (Only if you need them) +``` set bot_enable 1 set bot_minplayers 6 set g_spskill 4 @@ -31,8 +36,10 @@ set sv_maxclients 12 set g_gametype 0 set timelimit 15 set fraglimit 30 +``` ### Networking +``` set sv_fps 100 set sv_maxRate 25000 set sv_minRate 4000 @@ -43,3 +50,4 @@ set g_doWarmup 0 set g_warmup 0 set match_latejoin 1 set team_allowspec 1 +``` -- cgit v1.2.3