Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So - you get a gethub account.
Create a Gist https://gist.github.com/ and just put the EOD in there - example:
012105506406540564654012
0132103210321032103210321
Just like that.
click the down arrow by create secret gist
make it public
Click on raw at top right of text area
you will get this: https://gist.githubusercontent.com/fingledobe/da416e7f74c97b7b83d8368291ba3109/raw/6dd369b4fee09196d961bc10b818be1c3518fd34/gistfile1.txt
Past that link in your gameusersettings.ini like so
Example:
[ServerSettings]
DifficultyOffset=1
OverrideOfficialDifficulty=5.0
AdminListURL="https://gist.githubusercontent.com/fingledobe/da416e7f74c97b7b83d8368291ba3109/raw/6dd369b4fee09196d961bc10b818be1c3518fd34/gistfile1.txt"
StartTimeOverride=False
RESTOFSERVERSETTINGS
done
You need yo paste the link you Copied in between double quotes " " AdminListURL="https://blablablablabla.text"
ex. AdminListURL="file:///c:\ARK\myfile.txt"
Just tried it again, It does activate with -exclusivejoin but doesn't read any ID's from any area to actually allow you to join. It just says your not allowed to join this exclusive session. I'm guessing it either is broken in the back end or there is a secret INI config variable just like the above AdminListURL that the server now literally only checks via URL and not locally. The above method of using the gist works flawlessly tho.
AdminListURL="file://c:\ARK\myfile.txt"
make sure the file path is correct for you and you got it.
And by twice open he means press the tilde key once and it will open a small little text window, hit it a second time it will enlarge that and show you the output of the command.
I use CubeCoder's AMP Management Software to run my dedicated server. When I manipulate the the dll file to match what you guys are saying, it is erased upon startup of my server due to the software's design. I am trying to add it to the command line for startup, and that looks like:
?AdminListURL="URL TO GIST"
When I use my EOD it does not work, I just load into the server normally and have to input my admin password.
If i use my OSS number, i get banned from my server and can not join at all. Does anyone have any idea why this is? I'm trying to find a work-around until AMP updates their DLL file to allow the AdminListURL feature.
-exclusivejoin=EOSID-Player1,EOSID-Player2,EOSID-Player3, etc.
Have not tried giving it a URL(I), it MIGHT work though I would assume the file would need to be in a similar format.