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
-ActiveEvent=Easter
if launching a server ..add the same to the end of the commandline in the .serverstart.bat
you might have to do a dinowipe to get them to start spawning right away tho ;)
your .bat file looks like this...
start ShooterGameServer.exe TheIsland?listen?SessionName=<server_name>?ServerPassword=<join_password>?ServerAdminPassword=<admin_password>?Port=<port>?QueryPort=<query_port>?MaxPlayers=<max_players>
exit
change to
start ShooterGameServer.exe TheIsland?listen?SessionName=<server_name>?ServerPassword=<join_password>?ServerAdminPassword=<admin_password>?Port=<port>?QueryPort=<query_port>?MaxPlayers=<max_players> -ActiveEvent=Easter
exit
Where can I find the bat file that I need to change?
Go to the steam library, and find ARK's local files (Properties->Local Files->Browse Local Files). From there, it's ShooterGame/Binaries/Win64
in that folder i have the following:
folder: BattlEye
libeay32.dll
msvcp110.dll
msvcp120.dll
msvcr110.dll
msvcr120.dll
news
officialservers
officialserverstatus
procdump
procdump
ShooterGame
ShooterGame.pdb
ShooterGame_BE
ShooterGameServer
ShooterGameServer.pdb
steam_appid
steamclient64.dll
tier0_s64.dll
vstdlib_s64.dll
ps: thanks so much for helping me out.
contains the following:
cd %~dp0
start ShooterGame.exe
procdump.exe -ma -e -64 -w ShooterGame.exe
exit
Its easier just to use the "ark server manager" to host your dedicated server when hosting a server yourself. This provides a place to type in the code for easter in the "Server Args:" location
I get how its created, but how do I make it so it brings up the server I already have going.
ShooterGame/Binaries/Win64
R click > create new> txt document
rename that txt file from .txt to .bat
padste in this
change the following
<server_name> to your server name ..the one you want to be seen in server selection in game
<join_password> this is what your players wil evnter when they join the server.. leave blank for no password
<admin_password>use this password for your admins to enable cheats and such
<port>7777
<query_port>27015
<max_players>total number of players online at any given time 10-20 sounds good
Alright we were finally able to resolve this issue by doing the following idk why it worked like this but if anyone else has this trouble tell them to do the following.
1: Stop the Server
2: Completely remove the argument from the additional parameters section.
3. Start the Server
4: Have an admin log in and use the force save state command. admincheat saveworld
5. Log out and stop the server.
6. Reintroduce the original argument activeevent=birthday.
7. Start the Server.
8. Profit.
Haha I don't know why that worked when even reinstalling the server from scratch didn't but it did. Hope this helps u guys help someone else if they too are having trouble like we were.
Hope this helps someone out there if they're having trouble =)