TTT-2 / ttt2mg

TTT2 Minigames gamemode
https://trello.com/b/11BspV2p/ttt2-minigames
GNU General Public License v3.0
3 stars 8 forks source link

Expanded and fixed ULX ConVar integration #4

Closed ZacharyHinds closed 4 years ago

ZacharyHinds commented 4 years ago

Fixed incorrect repconvar for autostart random ConVar.

Expanded the size of basic settings to allow for all ConVars to be visible.

Simplified a few labels to fix graphical bugs

Added minigame enabled and minigame random chance ConVars to ULX menu (moving minigame convar generation into sh_convars)

ZacharyHinds commented 4 years ago

I would bet there's a better solution for dealing with creating the "ttt2minigames_enabled" and "_random" ConVars, but I'm kinda at a loss. I also am not sure how to approach reordering load order so I removed SetupData now that it is useless. @Alf21

Alf21 commented 4 years ago

I would bet there's a better solution for dealing with creating the "ttt2_minigames__enabled" and "_random" ConVars, but I'm kinda at a loss. I also am not sure how to approach reordering load order so I removed SetupData now that it is useless. @Alf21

Do you have an example so that I can understand why SetupData is in the wrong loading order?

Alf21 commented 4 years ago

Continued in #6