You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: gamemode-based_configs/readme.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Allows for custom settings for each gamemode and mutatuion.
12
12
* Execute different cfg file based on gamemode or mutatuion when
13
13
* Map change
14
14
* Gamemode/Mutation change
15
-
* It is called after the "exec sourcemod.cfg"command and after all AutoExecConfig() exec commands have been executed.
15
+
* This is called right after OnMapStart() but any time before OnConfigsExecuted(). After the "exec sourcemod.cfg"command and all AutoExecConfig() exec commands have been added to the ServerCommand() buffer.
16
16
* Cfg files are in ```cfg\sourcemod\gamemode_cvars\xxxxx.cfg```
17
17
* xxxxx is gamemode or mutation name
18
18
* [L4D2 all mutations](https://developer.valvesoftware.com/wiki/L4D2_Decrypted_mutations)
@@ -45,6 +45,9 @@ Allows for custom settings for each gamemode and mutatuion.
45
45
46
46
* <details><summary>Changelog | 版本日誌</summary>
47
47
48
+
* v1.1 (2024-3-9)
49
+
* Initial Release
50
+
48
51
* v1.0 (2023-8-25)
49
52
* Initial Release
50
53
</details>
@@ -57,7 +60,7 @@ Allows for custom settings for each gamemode and mutatuion.
0 commit comments