AIRPADS removed

AIRPADS removed

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
VonGratz
Posts: 471
Joined: 03 May 2005, 05:25

AIRPADS removed

Post by VonGratz »

Hi! Ive downloaded the last snv 4534 and the following happened...
EpicBattleFleetSpring0.77slower.sd7
Created server on port 8452
Error parsing units/armasp.fbi: Bad TDF text at line 31
Error parsing units/corasp.fbi: Bad TDF text at line 30
WARNING: removed the "armasp" entry from the "armcv" build menu
WARNING: removed the "armasp" entry from the "armaca" build menu
WARNING: removed the "armasp" entry from the "armaca" build menu
WARNING: removed the "corasp" entry from the "corcom" build menu
WARNING: removed the "armasp" entry from the "armcom" build menu
WARNING: removed the "corasp" entry from the "coraca" build menu
WARNING: removed the "cormlv" entry from the "corvp" build menu
WARNING: removed the "cordam" entry from the "corasy" build menu
WARNING: removed the "corasp" entry from the "corcsa" build menu
WARNING: removed the "armasp" entry from the "armck" build menu
WARNING: removed the "armasp" entry from the "armcsa" build menu
WARNING: removed the "armmlv" entry from the "armvp" build menu
WARNING: removed the "armasp" entry from the "armca" build menu
WARNING: removed the "corasp" entry from the "corca" build menu
Loading all definitions: 1.030000
Mod uses default reclaim rules
Mod uses default transportability rules
Opening map file
After, I saw in XTAPE the same file and added AIRPAD in category in my mod airpads, but the same thing happened.
The pads worked well in the last version and the naval pads and carriers are OK.Can someone explain?
Vongratz :wink:
User avatar
jK
Spring Developer
Posts: 2299
Joined: 28 Jun 2007, 07:30

Re: AIRPADS removed

Post by jK »

Error parsing units/armasp.fbi: Bad TDF text at line 31
Error parsing units/corasp.fbi: Bad TDF text at line 30
:roll:
User avatar
VonGratz
Posts: 471
Joined: 03 May 2005, 05:25

Post by VonGratz »

[UNITINFO]
{
unitname=ARMASP;
Buildpic=ARMASP.BMP;
side=ARM;
objectname=ARMASP;
designation=ARM-SP1;
name=Air Repair Pad;
description=Automatically Repairs Aircraft;
footprintx=5;
footprintz=5;
buildcostenergy=1510;
buildcostmetal=210;
maxdamage=680;
maxslope=10;
buildtime=7318;
maxwaterdepth=1;
workertime=500;
bmcode=0;
builder=1;
threed=1;
zbuffer=1;
noautofire=0;
sightdistance=340;
soundcategory=AIRPLANT;
energystorage=100;
explodeas=BIG_UNITEX;
selfdestructas=BIG_UNIT;
category=ARM NOWEAPON NOTAIR LEVEL1 REPAIRPAD;
WorkerTime=500;
yardmap=ooooo ooooo ooooo ooooo ooooo;
corpse=armasp_dead;
unitnumber=154;
builddistance=6;
energymake=10;
activatewhenbuilt=1;
onoffable=1;
sortbias=0;
isairbase=1;
ovradjust=1;
iconType=building;
}
[UNITINFO]
{
unitname=CORASP;
side=CORE;
objectname=CORASP;
designation=ARM-SP1;
name=Air Repair Pad;
description=Automatically Repairs Aircraft;
footprintx=5;
footprintz=5;
buildcostenergy=1540;
buildcostmetal=215;
maxdamage=690;
maxslope=10;
buildtime=7196;
workertime=500;
maxwaterdepth=1;
bmcode=0;
builder=1;
threed=1;
zbuffer=1;
noautofire=0;
sightdistance=360;
soundcategory=AIRPLANT;
energystorage=100;
explodeas=BIG_UNITEX;
selfdestructas=BIG_UNIT;
category=CORE NOWEAPON REPAIRPAD NOTAIR LEVEL1;
tedclass=SPECIAL;
yardmap=ooooo ooooo ooooo ooooo ooooo;
corpse=corasp_dead;
unitnumber=155;
builddistance=6;
energymake=20;
activatewhenbuilt=1;
onoffable=1;
isairbase=1;
ovradjust=1;
iconType=building;
Buildpic=CORASP.BMP;

}
Can you localize the error?
Note that in the version 4421 all is OK :idea: :?: :idea:
Last edited by VonGratz on 10 Oct 2007, 03:47, edited 1 time in total.
User avatar
jK
Spring Developer
Posts: 2299
Joined: 28 Jun 2007, 07:30

Post by jK »

yardmaps don't allow spaces?
Note that in the version 4421 all is OK
r4421 didn't used the luadefs fbi parser :wink:
Last edited by jK on 10 Oct 2007, 03:50, edited 1 time in total.
User avatar
lurker
Posts: 3842
Joined: 08 Jan 2007, 06:13

Post by lurker »

VonGratz wrote:Can you localize the error?
line 31: yardmap=ooooo ooooo ooooo ooooo ooooo;
line 30: yardmap=ooooo ooooo ooooo ooooo ooooo;

edit: zomg ninja'd
User avatar
VonGratz
Posts: 471
Joined: 03 May 2005, 05:25

Post by VonGratz »

Not is possible, below the same airpad from XTA :idea: :?: :idea: :!: :?:
yardmap=oooo oooo oooo oooo;
VonGratz :wink:
User avatar
VonGratz
Posts: 471
Joined: 03 May 2005, 05:25

Post by VonGratz »

jK wrote:yardmaps don't allow spaces?
Note that in the version 4421 all is OK
r4421 didn't used the luadefs fbi parser :wink:
BINGO!
The airpads not are excluded now.
Thanks.
VonGratz :wink:
Post Reply

Return to “Engine”