Stranded... Oreless

by jblaske

You've crash landed on a hostile alien planet, you're hurt and have nothing but the remains of your crashed ship. Your mission now is to salvage what you can from your ship, and survive long enough to launch a rocket to let home know exactly where you are. Good Luck.

3 years ago
0.17 - 1.0
16

b Potential mod conflict

4 years ago

Why do you need this?

script.on_event(defines.events.on_player_joined_game, function(e)
game.players[e.player_index].force.set_spawn_position({x=0,y=0}, game.surfaces["nauvis"])
end)

script.on_event(defines.events.on_force_created, function(e)
e.force.set_spawn_position({x=0,y=0}, game.surfaces["nauvis"])
end)
4 years ago

I don’t really it’s old early stuff that I had completely forgot was still in there. I can def remove it in the next update.

4 years ago
(updated 4 years ago)

This would conflict with warptorio. ... if i actually used set_spawn_position instead of teleporting players after respawning. Any other similar mods that change factorio surfaces would face similar problems.
https://mods.factorio.com/mod/warptorio2

Interestingly, there is no major conflict with removing all the base game resources.
Only this spawn point thing is a conflict.

4 years ago

Yeah, I don't actually need to mess with spawn at all, so it's all removed now.

The only thing i do with the surfaces at this point is the initial crashed spaceship.

New response