Game Development Community

No Projectiles showing

by Rigo Cisneros · in RTS Starter Kit · 03/22/2008 (7:12 am) · 2 replies

Anyone notice that projectiles don't really show when shot. just the lighting /emitter..etc.

>Crossbow.cs

datablock ProjectileData(CrossbowProjectile)
{
projectileShapeName = "~/data/shapes/crossbow/projectile.dts";

I noticed this in Stock 1.0 and the latest 1.5.2 version.

-tried creating a new/editing the dts file, even scaling it up...still no show..

Any Idea?