.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Half-Life 2 SDK (http://forums.bots-united.com/forumdisplay.php?f=62)
-   -   AdminMOD: Where to start? (http://forums.bots-united.com/showthread.php?t=4125)

chemicalNova 21-06-2005 12:33

AdminMOD: Where to start?
 
Howdy all,

I've set up my own dedicated server on my network (CS:S), and am looking for an Admin MOD to add to it. The problem is, most admin mods for source use SteamID's for admin access. Since the SteamID will be the same, I'm thinking of writing my own. I'm not new to Half Life MODs, as I was quite familiar with the HL-1 SDK. I'm wanting a few things from anyone who can help :)

1) A link to somewhere to download the basic files I would need to build a Counter-Strike MOD (just the basic up-to-date SDK).

2) A few hints on methods to verify admins.

3) A few threads on the inner workings of the Source Engine. I'd like to be able to perform actions like in 1.6 and lower, such as glowing, noclip, TE_EFFECTS (such as sparks), etc..

Ta in advance all :D

chem

Cpl. Shrike 21-06-2005 13:49

Re: AdminMOD: Where to start?
 
I dunno adminmod my self but Amxmodx can register users/admins also by name, password or IPaddress.
So maybee switch to amxmodx :)

quote from amxmodx users.ini
Quote:

Code:

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "123.43.43.53" "" "abcdefghijklmnopqrstu" "de"
; "STEAM_0:0:14332" "my_password" "abcdefgnstu" "c"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"



chemicalNova 21-06-2005 14:36

Re: AdminMOD: Where to start?
 
Hey Shrike,

Ta, but I was kinda wanting to code my own. I'm familiar with the old SDK, but I want a link to the new SDK, and maybe some links to resources about the Source Engine (and maybe some HL-2 coding tutorials).

PS. Sorry if this was in the wrong forum Pierre :P

chem

The Storm 21-06-2005 15:35

Re: AdminMOD: Where to start?
 
You must buy Half-Life 2 to have the source sdk.

KWo 21-06-2005 16:48

Re: AdminMOD: Where to start?
 
Quote:

Originally Posted by Cpl. Shrike
I dunno adminmod my self but Amxmodx can register users/admins also by name, password or IPaddress.
So maybee switch to amxmodx :)

AMX MOD X works only with HL1 mods (CS, DOD, TFC) but it doesn't work for CSS. I guess adminmod will not work, too, but the term "adminmod" he is using probably doesn't mean exactly ADMINMOD we know. He needs some mod to "admin" his server probably.
BTW - Bailopan (one of AMX MOD X founders and project leader) was working on SourceMod (I guess with similar functionality as AMX MOD X has), but it isn't yet released. AFAIK there is already released Metamod Source by the same team, but releasing SourceMod (because of this) has been delayed.

chemicalNova 21-06-2005 23:16

Re: AdminMOD: Where to start?
 
Ta KWo, thats what I wanted. I'm wanting to get back into the whole Half-Life MOD/bot coding thing. I'll get started tomorrow. :)

Ta,

chem


All times are GMT +2. The time now is 11:00.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.