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
Last revisionBoth sides next revision
op2_sdk:software_development_kit_sdk [2016/01/17 09:41] vagabondop2_sdk:software_development_kit_sdk [2020/06/13 17:37] – [Outpost 2 SDK Index] vagabond
Line 1: Line 1:
 ====== Outpost 2 Software Development Kit (SDK) ====== ====== Outpost 2 Software Development Kit (SDK) ======
  
-===== Helper Programs ===== +{{op2_sdk:mapmakericon.png }}
-Below is a listing of standalone programs that can help in various aspects of modifying Outpost 2.+
  
-==== Outpost 2 Mapper ==== +The Outpost Universe community has diligently maintained and extended Outpost 2 through modifying the original game and creating an API that allows adding new content. Notably, new maps can be designed, new scenarios created for new or old maps, new map tiles can be added, and technology trees can be manipulated. A listing of current maps for the game can be found in the [[outpost_2:Maps|Maps Section]].
-//Created by Outpost Universe//\\+
  
-{{op2_sdk:mapper_screenshot.png}}+===== Outpost 2 SDK Index =====
  
-**Overview:** The Outpost 2 Mapper allows creating new Outpost 2 mapsreading and writing .VOL filesreviewing and editing tile sets, and creating .BMP mini-maps.\\ +Read through the section below this index to learn the basic flow of creating new map. Thenuse this listing to explore the SDK in depthIf you have questionsthe [[http://forum.outpost2.net|Outpost 2 forum]] is a great reference.
-\\ +
-**Directions:** Stub\\ +
-\\ +
-**Download:** [[http://outpost2.net/dltools.php]]\\+
  
-----+  * [[Mapmaking]] 
 +  * [[Editing Map Tilesets]] 
 +  * [[Creating Tech Trees]] 
 +  * [[Programming Scenario DLLs]] 
 +  * [[outpost_2:Helper Programs]] 
 +  * [[Custom Scenario Checklist]] 
 +  * [[opu:repositories|Source Code Repositories]] 
 +  * [[opu:Project_Management|Project Management through Redmine]] 
 +  * [[Outpost 2:Technical Review|Technical Review]]
  
-==== Mission Scanner ==== +===== Maps vs Scenarios =====
-//Created by BlackBox//\\+
  
-{{op2_sdk:missionscanner_screenshot.png}}+Sometimes the words maps and scenarios are used interchangeably, but they actually have different meaning when designing new scenarios for Outpost 2. Maps (.map files) represent a set of tiles and their properties that make up the terrain scenarios occur on. Scenarios, sometimes also called missions, contain the code for a specific scenario objective, triggers, disasters, and so on. Each map can be used repeatably in multiple scenarios. Each scenario using the same map will occur in the same place on New Terra but could have very different objectives and units.
  
-**Overview:** Scans through all installed missions and lists their .map file, dll file, technology tree file, and map description. \\ +===== Map/Scenario Design Overview =====
-\\ +
-**Directions:** Open the mission scanner and select your Outpost 2 root install directory to generate a list of all missions. The Mission Scanner does not have to be in the Outpost 2 root directory.\\ +
-\\ +
-**Download:** [[http://outpost2.net/dltools.php]]+
  
-----+Each Outpost 2 scenario requires 3 files:
  
-==== Sheets Reader ====+  * **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.
  
-Stub+  * **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 scenarioTech 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.
- +
-==== Vol Extractor ==== +
-//Created by op2hacker and Leviathan//\\ +
- +
-{{op2_sdk:volextractor_screenshot.png}} +
- +
-**Overview:** Allows extracting files contained within an Outpost 2 .VOL file. The Outpost 2 Mapper can also be used to review, extract, and add files to a .VOL file. +
-\\ +
-**Directions:** Open the VolExtractor and select the .VOL file you want to inspect. The VolExtractor does not have to be in the Outpost 2 root directory.\\ +
-\\ +
-**Download:** {{op2_sdk:VolExtractor.zip}} +
- +
----- +
- +
-==== Vol Creator ==== +
-//Created by op2hacker and Leviathan// +
- +
-{{op2_sdk:volcreator_screenshot.png}} +
- +
-**Overview:** Allows adding files to an Outpost 2 .VOL file. The Outpost 2 Mapper can also be use to review, extract, and add files to a .VOL file.\\ +
-\\ +
-**Directions:** Open the VolCreator and select the files you want to add to the .VOL. The VolCreator does not have to be in the Outpost 2 root directory.\\ +
-\\ +
-**Download:** {{op2_sdk:VolCreator.zip}}+
  
 ----  ---- 
  - //Go Back to [[outpost_2:outpost_2|Outpost 2 Main page]]//\\  - //Go Back to [[outpost_2:outpost_2|Outpost 2 Main page]]//\\
- - //Go Back to [[http://wiki.outpostuniverse.org/doku.php?id=start|Wiki Home Page]]//+ - //Go Back to [[http://wiki.outpost2.net/doku.php?id=start|Wiki Home Page]]//
  • op2_sdk/software_development_kit_sdk.txt
  • Last modified: 2020/06/13 17:39
  • by vagabond