X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fq3map2%2Fhelp.c;h=0e9081526e39966fccefe1504015ac8910476a3d;hb=43b1afe982fdc77aa64dfde64abdea0e61c88f6d;hp=1c99d3c417b605af6ff97f614e59a2a866832117;hpb=0d48c12e320c65b3da1624a24f1dea745d107229;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/q3map2/help.c b/tools/quake3/q3map2/help.c index 1c99d3c4..0e908152 100644 --- a/tools/quake3/q3map2/help.c +++ b/tools/quake3/q3map2/help.c @@ -207,10 +207,11 @@ void HelpLight() {"-extravisnudge", "Broken feature to nudge the luxel origin to a better vis cluster"}, {"-extrawide", "Deprecated alias for `-super 2 -filter`"}, {"-extra", "Deprecated alias for `-super 2`"}, - {"-fastallocate", "Use `-fastallocate` to trade lightmap size against allocation time (useful with hi res lightmaps on large maps: reduce allocation time from days to minutes for only some extra bytes)"}, + {"-fastallocate", "Deprecated alias for `-fastlightmapsearch`"}, {"-fastbounce", "Use `-fast` style lighting for radiosity"}, {"-faster", "Use a faster falloff curve for lighting; also implies `-fast`"}, {"-fastgrid", "Use `-fast` style lighting for the light grid"}, + {"-fastlightmapsearch", "Use `-fastlightmapsearch` to trade lightmap size against packing time (useful with hi res lightmaps on large maps: reduce allocation time from days to minutes for only some extra bytes)"}, {"-fast", "Ignore tiny light contributions"}, {"-fill", "Fill lightmap colors from surrounding pixels to improve JPEG compression"}, {"-filter", "Lightmap filtering"}, @@ -230,6 +231,7 @@ void HelpLight() {"-lomem", "Low memory but slower lighting mode"}, {"-lowquality", "Low quality floodlight (appears to currently break floodlight)"}, {"-minsamplesize ", "Sets minimum lightmap resolution in luxels/qu"}, + {"-nobouncestore", "Do not store BSP, lightmap and shader files between bounces"}, {"-nocollapse", "Do not collapse identical lightmaps"}, {"-nodeluxe, -nodeluxemap", "Disable deluxemapping"}, {"-nofastpoint", "Disable fast point light calculation"},