2014-06-14 22:40:12 -06:00
|
|
|
package RemoteFortressReader;
|
|
|
|
|
|
|
|
//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization
|
|
|
|
option optimize_for = LITE_RUNTIME;
|
|
|
|
|
2014-06-17 10:17:16 -06:00
|
|
|
//We use shapes, etc, because the actual tiletypes may differ between DF versions.
|
2015-02-14 20:53:06 -07:00
|
|
|
enum TiletypeShape
|
2014-07-15 06:18:12 -06:00
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
NO_SHAPE = -1;
|
|
|
|
EMPTY = 0;
|
|
|
|
FLOOR = 1;
|
|
|
|
BOULDER = 2;
|
|
|
|
PEBBLES = 3;
|
|
|
|
WALL = 4;
|
|
|
|
FORTIFICATION = 5;
|
|
|
|
STAIR_UP = 6;
|
|
|
|
STAIR_DOWN = 7;
|
|
|
|
STAIR_UPDOWN = 8;
|
|
|
|
RAMP = 9;
|
|
|
|
RAMP_TOP = 10;
|
|
|
|
BROOK_BED = 11;
|
|
|
|
BROOK_TOP = 12;
|
|
|
|
TREE_SHAPE = 13;
|
|
|
|
SAPLING = 14;
|
|
|
|
SHRUB = 15;
|
|
|
|
ENDLESS_PIT = 16;
|
|
|
|
BRANCH = 17;
|
|
|
|
TRUNK_BRANCH = 18;
|
|
|
|
TWIG = 19;
|
2014-06-17 10:17:16 -06:00
|
|
|
}
|
|
|
|
|
2015-02-14 20:53:06 -07:00
|
|
|
enum TiletypeSpecial
|
2014-07-15 06:18:12 -06:00
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
NO_SPECIAL = -1;
|
|
|
|
NORMAL = 0;
|
|
|
|
RIVER_SOURCE = 1;
|
|
|
|
WATERFALL = 2;
|
|
|
|
SMOOTH = 3;
|
|
|
|
FURROWED = 4;
|
|
|
|
WET = 5;
|
|
|
|
DEAD = 6;
|
|
|
|
WORN_1 = 7;
|
|
|
|
WORN_2 = 8;
|
|
|
|
WORN_3 = 9;
|
|
|
|
TRACK = 10;
|
|
|
|
SMOOTH_DEAD = 11;
|
2014-06-17 10:17:16 -06:00
|
|
|
};
|
2015-02-14 20:53:06 -07:00
|
|
|
enum TiletypeMaterial
|
2014-07-15 06:18:12 -06:00
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
NO_MATERIAL = -1;
|
|
|
|
AIR = 0;
|
|
|
|
SOIL = 1;
|
|
|
|
STONE = 2;
|
|
|
|
FEATURE = 3;
|
|
|
|
LAVA_STONE = 4;
|
|
|
|
MINERAL = 5;
|
|
|
|
FROZEN_LIQUID = 6;
|
|
|
|
CONSTRUCTION = 7;
|
|
|
|
GRASS_LIGHT = 8;
|
|
|
|
GRASS_DARK = 9;
|
|
|
|
GRASS_DRY = 10;
|
|
|
|
GRASS_DEAD = 11;
|
|
|
|
PLANT = 12;
|
|
|
|
HFS = 13;
|
|
|
|
CAMPFIRE = 14;
|
|
|
|
FIRE = 15;
|
|
|
|
ASHES = 16;
|
|
|
|
MAGMA = 17;
|
|
|
|
DRIFTWOOD = 18;
|
|
|
|
POOL = 19;
|
|
|
|
BROOK = 20;
|
|
|
|
RIVER = 21;
|
|
|
|
ROOT = 22;
|
|
|
|
TREE_MATERIAL = 23;
|
|
|
|
MUSHROOM = 24;
|
|
|
|
UNDERWORLD_GATE = 25;
|
2014-06-17 10:17:16 -06:00
|
|
|
}
|
2014-07-15 06:18:12 -06:00
|
|
|
enum TiletypeVariant
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
NO_VARIANT = -1;
|
|
|
|
VAR_1 = 0;
|
|
|
|
VAR_2 = 1;
|
|
|
|
VAR_3 = 2;
|
|
|
|
VAR_4 = 3;
|
2014-07-15 06:18:12 -06:00
|
|
|
};
|
|
|
|
|
2015-08-14 04:06:36 -06:00
|
|
|
enum WorldPoles
|
|
|
|
{
|
|
|
|
NO_POLES = 0;
|
|
|
|
NORTH_POLE = 1;
|
|
|
|
SOUTH_POLE = 2;
|
|
|
|
BOTH_POLES = 3;
|
|
|
|
}
|
|
|
|
|
2015-11-03 06:19:17 -07:00
|
|
|
enum BuildingDirection
|
|
|
|
{
|
|
|
|
NORTH = 0;
|
|
|
|
EAST = 1;
|
|
|
|
SOUTH = 2;
|
|
|
|
WEST = 3;
|
|
|
|
}
|
|
|
|
|
2016-04-19 07:45:33 -06:00
|
|
|
enum TileDigDesignation
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* no designation
|
|
|
|
*/
|
|
|
|
NO_DIG = 0;
|
|
|
|
/**
|
|
|
|
* dig walls, remove stairs and ramps, gather plants, fell trees
|
|
|
|
*/
|
|
|
|
DEFAULT_DIG = 1;
|
|
|
|
UP_DOWN_STAIR_DIG = 2;
|
|
|
|
CHANNEL_DIG = 3;
|
|
|
|
RAMP_DIG = 4;
|
|
|
|
DOWN_STAIR_DIG = 5;
|
|
|
|
UP_STAIR_DIG = 6;
|
|
|
|
}
|
|
|
|
|
2014-07-15 06:18:12 -06:00
|
|
|
message Tiletype
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
required int32 id = 1;
|
|
|
|
optional string name = 2;
|
|
|
|
optional string caption = 3;
|
|
|
|
optional TiletypeShape shape = 4;
|
|
|
|
optional TiletypeSpecial special = 5;
|
|
|
|
optional TiletypeMaterial material = 6;
|
|
|
|
optional TiletypeVariant variant = 7;
|
|
|
|
optional string direction = 8;
|
2014-07-15 06:18:12 -06:00
|
|
|
};
|
|
|
|
|
|
|
|
message TiletypeList
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
repeated Tiletype tiletype_list = 1;
|
2014-07-15 06:18:12 -06:00
|
|
|
}
|
2014-06-17 10:17:16 -06:00
|
|
|
|
2015-09-27 22:36:04 -06:00
|
|
|
message BuildingExtents
|
|
|
|
{
|
|
|
|
required int32 pos_x = 1;
|
|
|
|
required int32 pos_y = 2;
|
|
|
|
required int32 width = 3;
|
|
|
|
required int32 height = 4;
|
|
|
|
repeated int32 extents = 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
message BuildingInstance
|
|
|
|
{
|
|
|
|
required int32 index = 1;
|
|
|
|
optional int32 pos_x_min = 2;
|
|
|
|
optional int32 pos_y_min = 3;
|
|
|
|
optional int32 pos_z_min = 4;
|
|
|
|
optional int32 pos_x_max = 5;
|
|
|
|
optional int32 pos_y_max = 6;
|
|
|
|
optional int32 pos_z_max = 7;
|
|
|
|
optional BuildingType building_type = 8;
|
|
|
|
optional MatPair material = 9;
|
|
|
|
optional uint32 building_flags = 10;
|
|
|
|
optional bool is_room = 11;
|
|
|
|
optional BuildingExtents room = 12;
|
2015-11-03 06:19:17 -07:00
|
|
|
optional BuildingDirection direction = 13; //Doesn't mean anything for most buildings
|
2015-09-27 22:36:04 -06:00
|
|
|
}
|
|
|
|
|
2016-05-02 09:28:36 -06:00
|
|
|
message RiverEdge
|
|
|
|
{
|
|
|
|
optional int32 min_pos = 1;
|
|
|
|
optional int32 max_pos = 2;
|
|
|
|
optional int32 active = 3;
|
|
|
|
optional int32 elevation = 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
message RiverTile
|
|
|
|
{
|
|
|
|
optional RiverEdge north = 1;
|
|
|
|
optional RiverEdge south = 2;
|
|
|
|
optional RiverEdge east = 3;
|
|
|
|
optional RiverEdge west = 4;
|
|
|
|
}
|
|
|
|
|
2014-06-17 10:17:16 -06:00
|
|
|
message MapBlock
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
required int32 map_x = 1;
|
|
|
|
required int32 map_y = 2;
|
|
|
|
required int32 map_z = 3;
|
|
|
|
repeated int32 tiles = 4;
|
|
|
|
repeated MatPair materials = 5;
|
|
|
|
repeated MatPair layer_materials = 6;
|
|
|
|
repeated MatPair vein_materials = 7;
|
|
|
|
repeated MatPair base_materials = 8;
|
|
|
|
repeated int32 magma = 9;
|
|
|
|
repeated int32 water = 10;
|
2015-06-11 10:50:00 -06:00
|
|
|
repeated bool hidden = 11;
|
|
|
|
repeated bool light = 12;
|
|
|
|
repeated bool subterranean = 13;
|
|
|
|
repeated bool outside = 14;
|
|
|
|
repeated bool aquifer = 15;
|
|
|
|
repeated bool water_stagnant = 16;
|
|
|
|
repeated bool water_salt = 17;
|
2015-06-22 06:31:19 -06:00
|
|
|
repeated MatPair construction_items = 18;
|
2015-09-27 22:36:04 -06:00
|
|
|
repeated BuildingInstance buildings = 19;
|
2016-01-11 11:40:16 -07:00
|
|
|
repeated int32 tree_percent = 20;
|
|
|
|
repeated int32 tree_x = 21;
|
|
|
|
repeated int32 tree_y = 22;
|
|
|
|
repeated int32 tree_z = 23;
|
2016-04-19 07:45:33 -06:00
|
|
|
repeated TileDigDesignation tile_dig_designation = 24;
|
2014-06-17 10:17:16 -06:00
|
|
|
}
|
|
|
|
|
2014-06-14 22:40:12 -06:00
|
|
|
message MatPair {
|
2015-02-14 20:53:06 -07:00
|
|
|
required int32 mat_type = 1;
|
|
|
|
required int32 mat_index = 2;
|
2014-06-14 22:40:12 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message ColorDefinition {
|
2015-02-14 20:53:06 -07:00
|
|
|
required int32 red = 1;
|
|
|
|
required int32 green = 2;
|
|
|
|
required int32 blue = 3;
|
2014-06-14 22:40:12 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message MaterialDefinition{
|
2015-02-14 20:53:06 -07:00
|
|
|
required MatPair mat_pair = 1;
|
|
|
|
optional string id = 2;
|
|
|
|
optional string name = 3;
|
|
|
|
optional ColorDefinition state_color = 4; //Simplifying colors to assume room temperature.
|
2014-06-14 22:40:12 -06:00
|
|
|
}
|
|
|
|
|
2015-06-21 13:10:17 -06:00
|
|
|
message BuildingType
|
|
|
|
{
|
2015-06-22 06:31:19 -06:00
|
|
|
required int32 building_type = 1;
|
|
|
|
required int32 building_subtype = 2;
|
|
|
|
required int32 building_custom = 3;
|
2015-06-21 13:10:17 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message BuildingDefinition {
|
2015-06-22 06:31:19 -06:00
|
|
|
required BuildingType building_type = 1;
|
|
|
|
optional string id = 2;
|
|
|
|
optional string name = 3;
|
2015-06-21 13:10:17 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message BuildingList {
|
2015-06-22 06:31:19 -06:00
|
|
|
repeated BuildingDefinition building_list = 1;
|
2015-06-21 13:10:17 -06:00
|
|
|
}
|
|
|
|
|
2014-06-14 22:40:12 -06:00
|
|
|
message MaterialList{
|
2015-02-14 20:53:06 -07:00
|
|
|
repeated MaterialDefinition material_list = 1;
|
2014-06-17 10:17:16 -06:00
|
|
|
}
|
|
|
|
|
2015-11-08 00:35:25 -07:00
|
|
|
message BodySizeInfo
|
|
|
|
{
|
|
|
|
optional int32 size_cur = 1;
|
|
|
|
optional int32 size_base = 2;
|
|
|
|
optional int32 area_cur = 3; /*!< size_cur^0.666 */
|
|
|
|
optional int32 area_base = 4; /*!< size_base^0.666 */
|
|
|
|
optional int32 length_cur = 5; /*!< (size_cur*10000)^0.333 */
|
|
|
|
optional int32 length_base = 6; /*!< (size_base*10000)^0.333 */
|
|
|
|
}
|
|
|
|
|
2016-06-20 11:29:59 -06:00
|
|
|
message UnitAppearance
|
|
|
|
{
|
|
|
|
repeated int32 body_modifiers = 1;
|
|
|
|
repeated int32 bp_modifiers = 2;
|
|
|
|
optional int32 size_modifier = 3;
|
2016-06-21 11:12:47 -06:00
|
|
|
repeated int32 colors = 4;
|
2016-06-20 11:29:59 -06:00
|
|
|
}
|
|
|
|
|
2014-12-11 07:40:49 -07:00
|
|
|
message UnitDefinition
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
required int32 id = 1;
|
|
|
|
optional bool isValid = 2;
|
|
|
|
optional int32 pos_x = 3;
|
|
|
|
optional int32 pos_y = 4;
|
|
|
|
optional int32 pos_z = 5;
|
2015-09-02 12:43:48 -06:00
|
|
|
optional MatPair race = 6;
|
2015-09-05 03:24:12 -06:00
|
|
|
optional ColorDefinition profession_color = 7;
|
2015-09-07 11:11:24 -06:00
|
|
|
optional uint32 flags1 = 8;
|
|
|
|
optional uint32 flags2 = 9;
|
|
|
|
optional uint32 flags3 = 10;
|
2015-09-15 01:21:09 -06:00
|
|
|
optional bool is_soldier = 11;
|
2015-11-08 00:35:25 -07:00
|
|
|
optional BodySizeInfo size_info = 12;
|
2015-11-28 11:33:26 -07:00
|
|
|
optional string name = 13;
|
|
|
|
optional int32 blood_max = 14;
|
|
|
|
optional int32 blood_count = 15;
|
2016-06-21 11:12:47 -06:00
|
|
|
optional UnitAppearance appearance = 16;
|
2014-12-11 07:40:49 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
message UnitList
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
repeated UnitDefinition creature_list = 1;
|
2014-12-11 07:40:49 -07:00
|
|
|
}
|
|
|
|
|
2014-06-17 10:17:16 -06:00
|
|
|
message BlockRequest
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
optional int32 blocks_needed = 1;
|
|
|
|
optional int32 min_x = 2;
|
|
|
|
optional int32 max_x = 3;
|
|
|
|
optional int32 min_y = 4;
|
|
|
|
optional int32 max_y = 5;
|
|
|
|
optional int32 min_z = 6;
|
|
|
|
optional int32 max_z = 7;
|
2014-06-17 10:17:16 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message BlockList
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
repeated MapBlock map_blocks = 1;
|
|
|
|
optional int32 map_x = 2;
|
|
|
|
optional int32 map_y = 3;
|
2014-07-23 08:27:47 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message PlantDef
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
required int32 pos_x = 1;
|
|
|
|
required int32 pos_y = 2;
|
|
|
|
required int32 pos_z = 3;
|
|
|
|
required int32 index = 4;
|
2014-07-23 08:27:47 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message PlantList
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
repeated PlantDef plant_list = 1;
|
2014-12-12 08:34:23 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
message ViewInfo
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
optional int32 view_pos_x = 1;
|
|
|
|
optional int32 view_pos_y = 2;
|
|
|
|
optional int32 view_pos_z = 3;
|
|
|
|
optional int32 view_size_x = 4;
|
|
|
|
optional int32 view_size_y = 5;
|
|
|
|
optional int32 cursor_pos_x = 6;
|
|
|
|
optional int32 cursor_pos_y = 7;
|
|
|
|
optional int32 cursor_pos_z = 8;
|
2016-03-14 12:48:49 -06:00
|
|
|
optional int32 follow_unit_id = 9 [default = -1];
|
|
|
|
optional int32 follow_item_id = 10 [default = -1];
|
2014-12-16 20:10:29 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
message MapInfo
|
|
|
|
{
|
2015-02-14 20:53:06 -07:00
|
|
|
optional int32 block_size_x = 1;
|
|
|
|
optional int32 block_size_y = 2;
|
|
|
|
optional int32 block_size_z = 3;
|
|
|
|
optional int32 block_pos_x = 4;
|
|
|
|
optional int32 block_pos_y = 5;
|
|
|
|
optional int32 block_pos_z = 6;
|
|
|
|
optional string world_name = 7;
|
|
|
|
optional string world_name_english = 8;
|
|
|
|
optional string save_name = 9;
|
2015-06-11 10:50:00 -06:00
|
|
|
}
|
2015-08-14 04:06:36 -06:00
|
|
|
|
|
|
|
enum FrontType
|
|
|
|
{
|
|
|
|
FRONT_NONE = 0;
|
|
|
|
FRONT_WARM = 1;
|
|
|
|
FRONT_COLD = 2;
|
|
|
|
FRONT_OCCLUDED = 3;
|
|
|
|
}
|
|
|
|
enum CumulusType
|
|
|
|
{
|
|
|
|
CUMULUS_NONE = 0;
|
|
|
|
CUMULUS_MEDIUM = 1;
|
|
|
|
CUMULUS_MULTI = 2;
|
|
|
|
CUMULUS_NIMBUS = 3;
|
|
|
|
}
|
|
|
|
enum StratusType
|
|
|
|
{
|
|
|
|
STRATUS_NONE = 0;
|
|
|
|
STRATUS_ALTO = 1;
|
|
|
|
STRATUS_PROPER = 2;
|
|
|
|
STRATUS_NIMBUS = 3;
|
|
|
|
}
|
|
|
|
enum FogType
|
|
|
|
{
|
|
|
|
FOG_NONE = 0;
|
|
|
|
FOG_MIST = 1;
|
|
|
|
FOG_NORMAL = 2;
|
|
|
|
F0G_THICK = 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
message Cloud
|
|
|
|
{
|
|
|
|
optional FrontType front = 1;
|
|
|
|
optional CumulusType cumulus = 2;
|
|
|
|
optional bool cirrus = 3;
|
|
|
|
optional StratusType stratus = 4;
|
|
|
|
optional FogType fog = 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
message WorldMap
|
|
|
|
{
|
|
|
|
required int32 world_width = 1;
|
|
|
|
required int32 world_height = 2;
|
|
|
|
optional string name = 3;
|
|
|
|
optional string name_english = 4;
|
|
|
|
repeated int32 elevation = 5;
|
|
|
|
repeated int32 rainfall = 6;
|
|
|
|
repeated int32 vegetation = 7;
|
|
|
|
repeated int32 temperature = 8;
|
|
|
|
repeated int32 evilness = 9;
|
|
|
|
repeated int32 drainage = 10;
|
|
|
|
repeated int32 volcanism = 11;
|
|
|
|
repeated int32 savagery = 12;
|
|
|
|
repeated Cloud clouds = 13;
|
|
|
|
repeated int32 salinity = 14;
|
2015-08-16 08:58:52 -06:00
|
|
|
optional int32 map_x = 15;
|
|
|
|
optional int32 map_y = 16;
|
2015-09-16 11:59:21 -06:00
|
|
|
optional int32 center_x = 17;
|
|
|
|
optional int32 center_y = 18;
|
|
|
|
optional int32 center_z = 19;
|
2015-11-02 10:52:58 -07:00
|
|
|
optional int32 cur_year = 20;
|
|
|
|
optional int32 cur_year_tick = 21;
|
2016-02-28 08:56:15 -07:00
|
|
|
optional WorldPoles world_poles = 22;
|
2016-05-02 09:28:36 -06:00
|
|
|
repeated RiverTile river_tiles = 23;
|
2016-05-27 20:58:17 -06:00
|
|
|
repeated int32 water_elevation = 24;
|
2015-08-16 08:58:52 -06:00
|
|
|
}
|
|
|
|
|
2016-06-16 10:06:35 -06:00
|
|
|
message RegionTile
|
|
|
|
{
|
|
|
|
optional int32 elevation = 1;
|
|
|
|
optional int32 rainfall = 2;
|
|
|
|
optional int32 vegetation = 3;
|
|
|
|
optional int32 temperature = 4;
|
|
|
|
optional int32 evilness = 5;
|
|
|
|
optional int32 drainage = 6;
|
|
|
|
optional int32 volcanism = 7;
|
|
|
|
optional int32 savagery = 8;
|
|
|
|
optional int32 salinity = 9;
|
|
|
|
optional RiverTile river_tiles = 10;
|
|
|
|
optional int32 water_elevation = 11;
|
|
|
|
}
|
|
|
|
|
|
|
|
message RegionMap
|
|
|
|
{
|
|
|
|
optional int32 map_x = 1;
|
|
|
|
optional int32 map_y = 2;
|
|
|
|
optional string name = 3;
|
|
|
|
optional string name_english = 4;
|
|
|
|
repeated RegionTile tiles = 5;
|
|
|
|
}
|
|
|
|
|
2015-08-16 08:58:52 -06:00
|
|
|
message RegionMaps
|
|
|
|
{
|
|
|
|
repeated WorldMap world_maps = 1;
|
2016-06-16 10:06:35 -06:00
|
|
|
repeated RegionMap region_maps = 2;
|
2015-08-14 04:06:36 -06:00
|
|
|
}
|
2015-09-02 12:43:48 -06:00
|
|
|
|
2016-06-21 11:12:47 -06:00
|
|
|
enum PatternType
|
|
|
|
{
|
|
|
|
MONOTONE = 0;
|
|
|
|
STRIPES = 1;
|
|
|
|
IRIS_EYE = 2;
|
|
|
|
SPOTS = 3;
|
|
|
|
PUPIL_EYE = 4;
|
|
|
|
MOTTLED = 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
message PatternDescriptor
|
|
|
|
{
|
|
|
|
optional string id = 1;
|
|
|
|
repeated ColorDefinition colors = 2;
|
|
|
|
optional PatternType pattern = 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
message ColorModifierRaw
|
|
|
|
{
|
|
|
|
repeated PatternDescriptor patterns = 1;
|
|
|
|
repeated int32 body_part_id = 2;
|
|
|
|
repeated int32 tissue_layer_id = 3;
|
|
|
|
optional int32 start_date = 4;
|
|
|
|
optional int32 end_date = 5;
|
|
|
|
optional string part = 6;
|
|
|
|
}
|
|
|
|
|
2016-06-20 01:51:11 -06:00
|
|
|
message BodyPartLayerRaw
|
|
|
|
{
|
|
|
|
optional string layer_name = 1;
|
2016-06-20 11:29:59 -06:00
|
|
|
optional int32 tissue_id = 2;
|
|
|
|
optional int32 layer_depth = 3;
|
|
|
|
repeated int32 bp_modifiers = 4;
|
2016-06-20 01:51:11 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message BodyPartRaw
|
|
|
|
{
|
|
|
|
optional string token = 1;
|
|
|
|
optional string category = 2;
|
|
|
|
optional int32 parent = 3;
|
|
|
|
repeated bool flags = 4;
|
|
|
|
repeated BodyPartLayerRaw layers = 5;
|
|
|
|
optional int32 relsize = 6;
|
|
|
|
}
|
|
|
|
|
2016-06-20 11:29:59 -06:00
|
|
|
message BpAppearanceModifier
|
|
|
|
{
|
|
|
|
optional string type = 1;
|
2016-06-21 11:12:47 -06:00
|
|
|
optional int32 mod_min = 2;
|
|
|
|
optional int32 mod_max = 3;
|
2016-06-20 11:29:59 -06:00
|
|
|
}
|
|
|
|
|
2016-06-30 03:03:15 -06:00
|
|
|
message TissueRaw
|
|
|
|
{
|
2016-06-30 03:42:28 -06:00
|
|
|
optional string id = 1;
|
|
|
|
optional string name = 2;
|
|
|
|
optional MatPair material = 3;
|
|
|
|
optional string subordinate_to_tissue = 4;
|
2016-06-30 03:03:15 -06:00
|
|
|
}
|
|
|
|
|
2015-09-02 12:43:48 -06:00
|
|
|
message CasteRaw
|
|
|
|
{
|
|
|
|
optional int32 index = 1;
|
|
|
|
optional string caste_id = 2;
|
|
|
|
repeated string caste_name = 3;
|
|
|
|
repeated string baby_name = 4;
|
|
|
|
repeated string child_name = 5;
|
2015-12-24 09:43:25 -07:00
|
|
|
optional int32 gender = 6;
|
2016-06-20 01:51:11 -06:00
|
|
|
repeated BodyPartRaw body_parts = 7;
|
|
|
|
optional int32 total_relsize = 8;
|
2016-06-20 11:29:59 -06:00
|
|
|
repeated BpAppearanceModifier modifiers = 9;
|
|
|
|
repeated int32 modifier_idx = 10;
|
|
|
|
repeated int32 part_idx = 11;
|
|
|
|
repeated int32 layer_idx = 12;
|
2016-06-21 11:12:47 -06:00
|
|
|
repeated BpAppearanceModifier body_appearance_modifiers = 13;
|
|
|
|
repeated ColorModifierRaw color_modifiers = 14;
|
2016-06-23 09:56:00 -06:00
|
|
|
optional string description = 15;
|
|
|
|
optional int32 adult_size = 16;
|
2015-09-02 12:43:48 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message CreatureRaw
|
|
|
|
{
|
|
|
|
optional int32 index = 1;
|
|
|
|
optional string creature_id = 2;
|
|
|
|
repeated string name = 3;
|
|
|
|
repeated string general_baby_name = 4;
|
|
|
|
repeated string general_child_name = 5;
|
|
|
|
optional int32 creature_tile = 6;
|
|
|
|
optional int32 creature_soldier_tile = 7;
|
|
|
|
optional ColorDefinition color = 8;
|
|
|
|
optional int32 adultsize = 9;
|
|
|
|
repeated CasteRaw caste = 10;
|
2016-06-30 03:42:28 -06:00
|
|
|
repeated TissueRaw tissues = 11;
|
2015-09-02 12:43:48 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message CreatureRawList
|
|
|
|
{
|
|
|
|
repeated CreatureRaw creature_raws = 1;
|
|
|
|
}
|
2015-09-16 11:56:52 -06:00
|
|
|
|
|
|
|
message Army
|
|
|
|
{
|
2015-09-16 11:59:21 -06:00
|
|
|
optional int32 id = 1;
|
|
|
|
optional int32 pos_x = 2;
|
|
|
|
optional int32 pos_y = 3;
|
|
|
|
optional int32 pos_z = 4;
|
|
|
|
optional UnitDefinition leader = 5;
|
|
|
|
repeated UnitDefinition members = 6;
|
|
|
|
optional uint32 flags = 7;
|
2015-09-16 11:56:52 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message ArmyList
|
|
|
|
{
|
2015-09-16 11:59:21 -06:00
|
|
|
repeated Army armies = 1;
|
2015-09-16 11:57:04 -06:00
|
|
|
}
|
2016-01-11 11:40:16 -07:00
|
|
|
|
|
|
|
message GrowthPrint
|
|
|
|
{
|
|
|
|
optional int32 priority = 1;
|
|
|
|
optional int32 color = 2;
|
|
|
|
optional int32 timing_start = 3;
|
|
|
|
optional int32 timing_end = 4;
|
2016-01-31 12:11:13 -07:00
|
|
|
optional int32 tile = 5;
|
2016-01-11 11:40:16 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
message TreeGrowth
|
|
|
|
{
|
|
|
|
optional int32 index = 1;
|
|
|
|
optional string id = 2;
|
|
|
|
optional string name = 3;
|
|
|
|
optional MatPair mat = 4;
|
|
|
|
repeated GrowthPrint prints = 5;
|
|
|
|
optional int32 timing_start = 6;
|
|
|
|
optional int32 timing_end = 7;
|
|
|
|
optional bool twigs = 8;
|
|
|
|
optional bool light_branches = 9;
|
|
|
|
optional bool heavy_branches = 10;
|
|
|
|
optional bool trunk = 11;
|
|
|
|
optional bool roots = 12;
|
|
|
|
optional bool cap = 13;
|
|
|
|
optional bool sapling = 14;
|
|
|
|
optional int32 trunk_height_start = 15;
|
|
|
|
optional int32 trunk_height_end = 16;
|
|
|
|
}
|
|
|
|
|
|
|
|
message PlantRaw
|
2016-01-14 18:13:46 -07:00
|
|
|
{
|
2016-01-11 11:40:16 -07:00
|
|
|
optional int32 index = 1;
|
|
|
|
optional string id = 2;
|
2016-01-27 11:36:10 -07:00
|
|
|
optional string name = 3;
|
2016-01-11 11:40:16 -07:00
|
|
|
repeated TreeGrowth growths = 4;
|
2016-01-31 12:11:13 -07:00
|
|
|
optional int32 tile = 5;
|
2016-01-27 06:19:30 -07:00
|
|
|
}
|
|
|
|
|
2016-01-27 11:36:10 -07:00
|
|
|
message PlantRawList
|
2016-01-27 06:19:30 -07:00
|
|
|
{
|
|
|
|
repeated PlantRaw plant_raws = 1;
|
2016-03-20 04:57:05 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message ScreenTile
|
|
|
|
{
|
|
|
|
optional uint32 character = 1;
|
|
|
|
optional uint32 foreground = 2;
|
|
|
|
optional uint32 background = 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
message ScreenCapture
|
|
|
|
{
|
|
|
|
optional uint32 width = 1;
|
|
|
|
optional uint32 height = 2;
|
|
|
|
repeated ScreenTile tiles = 3;
|
2016-03-21 11:26:48 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
message KeyboardEvent
|
|
|
|
{
|
|
|
|
optional uint32 type = 1;
|
|
|
|
optional uint32 which = 2;
|
|
|
|
optional uint32 state = 3;
|
|
|
|
optional uint32 scancode = 4;
|
|
|
|
optional uint32 sym = 5;
|
|
|
|
optional uint32 mod = 6;
|
|
|
|
optional uint32 unicode = 7;
|
2016-06-21 11:12:47 -06:00
|
|
|
}
|
2016-06-30 03:42:28 -06:00
|
|
|
|