seeh Posted May 24, 2023 Report Share Posted May 24, 2023 because of the need to change the mods always when switch between 0ad ..26 and 0ad..27 i want switch the mods-path. its much more easy then enable / disable a bunch of mods all the time: i tried use inside the user.cfg (chatGPT told me so) mods_path but it dosent work. any idea? 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted May 24, 2023 Report Share Posted May 24, 2023 If you have multiple 0 A.D. install, you can put mods in binaries/data/mods instead of the shared location. This way you'll only have the mods there available. I'm not sure, but maybe the -writableRoot option changes the install location as well. Quote Link to comment Share on other sites More sharing options...
seeh Posted May 24, 2023 Author Report Share Posted May 24, 2023 (edited) 1 hour ago, Stan` said: If you have multiple 0 A.D. install, you can put mods in binaries/data/mods instead of the shared location. This way you'll only have the mods there available. I'm not sure, but maybe the -writableRoot option changes the install location as well. yes, good hint (for my a27), but in addition, unfortunately, it also looks in the old folder (my a26 is not self-compiled version at the moment), as before. so it seems very good bestPractice if all version are self build. # it reads ~/game/0ad/a27/a27build/binaries/data/mods/ but a27 also reads at ~/.local/share/0ad/mods/ =>Plan: Empty special mods from ~/.local/share/0ad/mods/ and also start a26 with a special mod-folder my a26 is a AppImage. my first tries open with separate mod folder was not successful : ~/Applications/0ad-0.0.26-alpha-2210110407-x86_64_0...81.AppImage ~/.local/share/0ad/mods2/ https://github.com/0ad-matters/0ad-appimage/issues/22 Edited May 24, 2023 by seeh Quote Link to comment Share on other sites More sharing options...
andy5995 Posted May 24, 2023 Report Share Posted May 24, 2023 @seehYou might find this to be a satisfying solution: HOME=$HOME/0adA27 ./0ad-0.0.27-rc1-27645-alpha-2305191528-x86_64.AppImage Then you'll probably want to copy your existing config into the ~/0adA27/.config folder 1 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted May 24, 2023 Author Report Share Posted May 24, 2023 (edited) 1 hour ago, andy5995 said: @seehYou might find this to be a satisfying solution: HOME=$HOME/0adA27 ./0ad-0.0.27-rc1-27645-alpha-2305191528-x86_64.AppImage Then you'll probably want to copy your existing config into the ~/0adA27/.config folder ty. works i did: HOME=$HOME/game/0ad/026 ./0ad-0.0.26-alpha-2210110407-x86_64_0cdfe6000a403313b99d6ea006a92d81.AppImage all Folder Structures was generated automatically great. TY very much. very helpful. Off course fresh empty, as the very first time BTW the AppImage was copied inside ~/game/0ad/026 automatically becouse sadly appimagelauncher tool was installed here. i forgot which i have used before. AppImageLouncher nervs a bit ask me two times something before i could start. sudo apt remove appimagelauncher and simly make the AppImage executable: chmod +x my.AppImage Edited May 24, 2023 by seeh 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted May 27, 2023 Author Report Share Posted May 27, 2023 (edited) i tried run the Appimage with the coreccted Home path (as above) as a alias from the terminal alias 026game026 "cd ~/game/0ad/026; HOME ~/game/0ad/026 ./0ad-0.0.26-alpha-2210110407-x86_64_0cdfe6000a403313b99d6ea006a92d81.AppImage" or alias 026game026 "cd ~/game/0ad/026; HOME = ~/game/0ad/026 ./0ad-0.0.26-alpha-2210110407-x86_64_0cdfe6000a403313b99d6ea006a92d81.AppImage" dont work. i using the fisch-shell my problem/wish is i will start it with a single click or single command. Edited May 27, 2023 by seeh Quote Link to comment Share on other sites More sharing options...
Stan` Posted May 27, 2023 Report Share Posted May 27, 2023 Isn't it because you left a space after HOME and before = 1 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted May 27, 2023 Author Report Share Posted May 27, 2023 (edited) ty. works kate ~/.config/fish/config.fish alias 026game026 'cd ~/game/0ad/026; HOME="$HOME/game/0ad/026" ./0ad-0.0.26-alpha-2210110407-x86_64_0cdfe6000a403313b99d6ea006a92d81.AppImage' Edited May 27, 2023 by seeh 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.