From 510c8c16498bc1784bc38d0c33184c0174e71e81 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 3 May 2021 08:11:39 +0200 Subject: [PATCH] q3map2/help: some improvements - add some instructions from https://en.m.wikibooks.org/wiki/Q3Map2/Light - make sure every comment starts capitalized --- tools/quake3/q3map2/help.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/quake3/q3map2/help.c b/tools/quake3/q3map2/help.c index 9afb60d3..fc77050a 100644 --- a/tools/quake3/q3map2/help.c +++ b/tools/quake3/q3map2/help.c @@ -223,7 +223,7 @@ void HelpLight() {"-fastlightmapsearch", "Deprecated alias for `-fastallocate`"}, {"-fast", "Ignore tiny light contributions"}, {"-fill", "Fill lightmap colors from surrounding pixels to improve JPEG compression"}, - {"-filter", "Lightmap filtering"}, + {"-filter", "Lightmap filtering, doesn't play nice with some other effects, don't use it, use `-samples` instead"}, {"-floodlight", "Enable floodlight (zero-effort somewhat decent lighting)"}, {"-gamma ", "Lightmap gamma"}, {"-gridambientdirectionality ", "Ambient directional lighting received (default: 0.0)"}, @@ -279,7 +279,7 @@ void HelpLight() {"-sRGBtex", "Treat textures as sRGB colorspace"}, {"-style, -styles", "Enable support for light styles"}, {"-sunonly", "Only compute sun light"}, - {"-super ", "Ordered grid supersampling quality"}, + {"-super ", "Ordered grid supersampling quality, much slower than `-samples`"}, {"-thresh ", "Triangle subdivision threshold"}, {"-trianglecheck", "Broken check that should ensure luxels apply to the right triangle"}, {"-trisoup", "Convert brush faces to triangle soup"}, @@ -416,8 +416,8 @@ void HelpCommon() {"-fs_nohomepath", "Do not load home path in VFS"}, {"-fs_pakpath ", "Specify a package directory (can be used more than once to look in multiple paths)"}, {"-game ", "Load settings for the given game (default: quake3)"}, - {"-subdivisions ", "multiplier for patch subdivisions quality"}, - {"-threads ", "number of threads to use"}, + {"-subdivisions ", "Multiplier for patch subdivisions quality"}, + {"-threads ", "Number of threads to use"}, {"-v", "Verbose mode"}, {"-werror", "Make all warnings into errors"} }; -- 2.39.2