Ensiform
Ensiform
> Okay, I'll try the 86x version and if the problem persists I'll send screenshots of the console? No screenshot, we want log of the whole console, meaning use \condump...
Try disabling texture compression. for cutscene black screen, may or may not work. Are you using fresh saves or did you load saves ? Note: I have edited your message...
Did you increase in the server startup script. You cannot increase it in a config file. It will be ignored.
There's a patch for this already. See discord pinned messages. But it's experimental.
No there's not a server with it. It's not in the main code yet due to its unfinished state. http://www.edawn-mod.org/binaries/q3e-mv-20190609.diff It also likely won't apply correctly on the current codebase.
sv_gametype isn't a cvar anywhere in the code. You must be careful to avoid looking at the code variable names and look at the string name 🥲 `cvar_t *blah =...
Should avoid including the default values in the description strings as the default value is displayed with the current value when looking up the help text.
@KuehnhammerTobias You may wish to check through the following: https://github.com/etfdevs/ETe/commit/ddbbf49ad3ce0002877e4d28b350548ddfd32e8c and, https://github.com/etfdevs/ETe/commit/3ee5cc942b8a22363d5efbc2a87e26ddbf715ad2 There may also be some which were not included in this commit that I already wrote in, in...
fs_basegame missionpack implies you are not having baseq3 anymore. And missionpack does not ship a default.cfg EDIT: Looks like this is sort of a regression in behavior but I think...
Would you prefer restoring behavior or maybe an extra cvar like fs_extragame or something?