How to use downloaded mods
Moderator: Moderators
Re: How to use downloaded mods
Put them in ~/.spring/mods.
Re: How to use downloaded mods
i can find this folder
what can i do ?
thanks
what can i do ?
thanks
Re: How to use downloaded mods
If it does not exist, you can create it.
If you're using a graphical file manager, enable viewing of hidden folders and files.
On a terminal:
Should create you the directories in which to put mods and maps.
If you're using a graphical file manager, enable viewing of hidden folders and files.
On a terminal:
Code: Select all
mkdir -p ~/.spring/{mods,maps}
