Skyszcake Posted August 15, 2022 Share Posted August 15, 2022 Hallo I am in the process of modding my GTA 5, but have run into a problem with the Vortex mod manager. The manager makes a new "mods" folder and then deletes the old one. How do i turn this off, so it doesn't make a new "mods" folder? // Skyszcake Link to comment Share on other sites More sharing options...
Pickysaurus Posted August 15, 2022 Share Posted August 15, 2022 I'm not really sure what you mean? If you're using Vortex to install mods, it will need to use it's own folder. Link to comment Share on other sites More sharing options...
Skyszcake Posted August 15, 2022 Author Share Posted August 15, 2022 Mabye i can explain over a discord call? Link to comment Share on other sites More sharing options...
Pickysaurus Posted August 15, 2022 Share Posted August 15, 2022 Looking at the source code (https://github.com/Nexus-Mods/game-gta5/blob/master/src/index.tsx#L561) this may be done intentionally. If you want to use mods not managed via Vortex, you may be better to install them manually. Unless there's a specific use case you can describe where you'd want to be able to use both for some reason? Link to comment Share on other sites More sharing options...
Skyszcake Posted August 15, 2022 Author Share Posted August 15, 2022 (edited) I try and explain my problem in bits. Gta 5 uses a modding folder, here you can modify files without modifying the orginal. The game uses this folder, as it primary afterwards. (So if you mess up in the modding folder, just can always come back to the orginal.) The problem is then: Vortex creates a fresh modding folder and deletes the other one The solution: Is to disable Vortexs creation of the new modding folder. Edited August 15, 2022 by Skyszcake Link to comment Share on other sites More sharing options...
Pickysaurus Posted August 15, 2022 Share Posted August 15, 2022 Vortex already automatically backs up any files it directly edits (at least it does for every other game) so the backup/restore is controlled by the "Deploy Mods" and "Purge Mods" buttons respectively. Link to comment Share on other sites More sharing options...
Skyszcake Posted August 15, 2022 Author Share Posted August 15, 2022 (edited) I think the problem may lay be this line: const RPF_PATH = path.join('update', 'x64', 'dlcpacks', 'vortex', 'dlc.rpf'); So is there no way, i can turn the creation of the mods folder off? Edited August 15, 2022 by Skyszcake Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now