Page 1 of 1

baseserver.cs

Posted: Sun Jan 06, 2019 9:47 am
by jINKS{OZ}
This is from a friend through "tribes talk" discord i beleive who has a problem setting up a new server, this is his conversation with me.


"I am setting up a base server for Mosti and can't remember the string code for the baseserver.cs for auto admin. I have it in my Renegades server, but it won't work on the baseserver.cs
the SAD is already setup, just trying to make it easier for Mosti
Any help would be appreciated"

Can anybody help,please.

Re: baseserver.cs

Posted: Sun Jan 06, 2019 2:42 pm
by perrinoia
Which version of which mod is he hosting?
The newest versions of annihilation and renegades should both contain plasmatic's auto admin script which does not need to be manually edited.

Step 1: login to the host machine (or telnet)
Step 2: type the following commands into the console

Code: Select all

listplayers();
this will last all of the players in the server and their client identification numbers.

Code: Select all

Admin::Owner(2049);
but change 2049 to whatever client id you want to make an owner admin.

After that, the player you promoted will get automatically promoted each time they connect, and they'll be able to edit the admin list in game.

Re: baseserver.cs

Posted: Sun Jan 06, 2019 4:06 pm
by jINKS{OZ}
its a pure base, perrinoia

Re: baseserver.cs

Posted: Sun Jan 06, 2019 4:25 pm
by jINKS{OZ}
he said this to me today....First problem:

"but it requires Mosti to be logged in before I can set him/her as Owner Admin"





Second problem :

"I tried to use Admin::Owner(2049); to add me as admin but I received the following message: Admin::Owner: Unknown Command."

Re: baseserver.cs

Posted: Sun Jan 06, 2019 6:21 pm
by perrinoia
There is no auto admin functionality in base.
You'd have to modify the server, which if you wanna get technical, would make it not base anymore.

Re: baseserver.cs

Posted: Sun Jan 06, 2019 10:36 pm
by DaRk

Re: baseserver.cs

Posted: Mon Jan 07, 2019 5:52 pm
by jINKS{OZ}
Thanks guys, he decided to keep it original, thanks

Re: baseserver.cs

Posted: Tue Jan 08, 2019 5:21 am
by perrinoia
He can use tricon telnet administrator to auto admin players based upon their ip addresses.

Re: baseserver.cs

Posted: Fri Mar 08, 2019 3:25 am
by samairahsethi
Excellent topic! Great information here. Thank you!

Re: baseserver.cs

Posted: Fri Mar 08, 2019 4:11 am
by perrinoia
Something smells oily.