• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Adding new Zombies to the Game

crazyduck

New member
Hi all,

Was playing around with Unity and added some things to my Server.

Now i thought i could add some more Zombies with different Models to the Game.

Since many Things like Blocks or Vehicles need some sort of Tag to work can anybody tell me if there is also a Tag i need to use for a Zombie ? Cause last try was a invisible not existing Zombie ingame but also no Error in Logfile .

 
thats not as easy as adding other things, Z's or any entity need a lot of work, animations and coding, look for xyth's video tutorials.

 
Animations and such stuff are not really a issue. Are there also Tutorials without Videos? To be honest reading how somethign works is more useful for me as watching videos where i coudl possible find something if i watch 10 oder 20 minutes .

Already looked at xyths Tutorials but only found something about Vehicles, Weapons and such Stuff but nothing about adding a new Entity to the Game. And Vehicles, Weapons, new Building Blocks or new Blocks with interactions are no Problem .

 
There are far too many different ways to add entities to cover in a document. Videos really are the best way, unfortunately.

It's all about the different rigging. Did the model come with rigging, does it have animations, are they legacy or mecanim, does it have a state machine...

...no to any of these would require a separate branch of answers.

- - - Updated - - -

But to answer your question, no, no special tagging.

 
Back
Top