Torchmodders

Modding => Modding Questions => Topic started by: Kevin Boyle on June 14, 2018, 10:34:08 pm


Title: re: Skill icon not graying out...
Post by: Kevin Boyle on June 14, 2018, 10:34:08 pm

Hi all,

I have 2 skill icons that will not gray out - currently they have no skill points assigned to them.

They are both vanilla skill icons.

One is the Ravage icon from Beserker and the other is the icon for Fusillade.

This is the string code I am using;

<STRING>SKILL_ICON_INACTIVE:skillicon_fusillade_gray

I am simply copy pasting from the vanilla skill over to my DAT.

Thoughts?



Title: Re: re: Skill icon not graying out...
Post by: Phanjam on June 15, 2018, 02:37:42 am
check your class' .DAT file in the SKILL blocks to make sure it doesn't have a pre-assigned skill point in it...

Code: [Select]
[SKILL]
<STRING>NAME:(SKILL NAME)
<INTEGER>LEVEL:0 <-- this *should* be zero
<INTEGER>LEVEL_REQUIRED:1
[/SKILL]
Title: Re: re: Skill icon not graying out...
Post by: Kevin Boyle on June 15, 2018, 06:47:00 am

Unfortunately did not correct.

I also went into GUTS and under the player skill panel made sure that Level was at 0 and that Req Level was at -1
Title: Re: re: Skill icon not graying out...
Post by: Viz on June 18, 2018, 05:42:47 am
Hmm.. everything you done is pretty much correct. Are you still encountering this issue?
Title: Re: re: Skill icon not graying out...
Post by: Kevin Boyle on June 18, 2018, 09:15:13 am
Yah, I've pretty well given up on it - it's just a small glitch.

I tend to be a perfectionist...