I am making FBI file editor, almost done, but it needs those informations to make it perfect.
Here is example what i mean:
Code: Select all
EnergyMake
default: 0
min: 0
max: 4294967295
So, where can they be found at ? (didnt find from wiki)
Moderator: Moderators
Code: Select all
EnergyMake
default: 0
min: 0
max: 4294967295
Code: Select all
[TAGS]
{
[NAME]
{
type=string;
default=;
required=1;
}
[BUILDCOSTENERGY]
{
type=int;
min=0;
max=(something);
default=10;
required=1;
}
[CANATTACK]
{
type=boolean;
required=1;
default=0;
}
}
There wasnt the all possible default values...
My editor is web-based, you just upload the mod (only .sdz or .zip supported), and then you can edit unit FBI:s, and then you just press some button, and you can download the changed .sdz file and play it immediately.mongus wrote: e: and.. we have an excellent fbi editor(latest?).. an in progress mod editor.. what will yours add to that?