• 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

Vehicle help

Canis

Well-known member
I'm making some custom mods of vehicles, GMC Thunderhawk and Steel Lynx if anyone was interested :o)

I'm trying to get the vehicle stats to show on the side bar, so I don't have to load the vehicle to see the stats (Handling, Armour, Body etc). I've found how to add all of them, but not handling.

It seems Handling is being added automatically but it's not picking up any data from anywhere - it's Handling 0 always and I can't find the field I need to use. I've found vehSpeed, vehBody, vehArmor and all the others, just not 'vehHand or vehHandling'.

Any help would be appreciated :o)
 
I'm making some custom mods of vehicles, GMC Thunderhawk and Steel Lynx if anyone was interested :o)

I'm trying to get the vehicle stats to show on the side bar, so I don't have to load the vehicle to see the stats (Handling, Armour, Body etc). I've found how to add all of them, but not handling.

It seems Handling is being added automatically but it's not picking up any data from anywhere - it's Handling 0 always and I can't find the field I need to use. I've found vehSpeed, vehBody, vehArmor and all the others, just not 'vehHand or vehHandling'.

Any help would be appreciated :o)

If I understand the question (lack of editor experience on my part), racDiffHan might be what you are looking for. Klick on "fields" on the vehicle tab of the editor.
 
Before you do this, please note that my goal will eventually be to obsolete what you're doing - currently, in order to get a stat display during purchase, vehicles need to set every one of their values twice (once on the minion, once on the vehicle helper) - that's just not something I want to do for every vehicle. Once we can get a planned cabaility of Hero Lab itself finished, I'll be able to simply look up the values on the minion before purchase, and then every vehicle will automatically show that information, without any extra data entry required.
 
Yeah I know, but until then the custom vehicles I'm building it's just helpful. If you want someone to go through and put the second set in the vehicle helper then just let me know cos they're head handy!

Code:
Attempt to intitialise field 'racDiffHan' that is not defined within compset

This is the field from the 'race', which is populated if you use the box in the editor. I'm looking for the equivalent on the field tab of the Vehicle Helper.

The 'Handling 0' is there automatically - I'm not sure which 'vehXxxx' field generates it - I'm gonna have a bit of a play and see which one gets rid of it (if any).
 
Last edited:
This is the field from the 'race', which is populated if you use the box in the editor. I'm looking for the equivalent on the field tab of the Vehicle Helper.

The 'Handling 0' is there automatically - I'm not sure which 'vehXxxx' field generates it - I'm gonna have a bit of a play and see which one gets rid of it (if any).

vehHandle? Zero if unfilled?
 
I thought I tried that! Did you find it in a list somewhere?

Cos it works :oP

I loaded the Editor again, chose the Vehicle Helper tab, loaded up a copy of the Ares Citymaster, and clicked on Fields in the lower right section of the tab. :)
 
Back
Top