Disabling the Training Room in Mods Created 8 years ago2016-02-06 06:08:26 UTC by Spreen Spreen

Created 8 years ago2016-02-06 06:08:26 UTC by Spreen Spreen

Posted 8 years ago2016-02-06 06:08:26 UTC Post #328690
How can I disable the training room for my mod? I'm not sure how to do this.
Please help.
Spreen SpreenThis account is no longer in use.
Posted 8 years ago2016-02-06 06:21:57 UTC Post #328691
Not sure about the selection but you can set the training room to just be the first level. In the cfg file i think
Tetsu0 Tetsu0Positive Chaos
Posted 8 years ago2016-02-06 07:32:40 UTC Post #328693
Alright, cool.
Also, it's not the cfg file, it's the liblist.gam file.
Spreen SpreenThis account is no longer in use.
Posted 8 years ago2016-02-06 09:24:39 UTC Post #328695
If you want to get rid of the Training Room checkbox altogether try deleting the "Training" section in resource/NewGameDialog.res (make a copy of Half-Life's).
Posted 8 years ago2016-02-06 10:10:51 UTC Post #328699
All that did was glitch it.
Spreen SpreenThis account is no longer in use.
Posted 8 years ago2016-02-06 12:26:35 UTC Post #328701
@Tetsu0 : The problem with your method is the fact that the last "skill" CVAR value will be used (by default 2 which is "Normal"). It will kinda "force" a difficulty.

@tschumann : As Spreen said, deleting entries in RES file will glitch them.

You have 3 solutions to fix your problem :

1) Set the training map to be a map that doesn't exist ("trainmap" "amapthatdoesntexit") : This will just put an error in the console.

2) Cry of Fear's hacky method : MODIFY the "NewGameDialog.res" by setting the coordinates to the "Training Room" radio button "outside" of the window (something like X = -999 / Y = -999), you might also want to see if you can change the default radio button.

3) Redirect to Half-Life's Training Course ("trainmap" "t0a0").
Posted 8 years ago2016-02-06 20:40:33 UTC Post #328732
Hahahaha Wow i didn't know any of that. good info Shepard!
Option 4) Make a training map?
Tetsu0 Tetsu0Positive Chaos
Posted 8 years ago2016-02-06 22:34:54 UTC Post #328734
Setting the coordinates to an unreachable value worked. Thanks, Shepard!
Spreen SpreenThis account is no longer in use.
Posted 8 years ago2016-02-08 03:55:32 UTC Post #328765
Ya the coordinate system and other res files are kinda handy.. I changed my color of the font the description etc.. I didn't delete the training room button. It just contained a black 5 second lasting text map. "You're a combat experienced veteran you don't require training." :D That's yet another solution.

How about "You're top leading Scientist in your department - you don't require extra lessons." :P
Posted 8 years ago2016-02-08 07:00:37 UTC Post #328767
Best training in a mod ever.
You must be logged in to post a response.