Cant spawn biters :/ [0.13.9]
-
- Manual Inserter
- Posts: 2
- Joined: Wed Jul 20, 2016 6:16 pm
- Contact:
Cant spawn biters :/ [0.13.9]
so, i started a game with the enemy biters set to "none", and i was wondering if there was any way to get them to spawn, because its getting a bit boring without them. are there any commands, mods, or anything else to do this?
-
- Long Handed Inserter
- Posts: 51
- Joined: Thu Jun 16, 2016 5:00 am
- Contact:
Re: Cant spawn biters :/ [0.13.9]
Honestly I'm starting to think they should simply not have the "none" option for biters, since "very low" with peaceful mode makes them a non-factor unless you're building a megabase and need vast amounts of empty space. Or have it give you a big warning saying "WARNING: YOU WILL PROBABLY EVENTUALLY WANT BITERS AND YOU CAN'T MAKE PURPLE SCIENCE WITHOUT THEM. PROCEED AT YOUR OWN RISK."
Ahem.
Try this:
where <x position> and <y position> are numbers. {0, 0} is the middle of the world where you spawned.
If they get out of hand you may want:
Ahem.
Try this:
Code: Select all
/c game.player.surface.create_entity{name="biter-spawner", position={<x position>, <y position>}}
If they get out of hand you may want:
Code: Select all
/c game.player.surface.peaceful_mode=true
Code: Select all
/c game.forces["enemy"].kill_all_units()
-
- Manual Inserter
- Posts: 2
- Joined: Wed Jul 20, 2016 6:16 pm
- Contact:
Re: Cant spawn biters :/ [0.13.9]
thank you ![Smile :)](./images/smilies/icon_e_smile.gif)
![Smile :)](./images/smilies/icon_e_smile.gif)