Okay I tried using this code but I don't think I did it right. So will someone show me where and what to change to start with just 5 convecs loaded with a base?
#ifndef BASEDATA_H
#define BASEDATA_H
#include <OP2Helper.h>
#include <BaseBuilder.h>
#define numof(array) (sizeof(array)/sizeof(array[0]))
#define autosize(array) numof(array), array
struct BeaconInfo beaconSet1[] =
{ Â { 10, Â 17, mapMiningBeacon, 1, 0, -1},
{ Â 5, Â 17, mapMiningBeacon, 1, 0, -1},
{ Â -5, Â 17, mapMiningBeacon, 0, 0, -1},
{ 0, Â 17, mapMiningBeacon, 0, 0, -1},
{ 15, Â 17, mapFumarole, -1, -1, -1},
{ 20, Â 17, mapFumarole, -1, -1, -1},
};
struct BuildingInfo buildingSet1[] =
{
{ 0, Â 0, mapCommandCenter},
{ 7, Â 7, mapStructureFactory},
{ 7, -7, mapCommonOreSmelter},
{-7, -7, mapTokamak},
{-7, Â 7, mapStandardLab},
{-7, Â 0, mapAgridome}
};
struct TubeWallInfo tubeSet1[] =
{
{ 3, Â 0, Â 7, -4},