Difference between revisions of "User:Dazio"

From Arcen Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Modding notes, hopefully this can be cleaned up into a modding guide of some sort.
+
Modding notes, hopefully this can be cleaned up into a modding guide of some sort.<br>
 +
This will start by documenting my efforts to add the Local Fleets list to the Ships tab of the Sidebar.
  
 
Ver. 0.876
 
Ver. 0.876
Line 5: Line 6:
 
1) Install Unity, personal version is free. This will install also install Visual Studio 2017 to edit code.<br>
 
1) Install Unity, personal version is free. This will install also install Visual Studio 2017 to edit code.<br>
 
-Linux/Mac instructions?
 
-Linux/Mac instructions?
 +
 +
2) Open GUI in Unity.<br>
 +
-In Unity hub, go to projects on left and select the AIW2\AIW2ModdingAndGUI folder (not a file)
 +
-I had the AIW2 version from 2019.1.7f1 to 2019.1.10f1, this a problem?
 +
 +
3) Open Visual Studio and open project AIWarExternal.sln
 +
 +
 +
notes
 +
 +
GameData\Configuration\CMP_ArcenUIPrefabs.xml looks to control what prefabs are loaded
 +
how do this without having to change teh file?

Latest revision as of 22:56, 26 July 2019

Modding notes, hopefully this can be cleaned up into a modding guide of some sort.
This will start by documenting my efforts to add the Local Fleets list to the Ships tab of the Sidebar.

Ver. 0.876

1) Install Unity, personal version is free. This will install also install Visual Studio 2017 to edit code.
-Linux/Mac instructions?

2) Open GUI in Unity.
-In Unity hub, go to projects on left and select the AIW2\AIW2ModdingAndGUI folder (not a file) -I had the AIW2 version from 2019.1.7f1 to 2019.1.10f1, this a problem?

3) Open Visual Studio and open project AIWarExternal.sln


notes

GameData\Configuration\CMP_ArcenUIPrefabs.xml looks to control what prefabs are loaded how do this without having to change teh file?