baseserver.cs

Post Reply
jINKS{OZ}
Posts: 229
Joined: Sat Aug 11, 2018 5:15 pm

baseserver.cs

Post 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.
perrinoia
Site Admin
Posts: 3732
Joined: Sun Jul 01, 2012 7:18 pm

Re: baseserver.cs

Post 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.
Image
jINKS{OZ}
Posts: 229
Joined: Sat Aug 11, 2018 5:15 pm

Re: baseserver.cs

Post by jINKS{OZ} »

its a pure base, perrinoia
jINKS{OZ}
Posts: 229
Joined: Sat Aug 11, 2018 5:15 pm

Re: baseserver.cs

Post 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."
perrinoia
Site Admin
Posts: 3732
Joined: Sun Jul 01, 2012 7:18 pm

Re: baseserver.cs

Post 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.
Image
User avatar
DaRk
Posts: 1001
Joined: Sat Jul 27, 2013 4:22 pm
Location: ID, USA

Re: baseserver.cs

Post by DaRk »

jINKS{OZ}
Posts: 229
Joined: Sat Aug 11, 2018 5:15 pm

Re: baseserver.cs

Post by jINKS{OZ} »

Thanks guys, he decided to keep it original, thanks
perrinoia
Site Admin
Posts: 3732
Joined: Sun Jul 01, 2012 7:18 pm

Re: baseserver.cs

Post by perrinoia »

He can use tricon telnet administrator to auto admin players based upon their ip addresses.
Image
samairahsethi
Posts: 1
Joined: Fri Mar 08, 2019 3:24 am

Re: baseserver.cs

Post by samairahsethi »

Excellent topic! Great information here. Thank you!
perrinoia
Site Admin
Posts: 3732
Joined: Sun Jul 01, 2012 7:18 pm

Re: baseserver.cs

Post by perrinoia »

Something smells oily.
Attachments
hO9qFnS_d.jpg
Image
Post Reply