Teardown

Teardown

78 ratings
Coming Home
   
Award
Favorite
Favorited
Unfavorite
Type: Content, Spawn
Category: Map
File Size
Posted
Updated
183.296 MB
4 Nov, 2022 @ 12:47pm
1 Apr, 2024 @ 5:07am
2 Change Notes ( view )

Subscribe to download
Coming Home

Description
Reupload

A moon-themed landscape setting. Low gravity is the main feature of this map. It also has some rovers and my moon base in it.

FoxyPlayzYT made the smaller rover
RUFU5 made the flying UFO
43 Comments
TheSoph 1 Nov, 2024 @ 6:20pm 
WHOA
MainFish 28 Jul, 2024 @ 12:35pm 
@NGNT Thanks!
NGNT  [author] 28 Jul, 2024 @ 5:34am 
@MainFish

function init()
min = FindLocation("min")
max = FindLocation("max")
minPos = GetLocationTransform(min).pos
maxPos = GetLocationTransform(max).pos
end

function tick(dt)
QueryRequire("dynamic")
speed = GetPlayerVelocity()
bodies = QueryAabbBodies(minPos, maxPos)
end

function update()
SetPlayerVelocity(VecSub(speed, Vec(0, -0.13, 0)))

for i=1,#bodies do
SetBodyVelocity(bodies , VecSub(GetBodyVelocity(bodies ), Vec(0, -0.13, 0)))
end
end

Murdoc actually figured it out using only 20 lines of code
MainFish 28 Jul, 2024 @ 4:12am 
So, how did you make low gravity? @NGNT
MainFish 7 May, 2024 @ 12:15pm 
Wait, how did you make low gravity?
RUFU5 1 Apr, 2024 @ 6:13am 
omg thanks dude
NGNT  [author] 1 Apr, 2024 @ 5:08am 
@RUFU5
Done :steamthumbsup:
RUFU5 18 Feb, 2024 @ 5:45am 
can you add the ufo from my mod here lol?