Jump to content

Coming Soon - The Gorge!


Recommended Posts

Just now, watermelen671 said:

You forgot the two main ones:


minimap = TheSim:FindFirstEntityWithTag("mini­map")

TheWorld.minimap.MiniMap:ShowArea (0,0,0,10000)

for x=-1600,1600,35 do
	for y=-1600,1600,35 do
		ThePlayer.player_classified.MapExplorer:RevealArea(x,0,y)
	end
end

and:


function spawn_beef(PUDGY) local beef = c_spawn("beefalo"); beef.components.hunger:DoDelta(400); beef.components.domesticatable:DeltaTendency(PUDGY, 1); beef:SetTendency(); beef.components.domesticatable.domestication = 1; beef.components.domesticatable:BecomeDomesticated(); end

 

reveal map and a domesticated beefalo?

Just now, NerFeXus said:

reveal map and a domesticated beefalo?

:wilson_goodjob:

3 minutes ago, t0panka said:

Guys imagine that this GEORGE beta will {[insert whatever horrible thing you dont want to happen]} ...

EDIT: and i think DST items are on Klei servers not Valves

They're not. Everything held in your Steam inventory is stored on Valve's servers.

minimap = TheSim:FindFirstEntityWithTag("mini­map")

TheWorld.minimap.MiniMap:ShowArea (0,0,0,10000)
for x=-1600,1600,35 do
	for y=-1600,1600,35 do
		ThePlayer.player_classified.MapExplorer:RevealArea(x,0,y)
	end
end

Thanks for that. I didn't know the command. Now we can find where The Gorge Beta is hiding

Just now, Radpro said:

minimap = TheSim:FindFirstEntityWithTag("mini­map")

TheWorld.minimap.MiniMap:ShowArea (0,0,0,10000)

for x=-1600,1600,35 do
	for y=-1600,1600,35 do
		ThePlayer.player_classified.MapExplorer:RevealArea(x,0,y)
	end
end

Thanks for that. I didn't know the command. Now we can find where The Gorge Beta is hiding

It's hidden in Vancouver in Klei Offices

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

Guest
This topic is now closed to further replies.
×
  • Create New...