OpenTTD Source  20240917-master-g9ab0a47812
ConstructionSettings Struct Reference

Settings related to construction in-game. More...

#include <settings_type.h>

Data Fields

uint8_t map_height_limit
 the maximum allowed heightlevel
 
bool build_on_slopes
 allow building on slopes
 
bool autoslope
 allow terraforming under things
 
uint16_t max_bridge_length
 maximum length of bridges
 
uint8_t max_bridge_height
 maximum height of bridges
 
uint16_t max_tunnel_length
 maximum length of tunnels
 
uint8_t train_signal_side
 show signals on left / driving / right side
 
bool extra_dynamite
 extra dynamite
 
bool road_stop_on_town_road
 allow building of drive-through road stops on town owned roads
 
bool road_stop_on_competitor_road
 allow building of drive-through road stops on roads owned by competitors
 
bool crossing_with_competitor
 allow building of level crossings with competitor roads or rails
 
uint8_t raw_industry_construction
 type of (raw) industry construction (none, "normal", prospecting)
 
uint8_t industry_platform
 the amount of flat land around an industry
 
bool freeform_edges
 allow terraforming the tiles at the map edges
 
uint8_t extra_tree_placement
 (dis)allow building extra trees in-game
 
uint8_t command_pause_level
 level/amount of commands that can't be executed while paused
 
uint32_t terraform_per_64k_frames
 how many tile heights may, over a long period, be terraformed per 65536 frames?
 
uint16_t terraform_frame_burst
 how many tile heights may, over a short period, be terraformed?
 
uint32_t clear_per_64k_frames
 how many tiles may, over a long period, be cleared per 65536 frames?
 
uint16_t clear_frame_burst
 how many tiles may, over a short period, be cleared?
 
uint32_t tree_per_64k_frames
 how many trees may, over a long period, be planted per 65536 frames?
 
uint16_t tree_frame_burst
 how many trees may, over a short period, be planted?
 
uint32_t build_object_per_64k_frames
 how many tiles may, over a long period, be purchased or have objects built on them per 65536 frames?
 
uint16_t build_object_frame_burst
 how many tiles may, over a short period, be purchased or have objects built on them?
 

Detailed Description

Settings related to construction in-game.

Definition at line 381 of file settings_type.h.


The documentation for this struct was generated from the following file: