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
op2_sdk:software_development_kit_sdk [2016/11/02 19:10] vagabondop2_sdk:software_development_kit_sdk [2020/06/13 17:39] (current) – [Outpost 2 SDK Index] vagabond
Line 1: Line 1:
-====== Outpost 2 Mapmaking ======+====== Outpost 2 Software Development Kit (SDK) ======
  
 {{op2_sdk:mapmakericon.png }} {{op2_sdk:mapmakericon.png }}
Line 13: Line 13:
   * [[Creating Tech Trees]]   * [[Creating Tech Trees]]
   * [[Programming Scenario DLLs]]   * [[Programming Scenario DLLs]]
-  * [[Helper Programs]] +  * [[outpost_2:Helper Programs]] 
-  * [[opu:repository|Source Code Repository]]+  * [[Custom Scenario Checklist]] 
 +  * [[opu:repositories:repositories|Source Code Repositories]]
   * [[opu:Project_Management|Project Management through Redmine]]   * [[opu:Project_Management|Project Management through Redmine]]
-  * [[OP2 Technical Review|Outpost 2 Technical Review]]+  * [[Outpost 2:Technical Review|Technical Review]]
  
 ===== Maps vs Scenarios ===== ===== Maps vs Scenarios =====
Line 26: 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.1478113835.txt.gz
  • Last modified: 2016/11/02 19:10
  • by vagabond