Author Topic: SDK admin rights.  (Read 2445 times)

Offline Alvarez

  • Forget the past, go outside and have a blast
SDK admin rights.
« on: September 24, 2013, 11:08:18 pm »
Could you please tell me again how to set admin rights in the original FOnline SDK correctly?

Offline Mr Feltzer

  • FOnline: Australia
    • The Core Gaming Australia's Website
Re: SDK admin rights.
« Reply #1 on: September 26, 2013, 09:39:04 am »
I believe the default Admin Rights are Hardcoded, I would recommend creating an entirely separate admin system that is not controlled by the SDK..
just a thought
Founder of Fallout Online Australia

Offline Alvarez

  • Forget the past, go outside and have a blast
Re: SDK admin rights.
« Reply #2 on: September 26, 2013, 05:24:50 pm »
No, i mean first editing the FonlineServer.cfg...

Code: [Select]
# Keys for accesses
# Aviable four access mode: client (default on login), tester, moder, admin
Access_client = 000000 00000000
Access_tester = asdf1234
Access_moder  = asdf1234
Access_admin  = asdf1234
AccessNames_admin =

Deleted cache. Started server. Registered character called Player, entered the game.
typed: ~getaccess asdf1234.
Nothing happens.
Typed in some debug command - access denied.

What did i forgot?


Ahhh... ~getaccess admin asdf1234

I got it, guys. Thank you anyway.
« Last Edit: September 26, 2013, 05:27:09 pm by Alvarez »