outpost_2:helper_programs

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
outpost_2:helper_programs [2017/07/22 18:31] vagabondoutpost_2:helper_programs [2017/09/21 10:37] (current) vagabond
Line 1: Line 1:
 ====== Outpost 2 Helper Programs ====== ====== Outpost 2 Helper Programs ======
  
-Below is a listing of standalone programs that aid in various aspects of modifying Outpost 2. These programs were written by members of the Outpost Universe Community. If their source code was made public, it is available for download in the Outpost Universe Code Repository.+{{op2_sdk:mapmakericon.png }}
  
-If the program you are using is reporting an error due to a missing component, check the section **Registering a Missing Component** below for troubleshooting.+Below is a listing of standalone programs developed by different members of the Outpost Universe community that aid in various aspects of modifying Outpost 2. These programs were written over several years and some of the GUI programs will not work properly in modern Windows without downloading and registering some older Windows components. If the application's source code was made public, it is typically available for download in the [[http://wiki.outpost2.net/doku.php?id=opu:repository|Outpost Universe Code Repository]]. 
 + 
 +If the program reports an error due to a missing component, check the section **Registering a Missing Component** below for troubleshooting. 
 + 
 +==== Helper Program Listing ====
  
   * [[outpost_2:Helper_Programs:Mapper|Mapper]]   * [[outpost_2:Helper_Programs:Mapper|Mapper]]
Line 13: Line 17:
   * [[outpost_2:Helper_Programs:Art Viewer|Art Viewer]]   * [[outpost_2:Helper_Programs:Art Viewer|Art Viewer]]
       * Review and extract in game graphics using a Windows based GUI.       * Review and extract in game graphics using a Windows based GUI.
 +  
 +  * [[outpost_2:Helper_Programs:OP2Archive|Archive Console Application]]
 +      * View contents, create, edit, and extract from VOL and CLM archive files for use with Outpost 2.
 +  
 +  * [[outpost_2:Helper_Programs:Map Imager|Map Imager]]
 +      * Render images of Outpost 2 maps using a Windows based console application.
      
   * [[outpost_2:Helper_Programs:Virus Mask|Virus Mask]]   * [[outpost_2:Helper_Programs:Virus Mask|Virus Mask]]
-      * Check out how Outpost 2 applies Microbe and night overlay on transition tiles in a Windows based GUI.+      * See how Outpost 2 applies Microbe and night overlay on transition tiles in a Windows based GUI.
      
   * [[outpost_2:Helper_Programs:Vol Extractor|Vol Extractor]]   * [[outpost_2:Helper_Programs:Vol Extractor|Vol Extractor]]
Line 22: Line 32:
   * [[outpost_2:Helper_Programs:Vol Creator|Vol Creator]]   * [[outpost_2:Helper_Programs:Vol Creator|Vol Creator]]
       * Create new Outpost 2 specific .vol archive files using a Windows based GUI.       * Create new Outpost 2 specific .vol archive files using a Windows based GUI.
-   +    
-  * [[outpost_2:Helper_Programs:Map Imager|Map Imager]] +
-      * Render variable resolution images of Outpost 2 maps using a Windows based console application. +
-  +
   * [[outpost_2:Helper_Programs:Sheets Reader|Sheets Reader]]   * [[outpost_2:Helper_Programs:Sheets Reader|Sheets Reader]]
       * Review the contents of Outpost 2 specific sheets that control in game settings using a Windows based GUI.       * Review the contents of Outpost 2 specific sheets that control in game settings using a Windows based GUI.
Line 52: Line 59:
 Inside the command prompt, type or paste the command required to register the file. Comdlg32.ocx is a placeholder below, use the actual filename of the missing component you are registering. For Windows 7 x64, use the following command:  Inside the command prompt, type or paste the command required to register the file. Comdlg32.ocx is a placeholder below, use the actual filename of the missing component you are registering. For Windows 7 x64, use the following command: 
  
-regsvr32 %Systemroot%\SysWOW64\**comdlg32.ocx**+<code>regsvr32 %Systemroot%\SysWOW64\comdlg32.ocx</code>
  
 You will have to adjust the command for your operating system if not using Windows 7 64 bit. You will have to adjust the command for your operating system if not using Windows 7 64 bit.
  • outpost_2/helper_programs.1500748314.txt.gz
  • Last modified: 2017/07/22 18:31
  • by vagabond