Don't Starve Together

Don't Starve Together

Personal islands
Astro  [desarrollador] 17 DIC 2015 a las 10:14 p. m.
Console & cheating
Here I will place console commands, that could be usefull. If you have any questions about console please ask inside this disscusion.

Spawn new bell (for existing island)
local s = c_spawn("bell") s.islandid = <YOUR ISLAND ID> s:AddTag("bell_island"..<YOUR ISLAND ID>)


Get island ID
Execute one of the following codes holding mouse cursor above triangle portal in center of island:

This script should work when running LOCALLY on any server:
for i = 1, 33 do if TheInput:GetWorldEntityUnderMouse():HasTag("island"..i) then print("IslandID:"..i) end end

This script works on non dedicated servers:
print("IslandID:"..TheInput:GetWorldEntityUnderMouse().islandid)
The result should be printed in console. Island ID is a number between 1 and 33.
Última edición por Astro; 3 AGO 2016 a las 10:07 a. m.
< >
Mostrando 1-4 de 4 comentarios
fallen evil 9 ENE 2016 a las 9:40 p. m. 
i think you can show the island number in the triangle portal or beside it. It would be easier for players to distinguish between islands in the game.
Astro  [desarrollador] 3 AGO 2016 a las 10:07 a. m. 
For those who has problem with determining IslandID use following script. Script should be executed LOCALLY:

for i = 1, 33 do if TheInput:GetWorldEntityUnderMouse():HasTag("island"..i) then print("IslandID:"..i) end end
DawnGaming 20 DIC 2017 a las 12:28 p. m. 
get id island still not working
LOCALLY just say always 1 value
originalmaja 7 MAR 2020 a las 8:56 a. m. 
spawn bell, spawn triangle: https://www.youtube.com/watch?v=bKSdLaw4z3Q
< >
Mostrando 1-4 de 4 comentarios
Por página: 1530 50