So, I'm trying to recreate my campaigns now. This isn't strictly Fritz-related; my apologies. I've always been curious, however: What the heck is this all about?
Quote:
set d1 "campaign baserace ; set nextcampaign vstr d1"
// server doesn't recognise the campaign command when the gamecode isn't running yet."
set d_initial "set g_gametype 4 ; map baserace ; set nextcampaign vstr d1"
vstr d_initial
|
This is a cfg file I was told to make with each campaign, changing the text after the first "d1" and "map." What does it do, and why doesn't it seem to make any difference what I name it or even if I actually include it?
Thanks.
edit: I do know that g_gametype 4 is "campaign," as opposed to "stopwatch" or whatever. After "map" goes the name of the first map in the cycle, and after the first d1 goes the "shortname" of the campaign. The rest is a mystery.