Jump to content

andy5995

Community Members
  • Posts

    505
  • Joined

  • Days Won

    9

Everything posted by andy5995

  1. @KampotI'm glad you got it working! Since you're new to GitHub, I can understand how it could be confusing. It's the very first github action I made, and I've been using GitHub for several years. I know you've already looked at the files in the build-pyromod repo. If you look at some of the links in the README, it might help you understand better. They key element is the use of docker with the action. Note that Docker isn't required to make an action, but it can be very helpful. If at some point you have some specific questions about how it's done, feel free to post here. Good luck!
  2. @KampotI made a couple mistakes in my docs. The release action should be 'ncipollo/release-action@v1` not `ncipollo/release-action@v1.1`
  3. I've also updated the README with some extra info. Thanks for the suggestion @smiley
  4. I can try to make things a bit more clear, but I'm not sure a tutorial is warranted at this point. There's already docs on building a pyromod, github actions, and docker. So... this thread is intended for anyone who hosts a mod on GitHub and want a bit of convenience when doing a release. Or this thread is intended for anyone thinking about hosing a mod on GitHub. People who don't use GitHub to mod will have no use for this action and can safely ignore this thread. The docs for using the Action on the repo README. It assumes the root directory of your mod is in the repo root (e.g., the repo root is where 'mod.json' is located) When the action runs, it will create the mod using the pyrogenesis archive builder as shown here, and output the resulting .pyromod file to $PWD/output. An example is shown on the README on how to access it so it can be used in a separate release action. The release action shown in the example is not required to use the gh-action-build-pyromod action (there are other release actions available on GitHub that can be used instead, if you prefer) No technical knowledge of Docker is needed to use the Action. I posted this for anyone who is curious about the docker image used "behind-the-scenes" for the action, or for anyone who wants to "audit" how the image is created, or make a PR to improve upon it. I'd be happy to answer any specific questions related to the Action. How's that @smiley?
  5. Ticket 6622 created @sarcoma@Freagarach@Stan`
  6. The Dockerfile I'm using for the Action is at 0ad-matters/0ad-bin-nodata
  7. @kun0AppImage for Linux is at https://github.com/0ad-matters/0ad-appimage/releases/tag/v0.0.26-alpha @Stan`
  8. I've made a GitHub action that builds a pyromod. It does it using the 'pyrogenesis' archive builder so converts the textures and stuff.
  9. No, actually the idea just popped into my head one day ("instead of writing a lot of code to alter the bot's behavior, why not just make one civ OP?")
  10. This is on 0ad.mod.io now and downloadable from the mod center if you're using a26. (cc @Norse_Harold)
  11. This is on 0ad.mod.io now and downloadable from the mod center if you're using a26.
  12. Presently using linuxdeploy to create an appimage, there's no option to disable compression. I've opened a ticket about that on the appimage plugin repo here. Someone familiar with how 0ad decompresses the data at runtime want to comment or have a look @Stan`@vladislavbelov
  13. @logandavidNot yet. The first problem I noticed was voice chat doesn't work. In the settings, I can grant permissions to my audio devices, but the settings are immediately lost. Welcome to the forum.
  14. I added some info to the build instructions about using distcc to speed up build times. I see that using distcc has been mentioned here before:
  15. @Old RomanGood feedback, thank you! I've slowed down the pace of the stone and metal in the git version, so those changes will be included with the next release, which will probably happen within a week or two.
  16. Hi @Dakara This mod is compatible with 0ad a26 You can download the latest version of the mod from https://github.com/0ad-matters/no-gather/releases The generic instructions for installing mods is at https://trac.wildfiregames.com/wiki/Modding_Guide#Howtoinstallmods
  17. First, I'm not very experienced with Blender. I'm using Blender 3.2.2 My goal is to enlarge the females (for the no-gather mod) by 1.25%. I have basic rescaling skill in Blender. I was successful when importing art/meshes/skeletal/new/f_dress.dae and rescaled it, and exported it. When I import art/meshes/props/new/head_female_c.dae, there are no visible objects. I also tried importing the _d and _e file. The same result. Can someone tell me why there are no objects? How many dae files would ultimately need to be altered so that the female support worker citizen from each civ is rescaled?
  18. @smileyYou mean like this? https://github.com/0ad-matters/no-gather/commit/00cdb664862f667cdba054318cb4df9ca2c35819 and https://github.com/0ad-matters/no-gather/commit/e24e74fbdac99932eecdd872deb0459816a331db
  19. @hyperionExcuse me, that's wrong. You're right, it's not accessible without decompressing the appimage. I don't know of any way to make it more accessible than by extracting the appimage (--appimage-extract), cd to '/squashfs-root/usr/bin' and run ./ActorEditor'.
  20. ActorEditor works when I use use the -editor argument or select scenario editor from the main menu. As for the rest, I should be able to fix that soon. I don't think the xml is really used by the appimage but I'll correct that. Thanks. Thanks for the feedback. Can you extract the appimage and see what your fps is? You can use './Name_of_app_image --appimage-extract' and then cd to 'squashfs-root' and enter './AppRun' to execute pyrogenesis.
  21. Unfortunately I just found out that an OOS happens when playing multiplayer Anyone know how to fix it or want to make a pull request on GitHub?
×
×
  • Create New...