Teardown
82 个评价
Coming Home
   
奖励
收藏
已收藏
取消收藏
Type: Content, Spawn
Category: Map
文件大小
发表于
更新日期
183.296 MB
2022 年 11 月 4 日 下午 12:47
2024 年 4 月 1 日 上午 5:07
2 项改动说明 ( 查看 )

订阅以下载
Coming Home

描述
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 条留言
TheSoph 2024 年 11 月 1 日 下午 6:20 
WHOA
MainFish 2024 年 7 月 28 日 下午 12:35 
@NGNT Thanks!
NGNT  [作者] 2024 年 7 月 28 日 上午 5:34 
@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 2024 年 7 月 28 日 上午 4:12 
So, how did you make low gravity? @NGNT
MainFish 2024 年 5 月 7 日 下午 12:15 
Wait, how did you make low gravity?
RUFU5 2024 年 4 月 1 日 上午 6:13 
omg thanks dude
NGNT  [作者] 2024 年 4 月 1 日 上午 5:08 
@RUFU5
Done :steamthumbsup:
RUFU5 2024 年 2 月 18 日 上午 5:45 
can you add the ufo from my mod here lol?