• 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

AB Datadef compiling error...

deathlynx

Well-known member
For some reason when using ABDef to try to compile
this file I keep getting an error message in
conjunction with the last line of the conflicts...It
seems to think "tweaks" on the next line is a soft
conflict for whatever is a line above it...I tried
getting rid of the previous line (because I had an
additional pointless line), adding an extra line (at
which point it told me I had too many soft conflicts
for the last line) and every time it says the same
thing only changing the appropriate last line of
conflicts...Any thoughts? I included the .txt file
I'm trying to make into a datadef so y'all can see
what I may/may not have done...Thanks...

Death Lynx

=====


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
----------

General
Game=Fairy Meat
MinSize=0
Items=Weapon
LdrName=Leader
LdrAbbrev=ldr
Basis=points
Scale=50
Cost=3
Decimal=0
Round=normal
Orient=any
TweakAbbrevs=hide
Army=warband
Scenario=Scenario
PtsSingle=Point
PtsPlural=Points
PtsAbbrev=pts
Publish
VersionMajor=1
VersionMinor=0
PatchRequired=none
AuthorName=Death Lynx
AuthorEmail=naumesj@vuser.vu.union.edu
LockCode=none
Stats
Kill | 5 | 0 | 0.0=- | 10.0 | 0 | 0 | 0 | 0 | . | . | .
Live | 5 | 0 | 0.0=- | 10.0 | 0 | 0 | 0 | 0 | . | . | .
Twnkl | 5 | 0 | 0.0=- | 10.0 | 0 | 0 | 0 | 0 | . | . | .
Armor | 5 | 0 | 0.0=- | 10.0 | 0 | 0 | 0 | 0 | . | . | .
Kiss | 5 | 0 | 0.0=- | 10.0 | 0 | 0 | 0 | 0 | . | . | .
Compositions
Band | Band
Thrall | Thrl
Allies | Ally
Units
Model | mdl | 0
Thrall | thl | 0
N/A | n/a | 0
options
First
Weapon
Armor
Special
Last
N/A
conflicts
Wep | 1 | MWp | Rng, Rg1
MWp | 1 | Wep | Rng, Rg1
Rng | 1 | Rg1 | Wep, MWp
Rg1 | 1 | Rng | Wep, MWp
Mnt | 1 | |
Arm | 1 | |
Hat | 1 | |
Eqp | 1 | |
ClA | 1 | |
ClL | 1 | |
One | 1 | |
Oth | 1 | |
tweaks
sets
items
Weapon | weap | weap | 0 | 1 | far, ldr | 0 | 0 | 1
Items | item | item | 0 | 1 | far, ldr | 0 | 0 | 1
Twinkle Spells | spel | spel | 0 | 0 | far, ldr | 0 | 0 | 0
end


[Non-text portions of this message have been removed]


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/IMSolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
 
--- In armybuilder@yahoogroups.com, Death Lynx <deathlynx@y...>
wrote:
> conflicts
> Wep | 1 | MWp | Rng, Rg1
> MWp | 1 | Wep | Rng, Rg1
> Rng | 1 | Rg1 | Wep, MWp
> Rg1 | 1 | Rng | Wep, MWp
> Mnt | 1 | |
> Arm | 1 | |
> Hat | 1 | |
> Eqp | 1 | |
> ClA | 1 | |
> ClL | 1 | |
> One | 1 | |
> Oth | 1 | |

Your comma seperated lists (first four lines above) can't have
spaces in them. Take the spaces out after the commas and it works.

> tweaks
> sets
> items
> Weapon | weap | weap | 0 | 1 | far, ldr | 0 | 0 | 1
> Items | item | item | 0 | 1 | far, ldr | 0 | 0 | 1
> Twinkle Spells | spel | spel | 0 | 0 | far, ldr | 0 | 0 | 0
> end

You've got the same problem here, and "far" and "ldr" don't actually
appear anywhere else in your def file, so these don't work either :-)
These are supposed to be unit categories. The choices you've got are
"mdl" or "thl" according to your "Units" section.

Enjoy,
Russell.
--
Russell Sparkes, rjs@inorbit.com, http://www24.brinkster.com/rjsoz
"Experience is what you get just after you needed it" - Unknown


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/IMSolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
 
Back
Top