💰Changing vendor inventory
How to manipulate vendor inventories
Summary
Published: ??? by manavortex Last documented update: Jan 28 2024 by Sei Jax
How to do this:
Your mod will be one or multiple .yaml
files under r6/tweaks
. If you want to release your mod on Nexus, we recommend using WolvenKit Projects and creating the files under the WolvenKit Projects folder.
Adding items to vendors
Courtesy of Neurolinked and psiberx. For more context, read up on Discord.
Create the following tweak file (a yaml in r6/tweaks/your_optional_subfolder
:
In-game vendor inventories are generated, and cached, by the game on 24h intervals. So the changes applied won't be immediately evident, but can be produced/tested on demand by skipping 24h of in-game time.
Last updated