#did you try the thing? I keep askin cos
1 messages · Page 1 of 1 (latest)
lol thats it setting the home surface
Hm it didn't crash, but when it warped I'm now in an empty world. no tiles
nope. can't get out either
ok exit without saving I think there could be a way to re load the chunks
it needs to create the surface
ok
now what
lol I blew myself up with a nuclear bomb and it generated chunks and respawned me in the same world
/c game.delete_surface("surface_name")
so we delete the surface that exists and make a new 1
should be called new-world
New-World
has caps
/c game.delete_surface("New-World")
but dont be on it
cool that did it
can you list surfaces?
for name, surface in pairs(game.surfaces) do
game.print("Surface name: " .. name)
end
/c for name, surface in pairs(game.surfaces) do
game.print("Surface name: " .. name)
end
Ah ok cool
I wonder if you could choose a location to teleport to earlier and have the game pre-load the area so it lands more smoothly
please tell me we fixed it?
yes that fixed it
currently it's a bit janky to land at a standstill and have to wait a few seconds for the land and everything on it to generate
force load chunks?
I tried it with it on it had big lag spike but when done landing on other surface was smoother
more times you do it the smoother it gets
I made it so people can just do silly things
I wonder if you could do it over several ticks, and the player just keeps driving with flame on until the area is loaded
spread it out a bit to reduce the spike
I like it, it's silly and fun
need to multiplayer test it#=
true