world_setup:buildings_interactions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
world_setup:buildings_interactions [2020/02/17 21:23] – mit | world_setup:buildings_interactions [2020/03/10 12:45] (current) – mit | ||
---|---|---|---|
Line 3: | Line 3: | ||
Many game features are implemented through interactions with static objects added to the world map. The game code refers to these as ' | Many game features are implemented through interactions with static objects added to the world map. The game code refers to these as ' | ||
- | === Standard Building behaviours ==== | + | ==== Standard Building behaviours ==== |
The game provides a range of different building types to perform standard functions ; most commonly this means interactions with the building open up a UI window listing items for sale and items that the building will purchase from the player. In addition, the building will run timed update cycles allowing it to regularly generate new items or manufacture them from others that have been supplied to it. The types of items available in standard buildings are controlled in the [[world_setup: | The game provides a range of different building types to perform standard functions ; most commonly this means interactions with the building open up a UI window listing items for sale and items that the building will purchase from the player. In addition, the building will run timed update cycles allowing it to regularly generate new items or manufacture them from others that have been supplied to it. The types of items available in standard buildings are controlled in the [[world_setup: | ||
- | Another common function of standard buildings is to allow them to be owned by players and sold to others. Commonly only the owner of the building will have the ability to directly remove items and set prices. The owners | + | Another common function of standard buildings is to allow them to be owned by players and sold to others. Commonly only the owner of the building will have the ability to directly remove items and set prices. The owner also has access to the building' |
There are specific building types that act differently, | There are specific building types that act differently, | ||
- | === Scripted Buildings ==== | + | ==== Scripted Buildings ==== |
You can also partially or entirely script both the interaction and regular update behaviour of buildings. (You could write a script that - for instance - doesn' | You can also partially or entirely script both the interaction and regular update behaviour of buildings. (You could write a script that - for instance - doesn' | ||
- | === Building Construction === | + | ==== Building Construction |
Depending on your game type, the range of buildings on your world might be fixed - a particular layout that you've specified while creating your world - or you may allow players on your world to construct new buildings and add them to your map. There are lots of options to control what and when players can build stuff - settings to control the cost of building (in both materials and wealth), limits to the number of buildings each player can own and limits to where in the world certain buildings can be made. | Depending on your game type, the range of buildings on your world might be fixed - a particular layout that you've specified while creating your world - or you may allow players on your world to construct new buildings and add them to your map. There are lots of options to control what and when players can build stuff - settings to control the cost of building (in both materials and wealth), limits to the number of buildings each player can own and limits to where in the world certain buildings can be made. | ||
+ | ==== Building Interiors ==== | ||
+ | Buildings can have ' | ||
world_setup/buildings_interactions.1581996181.txt.gz · Last modified: 2020/02/17 21:23 by mit