Don't Starve Together

Don't Starve Together

Personal islands
Astro  [개발자] 2015년 12월 17일 오후 10시 14분
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.
Astro 님이 마지막으로 수정; 2016년 8월 3일 오전 10시 07분
< >
4개 댓글 중 1-4개 표시
fallen evil 2016년 1월 9일 오후 9시 40분 
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  [개발자] 2016년 8월 3일 오전 10시 07분 
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 2017년 12월 20일 오후 12시 28분 
get id island still not working
LOCALLY just say always 1 value
originalmaja 2020년 3월 7일 오전 8시 56분 
spawn bell, spawn triangle: https://www.youtube.com/watch?v=bKSdLaw4z3Q
< >
4개 댓글 중 1-4개 표시
페이지당 표시 개수: 1530 50