Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - User Projects

Notices

Reply
 
Thread Tools Display Modes
ShadowWalker
Senior Member
 
Join Date: Jun 2014
Posts: 243

Old May 16th, 2018, 05:25 PM
So I have a component.
Code:
<component
    id="SkillGen"
	name="Skill Generation"
	autocompset="no">
	<field
	  id="sgSP"
	  name="Skill Points"
	  type="static">
	  </field>
	</component>
and a compset
Code:
  <compset
    id="SkillGen">
	<compref component="SkillGen"/>
	</compset>
Those are both in the same .str file.

Now I also have some things.
Code:
  <thing
    id="sgRoll"
	compset="SkillGen"
	name="Roll"
	description="The character gets 3 rolls on the Growth and Learning tables for the choosen Background.">
	<fieldval field="sgSP" value="3"/>
	</thing>
	
  <thing
    id="sgChoose"
	compset="SkillGen"
	name="Choose"
	description="The character gets 2 choices on the learning table only.">
	<fieldval field="sgSP" value="2"/>
	</thing>
They are in a .dat file.

I have modifed form_config.dat to include the following in the cnfStart template.
Code:
<portal
	  id="skillgen"
	  style="menuNormal">
	  <menu_things
		field="acSkillGen"
	    component="SkillGen"
		defthing="sgRoll">
		</menu_things>
	  </portal>
When I load hero lab and select the game system the menu is not defaulting. It has no selection.
I have tried bootstrapping the things and using picks but that hasn't worked either. Is there may be something related to the file extensions being used?
ShadowWalker is offline   #1 Reply With Quote
ShadowWalker
Senior Member
 
Join Date: Jun 2014
Posts: 243

Old May 16th, 2018, 08:29 PM
Figured it out.
I had to set the defthing on the field.
ShadowWalker is offline   #2 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 10:19 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.