Survival Mode!
Description:
Biters only attack at night, regardless of pollution levels, and come in waves. Survive for as many rounds as you can!
Features
Each Round has more biters spawn
They have a chance to drop ammo so be sure to pick it up. Ammo becomes more important later on ...
Search found 3 matches
- Sun Sep 18, 2016 11:52 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Survival Mode
- Replies: 1
- Views: 1843
- Fri Aug 26, 2016 4:08 am
- Forum: Modding help
- Topic: Can't place Bullets on the ground
- Replies: 2
- Views: 1291
Re: Can't place Bullets on the ground
Thank you! That fixed it.
- Fri Aug 26, 2016 4:01 am
- Forum: Modding help
- Topic: Can't place Bullets on the ground
- Replies: 2
- Views: 1291
Can't place Bullets on the ground
I'm trying to have a stack of bullets spawn on the ground whenever the player kills an enemy unit.
Here's an example code:
game.surfaces['nauvis'].create_entity{name="item-on-ground",position={0,0},stack={name="basic-bullet-magazine", count=1}}
This doesn't work. Gives the error that the item ...
Here's an example code:
game.surfaces['nauvis'].create_entity{name="item-on-ground",position={0,0},stack={name="basic-bullet-magazine", count=1}}
This doesn't work. Gives the error that the item ...