#server-hosting
1 messages Ā· Page 26 of 1
I mean you could enable all verbose logs and see if you find errors in there
but you see your server in list, right ?
yes it shows up
just data acquisition failed or -1000 ping , right ?
and like NOBODY was ever able to connect ?
not even once ?
yes latelyy it just doesnt do anything when u try to connect
how many times did you try ?
real question š sometimes you have to insist, it's finicky
a bunch me and a friend spammed it.like i said im stummped. i have a 1gb internet connection, also have 3080, 5800x3d, andd 32 gb ram so i know its nothing hardware related
wait it worked at least once in the past ?
no never got it to work
because the server list is really well done, we
ha okay
hmm not sure then
wait, you said you have other servers hosted on the same machine, can you check if another service is using the port already ?
dunno what would be the command for a windows server, but surely there's one to see all ports used and for which service
i actually went through and shut down all other servers and deleted their services thinking the same thing
could also be another app, not especially a gameserver (but chances are low I guess)
only thing i porting now is whats in that screen shot
you can dm me serer name if you want I can try to see if I can join
i got it working guys thanks to @lethal jolt had to open a port for steam 27015 and now able to connect
you're welcome, enjoy server š
also could be having a password breaks the connection
hi I'm having problem accessing the server in the game it either tells me that the server is full or I have lost the connection, dose anyone know anything about this issue ?
does anyone know if queues/VIP is working yet?
Hey folks, I running a dedicated server, I have all the port rules set (with them actively listening), played around with multiple ports, dropped the firewall completely just cannot get the server to show on the listing and unsure why, we literally switched providers b/c we thought it was them and it is happening again. Any others dealt with similar issue or have a possible solution?
Do you have the EpicOnlineServices Client ID and Secret setup?
Figured out it thanks to a renowned PrimalCore developer, many hours of tweaking engine.ini
found ur smoke its part of the vfx system
Do you possibly know the issue regarding storage when retrieving a dinosaur it gives troodon venom and bloody screen despite being 100% hp?
As it turned out, it was more complicated than it could have been, and I encountered this bug when I was generating incorrect mutations for dinosaurs.
Oh hmm, im extracting and loading the exact same data what the game provides, using the correct struct so thats super odd xD
I also thought I was using the correct structure, but it turns out that I wasn't.
Which structure are you using for storage rn if you don't mind me asking
local function find_pc(sid)
for _, pc in ipairs(FindAllOf("TIPlayerController") or {}) do
if pc:IsValid() then
local ok, s = pcall(function() return pc.SteamId:ToString() end)
if ok and s == sid then return pc end
end
end
end
local function get_current_pawn(pc)
local p
pcall(function() p = pc:K2_GetPawn() end) -- LastPossessedPawn lags after respawn
if p and p:IsValid() then return p end
pcall(function() p = pc.Pawn end); return p
end
local function auto_apply()
for sid, data in pairs(pending) do
local pc = find_pc(sid)
if pc and pc:IsValid() then
local pawn = get_current_pawn(pc)
if pawn and pawn:IsValid() then
pcall(function()
pawn:SetHealth(pawn:GetMaxHealth()) -- HP grant
pawn:ForceNetUpdate()
end)
pending[sid] = nil
-- write RESULT json {id, steamid, ok=true}
end
end
end
end
LoopAsync(500, function() pcall(auto_apply); return false end)
I store the data in sql
I get that but its not a dino storage what i meant š
I also have sometimes venom applied and sometimes blood when I spawn, even without dino storage related mods. I don't even touch close to it. So maybe just the sheer act of injecting breaks stuff I dunno
the poison at least can even happen in officials so i think thats just broken game code
Would anyone be willing to help me setup my own server on my at home server? I keep trying but having no luck
https://steamcommunity.com/sharedfiles/filedetails/?id=2952501611
Has all the info you need š
@solar snow i apoligise for the tag, but are the developers aware of such an issue going on even in the official servers where no mod/storage system is implemented?
I've done some more digging and found a bit more info if you'd add me then possibly you can send it over to the devs?
Try messaging Punchpacket!
If he isn't too busy, rather not disturb the official team š
The bloody screen seems to happen when first growing to prime, and healing won't remove it, but if you de-age under 87% the blood goes away and you can grow back to 100 and it won't come back.
Yes i have messaged Punchpacket with the information i have gathered and the possible causes to hopefully help the developers to pinpoint the issue
Have you checked if it spawns and displays correctly?
ha nothing to worry about then if it happnes on officials š thx for info @swift olive
ha yeah this is because you grow too fast (stomach size) so you take damage.
the venom fog is more annoying
Not client side
Iāll write you a doc later
Was a solution found for not being able to favorite the server?
Would anyone like to make a server together? I have experience making Discord servers, moderating, and coding. If so, please contact me on discord.
allegedly it is because of certain symbols, ill report back with findings on my next restart
removed "|" and "&" from the title, and it saves to favorites - just in case this helps anyone else in the future
I made a server for me and a couple others I just need some help setting it up and getting it running
I keep getting an error saying data acquisition failed
If anyone can help with that I would greatly appreciate it and you could be part of the founders of my server
Feel free to dm me or message me directly I wonāt bite
LOOL
I'm looking for a Prime Status Tracker like some other servers have, can someone point me in the right direction?
When anyone tries to log onto my server. They get this message. Does anyone know what may be causing this?
I'm getting the same error.
try disabling the queue
Ok thank you
Yo, the isle have any documentation?
like path of titans, a website with everything devs or host server can read
the isle with the same error since 1 year ago, lol...
They should stop trying add new dinos and focus on dev system, upgrading infrastructure, web docs with some informations
Thats not a profissional game, at least it is beautiful lol
How were you able to make bot Iām trying but canāt figure it out
What u mean
Something like this?
Im trying to make a discord bot for my server and I just canāt figure it out nor know how to make it work ive tried everything I canāt afford to pay for bots
Dang
If u are not a dev, just stop trying...
Get some money and try afford a dev
it will be better
trust me
u will find alot of bugs
i mean...
Its the isle
Dm me, maybe i can help u a little
what is even going on there
Its a live map
u can enable zones
food
constructions
and more
water
it have a group system
so u can see your location and ur member loc
some people are new and just learning. Maybe give them a little grace? Everyone has to start somewhere and generally its with something they are passionate about
Some devs like to scare others away from doing it themselves as a sales tactic, if you scare people from doing it themselves they have to buy from you right? Lol
Is the server locally hosted or remote host?
Either way the startup sequence is passing 9999 for the port.
Change that to 7777
I've been developing Discord bots for many years.
can u make one for me
It's better to discuss this in private messages.
ok sir
it's only warnings, you can ignore š
But the error occurs when the server logs off and kicks the players; I have to restart the game.
probably comes from somewhere else but can't tell without seeing errors
these are just warnings
a lot of them though I'll admit
Could you help me if possible? I'd send you my log if you allow me.
Tell me how you retrieve the data for the car park systems?
Car park?
But if Iām talking about dinosaurs, some servers have a parking system for that
And I was wondering where they got all that information from
ue4ss is your friend mate
yo, no one can just start make bots or mods for the game, and of course u saw me saying "dm me"
how do I set up a link to discord?
E.g: Discord=discord.gg/i2u237
does not work
Stop server, put it in quotes, save file.
Discord="discord.gg/i237abc1231231"
help plis
I'm using a dedicated server with everything disabled, including the firewall and the company control panel, and I'm using these ports:
-port=7777 -queryport=7777 -RconPort=9999 -QueuePort=10000
Can someone please help me?
and sometimes it doesn't even appear on the list
Did you disable queue in Game.ini ?
anyone able to parse .sav files/
who wants to egg me in?
Wrong channel to ask
Is that the typical fix for the data acquisition failed error? I've been having that problem intermittently as well
here is answer https://discord.gg/BzZUKUzS
Uh
Queue are bugged right now. But could also be ports misconfigured
Also the server list is finicky, you need to try multiple times sometimes
Especially if server is empty
I'll turn off queue and see if that helps. As far as I'm aware all my ports are configured correctly, it's probably a mix of empty testing server and that.
Ty for the info
You're welcome, good luck with the setup š
Thanks! It's been running for a while and I've been able to start some gentle modding, but every now and then it throws the data acquisition error so I appreciate some thoughts
Since I've noticed a spike in "developers" I'd like to clarify some info for those who want to mod the game, have a Discord bot, and other similar custom content.
As unfortunate it is to say, nearly half if not more of the people in here trying to sell their product or services just use AI. Which I'm not saying is a bad thing whatsoever, I am saying that you can do it too and not pay a single dime to these people.
These AI developers in most cases just have the AI make it and sell stuff. But it can be risky since AI code can be messy and insecure. It doesn't consider situations unless you mention it.
But I will note some things.
Nearly most of the AI made stuff is in Lua because of UE4SS. This alone is not safe and can be really buggy.
I'd recommend C++ (you can even use AI if you really wanted to) to learn and just use UE reflection.
UE4SS's Lua framework adds delay and doesn't have full support for certain functions or capabilities.
(and it's open to attacks).
So please be careful with who you trust and spend money on.
"I'd recommend C++ "???????????????????????????
are you trying to sound smart or something??
so youre telling me C++ calling K2_DestroyActor on a stale actor wouldnt crash the server huh?
cuz its C++
mate how about u keep quite
mans mad that others are selling mods cheaper than him
anyone that wants a full mod bundle SkinMod, DinoStorage, PlayerStats and a commandbridge and a Body drop mod hmu cheap as it gets, not the thousands these muppets are trying to charge
UE4SS Lua is open to attacks is straight up factually wrong for server side use
Use UE reflection tf do you think ue4ss lua does ???
magic????
and how funny for a guy with a vibecoded website and a .dev domain to complain about ai use
š
i would check for a gas leak in ur house if i were you
ALSO whoever wants free guides on how to build the mods in the bundle or any mod for that matter FEEL FREE TO DM ME i dont charge a penny for guidance, whole docs that will get you 60% there
LUA AND C++ just to spite that little muppet
Why would it crash the server? You call it on the game thread?
I am reputable within this community. Obviously what I said wasnāt directed at anyone other than those trying to make a profit of it. If you felt targeted by it then thatās on your own accord.
I donāt ever charge for mods if you donāt want them and in fact one of my team members even opened up a modding community to share our information. We only charge for our time used. Also to add-on our team is completely voluntary. None of us pocket any profits and have used it all to only support servers or licensing.
Donāt think so, heās just giving advice
What's the best site to host a isle server?
is ther an server i can join as a new player and get help ?
I think he just meant that doing a mod for the isle is not a good newbie project
Here is just some of the stuff our team has done.
Here is a clip of our team's fun little project in UE.
Plus some more work we do.
And more showcases here:
https://youtu.be/5zSUiJYgYAg
Original idea and concept goes to ay0 in The Isle's Discord.
I reconstructed the design theme in Unreal Engine 5 to mod it in-game. It is completely functional, but does have a few issues to be ironed out.
THIS WAS MADE IN ~4-6 HOURS. This is a proof of concept meant for the developers to see.
Does anyone know why I can't seem to connect to my GTX Gaming server if it has a password on it?
Game bug, use a whitelist instead.
š
has anyone figured out how to fix the client disconnected ? i made my server after trial and error but im getting that error now i cant join my own server without getting that error
Us 1 or Us 8 anyone?
Is it just me, or since the last Evrima update, does the daytime no longer work in the admin panel ?
yo guys, what is the rcon commands for the isle?
Hi, could you tell me what the variables/values are called that handle the task system for Prime?
check dms
everytime i try to run my server it just says
[2026.05.24-16.13.37:615][ 0]LogUObjectGlobals: Warning: Failed to find object 'Class None.'
[2026.05.24-16.13.37:619][ 0]LogTemp: Warning: IGameInstance::LoadComplete - Load Time: 0.022988 Map Name: /Engine/Maps/Entry
as the error messages, engine/maps doesnt even exist so idk why its doing this?
okay i just completely restarted and that fixed it
Whats wrong with .dev domainsš
Hello im new, how to join???
Steam
Right click game
Properties
Betas
Evrima branch
how to do this?
make 100 max results and go back to the server search
How do I go about adding the isle manager bot to my server? Iām hosting thru game host bros
can anyone here help me
(you should describe/show a screenshot/clip of your problem to get help with it.)
oh sorry so i have a server and i was jw how people add customs skins on there the isle evrima server
how does one create a server?
I wouldn't waste time it is so unstable
do u own a server to
Yeah
do uno how to add custom skins etc
i see people with glitch skins and cool skin how do i get them in my server etc
Depends. Some memory edit. Some use blueprint modding. Itās pretty technical. Others use AI and sell what the AI did for them.
Itās pretty easy just lots to understand. I wouldnāt buy or waste a penny though unless you really want to.
You can join this if youād like more information
ok after i said ill share my notes with everyone i got flooded with dms
so to make it easier :https://github.com/diplomatic-tendencies/evrima-dev-knowledge
all my notes translated to eng
Is this custom skins
how do i add them into my server tho
Woa that's a lot of money burnt on tokens ! So thanks for sharing I guess. Though you may want to double-check what your AI spits, it's hallucinating easily
Going into other servers global chats to advertise is trashbag behavior
If you thin I was going to sit there and translate everything myself youāre out of ur mind
If ur want the notes in romanian be my guest and dm me
thanks ill put this in the modding community
At minimum half of it is a hallucinated nonsense and bollocks
If you identified content that is wrong name a few examples and i will either correct them or verify them on my server if you are talking about grammatical errors i cannot check myself eng is my 3rd language
I'm not talking about translation issues
More like, your AI is blatantly lying
I just had a quick glance but from the top of my head: RCON commands are just hallucinated (like 0x14 is NOT teleport it's get playables list if I remember well), and it says it's impossible to hook uFonctions like K2_PostLogin etc. but it's perfectly fine, it's even better to use existing uFunctions rather than tampering with memory directly
etc.
I stopped reading at some point
Because I don't use uess and lua I mod for linux so we have platform differences
but it's nice of you to share the "recipes"
the byte command map was given to me and yes i should add a disclaimer that i didnt check myself since the same file was used by multiple ppl i just made a big assumption that is fair
K2_PostLogin might be overstated it didnt work on paths that i personally tried
i do agree on using ufunctions over mem hooks
thank you for pointing it out
You're welcome but please double-check what you post publicly online, especially when you claim "Community reference" (not your call to call a resource a reference by the way, more like, has to come from the users finding it helpful IMO :P)
I think it's better to say less but verified, rather than a lot but questionable. The reader will lose trust in the material otherwise. It causes more harm than good I think.
I mean it's the internet you do what you want, you can ignore my comment
do you happen to have a working byte map for rcon? if not i will figure it out myself when i have more time
you can start by the official documentation shared in the pins of this channel
but it's not updated anymore
lemme grab mine real quick
Here you go
# RCON Communication Protocol
**Last updated:** April 28, 2026
---
This communication protocol is TCP/IP based between RCON clients and The Isle dedicated servers.
The most common use of RCON is to allow server owners to control their game servers without direct access to the machine the server is running on. In order for commands to be accepted, the connection must first be authenticated using the server's RCON password, set in `Game.ini` (see below).
**CONFIGURATION SETUP**
The configuration for RCON is set through the Game.ini file; here is an example of the available configuration settings.
\[/Script/TheIsle.TIGameSession\]
bRconEnabled=true
RconPassword=Password123
RconPort=1000
---
**COMMANDS**
### Session & packet types
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x01` | `RCON_AUTH` | Authenticate with the RCON password (must succeed before other traffic). |
| `0x02` | `RCON_EXECCOMMAND` | Client frame that carries an executed command / payload. |
| `0x03` | `RCON_RESPONSE_VALUE` | Server response containing a value or status line. |
### Messaging & server info
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x10` | `RCON_ANNOUNCE` | Broadcast a message to everyone on the server. |
| `0x11` | `RCON_DIRECTMESSAGE` | Send a message to one player (like a targeted announcement). |
| `0x12` | `RCON_SERVERDETAILS` | Read current server settings / details. |
| `0x13` | `RCON_WIPECORPSES` | Clear corpses from the map. |
### Playables & map flow
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x14` | `RCON_GETPLAYABLES` | Read which classes are playable. |
| `0x15` | `RCON_UPDATEPLAYABLES` | Update playable classes (comma-separated list). |
| `0x19` | `RCON_TOGGLEMIGRATIONS` | Turn map migrations on or off. |
| `0x1A` | `RCON_ADDPLAYABLE` | Add a playable class entry. |
| `0x1B` | `RCON_REMOVEPLAYABLE` | Remove a playable class entry. |
### Players & moderation
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x20` | `RCON_BANPLAYER` | Ban by player id. |
| `0x30` | `RCON_KICKPLAYER` | Kick by player id. |
| `0x40` | `RCON_GETPLAYERLIST` | Player list as a string (ids and names). |
| `0x77` | `RCON_GETPLAYERDATA` | Per-player info (e.g. position, character stats, elder status, ...). |
### Gameplay tuning
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x21` | `RCON_TOGGLEGROWTHMULTIPLIER` | Toggle growth multiplier. |
| `0x22` | `RCON_SETGROWTHMULTIPLIER` | Set growth multiplier value. |
| `0x23` | `RCON_TOGGLENETUPDATEDISTANCECHECKS` | Toggle net update distance checks. |
### Server control
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x50` | `RCON_SAVE` | Save world / game state. |
| `0x70` | `RCON_COMMAND` | Issue Unreal-style `Command` / `CE` calls. |
### Whitelist, chat & humans
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x81` | `RCON_TOGGLEWHITELIST` | Turn whitelist on or off. |
| `0x82` | `RCON_ADDWHITELISTID` | Add one or more ids to the whitelist (comma-separated lists as supported). |
| `0x83` | `RCON_REMOVEWHITELISTID` | Remove whitelist ids (comma-separated when applicable). |
| `0x84` | `RCON_TOGGLEGLOBALCHAT` | Enable or disable global chat. |
| `0x86` | `RCON_TOGGLEHUMANS` | Toggle human spawning. |
### AI & related
| Opcode | Constant | Description |
|--------|----------|-------------|
| `0x90` | `RCON_TOGGLEAI` | Toggle AI creature spawns. |
| `0x91` | `RCON_DISABLEAICLASSES` | Restrict which AI classes may spawn (comma-separated class list). |
| `0x92` | `RCON_AIDENSITY` | Adjust AI spawn density. |
| `0x93` | `RCON_GETQUEUESTATUS` | Queue / connection queue status (wording depends on build). |
| `0x94` | `RCON_TOGGLEAILEARNING` | Toggle AI learning behaviour. |
I don't update it anymore, I don't use RCON, I switched to a tunnel + socket instead
youre a legend thank you so much
Also kick player and ban player order of params was weird
don't remember exactly but try multiple permutations until you figure it out, it requires the Steam Name also for whatever reason I have no clue about š¤·
this matches what i found from probing
It really didn't like kick
0x60: this times out for me, never been able to validate it
it does for me as well, i think it's supposed to be the paus command for time in game but it is for whatever reason non-functional
0x21 is ToggleSpawnCodes
Ha they replaced it ?
~$ rcon send_command 0x21
[2026.05.25-23.45.31] GrowthMultiplier is now On
Weird it still says growth multiplier for me š¤ Is it a mistake in the name ?
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
TheIsleClient_Win64_Shipping
kernel32
Someone knows how to fix it? never had this problem before
Besides the frogs, does disabling any other AI bot cause server crashes?
You sent the build configuration and kernal32. No actual memory exceptions
Any programmers out there that can help me and some friends get a Dino storage system and skin system up for our server we all new at this need some help ⦠willing to work out a price š
dont pay anyone
For what Iām asking will take time to create Iām not asking people to do stuff for free exp if itās done well
check dms
Nah, there is a custom condition that drops to growmultiplier if not met
I don't understand what you said
ha okay, weird. This means teh slot actually accept 2 different commands. I was not aware of that.
And what is this condition ?
What about ai spawn block via rcon is server reacting if u disable lets say frog via rcon?
I dont Think so
Hi, does anyone here have experience with RCON commands on The Isle Evrima version?
Guys i can see my server but it says data aquisition failed i've double checked i've done everything correct according to the guides i can find and my ports 100% are forwarded any solution?
or i get this when it doesnt
Ports 99% it says you timedout after 20secs
I have 7777 in and out tcp and udp forwarded on my machine and my router
any others i need?
@modern bramble
ty checking it out now
yo
<@&933486433342222376>
That seems like a Sus link
Hello how is Everone Iām trying to make a skin editor any ideas on how to get the correct texture paths?
finally figured it out and got it working š„³
how'd you do it?
hey guys, I posted this earlier in #isle-discussion and an admin recommended I post it here. I am currently making an addon for the isle that adds discord rich presence, I was initially just making this for me and my friends but they said I should share it. It currently automatically tracks you dinosaur/growth/time of day/server and displays it on discord while you play, I am also planning to add a bunch of stuff to it that tracks your in game stats and a few more features! I would love to put this on an open source repository and share with people if anyone is interested. Feel free to DM me if you have any questions about how it works or whatever.
also as per server rules I am not trying to market or sell this to anyone, I would be happy to share it for free.
im looking for a dev to help with a server im trying to get running if any one can help
@solar snow
Its not!! AI Generated ._.
You deleted it and now i am not able to post again...............
Could you please reinstate my posting privileges?
I find it extremely unfair that a post was deleted without askingābased solely on an "assumption"āand that, as an unjust punishment, I now have to wait another six hours on top of that...
icl ts is hella gatekept by 99% of the community
it's so aids
did you tunnel it somehow?
you download UE4SS-RE/RE-UE4SS, make a CommandMod -> scripts -> main.lua file
that's the process for everything, lol
i wrote a script that scanned the game server's memory and dumped a list of every function and variable the devs wrote into text files
from there it's just a bit of trial and error
i imagine you could get it to work with a c++ sidemod but i haven't actually looked at this specific thing š¤·āāļø
im honestly not sure, it's my first time trying this typa thing
neat that you solved it through memory mapping
tried it a while ago and got nowhere, but now ive managed to link it to a discord bot and in a website so they work side by side
Itās not
then explain?
Does anyone know why the game keeps crashing?
I have several times. Thereās even a community Discord with all the information.
damn, had no idea at all, could i get an invite
would've made everything a lot easier
i tried searching people asking in the past but mostly found them getting blanked
when i asked i kinda got told vague suggestions
thank you
I Dm'd like 3-4 discord mods showing my image and getting approval just to avoid this
Its so Stupid ._. why not asking first? Instantly just deleted and you get punished with a 6 hour cooldown....
And @solar snow has deactivated the DMs
I have not. Check your own privacy settings. I won't be available for a while
In that thing you where right.
It was my setting.
Anyway dosnt change the fact of unfairness ^^
It's silly; as it punishes creators who are good at what they do as well; they only check visually, there is no tool being used
Jepp.....
I have an artist making me a new image now; and i'm having to ask them to dumb down there own artwork just so it cant be assumed as AI
i mean xd i even found typos in my own text.
If i would have made it with AI like they claimed, there werent any
it's honestly really simple to get a tool to auto scan the images of discord servers if they want to block AI images; anyways, I dont want to get in trouble arguing in the wrong place. I just think that enforcement should be fair as you said.
Iām certainly not looking for troubleānot in the slightest.
However, I simply feel that unjustified AI flags should at the very least be reversedāor that someone should simply reach out and ask for clarification.
In my view, simply deleting messages based on the assumption that they were AI-generated is an act of pure arbitrarinessāsomething that is completely unnecessary.
Especially considering that for over a week now, Iāve been posting the exact same text and the exact same imagesāand NOW theyāre getting deleted?!
So, is this channel for pingperfect server owners, or more a help center for how to run a personal server?
I'd assume its just help with anything to do with server hosting, but idk.
Hello, my name is Lin and I host the triassic dawn server on the isle. We're a new community and running terra lacuna as map and rogue realism stats and skins as mod :)
Here's the Discord link to join our official Discord server.
Hope to see you there soon your Linā¤
https://discord.gg/FQkWbm8
How lot of redtext/errors with latest update on server. https://pastebin.com/kZNEa4RJ
<@&401466542140817419> I've a simple question.We're running a dedicated server of the isle with the belonging tool. We want to add a script for auto updates. Do anybody know witch AppID we need to use to get the Auto update working? Can we use the same as the isle dedicated server tool or do we need the one of the game or a separate one for auto updates?
So is this channel for spreading around your server/discord or is it for bug reports and testing related to server hosting ?
The seconed one.
As a server admin, how do I use the commands? I know a few of the commands, but I'm not sure how to apply them. So for example if I wanted to heal a dinosaur in front of me, can I do that with the "Heal" command?
They said in the Update: Added: Developer Console /w various commands for fast testing and debugging of issues. At some point in the future, server owners / admins and developers will all be able to use the console for various commands.
So they arent/shouldnt be working atm i guess.
And i also believe this isnt the channel to ask such things more like #š§-legacy-troubleshooting-š§
Yeah. I'll dm you how to fix that when i am home from work
Hello Deathlyrage did you got my message on your twitter ?
Howdy! We are trying to start a server, but can't access it. We opened the ports just like we did for the other servers we run, but Steam never sees it. What are we missing?
Try seeing if there's an guides from your server host on setting it up or contact their support, JesusFreak.
sooooooo...... can someone help me figure out how to have a massive amount of AI on my server?
any help would be greatly appreciated.
They spawn over time, you gotta have people online for them to spawn. Make sure you're using the region 2 (Test) map and have AI turned on.
So uhh I was looking on how to host a non-deidcated server and my friend couldn't find the server
you can only host survival non-dedicated servers?
My servers dedicated and iam able to host all gamemodes
Anyone have any recommended specs for a server box? Searchin for parts atm
When you have maps like v3 8+GB to load up the map, and other maps on workshop that are 16x16 in size that can take up 12+GB just to load without players. Plenty of RAM needed.
I use an e3 1270 @3.80 GHz it is acceptable, though something with a stronger single core performance would run servers better. A lot of rave over 7700K's with other owners.
hosting through ping and only 1 of my servers will show up. one is sandbox which shows the other is survival. ping insists its the isles side. it shows eventually after i refresh 15 to 20 times. any thoughts
Depends on what you were doing prior to waiting for it to show. Were you adding a mod? Changing the map?
its all vanilla. i did have experimental features checked but since turned that off and it still doesnt show
Ok so they are currently not showing? Did you buy them recently?
By refreshing are you talking about in game refresh or restarting the actual server?
it was a deathmatch server but after the patch and mods broke i changed it over this am. pings side says its good on there end. deleted all mods as they reccomend. refresh in game to get an updated server list
Was it on another map and did you move it back to V2 in the command?
yup its on v2. i even deleted the mod map command line
I'll poke you in DM
how do i host a server after installing "the isle dedicated server"?
after you installed it it should show?
Does anyone know the min/max of these settings?
ServerAIMax=
ServerAIRate=
And just to confirm, MAX is how many can be on the map and once.
Rate is the amount who spawn at X time or X time one thing spawns?
AI spawn rate is the speed of which they spawn I think
At minutes I guess?
Hmmmmmmm
with having max ai I'd say 300 is the sweet spot if you want alot of ai but keep the ping at a steady rate
Thanks for the info š
np
@mighty hawk steamapps\common\The Isle Dedicated Server\TheIsle\Binaries\Win64\TheIsleServer.exe Make sure you are looking there, and not the engine folder.
hello guys sorry to interrupt, but can someone give me the command to run the V3 map on a dedicated server server please; i don't found it =/
@sage bridge /Game/TheIsle/Maps/Landscape3/Isle_V3
is it working for Linux too ?
Hey @sage bridge
woui
i an't host a server at dev branch :/
Does AI work on the AE map? Is the map available for unofficial servers to use? If so, does anyone have the command to run it?
I got a question, is there anyone that host a server using GTXgamings servers if so I need some help here.
Never used them, but what seems to be the problem?
If it's permitted, does anyone have the command line for the DV test level?
any idea why my server isnt showing up ingame? ive opened 7777,7778 and 27015
Server upto date, allowed in firewall/AV, ports forwarded in router/modem and also checked with online tools to make sure traffic is allowed?
For anyone who uses ping perfect, can you tell me what the difference is between their 'extreme performance' servers which they charge an extra 20$ for, and the CPU Priority which if you choose 'High Priority' it's an extra 15$. Also what is generally needed for a smooth experience if you were to start with say a 30 slot server with them? I'm someone who doesn't know enough or have the hardware to do my own server so I have to do it through a third party. So please don't suggest this as a 'solution'. I just want to better understand the differences and what the isle specifically needs to run smoothly for people. Or can anyone suggest a good trusted alternative to ping perfect as they are pricy it seems.
Correct me if I am wrong.
Priority does not make your server run faster or better just by having it. What it does do is give you a great share of the CPU resources when other are pulling on the systems resources. Some instances servers may randomly spike and your server will be give the resource where others without the Priority won't and their servers may lag. System not being used to full capacity you won't notice a difference, however some providers have a habit of over selling their servers and have too many users on the one machine where the Priority will take effect, Ping Perfect sure seem to be one of these guys that do this from experience..
Thanks. That makes a level of sense. So now I have to wonder what their 'extreme performance' means in terms of server. That you have to choose when you choose a server location. I assume that it's hardware specs but they don't tell you squat about what those specs are so I don't know if the 20 dollars they charge actuall does anything or if it's just a way to bleed people of money.
Would suggest go without it, check server performance, you can always upgrade (Should be able to anyways :P)
I just wish there were more options in terms of providers. Wish black box did, I'm still in contact with them trying to get them to pick up the isle as a game they host.
hi is it normal that the MOTD not wotking on dedicated servers ?
Have MOTD.txt in the saved folder?
MOTD.txt yes. goes in the saved folder, it does not work from the game.ini
/Game/TheIsle/Maps/Landscape3/Isle_V3
Is there anyone?
GTX servers is telling me that they require a specific Code to set our server to legacy branch. Does anyone know what that code may be?
hi, can you help me for my server configuration please ?
code o.0 Fact they are asking, seems like they don't know how or just lazy.. assume they'd use steamCMD no different to anyone else ...
412680 -beta legacy
@maiden basin Glad you got that sorted. Some server providers claim they can host The Isle, but lack any basic control such as changing the gamemode š
made a simple CMD Auto update/Start batch for The Isle dedicated server
How does this auto update if you have to manually start the update (as text says) o.0
@little trench after an 4 hours reboot, the first 18 lines in the bat file are: @left bough off
color 4f
:Serverstart
cls
echo.
echo Running Steam-Update for The Isle Server 1 . . .
echo.
color 0a
timeout 10
@left bough off
color 1f
d:
cd D:\SteamCMD\TheIsle\Server1
D:\SteamCMD\TheIsle\Server1\steamcmd.exe +login anonymous +force_install_dir D:\GameServers\THEISLE\Server1 +"app_update 412680 -beta" validate +quit
cd d:\
WARNNING DO NOT PLAY Das Grobe Tal ADMIN ADUSE
how do i get a beter gami.ini for Survival dedicated server?
[2018.02.18-18.45.49:322][415]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location ( X Y Z )
Greetings - I thought this channel was for server promotions, but I guess it's a troubleshooting channel.... I am encountering a problem trying to start up my server. It gets stuck on UPDATING MODS. But there are no mods, vanilla server. How do I get past this? Also note, I have set the param -nosteam as well.
Note, the same machine used to run the dedicated server very well up until sometime in the Fall last year.
@merry urchin I use Dell PowerEdge 2950's they are a tad older, but they handle dedicated servers well.
Isle struggles with player count on an e3-1270, more so >players >bodies. Bodies are majority of the lag.
Not sure mods were fixed completely since last engine update
@cunning ocean are players unable to join after the mod update section in the log?
The server also isn't stuck, load up and player can connect. Just a visual thing due to -nosteam
I've seen them not log mod update progress sometimes as well but players should still be able to play normally
@little trench any idea if bodies are causing network congestion problems before being eaten, after, or just always?
Haven't been able to see it in the server list, even if I left it going for a while.... Ports are forwarded and firewall is setup. Ran a The Isle server fine with the same hardware and network setup back in the fall.
make sure you aren't running with -nosteam still, it wont register it with the master server otherwise
Always.
Paint a picture. Going back a little bit, 80+ in sandbox runs well first 5 minutes starts to lag, death everywhere. bodies not being eaten. Some get eaten and leave the carcass. Just the bodies themselves make the lag.
Dead body timer will remove bodies but no the carcass and that'll slowly make lag too xD
The above screenshot on the focused window is with -nosteam
take off -nosteam, launch it, and post a log of the warnings in here ill take a look
@little trench okay thanks, looks like recoding the corpse system will be task #1 for optimization then
Seem like what you haven't done in that case is set a separate ?Port & ?QueryPort for SteamAPI warnings
Set the two ports in unused values, i bet your problem will be fixed if you haven't done so already
Yeah, seems like an port issue.
Me?
Yes
i didn't post a screenshot yesterday... but i also didn't change any ports. It is set at the default 7777 and 7778 and the Steam ports are all forwarded as well...
Ah. Name mixed up sorry.
Still remains, the API warnings/errors you are seeing is a port problem. They are either being used by something else, or traffic isn't allowed in AV/Firewall
well, i do indeed have other servers running on that machine, but usually i find that steam will just choose the next open port. so I have 27000 thru 27030 open
if there is a way to specify the steam query port for the isle, i would love to be able to specify it to a unique port
?Port & ?QueryPort on start up line
Doesn't sound like a good way to have things. Unless you start everything in the same sequance all the time, your server ports could change all the time and confused people/players. Setting ports is a much better practice.
yeah i usually set the game ports, bu tthe steam ports seem to usually figure themselves out.
Glad it's working š
knowing that i can set the query port tho, i may move it to my other server... which should have less other servers running, and more power.
thank you š
š
yup, both are online now.
Awesome, yell out if need help with anything š
can i ask if anyone knows what is the best hardware and the OS to start the isle serverļ¼
and what about the server setting
Looking a running large maps, 16GB RAM min for one server. 7700k / 8700k obviously one of your best choices, must have some sort of budget or otherwise. Decide if you want to run on Linux or windows, eother runs fine.
i7-7700kļ¼
Hey everyone, if you're hosting a server for The Isle, the new official patch is going live right now, you can update your servers now to get a head start for new players updating and playing
One important thing to note is that player data is now stored in json format in Saved/Databases/Players , you can easily see and edit their data using any text editor
Update has caused my server run through PingPerfect to suffer some sort of error where it won't run.
what's the error?
Not sure. After the update the server fails to run, and just says "error" in the control panel where the "restart" option normally is.
Also getting the same issue as Req.
I opened a ticket, and they suggested removing mods. I did that, and deleted the current save/progression data. And I still got the error in the status box.
Yeah I deleted mods and save data too, to no avail.
Yeah. Ive got the PP team looking at it now. But its broken at the moment.
The rep is offline right now, but I would guess the issue is actually the fact that the binary itself changed (TheIsleServer-Test atm rather than TheIsleServer-Shipping for debugging purposes), maybe make note that they should be launching with the script TheIsleServer.sh in the servers root directory, rather than referencing the binaries directly
@kindred tartan
I just sent that over to the associate whose handling my ticket.
Thanks for the help looter, hope its able to be fixed soon.
Req did you do a full reinstall of the server?
Thats what PP recommended for me to do.
Ill let you know if it fixes it.
Sounds like they are just citing off a script rather than looking at the error itself
probably.
If that doesn't work, see if you can get them to give you the error message
She did say this about your message
"Ok, I'll pass that along to the senior technician who will be in the office in 9 hours time."
And if it doesnt help, Ill ask. hopefully theyre not difficult with me over this. -___-
The senior tech (me) is here now so should be sorted soon
Sorted
Thank you! š
BattlEye no work atm?
Wait, so how do I fix this problem? I'm still having it. Failed with error code 5
Same here ^
StolidSnow0 if your running Pingperfec server they are looking into it and hope it will be sorted out soon
but didn't they say it was sorted above?
āShould be sorted soonā
yes but after that they said sorted
if you are still having a problem it will likely be a different problem than the one that was sorted above.
Have you re-installed your servers?
yes
since it was mentioned to be sorted?
yes
got a ticket in?
not yet, might do that now
ticket = fastest way to have issue resolved
ok
I have open a ticket. And it said we may be running an outdated mod witch we are not running any mods ?
Not sure if mods work at the moment, Looter mentioned that they would not on the next patch
As long I know no mods have been working for a wile ? So let hope we all can find the solution for this issue
They have been for a while but as of the latest patch a few hours ago we were told mods would no longer work
Sure Np . I have clear all deta base and reinstall the server but still no solution for it
Still getting code 5 ?
alright, they were able to fix mine, I think, it looks fixed judging by the control panel, can't check the server list until I have finished updating, but if you put in a ticket, they should be able to fix it for you.
Yes I had to change the beta to public in other to work š¤ ones you change the settings on the control panel from legacy to public it will start the update and everything else will go back to normal
On your control panel under
Configuration Files @karmic bough
Ones you on your Configuration file on the bottom you will have a fill call MOTD.txt. Message of the day that's were you write your msg for the server @karmic bough
Anyone knows a issue that in legacy mode i cant run up my server so i changed to Normal Branch and it still giving a error.
Okay so my server is active and all, here is the painful part, can't find it, I set it to normal branch and all, but can't find it.
Yeah I had the same problem had to switch to main branch
Change you settings on your game panel on the bottom you will see beta/legacy update ones you click on it change it to public for the update on your server @mint birch
Our server also says it's running fine since the patch (no errors), but RCON will not connect and the server does not appear in the in game server list.
Have you unchecked the filters ingame?
So can I make my server sandbox with ping perfect?
Yes @dire tartan
@sinful kindle thank you
I can be available to help you out after 5pm eastern š if you more help or DM me
Ok I will certainly will, thanks again
Not everyone uses a GSP.
@karmic bough You need to make the MOTD.txt file in the TheIsle\Saved folder
get it
Hello, i wanna know with server's owners if they are having the same problem, RCON is not working, so we can't kick or ban players who join server with bad intentions. We dont have any control in our server, i want know if other servers are experiencing the same issue, ping perferct said that the devs desabled it. Thank you for you attention.
Do believe they removed battleeye, Too many issues and kick perhaps? Not sure on the reason.
Fresh downloads of the Server software doesn't contain the Battleeye files.
Current patch we have been told that rcon has been disabled, legacy also stopped working at the same time but we are testing to see why that happened then will report back to the devs
hi all^^ is that normal that server access by Steam ID wont works anymore? everybody can log in my serv o-o
Yeah anything or anyone you had banned is no longer banned from your server with rcon being broken
If thats what youāre referring to
that shouldn't be the case, banned users are stored in Game.ini
Oh, okay. Then iām not too sure whats going on, Rowan.
Oh wait youāre talking about Whitelisting players.. gotcha
rcon bans were stored in bans.txt in the battle eye folder using GUID, not game.ini unless you use ingame ban, or manually added steamID ban to the game.ini >> Battle eye not active, no more GUID bans enforced
what the ID of the isle region2 redwoods
and the mappath
/Game/region2/Isle_Region2_Redwoods
no, it's a supplied official map, provided it is still there
š
Does The Isle have Steam Web API Enabled? Trying to make an auto update script on Linux and it didn't seem like it is, or I was doing something wrong.
Made a very messy script regardless with my limited knowledge. If have something else out there a bit neater, would be great!
(15 minute crontab) https://pastebin.com/mcf5WFn3
@little trench succeed thank you
Are there any servers that are up? When I launch the game and am browsing for servers, I can't find any populated ones
its a bit bugged atm. showing the player count doesnt work properly. there are many populated servers but due the bug, the list shows them as empty
@verbal panther You're gonna have to change your name dude so mods and higher can tag you. Its in rule 6. >.o
So without Battleye, are there any admin tools that work outside of the kick button in-game?
Tools, not yet? Just a steam id ban in game.ini, think it's about it.
No external tools or rcon support yet, but you can use the scoreboard buttons or open the console with the ~ key, and use the following commands
KickPlayer <name>
KickPlayerID <steamid64>
BanPlayer <name>
BanPlayerID <steamid64>
I'll be making this easier in the future with chat commands and allowing partial matching for names, and making it so you can copy a players steamid64 by clicking on it in the scoreboard soon
Will rcon come back or was it removed?
It was BERCON technically, built into battleye so now that battleye is removed its gone, but I would like to add some form of rcon back eventually
problem that I have no control inside my server
How would those bans work? I assume they're permabans. Can they be lifted through cosole?
I think in game bans end up only being 24hrs.
Unless the console gives a length of time.
How do I setting to choose human?
Humans are currently only in survival last I checked...
Survival with experimental enabled in game.ini or they just on now?
Some of the players we banned ingame are actually not able to join the server again after 24 hours because they get a message saying something like: Pending connection lost :. Anyone familiar with this issue?
Perhaps they aren't getting removed. Look though saved data, or Game.ini may have bannedID's. Mostly likely needing to restart the server when removing bans (If from the Game.ini)
how do we ban people now and is there ways to set timers on it
I can't see any evidence that the console ban works, nothing in logs, console or saved data.
Self Banning or players not on server via ID-64
A server hosting noob here, how do you change the gamemode?
Timers donāt work, it seems like every ban you do ingame is a perma ban since we checked our game.ini. We now created a doc where we put in the names and Steamid and remove them from the game.ini when we want them to be unbanned. Our current systems on setting a timer for the ban.
@rose epoch I figured it out, but thank you!
This where people advertise servers?
No this is problems and such for server hosting I believe
ok, im using ping perfect to host my server how can we have custom maps, non of them work from the mod
impossible
I just miss the ability of length of ban and reason. The rcon they had had spotty moments at times.
Is anyone familiar with the command line for the DV testlevel? Weād like to host that if possible.
/Game/TheIsle/Maps/Developer/DV_TestLevel
Thank you very much
Hey there I have a question; we have this strange issue were bodies seem to despawn every 8 a 9 minutes and we can't seem to locate and fix the problem. We used different timers but its not working, they also dont seem to create a gore corpse. Also, is it true all custom maps are out of the game untill the next fix because most of the skin mods work.
Think about what you're asking, then look at the various channels names, then think about where you are more likely to get your answers.
I'm going to be working on new console and chat commands for server administrators soon, if you have any suggestions for commands please post them here
Be able to Toggle in Camera mode and out using Console.
Give Health To your DIno
Command like Change_Dino_Shant
@here Can any Isle server owners please PM me? I have a few questions regarding commands you would like to be able to use in the future.
Sure jiggy
Gladly
I will
sure
same here š
server hosts: what value do you use for ServerDeadBodyTime in your Game.ini?
so character ragdolls are destroying after 10 seconds?
Depends on the server. Longer body lingers, laggier things can be - more on smaller maps.
I'm fixing the lag they cause
Fozor are you asking the time that the bodies stay ?
Ah, yes, mine is at 0.
Sweet!
at the moment the onlything have work is 0
But it's not actually in the .txt document so I have no idea if that's really a thing or if it's not.
0 is unlimited
^^^
like no ending right?
right... 0 means forever
0 is the default for the amount of food a dinosaur gives.
anithing over that will not last more then 15 seconds
At least, that's how I read it.
We had issues of bodies despawning within minutes with the setting on anything but zero
-1 makes more sense so I got confused with 0 x)
Yes, because it's by minutes with anything other than 0
Or seconds. It's on a timer if not on the default.
thats is correct it
character corpses food value should slowly decay and destroy once they reach zero
but it doesn't seem thats how its working at the moment
correct
We currently have it set to 3 hours (in seconds, of course) and it works fine
I have my servers body timers set at 0
Anything higher than that they despawn way to quickly
and 0 seemed to make them stay longer
0 is forever. And it is in seconds.
awesome. ill leave it open fora while!
kk
'1' on DM servers. '240' when Redwoods came out on sandbox with 80+ players, lots of killing that lagged a little higher timer made it not so good. That was a server running on E3-1270
Less killing, 20 minutes no issues. Hit about 45-50 minutes before lag became noted without timer
20 mins is 1200 seconds
As far commands, as long as you can kick ban with timer, PM and spectate players, anything extra is a bonus.
^^
I would literally just be satisfied right now with an admin cam that allowed you to see the farther reaches of the map and didn't require you to logout to get out of.
@here The document I have sent to server owners will be open to additions for about 48 hours, please add what you think even if you're not sure if it's possible to implement. If you're a server owner and don't have the document please PM me. Thanks!
Wait wut ?
im asking if someone donates 5-10$ can i give them a admin dino
lol no
ok cool
Anyone know how to edit the database now?
Your favourite text editor!
pretty much
@here I've closed the server command request document. Thank you to everyone who's added their comments and suggestions. Looter's going to be looking into getting many of them implemented soon. š
ā¤
Hey Jiggy it might be closed but could I get a look at it?
Thank you Jiggy!
I'm a server owner too, just haven't been around >>
i cant
Any ideas on how to permanently ban someone? I have a player repeatedly slinging racial commentary. I've used the in game console commands to ban the SteamID and I've even put an IP ban on the server side of things through PingPerfect.
Good night, I'm having a problem with Rcon, it just does not connect, I've already contacted pingperfect, but all I'm told is that the game dev temporarily disabled Rcon, would you like to know if this information is coming?
RCon is no more thanks to Battleye being removed. Some console commands can be used with Jiggy and others working on expanding that.
And how do I get this console?
From a post on here a bit ago.
How do I make more then one admin on the isle server because Iām making one and I have the name and that but I want my friends to play on it but I donāt pop up
Is there still a way to backup the entire database from a server (for switching back and forth between sandbox and progression for example)? The files/filepaths are different now, obviously.
yeah, just make a copy of your Databases folder and store it somewhere else. when needed just copy it back. or do you mean something else?
the entire folder? cause it used to be just a single DB file from what I hear. now there's a million separate files for each player instead.
yeah thats how it is now
so then you'd have to create a zip of the entire folder in order to back it up, right?
you can make a zip, but you dont have to. as said, simply copy the folder to another path and copy it back if you want to use it again
I guess I wouldn't know how to save the databases folder and its contents without zipping it. I've also never backed up the database myself before the patch that changed everything in there. so I am inexperienced anyways. I'm just trying to learn as much as I can
Using something like PingPerfect, provided the folders not to big, just use the Zip function, download a copy to your computer too.
Otherwise you'd have FTP Access. Using something like FileZilla, connect to the server with the detials they provided and grab the files and put them on your computer (Zip them for safe keep :D)
ah yeah, didnt think of pingperfect xD i'll stick to dedicated stuff
Figured if they are using dedicated they'd know how to š
Any possible reasons why I cant change the map of the server, its either Region2, or the server is not showing up.
map path wrong, errors loading? Have a look in the logs and see waht is happening
check the logs it will tell you why
If you are having trouble loading a map using the short name try using the full path instead, here is the current list of maps available
Isle_V4
/Game/TheIsle/Maps/Landscape4/Landscape_04
Isle_V3
/Game/TheIsle/Maps/Landscape3/Isle_V3
Isle_V2
/Game/Region2/Isle_Region2
Isle_V2 Redwoods
/Game/Region2/Isle_Region2_Redwoods
DV_TestLevel
/Game/TheIsle/Maps/Developer/DV_TestLevel
I would like to know if in normal mode it is already possible to use 2 mods?
somebody can explain me how to add a map and a mod on a server? [workshop map]
@merry nacelle Do you still need help?!
@rose epoch got it thank you ā¤
anyone know if š« in in game player panel actually perma bans players from server now?? i know it use to be only till server restart?
Iām not sure, but I heard something about it being a 24 hour ban? Donāt quote me on that though.
ok ty
The console is back, idk if that does the same or what, but that is another way, or just ban in the game.ini
Hey another question anybody knows a working kick/ban tool for server owners?š
There are currently no working tools like rcon because battleeye was removed, you can use the ingame one which I think does for 24 hours, or the console or in the actual server game.ini, otherwise as far as I know there are no tools. Unless you go legacy I think you can use the battleeye rcon.
Ok thank you š
Actually they are perma bans
You can only unban people by removing them from your game.ini
What all commands can you use in your own server?
hey, i have my own rented isle server and i cant play as carnivore because i cant find food. is there a way to disable the food drain in the ini files? i play on survival and i also dident find any ai.
Ai has been disabled until they rework it, and no, I donāt think you can change it in the ini files, there might be a command in the console iirc but other then that idk.
Someone know how spawn Tribal with bow , for test in prog ? (for collision and hitbox test in our server ) š
Tribals aren't in prog
Survival only.
What do I need to do to enable recording on a server that I host for myself?
Press t?
nothing happened, so I came here
It'll be considered a replay
It won't say it's recording but so long as you only press once it'll work and end up in your replays
Ah, the litter indicator isn't there anymore. Thought I broke something. Thank you!
Of course
Can i get some help from a moderator
?
How can i get access to the Dev Kit? looking to create own map
Currently, it's not a public thing and won't be given out.
Eventually it will be, so just keep your eyes peeled.
so i cant get my motd to work on my dedicated server is ther an updayed comand or is it broken??
@chilly basin MOTD is done by making a text file in the Saved Folder. -> Saved/MOTD.txt
can i get a screen shot to make sure im doing it right?
Best I can do, don't run server on Windows
Still doesn't work.i Just don't get it -.-
I'll make you a screen when i am at home^^
Thank you
@chilly basin
be sure it is really a txt file. had some cases where people had known file extensions hidden and didnt saw that their file was a .doc or .txt.doc
Question, anyone here know what the default setting for the ServerDeadBodyTime is? Want to set it to match official servers.
That's what I was thinking it would be was wanting to get a second opinion. Thank you
Of course
0 is default where bodies do no despawn (Unless changed recently). if you wish bodies to despawn for Deathmatch set to 1, value is set in seconds š
Yeah we got corpses to work properly on dev branch for Xibalba now by setting it to 0.
how do you turn a pingperfect server into a dev branch
omg thanks
@merry urchin um when i press dev branch and it does it then i go into it again it says legacy ?
Make sure to execute dev and not to go to the previous page, just continue back to the main control oanel
ok i figured it out but how do i get it on survival with the new map? @merry urchin
The map is /Game/TheIsle/Maps/Thenyaw_Island/Thenyaw_Island no reason why you can't load it up if you are on Dev branch
Anyone know of any Isle hosting services besides PingPerfect?
Citadel Servers
But they are their own set of problems.
You can't set up mods on their The Isle servers.
Need a qualified opinion. Would you recommend hosting your own server if your computer is fit to handle it, or just renting one?
Would recommend finding a solid provider, Been a little while sicne I've been with PP I wouldn't touch them personally, Citadel Servers took over a month to refund me after they set up Isle in the wrong country and then said they couldn't in the country I requested (Was put on the most furthest location...) Loving that account credit.
I myself use Dedicated hosting, download the game and configure it myself things PP would do for you.
Why is my Sandbox Server allways crashing on Dev Branch? Like every 2 hours.
@pure tinsel I am using CS and I run with Modded R2 and Primordial Tyrants mods
I'm not having any problems with Citadel Servers at the moment. Only problem I have is the lack of players, but that is just because of the Dev hype going on
@sonic trail How long has CS had mods working?
i have been had mine for at least 2 months now, though CS doesn't use drop down boxes like PP does. It's more technical about how to do it, but you understand the server better
I was referred to CS from server owners who had mods already installed, so my guess is for a while now
Hey, so i was wondering if is possible to add alberto into progression server, if so how?
you might be able to in your config editor. For example here is Allo: ProgressionOverrides=(Row="Allo",Points=180). Just replace "Allo" with the shorthand for Alberto, and make the point cost whatever you want.
on another note, My own server (not named for the obvious reasons), has been playing on progression for the last month. After I get home from picking my son up from school, it's in sandbox. I personally do not enjoy the toxicity that sandbox can bring out of people, so I checked my settings to make sure I didn't mis-click someone. My settings are still in Progression, and I have even tried Survival, yet the game always loads into Sandbox
Maybe because you're a admin, it loads sandbox for you
For others it might be progression
it has been using sandbox for me the whole time, and even in the server list in game it says the server is sandbox
Hm
Going through my server logs and I found this line:
"[2018.03.28-00.27.51:986][ 0]LogLoad: Game class is 'BP_GameMode_Sandbox_C'"
this is always present no matter what game mode I select.
hm, it only locks me in sandbox whenever I have Modded R2 active. If I use any other map or mod, it goes back to the game mode I choose.
I am. completely removed modded R2, hope it helps if anyone else has this problem
Also. @rose epoch , Alberto is in progression unless a server owner removes it, along with a "Saurophaganax", whatever that is.
Is there a way to set pp to 0 for admins?
yes just use this command line in the game.ini file. "ProgressionOverrides=(Row="Allo",Points=0)" that example line would set the Allo's point cost to 0 points
but i don't know if it can be set for only admins
Hmmm
there are mods that enable admin only dinos, but those have to be granted in the actual player's files. not the game.ini
Okay
Let's take my character profile for example:
{ "CharacterClass": "Velociraptor", "Location_Isle_Region2": "X=-80401.461 Y=-2818.780 Z=-9364.290", "Rotation_Isle_Region2": "P=0.000000 Y=33.357731 R=0.000000", "Growth": "1.0", "Hunger": "43", "Thirst": "15", "Stamina": "63", "Health": "25", "BleedingRate": "0", "Oxygen": "40", "bGender": false, "bIsResting": false, "bBrokenLegs": false, "ProgressionPoints": "5", "ProgressionTier": "1", "UnlockedCharacters": "Oro;Dryo;Psittaco;Ava;Velociraptor;" }
All you would have to do is change the "characterclass": to whatever dino you wanted them to have. but this would only take effect after a restart
so if they are an admin, and the dino is locked for players, this is a way to bypass that lock placed server-wide, and allow your admins to have an "admin-only" dino
but from all my digging, there is no way to reduce PP cost for specific players
Actually you donāt need to restart to change characters now, you just have to not be on the server and then once changed save and upload back to the players folder and go into the server.
oh that's a nice thing to hear. I guess when they leave it deactivates the files in the same way a restart would? So when they come back, it activates the new edited file instead.
Pretty much, delete the old file, replace it with the new edited one, once the player joins theyāll be that dino. When they leave it saves to the file, which is why you canāt do it before theyāve left.
Which again, is super useful so you donāt have to keep restarting just to change a players dinosaur.
How do you link your discord to your server if you use Citadel Servers as a host?
The new chat commands for admins can be seen by typing /help while being an admin in the server, they are also all console commands if you prefer that
In 0.1.35.3 I added a new spectator mode for administrators as well, by default it is bound to the \ key above enter, let me know how it works if you're hosting a dev branch server
In the next patch, aside from some bug fixes related to spectating there is a faster move mode available when you hold sprint
Next patch supposedly will have weather! :3
It's on the dev branch now but a little buggy, were fixing some issues with it
any crash logs?
Is anyone having trouble joining dev servers? I keep getting stuck on the loading screen
Is there a command for admins to be able to toggle everyones avatar/names on and off without having to make them viewable for everyone on the server?
not yet
Continue?
which version of the game did you encounter that on?
in 0.1.35.6 and later it should be removed while your spectating and safe
can you send me your servers log?
@untold sluice I had a similar issue, it kept telling people the connection timed out, a simple restart fixes it, idk exactly what causes it.
Does your server have mods by chance?
Has there been any update as to what program can be used in a server to help with kick/ban etc?
no external programs for server administration are supported at the moment
if you're on dev branch, there are new helper commands for admins you can see with /help in chat
Thank you looter
Is there a way to change what dino is needed to prog? For example I want to make it Velo > Herrera > Cerato > Allo > Acro > Giga.
Currently it is Velo > Herrera > Utah > Allo > Giga
I also want to know if there is a way to disable the Subadult Rex and replace it with adult rex in progression. I know there is the game.ini line DisabledDinosaurs=Allo to disable allo (and replace for any other dino), but i can't find the one for subadult Rex
@sonic trail I don't think you can alter progression paths through ini's but the subadult rex class is RexSubS for the survival version and TRexSubAdult for the sandbox version
this is in Progression mode. Was hoping to disable the sub adult and enable the adult somehow so rex players wont have to grow to adult, while giga and spino players start full grown
But thank you though, you have already help loads
the class names should be the same in progression i think
I just tried both and neither one disabled the subadult rex, but you gave me a base to mess around with so i'll keep trying. I'll let you know when i find it, thank you kindly
is there anyone hosting Thenyaw_Island on Pingperfect if there anyone pls Dm . Thank you
Does anyone know how to enable recording on a self hosted server?
i dont think that feature is enabled right now, or working anyway
recording on a self hosted server should already be working. That's how i have been getting sky shots of certain dinos
you should be able to get some nice angles with the new spectator mode as well if you're an admin
I was under the impression that spectator was only in Dev-branch at the moment?
ah yeah it is for now
Hello I need little advice to launch a server.
When we run the server with the cmd:
//
login anonymous
force_install_dir F:\THE_ISLE\srv01
app_update 412680 validate
exit
the game starts the download but around 50% the download is crashing the entire server.
We have a connection ILO and when downloading it is as if the connection satured and there is loss of connection with the steam server.
We are looking for steam but we have no problem to open servers on other games.
Do you have an idea ? Maybe we make a mistake in the cmd? We are open to all advice š
remove the spaces in the installation path. maybe its just that. had also a problem some time ago with spaces in the installation path
sry vvhen i copy past spaces appear take a look
We found a solution. We downloaded the server on our pc before sending all the files rather than launching a command directly on the server.
still... could get annoying when you need to update. maybe write permission problems with steamcmd?
Hello, may i speak to dondi please?
I have a friend named Diamond on Steam and Discord
And now i am very upest
I would like to report the steam user and possibly discord as well, Navy
Diamond and i are co-admins to the Timeless Nexus Servers
And i was just banned from the discord group and servers that were my own
Now I want to be able to get help and report him because i am very upset now
I never met this person, never spoke, nothing
And now I'm banned from my own discord group and servers!
I want him gone for good if it must be so
Now please...............................Someone get dondi so i can speak with him myself please
Talk to another developer.
Dondi is usually busy.
Idk if any developer would like to help you at all.
@hoary cave
Oh...ok thank you
I have just been informed that he has changed his name into Violence
if it's your own server, just go into the files with FTP and remove the ban lol
What map name would I use for the Thenyaw map in the server startup command?
The map is /Game/TheIsle/Maps/Thenyaw_Island/Thenyaw_Island
Would the map be available through pingperfect or no?
Is there an admin console command list for dev branch?
quoting what looter said for you @copper holly
"The new chat commands for admins can be seen by typing /help while being an admin in the server, they are also all console commands if you prefer that
In 0.1.35.3 I added a new spectator mode for administrators as well, by default it is bound to the \ key above enter, let me know how it works if you're hosting a dev branch server"
Anyone know the TooManyBirds-Deathmatch owners
How do I host a dev branch server? Do I switch it the same way through the properties on Steam?
In a similar way Toa ^^^ on your game panel
it depends on who hosts your server
hey could a fellow owner message me on how to move my server from stable branch to dev?
@near lintel What provider?
you would probably get a faster and more detailed response by filling a support ticket out with your host
+"app_update 412680 -beta development" validate
If you self host. May have to move the quote marks to make it work, not sure that's the right spot.
PingPerfect have a Beta/Legacy update button that you should use. Other host may have similar, otherwise you need to contact support
I am having issues with pingperfect map or gamemode change, it either takes 25 restarts to change map correctly or gamemode
any suggestions why maps or gamemodes do not change instantly with restart when selecting a new commandline
It takes some time to reload the map on the server when you switch the map commands Zato.
Yeah, switch and restart once, then wait.
hello here, someone to help me ? what is the "steam id" of the dev branch? or the exact cmd to up a serv in dev branch ?
Grinny said it 5 posts above you
didn't vvork
its too approximatly i try all combination vvith -beta development or -betadevelopment or - development...
//
login anonymous
force_install_dir M:\the isle\srv01
app_update 412680 -beta development validate
exit
didn't vvork
i already contact angelic but he just push the button on serv parameter (cause he got a pingperfect serv)
When using "app_update 412680 -beta development validate" you have to use the quote marks, think it is around the entire thing, could be just around the ID the branch.
hi, its me again ^^
vvhen i lauch
//
login anonymous
force_install_dir M:\the isle\srv01
app_update "412680 -beta development validate"
exit
this is vvork but i ddl the 0.1.34.1
but the dev branch is in 0.1.36.6 no ?
@bleak mantle Create a file named Update_TheIsleDev.bat inside of the folder that contains steamcmd.exe and place this code inside of it
steamcmd.exe +login anonymous +app_update 412680 -beta development +quit
then run that to download, install or update the development server, it will be installed to steamcmd-folder\steamapps\common\The Isle Dedicated Server
Hm. Is there a command to change someone's dinosaur?
nope, all available commands can be seen by typing /help into chat for admins
Ah, alright. Thank you so much!
Hello, I just want to know if it is possible to implement at the moment some AI or carcass on my server in dev branch? just for information if this is not possible it does not matter (we are trying to facilitate the progression of baby carnivores because we have not enough players at this moment)
The only way that I know is by setting someone as a dino that has 100 bleed and 1 health in the database where you want the body. Other then that I think there was a command or something, but I do not know that, only of the database thing which can be done without restarting which is nice.
Just have to wait for the AI to be re done, at the moment, thinks that's the best way if you jsut want to spawn food.
Does anyone here have experience with The Isle server hosting? Me and a friend would like to host our own server using our own ip and internet but we are kinda new to this stuff. So is it anyone out there that is interested in helping us? Feel free to pm me any timeš
anyone got tips for getting more members in your server, been trying for months but people just seem to come in once then never again
@ClouD_ApeX#2285 Before looking at the Isle, you'll need to make sure you have a static IP from your ISP. Standard allocation could change IP every 24 hours. Then no one would be able to connect otherwise.
Make sure your internet is up to the jump. Server largely dependent on the Upload speed of your internet (Generally slower then download). For any game it is advisable to have at least 10 mbit in either traffic direction. Howeverl; Not sure what the Isle takes per player.
For the time, Isle seems to run best on high single core speed CPU. A small stored away Xeon from 10 years ago @2.4GHz is going to struggle to scale with players.
Otherwise, download steamCMD, get the Isle and start hosting a server. Need some assistance I'll try and be about to help, might be a bit slow to give help, I haven't been online much due to life.
Where can i find resources for all the options
I am running a dedicated server and information is hard
@near lintel i am having the EXACT same problem. I blame the current dev server hype
š¦
how can i set food drain, water drain and progression menu timer?
also how to turn on family sharing
also need to know how to stop nighttime
@near lintel Just keep it going. Have active staff that are playing on the server consistently. Also, try and find a niche that your server fits. Some people do mods, others do different types of gameplay, etc.
okay i put a buch of random combinations, only need the progression timer variable now
[/script/theisle.igamemode]
ProgressionOverrides=(Row="Austro",Points=10)
Change Austro is each class you wish to change for progression. Not sure what the updated list is though.
@mental stag yea we are on daily and for hours, finding the niche may take time due to all the realism hate
@little trench im talking about the timer on the settings menu to open the menu, like logout timer
Lets call it progresion cooldown timer - like the ServerLogoutTime =
I havenāt tried it with progression so idk if itās the same atm, but respawn time should be the same I would assume, as with waiting to click the growth button on survival. If that doesnāt work then maybe there is a seperate one idk about. Donāt quote me on it though, not 100% sure. @flat raptor
Eh, there's a good amount of people who enjoy realism, the problem being that there are a lot of realism servers currently-- especially semi realism
ive tried ServerProgressionTime= and ServerProgressTime= neither works @naive onyx
I know its possible
Did you try ServerRespawnTime= ?
Nah, itās meant to be like, for sandbox, it has a respawn timer, but I guess itās linked to both grow and progress as well?
maybe ill try thanks
Good luck
sounds legit cuz its 45 sec default and the RespawnTime is 45 sec
I LOVE YOU @naive onyx
lol
stupid variable to be used
Is there any way to control the food / water drain?
I think thats tied to the actual dinos themselves. Not really a server setting since every dino drains at different rates
^
They should have a rate of drain. You cant change by dino but a global rate @sonic trail @naive onyx :(
How does one change the respawn settings?
Does Gender= control the gender of nested dinos?
what is the file path for thenyaw islands map?
my friend is trying to change the server from regular to dev branch but cant figure it out
What server provider are you using? @past estuary
I want to set up a death match dedicated server. Is it best to attempt to do this myself or via a provider?
Can settings of everything be adjusted with a provider?
Or anyone have any they recommend?
Or if its not worth going to a provider can someone tell me how to set up one? lol
@past estuary So for me the command line is /Game/TheIsle/Maps/Thenyaw_Island/Thenyaw_Island?MaxPlayers=32?game=Sandbox
Now for your friend, is there a file on their computer or a vps or a website that your friend edits the server on?
It is being hosted on a machine I have
@flat raptor What file does that need to be put under?
@shadow vault It depends because if you want to do it yourself your computer needs to be able to handle it additionally your Internet needs to be able to handle it as well. Also you need to have a static ip on your router so it doesn't change.
Now with a provider they take care of setting up the server box/ they are there to give you support. BUT not all providers will do this...so check before you pay for the server about the services they offer.
So pretty much the difference is do you want to do it on your own and not pay for anything or pay for it and potentially have support depending on the provider.
If you have anymore questions please @ me and if anyone spots any thing wrong with what I said please correct me.
@merry urchin Those go in the Game.ini file
Thank you!
How do you add a mod on a dedicated server?
@flat raptor If the mod is not a map just add the id to the GameUserSettings.ini
EnabledMods=(mod id)
If it is a map then add the id and the command line will be needed as well.
finally found the answer š thank you very much
Does anyone know the prediction of when dev branch updates will be passed to normal mode?
Soon ā¢
Thank you very much for your attention.
@oblique osprey Are you wanting to host a server on your computer or through a server provider?
Through a server provider like ping perfect i have one on normal branch but dev branch is more interesting
If you already have a server running on pingperfect you should see on the control panel an option to switch to the development branch. @oblique osprey
Going to check thanks
I don't see it @iron forum i can swap to current branch but all ready on it i can swap^to legacy but nothing else
@oblique osprey You are the owner of it correct and not a sub user?
Because I just checked my pingperfect control panel and I can switch it back to the current branch or legacy
I'm the owner
If you see both of them then you must be on the development branch
Valhoran I may help you by sending you some pictures of it
Yes please
So what was the fix?
I think they had it but not switching the beta process
Ohh okay. Thanks for telling me.
Np š
Does anyone know the command line for Thenyaw? Running this off of the steam Isle Dedicated Server tool.
didn't you already send it
Thenyaw_Island
That command line I sent was for pingperfect. it doesn't work for the steam tool
Thank you Hypno. I'll try just that when I get home
is Thenyaw_Island for dev only? @dull wraith
Dev branch only at the moment.
thanks
So im trying to set up a server through the steam dedicated server tool. How do I get onto the dev branch and use the Thenyaw map? Any help would be appreciated
@shadow fiber Right click the tool and click on options and click on beta tab and select development like you would if you were switching your game.
oh ok what about using the Thenyaw map?
@shadow fiber So Hypno said it was
Thenyaw_Island
I have not gotten a chance to try it
alright thanks ill look into it after the update
anyone know the path for DV Test Map?
Its the name of the map
Go to the host menu and see what it's called
It should be something like dv_testlevel
I've never used the host menu, always use the server tool, but it got worked out. any reason it keeps forcing itself into survival mode?
also is AI working for any map right now?
I think it uses the settings you last used in the host menu, not sure though
Also AI was disabled
Hm. Will it be possible to disable the old dinosaurs in favor of the survival ones on Sandbox? Also, is it possible to disable the adult versions of the survival dinosaurs but still have them grow on Sandbox? I'm trying to think of workarounds for the low pop hunger problems and I only see Sandbox as a solution other than leaving random dead bodies for people to find and eat, but that requires going in and changing my database file and reeee I just feel bad that my carnivore players don't have much to eat and my herbivore players are constantly being decimated. ;.;
as far as i know you can enable/disable any dinosaur from the roster for your server
half of all "realism" servers have sauropods disabled at least
You should really check out our new server its progression and low pps! We would definetly like more people to join its 100 slots so feel free to join our discord for more info!š https://discord.gg/RgXbYmr
https://discord.gg/pq9HuFe
Come join Utopia, a primordial tyrants modded server! We have Events, Staff, Cool Channels and More!
Pretty sure this place is for people who need help with their server not for people to post about their discord mates
Yea that would fall under the common sense rule
uhhh hey can anyone help me
i finally got my server up and running after much ado and piecing together like 5 separate guides because of all the outdated information out there
but it only displays under LAN and none of my friends can see it even if they're connected to me via hamachi
Defaults ports for the game/steam are 27015, 7777, 7778. Make sure they are opened in your firewall/AV & router so anyone can see and connect to the server.
is there a way to make sure those opened ports only allow traffic from the isle? 'cause i've had issues in the past with opening ports for games where i ended up with some random jerk in my network and had to reconfigure everything to banish them
Perhaps Application exception on your PC AV/Firewall
I don't use home computers to host servers, I've had very little to do with what you need. Someone else might bounce along and assist.
fair enough
i'm thinking i might just have to bite the bullet and rent a hosted server, i just wanted to try to see if my computer would do it first
Far easier and safer. Just more dosh :3
Right. This isn't a server ad dump channel. And I know you just advertised not too long ago.
Keep it to information about hosting servers and helping others with server hosting.
If you want to advertise a server, I'd recommend the Steam forums.
Anyone know why servers show for some people on dev branch, and not for others?
Having trouble figuring out how to change progression to sandbox on pingperfect
I Don't use PP, however you should have a "Command Line Manager" or something similar. There will either be dropdown box or a text field to type in to change it.
@x3Cutez#0052 update your server frequently
Don't use or YOU don't use PP? @little trench
*I do not. Did you manage to change the gamemode with what was supplied in the rest of the message?
You don't @merry urchin
Strains are unreleased content, and therefore they are unable to be accessed by normal players.
So you can't.
guys I just got my server the other day it is dev branch.
Which option do I use in ping perfect to update it?
for the new v3 map is it the same command line as old v3?
@merry urchin Click on beta/legacy update ćSelect Development on the drop-down menu ćClick 'Execute'
Is it possible to host a server on the dev branch with the v3 map?
yes
How can i change weather in console?
@kind citrus You shouldn't attempt it if you're not running a dedicated server, there's serious issues if you try hosting V3 locally.
We have a dedicated box and we are trying to set up a The Isle server. Experienced with other games such as Ark, Dark and Light, Conan Exiles, PixArk, Rust, but this is the first time we are setting up a The Isles server.
I'm having a hard time finding a good guide to set it up.
But I've gotten a .bat setup for updating and one for starting the server.
Found the game.ini server settings.