alch
Registry Generatorhttps://github.com/radj307/caco-alch-potion-builder
This is the utility used to generate the ingredients registry for my CLI potion builder / general alchemy utility project.
Uses the Mutagen library.
The process for Vortex is probably similar, but I've never used it so I don't know.
Extract the latest release to a directory of your choice.
Add alch-registry-generator.exe
as an external executable. The following table explains what each field does:
Field | Description |
---|---|
Title | Your choice, this is the name that appears in the executable list. |
Binary | The path to alch-registry-generator.exe |
Start In | Your desired output directory. |
Arguments | Space-separated list of arguments. See here for a list of valid arguments. |
Here is an example: (Note: Executable name is alch-registry-generator.exe
as of v2.0.1)
Run the executable through your mod manager.
_Note: This method will only include manually-installed mods, if you use a mod manager, see above._
alch-registry-generator.exe
by opening a terminal in the same directory, or by double-clicking it.There are 2 ways to accomplish this without using a mod manager:
cd
to your desired output directory.alch-registry-generator.exe
and select Create Shortcut. Option | Description |
---|---|
-n --no-pause |
Allows the program to exit without prompting the user for input. |
-o <name> --output <name> |
Specify the name of the output file. |