Skip to content

Commit f3e56bd

Browse files
authored
chore: Add notice to /data/mods to not put 3rd party mods there (#7698)
chore: Add notice to `/data/mods`
1 parent 039b146 commit f3e56bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Where you put the third party mods depends on whether you installed manually or with Catapult. No matter which you do, 3rd party mods do not go in data/mods. That folder should be reserved for in-repo mods only, especially given correctly updating will wipe the contents of that folder!
2+
3+
For a manual installation, you should use the player mods folder in the root folder for Cataclysm (i.e. the folder containing the data folder and the executable). If it is not present, you may need to create it (or check for XDG or /home related paths if on Linux and using a custom build)
4+
5+
For Catapult, you would put them in bn/userdata/mods (creating the folder if it's not already there) inside your catapult installation. For example, it might look like Catapult/bn/userdata/mods.
6+
7+
For Linux users using the XDG directories (but NOT the flatpak): The user mods directory should be in ~/.local/share/cataclysm-bn/mods (~/.local/share/cataclysm-bn is the user directory in general)
8+
9+
For flatpak users, the user mods folder is ~/.var/app/org.cataclysmbn.CataclysmBN/data/cataclysm-bn/mods (the user directory in general is ~/.var/app/org.cataclysmbn.CataclysmBN/data/cataclysm-bn/)

0 commit comments

Comments
 (0)