PDA

View Full Version : userdat.


theTOOL
08-21-2007, 05:00 AM
if u have a working dat file.and can login under trusted , and admin please post it so we can examine it/copy it:p
!! dont forget to remove your password..

thank you

TacticalAdmin
08-21-2007, 05:54 AM
// ************************************************** ***********************
// NOTE: MAKE SURE TO SET YOUR PASSWORD BELOW
// If the password is not set, you will not be able to log in
// ************************************************** ***********************

// ************************************************** ***********************
// NOTE: The server must be fully restarted for changes to take effect
// ************************************************** ***********************


// Players may only log into a group with a password

// votelevel controls the type of votes that each user group can call
// these levels are setup in the "votes" block at the end of this file
// Include the following file in your server's base/ folder

// ************************************************** ***********************
// NOTE: Negative values for voteLevel are not currently supported
// The default vote level is 0
// ************************************************** ***********************

group Default {
// This controls which votes a player within this group may issue
voteLevel 1
}

group Trusted {
// This controls which votes a player within this group may issue
voteLevel 2
password **********
adminaddbot
adminWarn
adminPlayerMute
adminRestartMap
}

group Admin {
password *********

// This sets which groups people in this group may move other people into
control {
Admin
Trusted
Default
}

// these control the actions that can be carried out by this group
adminKick
adminBan
adminSetTeam
adminChangeCampaign
adminChangeMap
adminGlobalMute
adminPlayerMute
adminWarn
adminRestartMap
adminRestartCampaign
adminStartMatch
adminExecConfig
adminShuffleTeams
adminAddBot
adminDisableProficiency
adminSetTimeLimit
adminSetTeamDamage
adminSetTeamBalance

// these control what other groups may not do to users in this group
noBan
noKick
noMute

// This controls which votes a player within this group may issue
voteLevel 5
}

// This controls any configs which you may allow players to exec
// they must be placed in the game's base/ folder
configs {
"Match" "match.cfg"
"Public" "public.cfg"
}

// typing "listvotes" in the game console will list all existing votes and their vote level
/*
votes {
"maprestart" "2"
"campaignreset" "2"
}
*/

JBRAA
08-21-2007, 09:35 AM
Is there any documentation for the admin commands?

Example, how does adminWarn work?
I'd guess 3 warnings then for warning 4 players gets autokicked?

And is there a putspec command?
Putspec is very good to have when someone is idle on a server with small number of players. Also effective way to make a player pay attention, since many times the player dont even look at the chatarea, cought up fighting/playing. Can be much better than warn.

theTOOL
08-21-2007, 03:38 PM
thank you tactical

theTOOL
08-22-2007, 02:20 AM
that code is a no go, u can login to trusted but u get nothing.

theTOOL
08-22-2007, 03:06 AM
incase anyone else is messing around with this.. trusted works as its setup. all the stuff is highlighted to use ,except exec config. in the limbo admin menu.


group Default {
// This controls which votes a player within this group may issue
voteLevel 1
}

group Trusted {
// This controls which votes a player within this group may issue

adminKick
adminBan
adminSetTeam
adminChangeCampaign
adminChangeMap
adminGlobalMute
adminPlayerMute
adminWarn
adminRestartMap
adminRestartCampaign
adminStartMatch
adminExecConfig
adminShuffleTeams
adminAddBot
adminDisableProficiency
adminSetTimeLimit
adminSetTeamDamage
adminSetTeamBalance

voteLevel 2
password thispasswordedwillworkfor-trusted


}

group Admin {


// This sets which groups people in this group may move other people into
control {
Admin
Trusted
Default
password passwordsdontworkhere
}

// these control the actions that can be carried out by this group
adminKick
adminBan
adminSetTeam
adminChangeCampaign
adminChangeMap
adminGlobalMute
adminPlayerMute
adminWarn
adminRestartMap
adminRestartCampaign
adminStartMatch
adminExecConfig
adminShuffleTeams
adminAddBot
adminDisableProficiency
adminSetTimeLimit
adminSetTeamDamage
adminSetTeamBalance

// these control what other groups may not do to users in this group
noBan
noKick
noMute

// This controls which votes a player within this group may issue
voteLevel 5
}

// This controls any configs which you may allow players to exec
// they must be placed in the game's base/ folder
configs {
"Match" "match.cfg"
"Public" "public.cfg"
}

// typing "listvotes" in the game console will list all existing votes and their vote level
/*
votes {
"maprestart" "2"
"campaignreset" "2"
}
*/

Inermis
08-22-2007, 10:29 PM
i think there is a problem when you have an password for an trustee and an admin,you can login trustee but not an admin... if there is not a password for trustee, admin pass works fine