How to destroy rocks in sandbox games?
How to destroy rocks in sandbox games?
Hi there,
I started a game in sandbox, just to try it out. But after some time I realised, that there is no obvious way to get rid of those nasty rocks, because I don't have a shotgun to fire at them (obviously because I don't have a character). Is there any possibility to destroy them?
Thank you in advance.
Greetings,
Schorty
I started a game in sandbox, just to try it out. But after some time I realised, that there is no obvious way to get rid of those nasty rocks, because I don't have a shotgun to fire at them (obviously because I don't have a character). Is there any possibility to destroy them?
Thank you in advance.
Greetings,
Schorty
Tired of not being able to reduce the pollution? Try the Air-Filter-Mod
With this, you are able to use the pollution levels in your circuit network: Pollution detector
With this, you are able to use the pollution levels in your circuit network: Pollution detector
- Phillip_Lynx
- Filter Inserter
- Posts: 541
- Joined: Mon Jul 21, 2014 6:00 pm
- Contact:
Re: How to destroy rocks in sandbox games?
no character?
You always have a character or do I miss something?
You always have a character or do I miss something?
Re: How to destroy rocks in sandbox games?
No, you don't have one, if you play sandbox. And therefor you can't destroy those rock. At least as far as I know
Is it possible to add a new character temporarely so I can shoot the rocks to hell and then delete the char afterwards?
Is it possible to add a new character temporarely so I can shoot the rocks to hell and then delete the char afterwards?
Tired of not being able to reduce the pollution? Try the Air-Filter-Mod
With this, you are able to use the pollution levels in your circuit network: Pollution detector
With this, you are able to use the pollution levels in your circuit network: Pollution detector
- Phillip_Lynx
- Filter Inserter
- Posts: 541
- Joined: Mon Jul 21, 2014 6:00 pm
- Contact:
Re: How to destroy rocks in sandbox games?
So what is Sandbox here? I do not find such a thing.
I have only campaing, start game and load game (and own scenarios wich I did not use). And in every type I have a char (not knowing about own scenarios).
But this ist OT. Sorry I can not help ou
I have only campaing, start game and load game (and own scenarios wich I did not use). And in every type I have a char (not knowing about own scenarios).
But this ist OT. Sorry I can not help ou
Re: How to destroy rocks in sandbox games?
Under scenarios, there's freeplay, which is the same as start game, and there's sandbox, which is a character-less accelerated start, sorta like a limited god-mode.
Re: How to destroy rocks in sandbox games?
back on topic...
edit: even simpler - center stone in your vision range (more or less...), open console and type
edit: even simpler - center stone in your vision range (more or less...), open console and type
Code: Select all
for _, entity in ipairs(game.findentitiesfiltered{area={{game.player.position.x-32, game.player.position.y-32},{game.player.position.x+32, game.player.position.y+32}}, name="stone-rock"}) do entity.destroy() end
original post
Re: How to destroy rocks in sandbox games?
Hell, yeah!
It works like a charm. Thank you very much =)
It works like a charm. Thank you very much =)
Tired of not being able to reduce the pollution? Try the Air-Filter-Mod
With this, you are able to use the pollution levels in your circuit network: Pollution detector
With this, you are able to use the pollution levels in your circuit network: Pollution detector
Re: How to destroy rocks in sandbox games?
Oh Factorio. Why you require a Lua programming course just to work with console commands?
Re: How to destroy rocks in sandbox games?
Another way - move mouse over any entity, then type game.player.selected.destroy()Schorty wrote:Hell, yeah!
It works like a charm. Thank you very much =)
Daniel V. Lenskiy
Re: How to destroy rocks in sandbox games?
if you use a mod called test mode i will let you switch betwen the 2
-
- Manual Inserter
- Posts: 3
- Joined: Fri Jun 16, 2017 7:27 pm
- Contact:
Re: How to destroy rocks in sandbox games?
Or use grenades?