This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Help with the Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Hunter94
Junior Member
Join Date: Dec 2008
Old 12-09-2008 , 02:57   Help with the Mod
Reply With Quote #1

Ok, well first I need to know if this works with "Source Dedicated Server". If it does please do tell me. Also I need help making my self admin I opened C:\Program Files\Steam\steamapps\myusername\source dedicated server\cstrike\addons\sourcemod\configs\admin .cfg and I read it. But I still wasen't sure what to do.


Thank You

Hunter Davis.
Hunter94 is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-09-2008 , 03:45   Re: Help with the Mod
Reply With Quote #2

Quote:
Originally Posted by Hunter94 View Post
Ok, well first I need to know if this works with "Source Dedicated Server". If it does please do tell me. Also I need help making my self admin I opened C:\Program Files\Steam\steamapps\myusername\source dedicated server\cstrike\addons\sourcemod\configs\admin .cfg and I read it. But I still wasen't sure what to do.


Thank You

Hunter Davis.
Yes.

For a LAN server, you can add STEAM_ID_LAN to the admin list. That admin entry will apply to all LAN players.

If you are going to have more than one LAN player, you probably want to set admin access based on IP addresses.

Since the details for setting up SM on an Internet server are in the manual, I won't copy and paste them.

I strongly recommend that you RTFM. Once you're done with that, you will probably need this.
__________________
recon0 is offline
Hunter94
Junior Member
Join Date: Dec 2008
Old 12-09-2008 , 18:48   Re: Help with the Mod
Reply With Quote #3

Quote:
Originally Posted by recon0 View Post
Yes.

For a LAN server, you can add STEAM_ID_LAN to the admin list. That admin entry will apply to all LAN players.

If you are going to have more than one LAN player, you probably want to set admin access based on IP addresses.

Since the details for setting up SM on an Internet server are in the manual, I won't copy and paste them.

I strongly recommend that you RTFM. Once you're done with that, you will probably need this.
Ok, useful information but how do I base it off IP and how do I make my self admin?
Hunter94 is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-09-2008 , 21:02   Re: Help with the Mod
Reply With Quote #4

Quote:
Originally Posted by Hunter94 View Post
Ok, useful information but how do I base it off IP and how do I make my self admin?
Read the information at the links in my post...
__________________
recon0 is offline
Hunter94
Junior Member
Join Date: Dec 2008
Old 12-09-2008 , 22:28   Re: Help with the Mod
Reply With Quote #5

Quote:
Originally Posted by recon0 View Post
Read the information at the links in my post...
Ok, so I went to this link http://wiki.alliedmods.net/Adding_Ad...28SourceMod%29. I read it and every thing but I kind of get how to my myself admin but not exactly sure still. Like were do I put the "text" to make myself admin.


Also could you help me with this layout. I get what Identity and Flags are but not sure what Auth and Immunity are.


{
"auth" "steam"
"identity" "STEAM_0:1:666666"
"flags" "z"
"immunity" "99"
}
}


Thank You

Hunter Davis.

Last edited by Hunter94; 12-09-2008 at 22:33.
Hunter94 is offline
Sillium
AlliedModders Donor
Join Date: Sep 2008
Location: Germany
Old 12-10-2008 , 00:55   Re: Help with the Mod
Reply With Quote #6

Your questions show that you didn't really read it
http://wiki.alliedmods.net/Adding_Ad...28SourceMod%29

Quote:
Detailed Admins

Alternatively, you can add admins via configs/admins.cfg, a more advanced file stored in a KeyValues format. Each admin is its own block inside a main "Admin" block. The format is as follows:
Quote:
Immunity

In SourceMod, immunity is a flexible system based on immunity levels. Every admin can have an arbitrary immunity value assigned to them. Whether an admin can target another admin depends on who has a higher immunity value.
For example, say Admin #1 has an immunity level of "3" and Admin #2 has an immunity level of "10." Admin #2 can target Admin #1, but Admin #1 cannot target Admin #2. The numbers are completely arbitrary, and they can be any number equal to or higher than 0. Note that 0 always implies no immunity.
By default, admins with the same immunity value can target each other. This can be changed via sm_immunity_mode in cfg/sourcemod.cfg.
Quote:
auth: Required. Must be one of steam, name, or ip (unless there is a custom auth method), and instructs SourceMod how to interpret the identity value.
__________________
brb, dishes have developed their own language and are talking to the garbage about overthrowing me... i must correct this

www.unterwasserpyromanen.de
Sillium is offline
Hunter94
Junior Member
Join Date: Dec 2008
Old 12-10-2008 , 02:45   Re: Help with the Mod
Reply With Quote #7

Ok I put this in admin.cfg, and it still won't give me admin.


Code:
        "auth"        "MyIP"
        "identity"    "STEAM_0:0:212270"
        "flags"        "z"
        "immunity"    "99"
    }
}

Also I'm using Source Dedicated Server for this. So I'm not sure if that's why it won't work.

Last edited by Hunter94; 12-10-2008 at 02:48.
Hunter94 is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-10-2008 , 03:02   Re: Help with the Mod
Reply With Quote #8

Quote:
Originally Posted by Hunter94 View Post
Ok I put this in admin.cfg, and it still won't give me admin.


Code:
        "auth"        "MyIP"
        "identity"    "STEAM_0:0:212270"
        "flags"        "z"
        "immunity"    "99"
    }
}
Also I'm using Source Dedicated Server for this. So I'm not sure if that's why it won't work.
Use this tool to create your admins.cfg file. Once you have created the file, copy it to addons/sourcemod/configs.

Please read the stuff that people bother to post, because from your responses, I know that you didn't read my first post completely, and you didn't visit both links.
__________________
recon0 is offline
Hunter94
Junior Member
Join Date: Dec 2008
Old 12-10-2008 , 03:21   Re: Help with the Mod
Reply With Quote #9

Ok, this is whats in the Admins.cfg, and I still don't have Admin. And yes I used that program.


Code:
"Admins"
{
    "New Admin"
    {
        "auth"        "ip"
        "identity"        "STEAM_0:0:212270"
        "group"        "Lvl 3"
        "immunity"        "99"
        "flags"        "z"
    }
}
Once again I'm not sure if its because I'm using Source Dedicated Server.
Hunter94 is offline
Sillium
AlliedModders Donor
Join Date: Sep 2008
Location: Germany
Old 12-10-2008 , 03:35   Re: Help with the Mod
Reply With Quote #10

Quote:
Originally Posted by Hunter94 View Post
Ok, this is whats in the Admins.cfg, and I still don't have Admin. And yes I used that program.


Code:
"Admins"
{
    "New Admin"
    {
        "auth"        "ip"
        "identity"        "STEAM_0:0:212270"
        "group"        "Lvl 3"
        "immunity"        "99"
        "flags"        "z"
    }
}
Once again I'm not sure if its because I'm using Source Dedicated Server.
If you want to use your Steamid you have set auth to "steam". And if you want to add someone to group "Lvl 3" you have to make sure that the group exists!
See http://wiki.alliedmods.net/Adding_Gr...28SourceMod%29

Code:
"Admins"
{
    "New Admin"
    {
        "auth"        "steam"
        "identity"        "STEAM_0:0:212270"
        "group"        "Lvl 3"
        "immunity"        "99"
        "flags"        "z"
    }
}
With what kind of server should it work if not the "Source Dedicated Server"?!
__________________
brb, dishes have developed their own language and are talking to the garbage about overthrowing me... i must correct this

www.unterwasserpyromanen.de
Sillium is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode