I'm playing through my first Bob's Mods campaign in peaceful mode (no kills) and trying to figure out how to command line in small multi-color alien artifacts in order to be able to finish the research. I'm also using the Alien Science mod to make plain alien artifacts from red, green and light blue science packs. I used the command line earlier in the game to get 1 Blueprint so that I could plan out my Roboport spacing. The command used was.
/c local player = game.local_player
player.insert{name="blueprint", count = 1}
Trying to modify this command for small multi-color alien artifacts has been a problem. It keeps telling me that it can't find "Small red alien artifact" or "Small-red-alien-artifact." Are the artifacts under a different name under the library, or because it is part of a mod I need to use an entirely different command sequence?
Any help would be appreciated. Thanks.
Command Lining in small multi-colored alien artifacts.
Moderator: bobingabout
- sporefreak
- Fast Inserter
- Posts: 183
- Joined: Sun Apr 17, 2016 12:55 am
- Contact:
Re: Command Lining in small multi-colored alien artifacts.
Copy and paste this
Big artifacts
I have considered adding a way to produce artifacts without killing anything at all or using commands, tell me what you think.Re: Command Lining in small multi-colored alien artifacts.
That worked. Thanks