FBI Files - conversions

FBI Files - conversions

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
Sorn
Posts: 28
Joined: 08 Aug 2005, 07:00

FBI Files - conversions

Post by Sorn »

Hey there,

I am doing some cleanup of the FF mod FBI files, and using the wiki, these ones are no longer used. If someone could confirm this for me so that I can remove the info, or include it if it is used.

Designation=AFD-J17;
Version=1;
BMcode=1;
ThreeD=1;
ZBuffer=1;
NoAutoFire=0;
Copyright=Copyright 1997 Humongous Entertainment. All rights reserved.;
UnitNumber=16855;
GermanDescription=Schwerer Jäger;
firestandorders=1;
frenchdescription=Chasseur spatial d'attaque;
Italiandescription=Astrocaccia da attacco leggero;
StandingFireOrder=2;
mobilestandorders=1;
StandingMoveOrder=1;
SteeringMode=1;
ShootMe=1;
Scale=1;
BankScale=1;
DefaultMissionType=standby;
maneuverleashlength=640;
amphibious=1;

Thanks alot!
Sorn
Posts: 28
Joined: 08 Aug 2005, 07:00

Post by Sorn »

I noticed when I was testing that the unit that I removed this from

Code: Select all

	firestandorders=1;
	standingfireorder=2;
	mobilestandorders=1;
	standingmoveorder=1;
Would just fly away and not be controlled. These should get added to the FBI wiki, the ones that actually have an effect with a description?
Gnomre
Imperial Winter Developer
Posts: 1754
Joined: 06 Feb 2005, 13:42

Post by Gnomre »

Mmm, yeah, go ahead and add them. Things get overlooked, especially on a documenet that big.

I don't think you need the first 5 lines in that FBI you pasted here, you don't need Copyright=, I'm fairly sure unitnumber is useless in Spring, and the German/French/Italian stuff isn't supported. I don't think Scale is either.
Sorn
Posts: 28
Joined: 08 Aug 2005, 07:00

Post by Sorn »

It turns out it was something else, so forget I posted this stuff. I talked to SJ about it.

Turns out, I tested the wrong mod (my fault, mis-clicked) and the problem still existed.

The actual problem was

Code: Select all

	ExtractsMetal=0.003;
Which caused the unit to fly to the upper left corner. This is odd, because MakesMetal=0; and MetalMake=0;. Going to post this in bugs....

Sorn
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

I would suggest that you just put a REAL Copywrite in the copywrite spot, something like, "This is open source, check blah for GNU licence" something like that... even though it is deffinitely not read by spring anyways
Post Reply

Return to “Game Development”