ReyalP!! Help

Discussion for Bani's Tournament Mod

Moderators: Forum moderators, developers

Post Reply
SeEk
Posts: 11
Joined: Tue Mar 07, 2006 12:21 am

ReyalP!! Help

Post by SeEk »

Hey thanks for doing this. Basically I just want a way to disable /players. I know its not a feature of the current version of etpro, but I saw on these forums someone mention reyalP making an LUA script that allows one to disable /players.

I guess just ask everyone or reyalP if there is a way to do this, and if so, is there a way that perhaps someone could send the LUA module to my email at ckohl9760@gmail.com or just post it to the boards so I can download it.
He created a account and he is having account issues so I'm just helping him out :D
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

I guess not answering a PM in 24 hours is an emergency :x
send lawyers, guns and money
Phenomenon
Posts: 5
Joined: Wed Jul 05, 2006 3:01 am

Post by Phenomenon »

- save this code as playerscmd.lua to ur etpro folder
- add set lua_modules "playerscmd.lua" to ur server configuration
- restart ur server

Code: Select all

function et_ClientCommand(clientnum, command)
	if string.lower(command) == "players" then
		et.trap_SendServerCommand(clientnum, "print \"^oplayers^7: ^7sorry ^7this ^7command ^7is ^7currently ^7not ^7available\n\"")
		return 1
	end
end
if u want to display an other text feel free to edit the 3rd line

have phun
Last edited by Phenomenon on Mon Aug 07, 2006 3:09 am, edited 3 times in total.
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

why would one disable /players oO?
User avatar
deej
Posts: 743
Joined: Fri Mar 19, 2004 12:44 am
Location: Belgium!
Contact:

Post by deej »

To use a private cheat with disabled cheat kicking?
Our servers now run on 64 bit steroids. Point your ET to:
- Forgotten Ground StopWatch Server with occasional wolfrof 1
- Fraggle Rock ETPub Server - Mix up ET/UT & Duke Nukem
User avatar
mortis
Posts: 360
Joined: Tue Jul 06, 2004 11:57 pm
Location: at the center of the e-universe
Contact:

Post by mortis »

disabling that command would prevent other players from snooping timenudge and rate as well. I see no good reason to ever disable /players
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

mortis wrote:disabling that command would prevent other players from snooping timenudge and rate as well. I see no good reason to ever disable /players
Or viewed another way, it would disable whine about netsettings that don't actually matter.

The reason I made it was to do blind testing of the effect of the settings. I wouldn't run it on a pub without making the lua version show player numbers etc (which is pretty easy to do if you want).
send lawyers, guns and money
User avatar
ouroboro
Posts: 662
Joined: Mon Jul 26, 2004 6:52 pm

Post by ouroboro »

ReyalP wrote:
mortis wrote:disabling that command would prevent other players from snooping timenudge and rate as well. I see no good reason to ever disable /players
Or viewed another way, it would disable whine about netsettings that don't actually matter.

The reason I made it was to do blind testing of the effect of the settings. I wouldn't run it on a pub without making the lua version show player numbers etc (which is pretty easy to do if you want).
Make one that is by all appearances identical to default OSP behavior, but put winking smileys in place of the net settings.
User avatar
mortis
Posts: 360
Joined: Tue Jul 06, 2004 11:57 pm
Location: at the center of the e-universe
Contact:

Post by mortis »

I think you'll get more complaints if /players is removed than if it is enabled. That's my prediction.

We need a new cvar:

forcecvar b_placebo 1

If b_placebo is enabled, all the numbers in /players should be replaced with "better than yours!"

maxpackets: better than yours!

-or- a single console response: "All players have a superior configuration to yours. And, no I won't tell you how they're doing it."
User avatar
Ragnar_40k
Posts: 394
Joined: Thu Mar 18, 2004 5:18 pm
Location: Berlin, birthplace of the Döner
Contact:

Post by Ragnar_40k »

mortis wrote:We need a new cvar:

forcecvar b_placebo 1
http://wolfwiki.anime.net/index.php/B_placebo :D
The Emperor watch over you.
User avatar
mortis
Posts: 360
Joined: Tue Jul 06, 2004 11:57 pm
Location: at the center of the e-universe
Contact:

Post by mortis »

lol
User avatar
ouroboro
Posts: 662
Joined: Mon Jul 26, 2004 6:52 pm

Post by ouroboro »

Haha that's great. But it should be rewritten in total deadpan. The discussion page is how the main page should be - dead serious without a hint of sarcasm. Make them believe this is real. 8)
Post Reply