Knuckle Cracker

Creeper World 3 => Gameplay Discussion => Topic started by: Otterbear on November 28, 2013, 09:43:46 PM

Title: How do I find the Digitalis making little "Thingy"?
Post by: Otterbear on November 28, 2013, 09:43:46 PM
There is an enemy "Unit" that moves around and makes digitalis as it goes.(It also makes runners.)
I know this is programmable in the code.
Question: Is it a unit you can just add in the editor? I have been unable to find it.
Also looking for the code for the wall runners(?)...the units that move along the tops of walls and shoot.
It would be nice if we could get these types of units added to the editor, and have options like the other units. Emitters for example. (amount,speed, ect.)
TIA.
Title: Re: How do I find the Digitalis making little "Thingy"?
Post by: Grayzzur on November 28, 2013, 10:01:34 PM
Those are custom CRPL units, not units built in to the game. You can read up on CRPL on the wiki, and you can pull the CRPL scripts from any existing map to see how they work or copy them. To copy a map's scripts:
Title: Re: How do I find the Digitalis making little "Thingy"?
Post by: Otterbear on November 28, 2013, 10:21:22 PM
Thank you Grayzzur!

Do you know if any of these awesome scripts will get incorporated into a later patch?
A kind of a pull down menu of great scripts or some such, would be nice.
Title: Re: How do I find the Digitalis making little "Thingy"?
Post by: TrickyDragon on November 29, 2013, 11:00:35 AM
You can copy scripts right from the wiki and place them on a project and put them on to any core.  Most writers explain what a script does on the first lines. I also think that the wiki home custom images for the crpl cores as well...
Title: Re: How do I find the Digitalis making little "Thingy"?
Post by: Otterbear on November 29, 2013, 12:01:58 PM
Thanks TrickyDragon.