op2_sdk:projectcreation_tempnew

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:projectcreation_tempnew [2018/10/07 15:31] angellus_mortisop2_sdk:projectcreation_tempnew [2018/10/07 15:33] angellus_mortis
Line 7: Line 7:
 This article assumes you are using Visual Studio 2017 or Visual Studio Code. However, the instructions should be similar for any other version of Visual Studio, you just may need to retarget to a different platform toolset or Windows SDK (steps below). These instructions would also generally apply for other IDEs such as Code::Blocks, but their implementation steps will differ. If you are interested in documenting steps for Code::Blocks or other C++ IDEs, [[https://forum.outpost2.net/index.php?action=profile;u=1555|Angellus Mortis]] would be happy to help you add them in. This article assumes you are using Visual Studio 2017 or Visual Studio Code. However, the instructions should be similar for any other version of Visual Studio, you just may need to retarget to a different platform toolset or Windows SDK (steps below). These instructions would also generally apply for other IDEs such as Code::Blocks, but their implementation steps will differ. If you are interested in documenting steps for Code::Blocks or other C++ IDEs, [[https://forum.outpost2.net/index.php?action=profile;u=1555|Angellus Mortis]] would be happy to help you add them in.
  
-If there are difficulties following this article, search through the Outpost Universe Forums or make a new forum post. This tutorial should be able to be completed with little prior programming experience. If you have no previous experience, it is recommended that you work through a beginner C++ book before continuing to program a new scenario. If you have no experience with Version Control Systems (VCS) like git, it is also recommended you checkout out some tutorials on Git: [[https://git-scm.com/docs/gittutorial]], [[https://guides.github.com/introduction/git-handbook/]].+If there are difficulties following this article, search through the Outpost Universe Forums or make a new forum post. This tutorial should be able to be completed with little prior programming experience. If you have no previous experience, it is recommended that you work through a beginner C++ book before continuing to program a new scenario. If you have no experience with Version Control Systems (VCS) like git, it is also recommended you checkout out some tutorials on Git: [[https://git-scm.com/docs/gittutorial]], [[https://guides.github.com/introduction/git-handbook/]]. This article assumes you have basic command line knowledge of git (''git clone'', ''git commit'', ''git pull'' and ''git push'')
  
 Once you have an IDE project compiling DLLs for Outpost 2, review the [[op2_sdk:projectsettings|Outpost 2 Project Settings Wiki Page]] for more optional IDE settings that will streamline the scenario development process. Once you have an IDE project compiling DLLs for Outpost 2, review the [[op2_sdk:projectsettings|Outpost 2 Project Settings Wiki Page]] for more optional IDE settings that will streamline the scenario development process.
Line 13: Line 13:
 ===== Setting up your IDE ===== ===== Setting up your IDE =====
  
-==== Windows + Visual Studio 2017 ====+==== Visual Studio 2017 ====
  
-Visual Studio is a full featured IDE made by Microsoft. If you do not have a lot of experience with Command Line or are just getting started with development, this is the IDE you will most likely want to use. +Visual Studio is a full featured IDE made by Microsoft. If you do not have a lot of experience with Command Line or are just getting started with development, this is the IDE you will most likely want to use. //Visual Studio only works on Windows//. If you have any other OS, you will need to use Visual Studio Code (see next section).
  
   - Follow steps 1-3 for in [[https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2017|Microsoft's docs for installing Visual Studio 2017]].   - Follow steps 1-3 for in [[https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2017|Microsoft's docs for installing Visual Studio 2017]].
  • op2_sdk/projectcreation_tempnew.txt
  • Last modified: 2021/01/05 07:47
  • by blackbox222