Main Page | Recent changes | Edit this page | Page history

Printable version | Disclaimers | Privacy policy

Not logged in
Log in | Help
 

PROJ WORKSLIKE

From EDukeWiki

PROJ_WORKSLIKE is a defineprojectile property used to set flags for projectile function. The flags (defined) are:

define WORKSLIKEBULLET 1

define WORKSLIKERPG 2

define WORKSLIKEBOUNCESOFFWALLS 4

define WORKSLIKEBOUNCESOFFMIRRORS 8

define WORKSLIKEKNEE 16

define WORKSLIKEWATERBUBBLES 32

define WORKSLIKENOENEMYHITS 128

define WORKSLIKESPIT 256

define WORKSLIKECOOLEXPLOSION1 512

define WORKSLIKEBLOOD 1024

define WORKSLIKELOSESVELOCITY 2048

define WORKSLIKENOAIM 4096

define WORKSLIKERANDDECALSIZE 8192

define WORKSLIKEEXPLODEONTIMER 16384

define WORKSLIKEDAMAGEONIMPACT 32768


Note that the damage on impact bit (32768) must be set on the WORKSLIKE of any RPG type projectile (i.e. nonhitscan) for which the projectile itself does damage, as opposed to the damage being caused only by the hitradius.

Syntax is:

defineprojectile <tile number> PROJ_WORKSLIKE <flag value>


Add all the desired flags together, and use that value for <flag value>. This works similar to cstat.

Retrieved from "http://localhost../../../p/r/o/PROJ_WORKSLIKE_2037.html"

This page has been accessed 249 times. This page was last modified 20:49, 11 June 2006 by Dan. Based on work by Jonathan Smith.


[Main Page]
Main Page
Recent changes
Random page
EDuke32.com

Edit this page
Discuss this page
Page history
What links here
Related changes

Special pages
Bug reports