Jump to content

Where do I find the original art files?


saftsuze

Recommended Posts

Hmm, but then how do I make my new png be used as an icon? I thought I could put it in my textures folder, then just enter the name of it in the item code? (Icon    =    ForkFingers)

 

item ForkFingers	{		MaxRange	=	1.2,		WeaponSprite	=	Fork,		MinAngle	=	0.2,		Type	=	Weapon,		MinimumSwingTime	=	2,		KnockBackOnNoDeath	=	TRUE,		SwingAmountBeforeImpact	=	0.02,		Categories	=	Blade,		ConditionLowerChanceOneIn	=	15,		Weight	=	0.5,		SplatNumber	=	1,		PushBackMod	=	0.5,		MaxDamage	=	0.9,		SubCategory	=	Stab,		ConditionMax	=	10,		MaxHitCount	=	1,		DoorDamage	=	1,		IdleAnim	=	Idle_Weapon2,		SwingAnim	=	Shove,		CriticalChance	=	10,		WeaponWeight	=	1,		DisplayName	=	Fork Fingers Fist Fighter,		MinRange	=	0.61,		SwingTime	=	2,		HitAngleMod	=	-30,		MinDamage	=	0.8,		KnockdownMod	=	2,		SplatBloodOnNoDeath	=	TRUE,		Icon	=	ForkFingers,		RunAnim	=	Run_Weapon2,        TwoHandWeapon = TRUE,        BreakSound  =   PZ_MetalSnap,        TreeDamage  =   1,	} 

 

Sorry for being a total noob :P

 

EDIT: Figured it out! The .png had to be named Item_ForkFingers.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...