[UNOFFICIAL] How to Create, Host and Join your own local Server!
-
- Posts: 3
- Joined: Sat Jun 06, 2015 5:25 pm
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
EXI i got a question.
What if you got 2 people in one house playing ark, one hosts the server, the othrr and the guy who hosts want tonplay on the server, how does the guy that isnt hosting join?
What if you got 2 people in one house playing ark, one hosts the server, the othrr and the guy who hosts want tonplay on the server, how does the guy that isnt hosting join?
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
): I have no idea. I guess you could try the same way, because this is a fix for the Server in the same Network.clearskiesnl wrote:EXI i got a question.
What if you got 2 people in one house playing ark, one hosts the server, the othrr and the guy who hosts want tonplay on the server, how does the guy that isnt hosting join?
But i found people reporting that they can't join a Server that is in their network, but on another PC.
I don't have this Setup here and i won't put effort into setting this up

I'm sorry mate, can't help you with this. Just try the same method or search the Ingame UNOFFICIAL list, or the Internet List of the Steam Server (View -> Server).
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
Hey Exi,
Thanks a lot for the write up on this. I have steamcmd, and I downlaoded the AppID 376030 from the mention here: https://steamcommunity.com/app/346110/d ... 673139870/. It installs fine, but I don't have any "WindowsServer" folder in "\ShooterGame\Saved\Config\WindowsServer\GameUserSettings.ini".
In \ShooterGame\Saved\Config\ I just have the following:
OSS (folder)
DefaultDeviceProfiles
DefaultEditor
DefaultEditorGameAgnostics
DefaultEngine
DefaultGame
DefaultInout
This seems to be the case if I install the full game to the server or use SteamCMD.
Any idea why this would happen? Is there anything else I have to do that you know of? At this point, when I try and start the .bat file (or just the server .exe itself) it crashes immediately. I installed DirectX as well as Visual Studio 2013 as well.
Thanks a lot for the write up on this. I have steamcmd, and I downlaoded the AppID 376030 from the mention here: https://steamcommunity.com/app/346110/d ... 673139870/. It installs fine, but I don't have any "WindowsServer" folder in "\ShooterGame\Saved\Config\WindowsServer\GameUserSettings.ini".
In \ShooterGame\Saved\Config\ I just have the following:
OSS (folder)
DefaultDeviceProfiles
DefaultEditor
DefaultEditorGameAgnostics
DefaultEngine
DefaultGame
DefaultInout
This seems to be the case if I install the full game to the server or use SteamCMD.
Any idea why this would happen? Is there anything else I have to do that you know of? At this point, when I try and start the .bat file (or just the server .exe itself) it crashes immediately. I installed DirectX as well as Visual Studio 2013 as well.
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
These folders you have shown can be found in this folder:rollin37 wrote:Hey Exi,
Thanks a lot for the write up on this. I have steamcmd, and I downlaoded the AppID 376030 from the mention here: https://steamcommunity.com/app/346110/d ... 673139870/. It installs fine, but I don't have any "WindowsServer" folder in "\ShooterGame\Saved\Config\WindowsServer\GameUserSettings.ini".
In \ShooterGame\Saved\Config\ I just have the following:
OSS (folder)
DefaultDeviceProfiles
DefaultEditor
DefaultEditorGameAgnostics
DefaultEngine
DefaultGame
DefaultInout
This seems to be the case if I install the full game to the server or use SteamCMD.
Any idea why this would happen? Is there anything else I have to do that you know of? At this point, when I try and start the .bat file (or just the server .exe itself) it crashes immediately. I installed DirectX as well as Visual Studio 2013 as well.
Code: Select all
steamapps\common\ARK\ShooterGame\Config
Code: Select all
steamapps\common\ARK\ShooterGame\Saved\Config
When you install SteamCMD, you need to start the Server with config file etc from the installation folder of the APP.
You should have chosen one when installing over SteamCMD video force_install_dir or something like that.
-
- Posts: 3
- Joined: Sat Jun 06, 2015 5:25 pm
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
I got a problem, my server is up in the lan server tab of steam but i cant see it in mysurvivors?

its not in the servers tab of steam nor in the unofficial tab in game


its not in the servers tab of steam nor in the unofficial tab in game

Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
Did you searched for it in the UNOFFICIAL List first, like stated in the guide? Make sure that you search for password protected servers (lower left filter option).clearskiesnl wrote:I got a problem, my server is up in the lan server tab of steam but i cant see it in mysurvivors?
Only after you searched for it in the UNOFFICIAL List, i will appear in the My Survivors list. (You won't find it in the UNOFFICIAL list, it is just a workaround).
-
- Posts: 3
- Joined: Sat Jun 06, 2015 5:25 pm
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
i did but it doesnt appear in it like it should, but then i cant see it in mysurvivorseXi wrote:Did you searched for it in the UNOFFICIAL List first, like stated in the guide? Make sure that you search for password protected servers (lower left filter option).clearskiesnl wrote:I got a problem, my server is up in the lan server tab of steam but i cant see it in mysurvivors?
Only after you searched for it in the UNOFFICIAL List, i will appear in the My Survivors list. (You won't find it in the UNOFFICIAL list, it is just a workaround).
the name is test123 and it is not in here

Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
Are your friends seeing the Server? If not, then i guess your ports aren't opened correctly.
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
Hi eXi.
Great tutorial but you can simplify the server install\update process with steam command using a text file.
Create a new text file where steamcmd.exe is and name it whatever you like (I call mine "ark_dedicated_server").
Open the text file and add the lines.....
Replace USERNAME & PASSWORD with your steam login details. Replace the location of where you want the server files to be installed.
Save the text file.
Then create a bat file and add...
Change the location to wherever steamcmd.exe is.
I like to have my bat file pause at the end so I can check what steamcmd has actually done.
Using this method you can install & update the server from just running the bat file.
Nurdle
Great tutorial but you can simplify the server install\update process with steam command using a text file.
Create a new text file where steamcmd.exe is and name it whatever you like (I call mine "ark_dedicated_server").
Open the text file and add the lines.....
Code: Select all
login USERNAME PASSWORD
force_install_dir C:\Servers\Ark
app_update 346110 validate
exit
Save the text file.
Then create a bat file and add...
Code: Select all
@echo off
"C:\Servers\SteamCMD\SteamCmd.exe" +runscript ark_dedicated_server.txt
Pause
I like to have my bat file pause at the end so I can check what steamcmd has actually done.
Using this method you can install & update the server from just running the bat file.
Nurdle
Re: [UNOFFICIAL] How to Create, Host and Join your own local Server!
Thanks for that, but my Guide is about the inbuild Server. It is always uptodate, so you don't need SteamCMD.Nurdle wrote:Hi eXi.
Great tutorial but you can simplify the server install\update process with steam command using a text file.
This guide is also only about a localy hosted Server on the PC you are playing with.