You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,18 +62,23 @@ Settings for creating of the development environment are set up here.
62
62
3.**Debug Output Path**
63
63
* Path to where you would like development copy to be located. Should probably be put in the same directory of your other Steam/GOG games. (e.g. C:\Program Files (x86)\Steam\steam apps\common\Pathfinder Second Adventure Debug)
64
64
4.**Unity Path**
65
-
* Path to the Unity Editor folder that contains all the version of Unity that have been installed. Default path is C:\Program Files\Unity\Hub\Editor.
65
+
* Two options for the path contained here:
66
+
1. You can select the path where all your Unity installs are (e.g. C:\Program Files\Unity\Hub\Editor\) and the correct version will be located automatically.
67
+
2. You can select the direct path if you have the version installed somewhere else (e.g. Program Files/Unity <version>). The version will be verified against the game exe.
66
68
5.**Unity Version**
67
-
* Version of Unity the game uses. These must match or game probably will not even launch. The version will try to be automatically detected from the game exe.
69
+
* Version of Unity the game uses is reported here if matched. Blank if no match. Check error box for the correct version.
68
70
6.**Use Symlinks**
69
71
* Checked if symlinks are to be used, unchecked if they are not.
70
-
7.**Symlinks**
72
+
7.**Verbose Logging**
73
+
* Enable this if you really want to see what is being copied or symlinked. If the game is taking a long time to copy you probably have an invalid symlink/exclude filter.
74
+
* Enabling this will increase copy times by some amount.
75
+
8.**Symlinks**
71
76
* List Box: The list of the current symlink filters that are to be used.
72
77
* Add Button: Opens the symlink dialog
73
78
* Remove Button: Removes the currently selected symlink filter in the list box.
74
-
8.**Exclude Filters**
79
+
9.**Exclude Filters**
75
80
* Same as above except this will filter out directories/files from being copied from the retail to the dev folder.
76
-
8.**Navigation Buttons**
81
+
10.**Navigation Buttons**
77
82
* Back Button will return to Decompile Page.
78
83
* Next Button will move on to processing.
79
84
@@ -95,4 +100,4 @@ They filter for symlinks are setup here. Filters are windows standard wildcards.
95
100
96
101
### Processing Page
97
102
98
-
Logs what is going on during the copying and decompilation. During decompilation each file will show progress via the progress bar at the bottom of the page. For large assemblies it is normal for the bar to "get stuck" at the end for a bit. This is normal behavior as files are being written to disk. Processing should be rather quick, Pathfinder: Wrath of the Righteous takes less than 1 minute to complete all processing.
103
+
Logs what is going on during the copying and decompilation. Each step will show progress via the progress bar at the bottom of the page. For large assemblies it is normal for the bar to "get stuck" at the end for a bit. This is normal behavior as files are being written to disk. Processing should be rather quick, Pathfinder: Wrath of the Righteous takes less than 1 minute to complete all processing.
0 commit comments