Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 2023-06-21 in all areas

  1. A few players asked me to make a mod that would allow for the auto-queue (native) feature to be able to resize itself. And I now I've done it. https://gitlab.com/4trik/resizequeue It's a light mod, for players that can't play with heavier mods. But you still have a bunch of settings to customize its behavior. Features: - Resize batch training every time to adapt to resource and pop available. - Stop / Resume auto-queue after no resource or pop-limit reached. - Prevent autoqueue from using the resources you'll need when placing a building. If anything doesn't work as expected, please tell me. Enjoy!
    1 point
  2. boonGUI User interface mod for the RTS game 0 A.D. Everyone can follow the development, contribute to discussions, report bugs, suggest features or even make pull requests. Install Choose your preferred method GitHub git clone https://github.com/LangLangBart/boonGUI.git Linux: ~/.local/share/0ad/mods/ macOS: ~/Library/Application\Support/0ad/mods/ Windows: ~\Documents\My Games\0ad\mods\ Pyromod Drag and drop the file over the 0ad start icon or double click it. The mod will be unpacked and placed in your 0ad mods folder ZIP Unpack it it in your /0ad/mods/ folder Launch 0 A.D., click Settings and Mod Selection. Double-click boonGUI, click Save Configuration and Start Mods. Troubleshooting If you get errors/warnings after upgrading, delete the existing boonGUI folder and install the mod again. If that doesn't help, just post a message here or on GitHub.
    1 point
  3. Please quickly respond to this forum and just put your in-game name, and your rating, I want to see who is intrested in doing it, I plan to have the tournament start on Saturday, Discord: https://discord.gg/G7cJuXFa4H Sign up page: https://challonge.com/tournaments/signup/IzzhP8Yj78
    1 point
  4. Oh my God, the end of boonGUI? End of an era, and a really, really excellent project. To be honest, I think boonGUI, more than anything, is what has kept the game interesting for me the last several years. Along with watching vids from Tom0ad and NewbieRush, both of which also make extensive use of boonGUI.
    1 point
  5. - I think it goes in the wrong direction design-wise - raids don't need to be nerfed - buildings don't need to be nerfed against large armies.
    1 point
  6. I like the non-random building ai, but I think there should be a target choice component of it as well.
    1 point
  7. Seems like it's just not running. Presumably because you don't have the Developer role https://docs.gitlab.com/ee/ci/pipelines/merge_request_pipelines.html#prerequisites Edit: ran them, looks like it fails 'cause the pipeline is broken. If people are OK with the changes I can merge them regardless
    1 point
  8. I'm very opposed to non-random building ai.
    1 point
  9. 1 point
  10. Please join this Discord Group to help co-oordination https://discord.gg/G7cJuXFa4H @borg-@leopard@seeh Feel free to register here speeds up process: https://challonge.com/tournaments/signup/IzzhP8Yj78
    1 point
  11. I am not a big fan of using ChatGPT for anything. I'm speaking of straight out of a writer perspective it might be slightly different with programming, but the issues could be same. First we have the moral objection of, ChatGPT is trained by using things on the internet without asking permission, so is it stealing or violating copyrights? That Aside, I can usually tell if ChatGPT writes something because in writing it is trained on all the internet and a majority of it isn't good writing. I've run into bad code on the internet so maybe it'd write bad code. Secondly, ChatGPT is inherently programmed to be biased and can also be plain wrong. That has nothing to do with programming, but is a reason why it shouldn't write descriptions and stuff. History is something I wouldn't trust it with because there are a lot of false sources on the internet where it could pull its data from, and I've seen ChatGPT with biases hard coded into it. For example, ask ChatGPT why its parent company is called open AI when they don't have open source stuff, and it gives a horrible, squeamish answer. If you want to help there are plenty of things you can do not related to ChatGPT you can test, report bugs. We're working on an 0 A.D, history encyclopedia that we're open for contributions to, but not with ChatGPT. It is great though that you want to help.
    1 point
  12. 1 point
  13. First of all, congratulations! While 0 A.D. is designed to be easily modifiable in principle, doing something the first time can be challenging. If you continue and become more experienced, you'll see many things turn out to be much easier than they might seem right now. Then some minor nitpicking: 0 A.D. is free and open-source software. You can do whatever you want with it, provided you comply with the relevant licences. Most assets (e.g. art) are released under CC-BY-SA-3.0, while most code is released under GPLv2. Your mod contains both art and code, however, you only mention the former. You can release code under CC or any licence you like, if you've written it yourself. However, if you've copied it from 0 A.D. (and I believe you did), then you have to release it under GPLv2 (or v3), therefore you should make that explicit in your mod. Furthermore, include the relevant licence files (you can just copy them from elsewhere). Although this is not really necessary, it is good practice (people can be lazy). See how it's done in https://trac.wildfiregames.com/browser/ps/trunk Also, when using dates (e.g. in your diary.md), keep in mind some Americans might interpret 10/03/21 as October the 3rd, therefore it's advisable to either use the ISO format (2021-03-10) or to write out the month (10 March 2021) or abbreviate it (10/Mar/21). And another suggestion: include https://code.wildfiregames.com/D3037 Many players are asking for this, unaware how to do it via the local user.cfg configuration file. You might want to partially revert D2875, if you've not done so already.
    1 point
  14. steps to Add custom maps to Release game and common issues. This guy for example creates. A map from a random map but forgot change the random name.
    1 point
×
×
  • Create New...