Installer Steam
connexion
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction
Can I ask, when your friends connect, what IP did you provide together with the port? I am giving them my public ip from whatismyip but we are unable to add it to steam>game servers > favorites.
Navigate to where the enshrouded_server.exe is located.
Where is that folder?
Is that somewhere in this folder: SteamLibrary\steamapps\common
or where?
If yes, then I can only find Enshrouded folder there, contains Enshrouded.exe and not enshrouded_server.exe
But that is not the same thing as Gportal right?
Can see my server and it is set as favourite, but it never shows in-game...
rem BEGIN CONFIGURATION
rem ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
set SteamCMD_Dir=C:\steamcmd
rem ^ Location to dirctory containing steamcmd.exe ^
set Server_Dir=C:\steamcmd\Enshrouded
rem ^ Location to directory that the Enshrouded Server will be installed in ^
set Executable_Dir=C:\steamcmd\Enshrouded
rem ^ Location to directory containing the following executable ^
set Server_Executable=Enshrouded_Server.exe
set SteamAppId=1203620
rem The Steam AppID above needs to be set to the actual game app ID not the server appd ID then it will work
rem ________________
rem BEGIN BATCH CODE
rem ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
cls
@echo off
title Enshrouded Server
echo DO NOT CLOSE THIS WINDOW!
echo.
::update
echo Checking For Update
rem start "" /b /w /high "%SteamCMD_Dir%\steamcmd.exe" +login anonymous +force_install_dir "%Server_Dir%" +app_update 2278520 validate +quit
start "" /b /w /high "%SteamCMD_Dir%\steamcmd.exe" +login anonymous +force_install_dir "%Server_Dir%" +app_update 2278520 +quit
echo.
echo Waiting For Crash...
cd "%Executable_Dir%"
start "Enshrouded Server" /w /high "%Server_Executable%" -nosteamclient -SteamServerName="Another Server" &:: Using "-log" Will Prevent Automatic Crash Detection
rem start "Enshrouded Server" /w /high "%Server_Executable%"
echo Crash Detected!
echo.
echo CTRL+C To Freeze Before Restarting
timeout /t 15
goto start
:close
echo.
echo !ERROR! SERVER ALREADY RUNNING! SHUTDOWN WILL COMMENCE
taskkill /im "%Server_Executable%" /f /t
timeout /t 3
goto start
After adding it to the steam server list, if you at a later state don't find the server (and/or not showing correctly in steam server list), or when joining you get the error, restart Steam.
This has fixed it every time for me.
Also, a friend couldn't join at times, he solved it by first starting his own MP game, and then join the server. Meaning if players can't join, it might actually be them.