("Quadwings", "Seagulls", "Fish", etc..")
and you wanna know how to spawn them in a MP map.
Here is how:
I'll be using Entity v1.4 for this tutorial,
you can use another version as long as you have
an updated [scnr] plugin
and chunk-cloning capability.
First, get a clean SP map of which contains the [crea]ture you wanna use.
I used 05a_deltaapproach.map which contains the "Quadwing" creatures.
Open your map with Entity and
find the [crea] tag then click the creature you want.

Click the three boxes on the right,
(Recursive, Parsed, and Sounds)

Next, press the "Save" button,
now make a new folder on your desktop labeled "New Creature"
and save your creature's data there.
Now open the MP map that you
want to build your new creature into.
(I'll be using "coagulation.map")
Just like before click "Recursive, Parsed, and Sounds" and then press the "Build" button.
Find the new folder that you made on your desktop and open it. And select the .info file.
After a few seconds Entity will have a pop-up window that says "Done" then press "OK".
Alright, now that we have built our new "Creature" into our map, we need a way to spawn it.
The creature spawning reflexive resides within the [scnr] tag.
So we must transfer over the "Creature Spawning" reflexive from our SP map into our MP map.
To do this:
Open your MP map and your SP map with Entity, and in your SP map, open the [scnr] tag.
Now right click on the dependancy viewing window and open the "Chunk Cloner"
and find the "Creature Spawning" reflexive.

Select it and press "Copy To Clipboard".
Next, in your MP map, open the [scnr] tag and then open the "Chunk Cloner" once again.
Select the first chunk found at the top,

and then press "Add To Selected Reflex/Chunk".
After the "chunk tree" collapses press "Add Meta To Map".
After a few seconds Entity will have a pop-up window that says "Done" then press "OK".
Now, we have everything we need in our map to make our creatures spawn properly.
We just need to tell the map where to spawn them.
We need to find a set of coordinates within our MP map to spawn our new creatures.
Since I used Coagulation for this tutorial, I just used the rocket launcher weap spawn coords.
(A good central location)
and then I made the Z coord a little higher. So they would spawn up in the air.
Once you've found your new coordinates, you'll need to input them in the [scnr].
Open your MP map in Entity and open the [scnr] tag.
Now, open the "Meta Editor" and scroll down until you see the "Creature Spawning" reflexive.
(Located directly below the "Fog Pallete" reflexive)

Input your new X, Y, and Z coords,
and you may want to set the number of creatures that spawn
depending on how many you want.
And after all of that, just re-sign, FTP, and ...


...don't forget to enable A.I. with Yelo.
