Kawe Mazidjatari
900df8bc6f
Resource: update vpk build list and remove old build scripts
...
2 new maps added, which will be includes in the next release. The dedi could still be used to build the vpk's, but ReVPK is prefered. Removed old build scripts.
2024-06-01 11:51:32 +02:00
Kawe Mazidjatari
126591cb1f
Miles: put event queue warnings behind a cvar
...
These warnings can get verbose, especially if events from the map itself are missing. Put behind a cvar and enabled it by default in development configurations.
2024-06-01 11:49:16 +02:00
Kawe Mazidjatari
9a3ea6b53a
Resource: add missing command line parameter client configs
...
Since the implementation of the loader system, client's need '-noserverdll' to work properly when launched from the SDK launcher.
2024-06-01 11:43:11 +02:00
Kawe Mazidjatari
5d38b3762b
Engine: enforce rcon convar name consistency
...
Removed extra '_' from sv_rcon_whitelist_address, its now sv_rcon_whitelistaddress.
2024-06-01 11:43:08 +02:00
Kawe Mazidjatari
51e4a11bdb
Resource: add new LiveAPI configuration file
...
Executed on server launch.
2024-06-01 11:41:28 +02:00
Kawe Mazidjatari
aee8447320
Resource: update configuration files
...
Slightly adjusted RCON configuration files, recent changes implemented RCON encryption (users can specify their own AES keys).
2024-06-01 11:36:23 +02:00
Kawe Mazidjatari
73aff08819
Resource: update RCON cfg files
...
Reflect recent changes made to the RCON system.
2024-06-01 11:25:57 +02:00
Kawe Mazidjatari
98a5cdc246
Spawn AI hints so the entire AI Network can be cached
2024-04-05 16:34:27 +02:00
Kawe Mazidjatari
1b5238eab0
Rename VPK build scripts
2024-04-05 16:31:08 +02:00
Kawe Mazidjatari
5d2a331170
CFG cleanup
...
Remove dev parameters from retail configs, disable net_usesocketsforloopback by default now. This was a leftover from before we got dedicated servers working, and was thus required to get other people to connect to the listen server. This is no longer needed, it was causing a problem with authentication on the local server as the input address from the client would differ from what the master server would bake into the JWT token (localhost translates into an actual ip address on the master server side).
2024-04-05 16:24:47 +02:00
Kawe Mazidjatari
e515c2d93f
Don't force game into windowed mode on each launch
...
Let the video config decide whether or not to launch windowed.
2023-07-15 21:33:47 +02:00
Kawe Mazidjatari
1496e86273
Remove 'rui_defaultDebugFontFace' asignment
...
Redundant, as its defaulted to 'ArameMono' in the executable now.
2023-07-15 21:31:34 +02:00
Kawe Mazidjatari
48a8b5c36c
Remove unused parameter
...
No longer used, removed.
2023-07-15 17:10:04 +02:00
Kawe Mazidjatari
fbe136df64
Rename command 'fs_vpk_build' --> 'fs_vpk_pack'
2023-07-15 17:03:42 +02:00
Kawe Mazidjatari
40bcef2682
Fixup exec paths in 'build_all_vpk.cfg'
...
Point to new location that changed in commit afb09e1d.
2023-07-14 00:39:08 +02:00
Kawe Mazidjatari
afb09e1d05
Cleanup CFG directory
...
Move to dedicated subdirectories.
2023-07-13 23:15:10 +02:00
Kawe Mazidjatari
848098c71d
Update state machine initialization order
...
* Run autoexec(_dev).cfg before anything else.
* Always initialize RCON (only gets ran if an actual password is set).
* Removed 'Cbuf_Execute()' call from 'CHostState::LoadConfig', let it run in the frame loop instead.
* Removed hardcoded set call for 'net_usesocketsforloopback', will be set in autoexec from now on.
2023-04-30 11:39:20 +02:00
Kawe Mazidjatari
fd2c7864b9
Update VPK build scripts
...
* Added 'mp_rr_party_crasher'.
* Renamed 'mp_lobby' to 'mp_common' for server.
2023-04-10 02:09:16 +02:00
Kawe Mazidjatari
df98f30c57
Rename '-ansiclr' to '-ansicolor'
2023-03-27 17:10:11 +02:00
Kawe Mazidjatari
27ddc30d68
Prune ununsed/useless cvars
...
Also removed these from the CFG files.
* 'sq_showvmoutput' has been renamed to 'script_show_output'.
* 'sq_showvmwarning' has been renamed to 'script_show_warning'.
2023-03-26 18:18:50 +02:00
Kawe Mazidjatari
0895adff35
Disable server hitbox debug draw by default
...
Disabled by default in development cfg's.
2023-01-30 21:47:30 +01:00
Kawe Mazidjatari
70d20db811
Update default development cfg's
2023-01-29 17:20:29 +01:00
Kawe Mazidjatari
184f5cae4b
Update default RCON cfg's
2023-01-29 17:18:16 +01:00
Kawe Mazidjatari
ab7262fec5
Update default/retail startup config files
2022-11-10 16:16:50 +01:00
Kawe Mazidjatari
3511aff224
Execute "bind.cfg" on startup
...
Users could put custom binds in here.
I also unbound all dev-only binds by default to suppress warnings or prevent issues.
2022-11-10 15:42:27 +01:00
Kawe Mazidjatari
189e6602a6
Rename 'vpk/englishserver_mp_common.bsp.pak000_dir.vpk' to 'vpk/englishserver_mp_lobby.bsp.pak000_dir.vpk'
2022-11-10 11:47:36 +01:00
Kawe Mazidjatari
0c13ca4e3f
Only run threaded bone setup when we don't run the listen server
...
The Season 3 versions of the executable deadlock when threaded bone setup has been enabled on the client while the listen server has ran at least once during the process lifetime.
2022-11-10 11:47:02 +01:00
Kawe Mazidjatari
1bafc3c75c
Add mp_rr_arena_skygarden to VPK build system
2022-10-20 16:55:42 +02:00
Kawe Mazidjatari
4bc0aaf1e6
Fix launcher command line for client.dll
...
Launcher command line did not pass "-noworkerdll" which is required if the game is launched as game client only.
2022-10-20 14:23:24 +02:00
Kawe Mazidjatari
0c3817e372
Add 'mp_rr_desertlands_64k_x_64k_tt' to VPK build system
2022-09-25 01:46:43 +02:00
Kawe Mazidjatari
422c9952d2
Force no net processing budget on development launch
2022-09-23 00:15:28 +02:00
Kawe Mazidjatari
5ce4af6ec6
Update configuration files
...
-dev is now removed from every prod cfg.
-developer 1 is now removed from every prod cfg.
2022-09-22 22:24:40 +02:00
Kawe Mazidjatari
4c7ed95894
Update CFG files
...
Set 'sv_quota_stringCmdsPerSecond' to "256" for development.
Enable 'bhit_enable' for development.
2022-09-21 20:57:26 +02:00
Kawe Mazidjatari
8e75c57f0d
Use retail/dev naming convention
...
Renamed 'debug' cfg's to 'dev', refered anything in code as retail/dev/prod.
2022-09-21 20:40:34 +02:00
Kawe Mazidjatari
23a95f84a8
ConVar names cleanup
2022-09-12 00:44:03 +02:00
Kawe Mazidjatari
7a7396580d
Remove extraneous 'sv_cheats' value assignment from autoexec.cfg
2022-09-11 01:30:30 +02:00
Kawe Mazidjatari
0f488c685c
Move simple task to global fixed frame
...
Avoids having to create threads for tiny little things.
2022-08-29 02:21:32 +02:00
Kawe Mazidjatari
fccff58d0b
Don't force ServerBrowser visibility to 0 from cfg's
...
These are now automatically set.
2022-08-08 16:21:26 +02:00
Kawe Mazidjatari
cd2fe28490
Update config files
...
* Added new map in vpk build/extract configs.
* Explicitly set 'sv_cheats' to 0 for retail.
2022-08-04 23:06:57 +02:00
Kawe Mazidjatari
a808a2a50f
Show devmenu on dev_default on release launch.
2022-07-10 15:41:48 +02:00
Kawe Mazidjatari
a8c29f2abc
Create speed.cfg
2022-06-15 02:17:55 +02:00
Kawe Mazidjatari
4899d789b2
Update VPK configs
2022-06-15 01:46:34 +02:00
Kawe Mazidjatari
6c1f8da177
Launcher improvements
...
Load 'startup_launcher.cfg' when launching with the GUI launcher
2022-06-12 13:30:37 +02:00
Kawe Mazidjatari
97ca335a21
Update VPK cfg files
2022-06-12 12:23:55 +02:00
Kawe Mazidjatari
02b3f6f6f5
Update dedi CFG files
2022-06-06 15:30:10 +02:00
Kawe Mazidjatari
400fc3b47a
Add VPK build exec files
2022-06-06 00:12:48 +02:00
Kawe Mazidjatari
87157d3202
Update config files
...
Most of these are managed by the launcher. Keeping these here will cause problems as values we set in the launcher get reset by those.
2022-05-29 02:31:43 +02:00
Kawe Mazidjatari
d7d9f27f71
Update startup_default.cfg
2022-05-14 00:20:44 +02:00
Kawe Mazidjatari
5f0d45486e
Update config files
2022-04-16 00:42:48 +02:00
Kawe Mazidjatari
7258a35ff5
Add AI Network methods and add hook for AIN connection debug
2022-04-03 03:10:48 +02:00