Wesnoth's Unit Database
Moderator: Forum Moderators
Re: Wesnoth's Unit Database
Thanks for your answer! I'm just too excited to see the changes.
-
- Posts: 1
- Joined: April 5th, 2019, 5:30 pm
Re: Wesnoth's Unit Database
I was hoping to knock out https://github.com/wesnoth/wesnoth/issues/3949
So I'm trying to build the units db locally and it looks like there's some sort of issue with the 'Under the Burning Suns' campaign? Their defined custom unit_movement is erroring out ./wmlunits
The {WOODLAND_RESISTANCE} tag doesn't appear to be defined in time to resolve in the campaign's units.cfg.
I'm super new so I'm not familiar enough to troubleshoot, I'll ping back if I figure it out. In the meantime, I wonder if there's a safe commit in 1.15 I can roll back to? I'll try defining WOODLAND_RESISTANCE in the campaign file too.
Edit1: Okay, adding WOODLAND_RESISTANCE explicitly to the units file fixed the problem, but I assume that's not a desirable long term solution.
Now I'm just got a KeyError on the Dwarvish Rune Lord. I assume the unit id isn't defined in some necessary and appropriate space.
Edit2: Figured it out, ignore me. The script is just picky about its input parameters, and imagemagick is a missing listed dependency maybe?
So I'm trying to build the units db locally and it looks like there's some sort of issue with the 'Under the Burning Suns' campaign? Their defined custom unit_movement is erroring out ./wmlunits
The {WOODLAND_RESISTANCE} tag doesn't appear to be defined in time to resolve in the campaign's units.cfg.
I'm super new so I'm not familiar enough to troubleshoot, I'll ping back if I figure it out. In the meantime, I wonder if there's a safe commit in 1.15 I can roll back to? I'll try defining WOODLAND_RESISTANCE in the campaign file too.
Edit1: Okay, adding WOODLAND_RESISTANCE explicitly to the units file fixed the problem, but I assume that's not a desirable long term solution.
Now I'm just got a KeyError on the Dwarvish Rune Lord. I assume the unit id isn't defined in some necessary and appropriate space.
Edit2: Figured it out, ignore me. The script is just picky about its input parameters, and imagemagick is a missing listed dependency maybe?