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
Thank you for replying, I really appreciate it.
I can download older versions of the Isle, through Steam's Console and SteamDB, with all the Manifest IDs, and so forth.
It's just, when I download the necessary files from SteamCMD, and replace the TheIsle folder with a previous version, the one I downloaded from Steam Console, would it work or crash?
There is still a way to play the legacy version of the Isle, with Hypos and everything, that part I've done and such. It's just, will replacing the TheIsle folder (that was created by SteamCMD) with the one I downloaded (from Steam Console) will it work or not. I guess I can figure that part out myself.
But once again, thank you for replying. I appreciate it a ton.
A while ago now there was a way to play old legacy version but I have no idea how you'd begin. I guess google around and see.
make the god damn quick start document public
When you start first time your server to create config files , do it with a .bat file like this one :
"
@echo off
cls
echo Protecting isle server from crashes...
title The Isle Server - Awesome dyno server
:TheIsle
start /wait C:\TheIsleServer\TheIsleServer.exe MultiHome=0.0.0.0?Port=7777?QueryPort=7778 -log
echo (%time%) WARNING: isle server closed or crashed, restarting in 1 minute.
timeout /t 60
goto TheIsle
"
(note : replace 0.0.0.0 by tour server IPV4)
Then wait 1 minute and SHUTDOWN THE SERVER WITH CTRL+C
If you just close the console by clic on the cross like a savage , the server will not do the save properly and generate/update config files :D
I hope it will help some people , i spent all the night to get it fixed hehe