Jump to content

[SP Mode] Adding more than 3 Lightsaberstyles to the HUD


Recommended Posts

Hi,

 

sorry for my bad english . I'm German.

I'm trying to add more than 3 Lightsaberstyles to the HUD.

 

That's what I 've done so far:

I edited the "single*.sab" Files and the "hud.Menu" File

single_1
{
	name		@MENUS_SINGLE_HILT1
	saberType	SABER_SINGLE
	saberModel	"models/weapons2/saber_1/saber_1.glm"
	soundOn		"sound/weapons/saber/saberon.wav"
	soundLoop	"sound/weapons/saber/saberhum4.wav"
	soundOff	"sound/weapons/saber/saberoff.wav"
	saberLength	40
	saberColor	random
	saberstylelearned fast
	saberstylelearned medium
	saberstylelearned strong
	saberstylelearned tavion
}

"hud.Menu"

// Saber style graphics
		itemDef 
		{
			name				saberstyle_strong
			background			"gfx/hud/saber_strong"
			forecolor			1 1 1 1
			rect				-49 24 26 26			
		}		

		itemDef 
		{
			name				saberstyle_medium
			background			"gfx/hud/saber_med"
			forecolor			1 1 1 1
			rect				-70 43 26 26			
		}		

		itemDef 
		{
			name				saberstyle_fast
			background			"gfx/hud/saber_fast"
			forecolor			1 1 1 1
			rect				-85 69 24 24			
		}
		
		itemDef 
		{
			name				saberstyle_tavion
			background			"gfx/hud/saber_tavion"
			forecolor			1 1 1 1
			rect				-85 69 24 24			

and I created a new .tga file."

I zipped my edited Files and placed the new *.pk3 File in my base Directory. But it is not working.

 

I do not know what I did wrong. Can someone give me a few tips/hints?

 

Link to comment
  • 2 months later...
  • 3 weeks later...

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...