docs(ace-mods): SetTime loads via @mod find, no ACE restart needed
This commit is contained in:
parent
13f685ee94
commit
6f47740af0
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ New-Item -ItemType Directory -Force C:\ACE\Mods\SetTime | Out-Null
|
|||
Copy-Item tools/ace-mods/SetTime/bin/Release/net10.0/SetTime.dll, tools/ace-mods/SetTime/Meta.json C:\ACE\Mods\SetTime\
|
||||
```
|
||||
|
||||
Then restart ACE (the mod loader also hot-reloads when `HotReload` is true).
|
||||
Then either restart ACE or, from an Admin character, run `@mod find` — ACE
|
||||
rescans `ModsDirectory` and loads the new mod without a restart (`@mod list`
|
||||
shows its status).
|
||||
`AceServerDir` (default `C:\ACE\Server`) can be overridden with
|
||||
`-p:AceServerDir=...` if the server lives elsewhere.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue