op2_sdk:software_development_kit_sdk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
op2_sdk:software_development_kit_sdk [2017/01/04 04:09] vagabondop2_sdk:software_development_kit_sdk [2017/07/22 16:22] vagabond
Line 13: Line 13:
   * [[Creating Tech Trees]]   * [[Creating Tech Trees]]
   * [[Programming Scenario DLLs]]   * [[Programming Scenario DLLs]]
-  * [[Helper Programs]]+  * [[outpost_2:Helper Programs]]
   * [[Custom Scenario Checklist]]   * [[Custom Scenario Checklist]]
   * [[opu:repository|Source Code Repository]]   * [[opu:repository|Source Code Repository]]
Line 27: Line 27:
 Each Outpost 2 scenario requires 3 files: Each Outpost 2 scenario requires 3 files:
  
-  * **DLL (Dynamic Link Library) File (.DLL):** Contains the logic behind the scenario such as victory conditions, frequency of disasters, starting resources, etc. Each DLL file represents a single scenario. See the [[op2_sdk:Programming Scenario DLLs]] Programming Scenario DLLs page]] for more details.+  * **DLL (Dynamic Link Library) File (.DLL):** Contains the logic behind the scenario such as victory conditions, frequency of disasters, starting resources, etc. Each DLL file represents a single scenario. See the [[op2_sdk:Programming Scenario DLLsProgramming Scenario DLLs page]] for more details.
  
-  * **MAP File (.MAP):** Contains the terrain used on the map, associated move speed, accability of tiles, etc. Each map file can support multiple scenarios.+  * **MAP File (.MAP):** Contains the terrain used on the map, associated move speed, accessibility of tiles, etc. Each map file can support multiple scenarios.
  
   * **Technology (tech) Tree File (.TXT):** A file containing the technology tree available for the scenario. Tech tree files are human readable, but must be written in a specific syntax so the game can parse the file. Each tech tree can support multiple scenarios.   * **Technology (tech) Tree File (.TXT):** A file containing the technology tree available for the scenario. Tech tree files are human readable, but must be written in a specific syntax so the game can parse the file. Each tech tree can support multiple scenarios.
  • op2_sdk/software_development_kit_sdk.txt
  • Last modified: 2020/06/13 17:39
  • by vagabond