DesertRose Posted March 4 Share Posted March 4 Reading https://gitea.wildfiregames.com/0ad/0ad/wiki/Modding_Guide and apparently you should use "pyrogenesis" to archieve and distribute your mods? Wanted to give it a try, but I can't find the pyrogenesis binary. I installed 0AD via flathub. Link to comment Share on other sites More sharing options...
Stan` Posted March 4 Share Posted March 4 Might be in @ShadowOfHassen home/yourname/.var/app/com.play0ad.zeroad/binaries If it is we should update the wiki page. Link to comment Share on other sites More sharing options...
DesertRose Posted March 4 Author Share Posted March 4 home/yourname/.var/app/com.play0ad.zeroad/ Only directs to data/0ad/mods and such. The "binaries" folder is not there. You have "cache" and "config" there, though. Link to comment Share on other sites More sharing options...
Guest Posted March 4 Share Posted March 4 (edited) @DesertRoseFound it. You need to sudo to enter your file manager just to access this file, in my case in debian. In terminal type nautilus admin:/ then in files go to var/lib/flatpak/app/com/play.0ad.zeroad/current/active/files/bin. There pyrogenesis is there, in my case I'm not sure how to open it. Edited March 4 by Tapothei Link to comment Share on other sites More sharing options...
DesertRose Posted March 4 Author Share Posted March 4 Thanks, found it. But even if I am in that folder, and see pyrogenesis listed there, trying to use it gives me the error pyrogenesis: command not found If I just upload a .zip to mod.io, will it be possible to install it via the in-game mod manager regardless? Link to comment Share on other sites More sharing options...
Stan` Posted March 4 Share Posted March 4 Have you tried this instead: ./pyrogenesis .Also is that file executable ? chmod +x pyrogenesis && ./pyrogenesis Quote If I just upload a .zip to mod.io, will it be possible to install it via the in-game mod manager regardless? Yes but, depending on the one who installs the mod, it might not work for them, because we haven't generated the cache files and compressed the textures and 3d models in that mod (if any) Link to comment Share on other sites More sharing options...
DesertRose Posted March 4 Author Share Posted March 4 You mean something like this: ./pyrogenesis /home/DR/Downloads/0ad/ModernGUI-master.zip This is the feedback: ./pyrogenesis: error while loading shared libraries: libmozjs128-release.so: cannot open shared object file: No such file or directory 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