• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Pre-requisites...

Danvs

Member
I can't figure out how to add pre-reqs to the Edges I'm adding to Savage Worlds using the Editor (Smarts d6+, Agility d8+ etc). Can anyone help me out?
 
In the editor, click on 'Expr-reqs' to add prerequisite expressions.

Code:
#trait[attrSma] >= 3
#trait[attrAgi] >= 4

Those should be the expressions you'll need. Look at other Edges that have pre-requisites for examples of code. And remember that in the Savage Worlds data files, Attributes and skills are stored as half their die value (D4 is 2, etc).

Don't forget to put in error messages. :D
 
okay, I figured out that by slecting Pick-Req I can add skills in, but I still can't figure out how to insert the die type. I.E.: I put in an edge called Accurate attack which requires "Figthing d6+". I've figure out how to insert the "Fighting", but not the "d6+".
Really stimied here.
 
Within the editor, click on the button that says 'Expr-reqs'. That will bring up a dialogue box that looks like the image below. That's where you need to put pre-requisite expressions like this one.
 

Attachments

  • Pre-reqs.jpg
    Pre-reqs.jpg
    55 KB · Views: 9
Adding edges...

Not being particularly fast at typing I'm giving up on this program. I just spent three nights inputting several new edges to incorporate Space: 1889 into Hero Lab. Today I got the usual "thing id error" inputting a new piece of armor, backed out of the program, shut it down and later today opened it again again and while everything I inputted appears in The Editor, in the actual character program itself, nothing I inputted shows up! nothing! Really ticked off right now as several hours were wasted!

Any errror I made in ONE thing should NOT have affected EVERYTHING I typed in!
 
If everything appears in the Editor, it all still exists on your computer - you haven't lost anything.

The first thing to check is whether your data files are compiling successfully. Go to the Develop menu and select "Compile Data Files", then compile the Savage Worlds files. If you receive errors, then those errors need to be corrected before your data files will successfully load. If you tell us what the errors are, perhaps we can help get them fixed.

If everything is compiling correctly, then it is also being loaded correctly. That means the problem is that your new content is tied to a source or some other requirement that is currently turned off. As Praetor suggested, you can turn on the necessary source(s) by going to the Character menu and selecting "Configure Hero".
 
Back
Top