JonasTuo Posted February 7, 2022 Share Posted February 7, 2022 hello! how do I install mods via github? thank yuo for answer Link to comment Share on other sites More sharing options...
Yekaterina Posted February 7, 2022 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. Link to comment Share on other sites More sharing options...
Stan` Posted February 7, 2022 Share Posted February 7, 2022 In theory you don't even need to extract them. Link to comment Share on other sites More sharing options...
sarcoma Posted February 7, 2022 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 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