Server Mod Idea - TPG Roster Check

All things KTP League.

Moderators: mogers, toxinatoR, Nein_

Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

Has anyone written server mods? I have an idea that would be fairly easy to implement from the server-side (I might code it myself if no one else already knows how), but what it would like to do is have a mod that when you type a console command will take the server IP address and all the player steam IDs and submit them to a web service that checks all the Steam IDs against the roster of the two teams playing in the match and will display on the screen if anyone is suspended or a ringer. It would accomplish this by comparing the IP address on the teams' profile page, so you would have to have your server information entered into your team page for this idea to work (or I could try and parse the scheduling conversations looking for the word "connect"). If the person is a ringer it could even tell if that person is on another team, so you would know if it is a TPG-I ringer or a TPG-O ringer.

Anyone want to do the server mod side of this for me and I'll do the web service side that does all the comparing? I know display text on the screen should be fairly easy. There are tons of examples of that. I'm not sure about how easy it would be to make a call to a web service though. I know it is possible though.
Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

The server mod would just have to submit IP address and steam IDs to the web service and I would return text that should be displayed on the screen.
hypnotik_
Posts: 319
Joined: Sun Feb 13, 2011 1:30 pm
Clans: f6, MVPz, #explosions.dod, l2r, [L.A.B], ( s )ttR, audiophile, i[3]
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by hypnotik_ »

