Jump to content

andy5995

Community Members
  • Posts

    540
  • Joined

  • Days Won

    9

Everything posted by andy5995

  1. I tried without specifying any --libdir. I changed the install script (above) to install ActorEditor, libCollada.so, AtlasUi.so to AppRun/usr/bin. Ran `linuxdeploy`. It failed saying the deps couldn't be found. Fixed by using patchelf on 5 files: binaries/system{libmoz*,libnv*} Example: In AppRun/usr/bin `patchelf --set-rpath libmozjs78-ps-release.so:/0ad/binaries/system pyrogenesis` (where /0ad/ is my source root) Rebuilt the appimage and ran it. I got errors immediately about directory creation. I copied default.cfg dev.cfg keys.txt to AppRun/user/data/config Rebuilt the appimage and ran it I got the same errors about Collada as before, but the full-screen problem was fixed.
  2. Rebuilt without --bindir and getting the same result. I again tried building the image with libCollada in the 3 locations mentioned above.
  3. @hyperionI don't think using --bindir is needed at all for this actually, but haven't tried building without it yet. I'm going to do that now. As for libdir, when linuxdeploy is run, it copies libraries into AppRun/usr/lib and that seems to be working well. It fixed a lot of problems I was having... except for libCollada.so. I copied it into the AppRun folder in 3 different places: the bin folder (alongside pyrogenesis), the AppRun/usr/lib/games/0ad folder, and AppRun/usr/lib. That didn't help anything.
  4. I can now run the appimage, get the main menu, and open the game setup menu. Alt+Enter doesn't switch to full-screen, but I can do that by right-clicking the title bar and clicking on "full screen". When I start a game, it loads, but I get many collada related errors.
  5. I've made edits to the post above, and using that info, the error directly above is gone. Right now I think the only problem is the data can't be found when the appimage is run. I think that will be fixed after I rebuild specifying the relative path to --datadir.
  6. @norjay I opened a ticket for a problem @Old Romanreported.
  7. @Old RomanWow, that's nice feedback! Thank you so much! As for Carpathian, I'll open a ticket on the repo and ping the map-maker, @norjay You might want to mention it on the forum post. Thanks for reporting though!
  8. An appimage for 0.0.26-alpha is available An appimage for 0.0.26-alpha (RC3-27067) release is available 0ad-0.0.26-rc3-27067-alpha AppImage An appimage for the 0.0.25b-alpha release is available at 0ad-0.0.25b-alpha appimage I've moved the how-to guide to the Wiki: https://trac.wildfiregames.com/wiki/BuildAndDeploymentEnvironment#LinuxAppImage
  9. I had this problem again, building the svn version in an Ubuntu 20.04 docker container. Installing libwxgtk3.0-gtk3-dev provided `wx-config`, but really I think there should be a check in premake. If wx-config can't be found, fail then.
  10. So... I play-tested this yesterday with a couple of humans and got a little slaughtered. I made some changes since then and released v0.26.1
  11. @TyrannosaurusCool! When you're ready feel free to submit a pull request to the community maps repo if you'd like it added to the mod. I'd suggest starting a separate thread for your biome so it can get discussed more efficiently.
  12. @SevdaThank you for your interest! I'm glad you like the idea so far. I created a separate thread for this mod at I probably won't change the cost. I'd like to reduce the amount of files to make long-term maintenance easier.
  13. The mod is now available for download at https://github.com/0ad-matters/kush-extreme/releases
  14. I found it's easier to make a harder civ than a harder AI (see attached). Here, Kush is very hard AI (T1) versus 3 very hard AIs (T2). I gave the Kush an upgrade they can research at game start. It multiplies a lot of things by 3x and affects most units.
  15. @Stan`Looks like it hasn't. If it's abandoned and someone wants to update it and submit a PR to community maps 2, I'll test it out.
  16. @Tyrannosauruswhat you can do in the meantime... Make sure atlas is closed. Copy (from the 0ad data distribution archive or svn repo) `binaries/data/mods/public/maps/random/rmbiome/randombiome.js` into this directory (On Linux): `$HOME/.local/share/0ad/mods/user/maps/random/rmbiome` (make the directory if it doesn't exist) (On Windows): `C:\Users\{name_of_user}\Documents\My Games\0ad\mods\user/maps/random/rmbiome` (On OSX): /Library/Application Support/0ad/mods/user/maps/random/rmbiome Open the file and near the top, you'll see a section that looks like function setSelectedBiome() { // TODO: Replace ugly default for atlas by a dropdown setBiome(g_MapSettings.Biome || "generic/alpine"); } You can change "alpine" to something from this directory `binaries/data/mods/public/maps/random/rmbiome/generic/` After that, when you generate most random maps in Atlas, it will have the biome you've set. Does anyone know if there's an existing ticket for what's mentioned in the 'TODO' line up there? @Stan`@Freagarach
  17. @YavinI meant subscribe to the GitHub PR. I'm sorry for the confusion, that is my fault.
  18. Thanks for the feedback @Frederick_1 I'll wait for more feedback then before making a final decision. I opened a draft pull request so if anyone wants to pull the branch and test it or leave feedback you can use https://github.com/0ad-matters/community-maps-2/pull/60 @Yavinyou might want to hit "subscribe" on that PR so you'll get notified of changes.
  19. It's very nicely designed map @Yavin . On my system the map takes over a minute to load so I don't think it will be suitable for inclusion in the community maps mod. My hardware: i5-6400 CPU @ 2.70GHx4 GeForce GTX 1050 12G Ram
  20. Widelands has a "playtime scheduler" so people can match times they can play with other people (visible only to logged in forum users).
  21. @YavinThanks for updating your map. I understand you're not into IT, but if you're at all interested in trying out GitHub a little, could you submit your map through the GitHub repo at https://github.com/0ad-matters/community-maps-2 ? I can help guide you through the process if you could join my unofficial 0ad Zulip chat If you can do it through Github, it also makes submitting changes easier in the future. None of that is a requirement though. If you don't want to try Github, I'll download and test your map again soon.
  22. Here's another 0ad chat server https://0ad-matters.zulipchat.com/ It uses the Zulip platform. I plan for it to be mostly focused on modding and artwork.
  23. We've made a few changes to it over the last several months.
×
×
  • Create New...