Hi Guys,
I'd like to try to modify the build points a race has. I put these lines in my server.cfg:
// building points
set g_alienBuildPoints = "160"
set g_humanBuildPoints = "110"
But once a map loads, those variables are reset to 100 each.
So I tried it in the maprotation.cfg:
nexus6
{
set g_alienBuildPoints = "160"
set g_humanBuildPoints = "110"
}
This worked for the variables, when I checked in the console. But when I joined the server, neither aliens nor humans had any build points at all. Just as if sudden death was activated at map start.
Setting the variables with the console at map start works fine.
Am I missing something or is this a bug?
Best regards,
Marc