• 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

Hellfrost

CapedCrusader

Well-known member
I have just completed a data file for Hellfrost. It should have everything, but I haven't had much of a chance to test it yet. I had to class the Disciple Edges as Power edges, as I haven't been able to figure out how to add a new Edge Type yet.
 
Last edited:
Taking a look at your files. First off, thanks for the work!

Second, I am noticing a couple Edges that are missing a racial prerequisite. Noticing AB: Druidisim and AB: Rune Magic. Rune Magic is an easy fix by adding the Pick-Req of racFrstDwf. Druidism is a bit more difficult. There is no "OR" function in the Pick-Reqs.

I tried to do an expr-req using the codage from the Pathfinder files and it didn't work. how it worked there is using the following code

Code:
#hasrace[racEngro] + #hasrace[racFrstDwf]+ #hasrace[racHrthElf]+ #hasrace[racTaigElf] <> 0

Obviously the #hasrace function is not innate to the Savage Worlds files. If rob or Mathias could maybe add this function in to the next version of the file, it would help immensely.

EDIT: AHhhhhhh....try this code for an Expr-Req for AB: Druidism

Code:
hero.tagis[Race.racEngro] + hero.tagis[Race.racHrthElf]+ hero.tagis[Race.racTaigElf]+ hero.tagis[Race.racFrstDwf]<> 0

Will report any more bugs in the Hellfrost files here.
 
Last edited:
ok so HL just updated...how can I import these files to use with Savage worlds????

Thanks,

Giddoen
 
need some help...again!

Put them in the Hero Lab\data\savage directory

Ok I am no computer dummy but old age must have me...

Running osX - boot camp win 7 64bit, there is no Hero Lab\data\savage path???? Am I missing something? I thought there was a import tool but does not see.user files only .hl?

Help....

Mac's and just simple to work with but I love my Win7 side allot!
 
Do a search for a folder called Hero Lab (or HeroLab). It used to sit on the root of C:, but the new version of Hero Lab (3.7) puts it in the ProgramData folder on Windows. I don't know where it'll be on Mac.
 
I have just completed a data file for Hellfrost. It should have everything, but I haven't had much of a chance to test it yet. I had to class the Disciple Edges as Power edges, as I haven't been able to figure out how to add a new Edge Type yet.


Minor bug perhaps....

If I choose Frostborn and Hrimwisardry (thus having innate spells as Frostborn, and having 3 spells as a mage) HL tells me I have a violation in the spell tab as it starts with four spells?

Hope this helps? I could find no way around it....but in all fairness I was at work...
 
OK, I've fixed bug in the Frostborn definition where it wasn’t correctly setting the number of spells available for a Frostborn that actually took the Hrimwisardry Arcane Background. Also, the new version doesn’t automatically add the Hrimwisardry arcane skill to the Frostborn character, they actually have to buy it (So they can choose not to, if desired). When they do, it adds new versions of the 4 spells I've now created that are Frigid Form-specific with a range of Self to allow Frostborn characters with the Hrimwisardry Arcane Background to choose the normal version of those 4 spells for use on other characters.
 
Crusader,

how are you restricting things by Faction?

TK

EDIT: Question answered!

Code:
hero.tagis[Faction.facSSLight] + hero.tagis[Faction.facSSAlpha] + hero.tagis[Faction.facSSArtifi] + hero.tagis[Faction.facSSBattl] + hero.tagis[Faction.facSSWinds] + hero.tagis[Faction.facSSLife] + hero.tagis[Faction.facSSFest] + hero.tagis[Faction.facSSRotti] + hero.tagis[Faction.facSSWild] <>0
 
Last edited:
Another bug perhaps if you choose Engro as a race, it does not assign "Small" as Edges or Hindrances, you do get the extra Bennie in the play tab just a minor thing but makes it hard to lock the character and start using HL in play as your points are off.

Just FYI...

JP
 
error on Hellfrost.user

I tried to upload the new dataset fix and get the following error: see image,

now it could be that I fouled it up but I think I put it in the right spot..

Let me know if anyone wlse is having the same problem...

Giddoen
 

Attachments

  • Hellfrost error.PNG
    Hellfrost error.PNG
    129.1 KB · Views: 5
No, that one's on me. It was one of the things I was in the middle of fixing and hadn't finished. I'll fix it tomorrow and get a new file out.
 
Back
Top