Jump to content

github


JonasTuo
 Share

Recommended Posts

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

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 by sarcoma
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...