Hello, I am new in this forum. This is my first post that I do.
I come with a question that I hope can be resolved.
I was experimenting with the Factorio console and cheats, I was looking for how to make my car indestructible like you can do with the player, for example:
/c game.player.character.destructible = false
Which is like God mode without being invisible. But I want to do the same with my car because I want to have fun killing biters.
Is there a way? I await the answer.
Thanks <3
I want to make my car indestructible with cheats, is there some way?
Re: I want to make my car indestructible with cheats, is there some way?
Hover over the car with the mouse so it's highlighted and use the console command
It's basically the same thing, but you're telling the game that you want the player's currently selected entity to not be destructible, instead of their character. That's why you need to do it while hovering the mouse over the car. It should work for any entity in the game.
Code: Select all
/c game.player.selected.destructible = false
Re: I want to make my car indestructible with cheats, is there some way?
I didn't know there was a command for this, you can also make your car indestructible when in the /editor mode, clicking on your car would open an additionnal pannel on which you can tick a box to make it indestructible.