This should provide a few options to make life easier.. Primarily, youll have the option to edit your buildings in your favourite text editor rather than the editor tool, allowing you to do proper cut and paste editing nd all that sorta stuff. Exporting different buildings.dat's then combining em in the text editor should make it much easier to pick and choose particular buildings from other isles.
The text file format for the buildings.dat also gives the potential for other peeps to make web-based editor scripts or other editing tools, should anyone get the urge.
Not quite finished yet.. hopefully will be done lata today.
Code: Select all
Building 1
{
Name=Test1
Type=Retail
Tech=1
Cost=150
Armour=40
EmployeeSkill=Nothing
MaxEmployees=1
MinEmploymentTime=60
Sales 1
{
Item=Vehicle 1
Max=10
}
Sales 2
{
Item=vehicle 2
Max=20
}
}
Building 2
{
Name=Test2
Type=Trigger
Cost=40
TriggerMode=8
TriggerParam=60
}