I miss rate enforcer :(
Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

hypnotik_ wrote:I miss rate enforcer :(
Did it slow down servers? Why did people stop using it?
stealthlol
Posts: 2036
Joined: Tue Apr 26, 2011 10:44 am
Clans: 4thR, g4n, xm, ptm, snowmen, NoGo, AYEBAYBAY, team99, 3h

Re: Server Mod Idea - TPG Roster Check

Post by stealthlol »

Other than KS, do any teams actually check steam ids anymore?
SKiNnTo
Posts: 862
Joined: Mon Apr 18, 2011 6:38 pm
Clans: LAB, Shock&Awe,[sAs]
Location: SE, Michigan
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by SKiNnTo »

hypnotik_
Posts: 319
Joined: Sun Feb 13, 2011 1:30 pm
Clans: f6, MVPz, #explosions.dod, l2r, [L.A.B], ( s )ttR, audiophile, i[3]
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by hypnotik_ »

Sp3c-BuLLeT wrote:
hypnotik_ wrote:I miss rate enforcer :(
Did it slow down servers? Why did people stop using it?
something to do with CAL wasn't it? I know there was something for custom models and sprites too. It wouldn't let you join unless you had all default models and such.
mike
Posts: 387
Joined: Tue Apr 26, 2011 9:35 pm
Clans: bTw, Legion, FLAWLESS, NastyVAG, MVPZ, angryface
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by mike »

For custom models and sprites, I believe you mean DoDGuard.
Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

This service is done and I found someone to do the server mod side of things, so we could see this soon.

The one thing I had to do though was not go off server IP, because IPs resolving to host names sometimes resolved to a different hostname than was listed in the team's server info (if they didn't use an IP). Also, if two or more teams shared a server on the same night this could complicate things as well. Instead you will pass in your match number to this service. I will put the match number on the TPG website.

So you would type in console: "roster_check 2345" and the output would be something like this:
STEAM_0:0:000000 is not rostered.
STEAM_0:1:599423 is suspended.

or like this if all steam IDs pass:
All players are rostered and not suspended.
Miller`
Posts: 645
Joined: Sat May 14, 2011 5:53 am
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Miller` »

Can we make a script where if you type hltv, the hltv starts to record?
Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

Miller` wrote:Can we make a script where if you type hltv, the hltv starts to record?
Such a thing can most likely be done. You would basically want like a HLSW type mod that works in game. For all I know that already exists.

Check these sites and see if it exists yet:
http://www.dodplugins.net/forums/index.php
http://www.avamods.com/news.php
http://www.alliedmods.net/
Hopper
Posts: 174
Joined: Sun Feb 19, 2012 7:27 pm
Clans: p2o!, {DFH}, #CallMeMaybe, |505th PIR|, {D.D}, unKnown|
Location: Mississippi

Re: Server Mod Idea - TPG Roster Check

Post by Hopper »

I don't even know you, but you're a genius.
Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

Hopper wrote:I don't even know you, but you're a genius.
You don't know me?

but....

but....

I'm #sp3c pm bullet...

I thought everyone knew me :-/

EDIT: I was a TPG admin from 2004-2010 then I decided to take a more passive role and hired rwc/narc to run the league for me. I currently host the TPG website, but I do not do admin work any more. I let the current admins handle everything and in my opinion they have done a great job. I also helped with the CAL Classic league.

In my clan days I attended CPL 2004 and 2005. I was the captain of Sp3c who played 1 season of CAL-O, 4 seasons of CAL-M, and 1 season of CAL-I. At every roster add deadline for CAL I would spam IRC with some recruiting message that always ended in #Sp3c pm BuLLeT hence the nickname. I used to shoutcast matches and hosted a DOD radio show on UC radio called PuB CaP. I made some crappy map dod_snowpillars_b1 and some crappy movie called Prone To Own. I've been playing DOD since the first public alpha was released.
milo
Posts: 1379
Joined: Sun Mar 20, 2011 9:31 pm
Clans: Liverpool Football Club
Location: Anfield, Liverpool

Re: Server Mod Idea - TPG Roster Check

Post by milo »

Sp3c-BuLLeT wrote: I was a TPG admin from 2004-2010 then I decided to take a more passive role and hired rwc/narc to run the league for me. I currently host the TPG website, but I do not do admin work any more. I let the current admins handle everything and in my opinion they have done a great job. I also helped with the CAL Classic league.

In my clan days I attended CPL 2004 and 2005. I was the captain of Sp3c who played 1 season of CAL-O, 4 seasons of CAL-M, and 1 season of CAL-I. At every roster add deadline for CAL I would spam IRC with some recruiting message that always ended in #Sp3c pm BuLLeT hence the nickname. I used to shoutcast matches and hosted a DOD radio show on UC radio called PuB CaP. I made some crappy map dod_snowpillars_b1 and some crappy movie called Prone To Own. I've been playing DOD since the first public alpha was released.
Image
Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

milo wrote:Image
Image
Tin Bad
Posts: 379
Joined: Mon Jan 16, 2012 10:24 am
Clans: 187th, nbk, MM, TeamLess, Last Bullet, 38th, nRm¿
Location: Los Angeles, CA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Tin Bad »

Miller` wrote:Can we make a script where if you type hltv, the hltv starts to record?
Message me on steam :)
toxinatoR
Posts: 1215
Joined: Fri Feb 04, 2011 10:19 am
Clans: THUNDER
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by toxinatoR »

Playing with ringers is usually accepted. As far as a rate enforcer that would be legit. KS is probably the only team to check steamids / rates. Sometimes joining a stupid pub can fuck with your shit, which is why I always recommend to making your config read only. But people still cant handle doing that in dod 2012.
joeledmunds
Posts: 1301
Joined: Fri May 13, 2011 11:17 pm
Clans: -|BoH|- [STR] [mtan] x[m] NoGo h8 irawr AYEBAYBAY [^p] PENOS [c] younggunners 99 Gw/GTFC 3h

Re: Server Mod Idea - TPG Roster Check

Post by joeledmunds »

toxinatoR wrote:Playing with ringers is usually accepted. As far as a rate enforcer that would be legit. KS is probably the only team to check steamids / rates. Sometimes joining a stupid pub can fuck with your shit, which is why I always recommend to making your config read only. But people still cant handle doing that in dod 2012.
Yeah this happened to me. Unfortunately I was playing the most uncool team ever, the aforementioned KS.
k4b00m
Posts: 1446
Joined: Wed Mar 30, 2011 5:33 pm
Clans: dpk, dgf
Location: Canada
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by k4b00m »

even with your config set to readonly your rate will still find a way to drop to 7500. DoD is magical.
Tin Bad
Posts: 379
Joined: Mon Jan 16, 2012 10:24 am
Clans: 187th, nbk, MM, TeamLess, Last Bullet, 38th, nRm¿
Location: Los Angeles, CA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Tin Bad »

k4b00m wrote:even with your config set to readonly your rate will still find a way to drop to 7500. DoD is magical.
I think this is how it works:
Even if you have your config set to read only and join a pub - the pubs rates will over ride yours no matter what. So your rates will change. But it stops it from being saved into your config.

The difference in setting it to read only makes it so once you completely exit/quit dod, your rates in your config will apply the next time you start DoD.

If you join a pub and then go to scrim/play a match without Exiting/Quitting DoD, then you are still using the pub rates (IF they changed it in the first place - Most do). I always try and remember to exit out of DoD and then join the match server.

If you don't have it set to read only, whatever rates the pub set will be saved into your config and will be used the next time you load DoD.




I hope all that makes sense.
chimpanzebra
Posts: 145
Joined: Thu Feb 03, 2011 9:14 pm
Location: ny

Re: Server Mod Idea - TPG Roster Check

Post by chimpanzebra »

Thank you for explaining what read only means Tin bad. What chris means is that even if your cfg is read only and you restart dod the rate command still dosent save. People need to start checking it before matches because were getting tired of suspending people off of spite disputes about rates.
Tin Bad
Posts: 379
Joined: Mon Jan 16, 2012 10:24 am
Clans: 187th, nbk, MM, TeamLess, Last Bullet, 38th, nRm¿
Location: Los Angeles, CA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Tin Bad »

Image
scorch-
Posts: 1461
Joined: Mon Jan 31, 2011 10:05 am
Clans: #[e]xceptional.dod ~ #check-six ~ #jetty ~ dodod
Location: ventura,ca
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by scorch- »

chimpanzebra wrote:Thank you for explaining what read only means Tin bad. What chris means is that even if your cfg is read only and you restart dod the rate command still dosent save. People need to start checking it before matches because were getting tired of suspending people off of spite disputes about rates.
bind "w" "+forward; rate 30000"
Hopper
Posts: 174
Joined: Sun Feb 19, 2012 7:27 pm
Clans: p2o!, {DFH}, #CallMeMaybe, |505th PIR|, {D.D}, unKnown|
Location: Mississippi

Re: Server Mod Idea - TPG Roster Check

Post by Hopper »

Sp3c-BuLLeT wrote:
Hopper wrote:I don't even know you, but you're a genius.
You don't know me?

but....

but....

I'm #sp3c pm bullet...

I thought everyone knew me :-/

EDIT: I was a TPG admin from 2004-2010 then I decided to take a more passive role and hired rwc/narc to run the league for me. I currently host the TPG website, but I do not do admin work any more. I let the current admins handle everything and in my opinion they have done a great job. I also helped with the CAL Classic league.

In my clan days I attended CPL 2004 and 2005. I was the captain of Sp3c who played 1 season of CAL-O, 4 seasons of CAL-M, and 1 season of CAL-I. At every roster add deadline for CAL I would spam IRC with some recruiting message that always ended in #Sp3c pm BuLLeT hence the nickname. I used to shoutcast matches and hosted a DOD radio show on UC radio called PuB CaP. I made some crappy map dod_snowpillars_b1 and some crappy movie called Prone To Own. I've been playing DOD since the first public alpha was released.
I'm relatively new to TPG, only played a few seasons and only know a few people besides my own team.
Sp3c-BuLLeT
Posts: 432
Joined: Sun Aug 14, 2011 4:20 pm
Clans: Sp3c, P(o)s, NoL, cBerry, MVPz, ICE, vVv, HH
Location: Pittsburgh, PA
Contact:

Re: Server Mod Idea - TPG Roster Check

Post by Sp3c-BuLLeT »

Hopper wrote:
Sp3c-BuLLeT wrote:
Hopper wrote:I don't even know you, but you're a genius.
You don't know me?

but....

but....

I'm #sp3c pm bullet...

I thought everyone knew me :-/

EDIT: I was a TPG admin from 2004-2010 then I decided to take a more passive role and hired rwc/narc to run the league for me. I currently host the TPG website, but I do not do admin work any more. I let the current admins handle everything and in my opinion they have done a great job. I also helped with the CAL Classic league.

In my clan days I attended CPL 2004 and 2005. I was the captain of Sp3c who played 1 season of CAL-O, 4 seasons of CAL-M, and 1 season of CAL-I. At every roster add deadline for CAL I would spam IRC with some recruiting message that always ended in #Sp3c pm BuLLeT hence the nickname. I used to shoutcast matches and hosted a DOD radio show on UC radio called PuB CaP. I made some crappy map dod_snowpillars_b1 and some crappy movie called Prone To Own. I've been playing DOD since the first public alpha was released.
I'm relatively new to TPG, only played a few seasons and only know a few people besides my own team.
Don't worry about it I was very drunk when I posted my reply. I'm actually kind of embarrassed that I rambled off my DOD resume haha
rehpyc
Posts: 423
Joined: Mon May 30, 2011 11:37 pm
Clans: compLexity, LATELATELATE, THUNDER, gskiLL

Re: Server Mod Idea - TPG Roster Check

Post by rehpyc »

Learn to use an autoexec.cfg n00bz
Post Reply