FileFront Forums

FileFront Forums (http://forums.filefront.com/)
-   SW:JK3 Modding, Mapping and Editing (http://forums.filefront.com/sw-jk3-modding-mapping-editing-528/)
-   -   Unfinished Raven saber (http://forums.filefront.com/sw-jk3-modding-mapping-editing/424242-unfinished-raven-saber.html)

kidoncrack May 30th, 2010 08:42 AM

Unfinished Raven saber
 
I found this unfinished raven saber labeled saber_sai, could anyone turn it into a saber that works?
https://zerowing.idsoftware.com/svn/.../saber_sai.ASE

Inyri Forge May 30th, 2010 10:29 AM

Re: Unfinished Raven saber
 
You "found" it?

Schrödinger May 30th, 2010 11:42 AM

Re: Unfinished Raven saber
 
To me this looks like ID Software files from their various games.

Raz0r May 30th, 2010 11:47 AM

Re: Unfinished Raven saber
 
Code:

typedef enum
{
        SABER_NONE = 0,
        SABER_SINGLE,
        SABER_STAFF,
        SABER_DAGGER,
        SABER_BROAD,
        SABER_PRONG,
        SABER_ARC,
        SABER_SAI,
        SABER_CLAW,
        SABER_LANCE,
        SABER_STAR,
        SABER_TRIDENT,
        SABER_SITH_SWORD,
        NUM_SABERS
} saberType_t;

...I'll just leave this here.
(Concept saber types, taken from the SDK)

kidoncrack May 30th, 2010 03:32 PM

Re: Unfinished Raven saber
 
Quote:

Originally Posted by Inyri Forge (Post 5328327)
You "found" it?

found, discovered, brought to your attention, whatever


All times are GMT -7.

Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.