How to destroy rocks in sandbox games?

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Post Reply
User avatar
Schorty
Fast Inserter
Fast Inserter
Posts: 185
Joined: Tue Aug 12, 2014 10:29 am
Contact:

How to destroy rocks in sandbox games?

Post by Schorty »

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
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

User avatar
Phillip_Lynx
Filter Inserter
Filter Inserter
Posts: 541
Joined: Mon Jul 21, 2014 6:00 pm
Contact:

Re: How to destroy rocks in sandbox games?

Post by Phillip_Lynx »

no character?

You always have a character or do I miss something?

User avatar
Schorty
Fast Inserter
Fast Inserter
Posts: 185
Joined: Tue Aug 12, 2014 10:29 am
Contact:

Re: How to destroy rocks in sandbox games?

Post by Schorty »

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?
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

User avatar
Phillip_Lynx
Filter Inserter
Filter Inserter
Posts: 541
Joined: Mon Jul 21, 2014 6:00 pm
Contact:

Re: How to destroy rocks in sandbox games?

Post by Phillip_Lynx »

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 :(

n9103
Smart Inserter
Smart Inserter
Posts: 1067
Joined: Wed Feb 20, 2013 12:09 am
Contact:

Re: How to destroy rocks in sandbox games?

Post by n9103 »

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.
Colonel Failure wrote:You can lose your Ecologist Badge quite quickly once you get to the point of just being able to murder them willy-nilly without a second care in the world.

arl85
Fast Inserter
Fast Inserter
Posts: 174
Joined: Tue Jun 10, 2014 7:08 am
Contact:

Re: How to destroy rocks in sandbox games?

Post by arl85 »

back on topic...

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
Do you need help taking screenshots in-game? have a look to my guide to calculate screenshot dimensions

User avatar
Schorty
Fast Inserter
Fast Inserter
Posts: 185
Joined: Tue Aug 12, 2014 10:29 am
Contact:

Re: How to destroy rocks in sandbox games?

Post by Schorty »

Hell, yeah!
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

n9103
Smart Inserter
Smart Inserter
Posts: 1067
Joined: Wed Feb 20, 2013 12:09 am
Contact:

Re: How to destroy rocks in sandbox games?

Post by n9103 »

Oh Factorio. Why you require a Lua programming course just to work with console commands? :P
Colonel Failure wrote:You can lose your Ecologist Badge quite quickly once you get to the point of just being able to murder them willy-nilly without a second care in the world.

User avatar
Reygan
Fast Inserter
Fast Inserter
Posts: 177
Joined: Tue Jan 28, 2014 8:42 pm
Contact:

Re: How to destroy rocks in sandbox games?

Post by Reygan »

Schorty wrote:Hell, yeah!
It works like a charm. Thank you very much =)
Another way - move mouse over any entity, then type game.player.selected.destroy()
Daniel V. Lenskiy

PROTOS
Burner Inserter
Burner Inserter
Posts: 19
Joined: Tue Jun 30, 2015 12:51 pm
Contact:

Re: How to destroy rocks in sandbox games?

Post by PROTOS »

if you use a mod called test mode i will let you switch betwen the 2

Kuldrtorix
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Jun 16, 2017 7:27 pm
Contact:

Re: How to destroy rocks in sandbox games?

Post by Kuldrtorix »

Or use grenades?

Post Reply

Return to “Gameplay Help”