Assetpath (Command Line Parameter): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Command Line Parameter == | __NOTOC__ | ||
{{launchparam|assetpath| | == [[Command Line Parameters|Command Line Parameter]] == | ||
: {{launchparam|assetpath|path}} | |||
The new command line argument -assetpath will point the client to the piggs folders, in load order. | The new command line argument '''-assetpath''' will point the client to the piggs folders, in load order. | ||
Currently, there are 2 folders storing pigg files: | |||
:*<code><COH Install Directory>/assets/Issue24</code> is for all of the original COH pigg files. | |||
:*<code><COH Install Directory>/assets/live</code> is for all of the piggs added or altered by Homecoming. | |||
* When running City of Heroes without a Homecoming launcher, the game client needs to be directed to both of the above folders by either separating each folder path by a semicolon, or by using '''-assetpath''' twice in the command string (one of each folder). | |||
* If additional pigg file assets are created for the game, this command can point to those files and tell the game to check the new folder. For example, <code>-assetpath assets\mods</code> | |||
* In [[Issue 26 Page 5]], three options were created to be used with '''-assetpath''': "''piggs''", "''homecoming''", and "''hc_beta''". However, Homecoming has since revised the directory structure for the game files, and these options no longer point to the correct folders. | |||
* This command line parameter was added by Homecoming in [[Issue 26 Page 5]]. | |||
== | |||
{{launchparam|assetpath| | ==Examples== | ||
{{launchparam|assetpath|assets/Issue24;assets/live}} | |||
{{launchparam|assetpath|assets/Issue24}} {{launchparam|assetpath|assets/live}} | |||
==Also== | ==Also== | ||
* {{launchparam|legacylayout}} | * {{launchparam|legacylayout}} | ||
* {{launchparam|assetpath}} | |||
* {{launchparam|auth}} | |||
* {{launchparam|profile}} | |||
{{Navbox Command Line Parameters}} | |||
[[Category:Command Line Parameters]] |
Latest revision as of 07:27, 4 January 2024
Command Line Parameter
- -assetpath path
The new command line argument -assetpath will point the client to the piggs folders, in load order.
Currently, there are 2 folders storing pigg files:
<COH Install Directory>/assets/Issue24
is for all of the original COH pigg files.<COH Install Directory>/assets/live
is for all of the piggs added or altered by Homecoming.
- When running City of Heroes without a Homecoming launcher, the game client needs to be directed to both of the above folders by either separating each folder path by a semicolon, or by using -assetpath twice in the command string (one of each folder).
- If additional pigg file assets are created for the game, this command can point to those files and tell the game to check the new folder. For example,
-assetpath assets\mods
- In Issue 26 Page 5, three options were created to be used with -assetpath: "piggs", "homecoming", and "hc_beta". However, Homecoming has since revised the directory structure for the game files, and these options no longer point to the correct folders.
- This command line parameter was added by Homecoming in Issue 26 Page 5.
Examples
-assetpath assets/Issue24;assets/live -assetpath assets/Issue24 -assetpath assets/live
Also