Tremulous Forum
Community => Servers => Topic started by: Cosmonaut on November 14, 2009, 11:46:40 pm
-
title says it all, I thought i knew how by typing the commands in the maprotation data, but maybe i did it wrong.
-
As an added note, I am having trouble setting the rcon password in both the game console and the server console. I did it all
/set rconpassword "Password"
/set g_rconpassword "Password"
I even went into the server file and tried it, but for some reason, even though I have the password, it wont set it.
Is there a way to do it that i'm not doing?
-
Build points are set in a qvm. You can compile your own qvm, or declare the build points per map on the rotation using:
set g_humanbuildpoints [number]
set g_alienbuildpoints [number]
and putting that after every map in your maprotation.cfg.
The advantages to building it into your qvm, is that when a map is voted (off your rotation) the build points won't be set back to the default in your old qvm. So, if you just plop that line into your maprotation, and a new map is voted, you will not get your new build points on that map.
To set your rcon, add:
set rconPassword [password]
into your server.cfg
and use your rcon by typeing:
/rcon [password] [command]
into your tremulous console (in game).
Best Regards,
Kiwi
I was in a rush when I typed this, if you need further explanation or clarification, just ask and I'll post again when I have free time.
-
/mapconfigs
For all:
-> default.cfg:
set g_alienBuildPoints ###;
set g_humanBuildPoints ###;
Specific:
-> atcs.cfg
-> rush_human_a1.cfg
-
Build points are set in a qvm. You can compile your own qvm, or declare the build points per map on the rotation using:
set g_humanbuildpoints [number]
set g_alienbuildpoints [number]
and putting that after every map in your maprotation.cfg.
The advantages to building it into your qvm, is that when a map is voted (off your rotation) the build points won't be set back to the default in your old qvm. So, if you just plop that line into your maprotation, and a new map is voted, you will not get your new build points on that map.
To set your rcon, add:
set rconPassword [password]
into your server.cfg
and use your rcon by typeing:
/rcon [password] [command]
into your tremulous console (in game).
Best Regards,
Kiwi
I was in a rush when I typed this, if you need further explanation or clarification, just ask and I'll post again when I have free time.
I'd like to thank you and bissig for informing me of what the issues were without being absolute assholes like most people on the forum. hard to come by people who will give you the answer without saying how ignorant, idiotic, and stupid one is.
Tyvvm
edit: I did what was mentioned with the Map Rotation for the build points and it did not work. I added "set rconPassword [My password]" into the server config, and it did not work either.
Is there something I am missing? Do i need to use certain caricatures such as quotations or parenthesis? could my content be out of date?
I'm going to reboot my computer and see if that does anything, because i already tried to fix the name of my server "It is currently Cosmona and it says in the server file it's Cosmonaut", perhaps it's a loading error
-
Although the name changed, and i finally found a way to make me GM, i have failed to set the build points for my maps and a password. this is what i have for the map info:
rotation1
{
karith
g_humanbuildpoints 900000
g_alienbuildpoints 900000
arachnid2
g_humanbuildpoints 900000
g_alienbuildpoints 900000
nexus6
g_humanbuildpoints 900000
g_alienbuildpoints 900000
transit
g_humanbuildpoints 900000
g_alienbuildpoints 900000
uncreation
g_humanbuildpoints 900000
g_alienbuildpoints 900000
atcs
g_humanbuildpoints 900000
g_alienbuildpoints 900000
tremor
g_humanbuildpoints 900000
g_alienbuildpoints 900000
niveus
g_humanbuildpoints 900000
g_alienbuildpoints 900000
}
I Tried adding the word "Set" before the G, but alas, that did not work. and now for my password info for my server (Censored of course, just showing the location and asking if it is done correctly):
//passwords
set g_needpass 0
//set g_password password //server password
//set rconPassword Password //rcon Password
//loading screen
The password was not the password in red, that is just an example of where I put it. I feel as though I did it incorrectly.
If i could get feedback on what it was that I did wrong for either one, let me know.
-
Its probably how many buildpoints you have set there I don't think it supports over 9,999
also you forgot the ; I think.
I don't know if its needed in the rotation though.
Try doing it bissigs way in the cfg's.
-
Its probably how many buildpoints you have set there I don't think it supports over 9,999
also you forgot the ; I think.
I don't know if its needed in the rotation though.
Try doing it bissigs way in the cfg's.
Normally I would make an "Over nine thousand" joke right now, but time to get cracking on the editing. Semicolon and setting BP to 9,001.
Thanks silver ;3
-
BP shouldn't matter, as long as you don't overflow the int the only limit is the UI, which only shows up to 999.
The rotation needs {} around the cvars, see http://tremulous.net/manual/#x1-150003.4 for details.
The rconPassword line is currently disabled, the // at the start mean it's a comment and ignored by everything. Remove the // and it should be good.
EDIT: Just noticed that the manual says they are run after the map. I'm 99% sure that's wrong.
-
BP shouldn't matter, as long as you don't overflow the int the only limit is the UI, which only shows up to 999.
The rotation needs {} around the cvars, see http://tremulous.net/manual/#x1-150003.4 for details.
The rconPassword line is currently disabled, the // at the start mean it's a comment and ignored by everything. Remove the // and it should be good.
EDIT: Just noticed that the manual says they are run after the map. I'm 99% sure that's wrong.
Thank you very very very much!
Got the password set up, and it's working :D
All that's needed now is the BP, and i'm cracking on that
-
So i read the thing, and I tried using the bracket things like it said, but I still don't have it working just yet for the build points. Am i on the right track though?
rotation1
{
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
karith
}
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
arachnid2
}
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
{
nexus6
g_humanbuildpoints 9001
g_alienbuildpoints 9001
}
{
transit
g_humanbuildpoints 9001
g_alienbuildpoints 9001
}
{
uncreation
g_humanbuildpoints 9001
g_alienbuildpoints 9001
}
{
atcs
g_humanbuildpoints 9001
g_alienbuildpoints 9001
}
{
tremor
g_humanbuildpoints 9001
g_alienbuildpoints 9001
}
{
niveus
g_humanbuildpoints 9001
g_alienbuildpoints 9001
}
}
-
rotation1
{
karith
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
arachnid2
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
nexus6
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
transit
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
uncreation
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
atcs
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
tremor
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
niveus
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
}
-
rotation1
{
karith
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
arachnid2
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
nexus6
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
transit
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
uncreation
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
atcs
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
tremor
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
niveus
{
g_humanbuildpoints 9001;
g_alienbuildpoints 9001;
}
}
Sorry, i feel like an ass. TYVM for correcting my mistakes, and i +turret'd you :D
BIG BIG BIG BIG BIG BIG BIG thanks!
Edit: Hold up, still not working >.<
Don't worry, i'll pinpoint this thing.
edit2: Worked after i skipped to the next map, i think it should be working now.
-
Yeah, your first map is started when in your server.cfg you have
map atcs
which "starts" your server. This won't be a problem once your server keeps going. But you could always add
g_humanbuildpoints 9001
g_alienbuildpoints 9001
after you "map atcs".
Best Regards,
Kiwi