spring on Linux - data files

spring on Linux - data files

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
malric
Posts: 521
Joined: 30 Dec 2005, 22:22

spring on Linux - data files

Post by malric »

Hello,

I'm running taspring under linux and I'm having problems with xta mod. (downloaded from http://download.berlios.de/taspring-lin ... b1.tar.bz2

The error is:

Code: Select all

 Parse error 'brace or further name value pairs expected' in units/armfast.fbi at line 29 column 7 near
        soundcategory=ARM_KBOT;
And it comes from the .fbi file that has something like that at the specified line:

Code: Select all

        sightdistance=330;
        /180
        radardistance=0;
        soundcategory=ARM_KBOT;
If "/180" is eliminated I can build the kbot (zipper) and everything works ok.

Is XTA kept in a svn somewhere ? (who should fix this... ?)

Thanks,
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

The old parser simply glanced over this, but the new boost::spirit based TDF parser says otherwise.

I think the necessary change is going to be in the next release anyway.
Post Reply

Return to “Help & Bugs”