JonasTuo Posted February 7, 2022 Report Share Posted February 7, 2022 hello! how do I install mods via github? thank yuo for answer Quote Link to comment Share on other sites More sharing options...
Yekaterina Posted February 7, 2022 Report Share Posted February 7, 2022 1 hour ago, JonasTuo said: hello! how do I install mods via github? thank yuo for answer 1. Download the mod files as .zip from github 2. Extract the .zip file. 3. Copy the extracted folder into your mods folder. In Windows 10, this folder is at user/Documents/My Games/0ad/mods/ In Linux, it is ~/.local/share/0ad/mods 4. Once the above process is done, run 0ad, press options -> mod selection. Find the mod you downloaded in the list and double click on it to enable. Then, save configuration and restart 0ad. Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 7, 2022 Report Share Posted February 7, 2022 In theory you don't even need to extract them. Quote Link to comment Share on other sites More sharing options...
sarcoma Posted February 7, 2022 Report Share Posted February 7, 2022 (edited) cd ~/.local/share/0ad/mods git clone https://mod_url Enable, save and restart inside game ( To update mod cd ~/.local/share/0ad/mods/somemod git pull ) Edit 2: git clone --depth 1 https://mod_url downloads only the head, in case mod history is huge Edited February 7, 2022 by sarcoma 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.