alinmear / docker-conanexiles

A docker container to easily provision and manage a conanexiles dedicated server using wine
MIT License
105 stars 74 forks source link

mod support #26

Closed acelan closed 4 years ago

acelan commented 6 years ago

Are you planning to add mod downloading/updating in the script?

sudzwerg commented 6 years ago

Yeah Mods would be nice to have

acelan commented 6 years ago

I've created one and didn't consider any slave servers situation. So, I'm not sure if I should create a pull request. Please help to review it and let me know what else I should do to submit it back. https://github.com/acelan/docker-conanexiles/tree/mod_support

Andargor commented 5 years ago

I haven't tried your fork, but manually this can be done this way in case anyone wonders:

docker exec -it conanexiles bash

Inside the container, for example Pickup+ (you need the number from Steam Workshop, look in the URL):

/steamcmd/steamcmd.sh +login anonymous +workshop_download_item 440900 864199675 +quit
cp /root/Steam/steamapps/workshop/content/440900/864199675/Pickup+.pak /conanexiles/ConanSandbox/Mods/
supervisorctl restart conanexilesServer
alinmear commented 4 years ago

Mod Support has been merge due #40. Closing this issue

Thoughtscape2014 commented 4 years ago

Hi Alinmear, not sure if you are still monitoring this as it has been closed but does the latest [master] have mod support aswell as

  - "CONANEXILES_Game_DiscordPlugin_Token=[DISCORD TOKEN]"                               
  - "CONANEXILES_Game_DiscordPlugin_Channel=[DISCORD CHANNEL ID]"    

functionality?

Regards,

Mick.

acelan commented 4 years ago

These discord settings are not related to mod support, and I don't think discord support has been integrated. So, these settings could be ignored or removed.