Jump to content

andy5995

Community Members
  • Posts

    565
  • Joined

  • Days Won

    9

Everything posted by andy5995

  1. Was this replaced with binaries/data/mods/public/simulation/templates/special/filter/ungarrisonable.xml in a recent release?
  2. I was thinking that it might be better to separate the "Introductions and Off-topic" section. That's in the Welcome category, and there's probably little point in someone new to 0ad seeing politically-oriented posts in the same area where they're introducing themselves and being welcomed. The Off-topic section might fit better at the bottom of the forum. cc @feneur@plumo@mysticjim@Stan`
  3. Generally, if a program is frozen, it can't accept any input, so if a program had a shortcut key combination to kill it in that case, it wouldn't be "seen" by the program. What operating system are you using? On Linux, from your desktop settings, you could add a keyboard settting (application shortcut) to run "xkill". You can see what happens if you run xkill at the command line. So if you add a keyboard shortcut to execute xkill with CTRL+Alt+K, for example, that should give you the ability to kill any program simply by clicking on it (You'll see the mouse cursor change into a skull and crossbones icon).
  4. This map loads with no warnings or errors. Especially at start though, scrolling seems very sluggish. I've added it to the community maps 2 mod.
  5. Fixed. Thanks for the report @Old Roman
  6. I've added The Limes to the community maps 2 mod.
  7. I understand. And you bring up a good point. I opened a ticket regarding map licenses. The map looks good, btw
  8. Is there a tool to generate a map preview png file (for art/textures/ui/session/icons/mappreview)?
  9. @PravetzWould you be interested in adding your map to the Community Maps 2 mod?
  10. It looks like the community maps mod hasn't been updated since a23, so I've made a temporary fork of the project called community maps 2 It's pretty basic, but it gives access to the maps again. And I've run some migration scripts on the maps themselves to make them compatible with >=a24. Though I haven't checked them all for warnings or errors. If you notice any problems, just open a ticket on the community maps 2 repo and I'll try to fix things up; or you can make a PR if you feel like it. The pyromod file can be downloaded from the releases section
  11. I put this map, along with the others me and @Jammyjamjammanmodified/created, into a mod. So now it's simply a matter of installing the pyromod file listed at https://github.com/0ad-matters/0ad-maps/releases Any maps from my other forums posts that you downloaded and put into user/maps/random or user/maps/skirmishes can be deleted after the mod is installed.
  12. Attached is a pyromod file of a Kiara bot snapshot at commit 64fa277 on Sep 24, 2021 (for anyone who wants to try it out). kiara-64fa277.pyromod
  13. Do you think that the ability to view the number of units garrisoned in an enemy building would be a good idea?
  14. I've played vs the Catilina AI without the balancing modifications, and it does seem significantly more challenging. I wanted to suggest splitting off your AI modifications to a separate project/mod. I'd like to play with just the Catilina AI but otherwise vanilla 0ad.
  15. I found there's already an extensive thread about a harder AI and a couple that are being worked on are Kiara and Catilini Another related thread (res-gestae-mod) So.. this very simple mod I did is likely not worth trying at this point.
  16. I don't even think this mod works. After more testing, Very Hard AI vs Extreme, I'm not seeing any noticeable difference. Sometimes the VH wins, sometime the Extreme wins. Even if I change the rate of the extreme to 3.5 and build/research time to 0.5.
  17. I've made the rate and time configurable in options->game setup; however, I didn't notice any effect when testing. @Freagarachcan you tell me how to view the values of the rate and time array during game play? Using the Javascript console somehow?
  18. @FreagarachI usually don't play solo... me and Jammy sometimes play vs 3 or 4 VH bots or 5 med bots. But that means we can't play any skirmish maps; there are no 2v4 or 2v5 skirmish maps in the default 0ad distribution. Also, sometimes we play with 1 or 2 other people, in which case 4 or 5 VH bots doesn't make for a challenging game. And then there's the point @Ceresmade @CeresI don't think it's off-topic when when a thread about a mod develops into a discussion about implementing the mod into the main code base.
  19. @Freagarachit would be *really* nice if that rate and time value were configurable in the options. I'm not sure if that could be done though if all players had different values without causing an OOS. I'm guessing it wouldn't be too hard. In a multiplayer game, the rate and build time specified by the host could override the values from all the clients. So basically, if a player joins the game lobby, that would be when the values get sent from the server to the client, as I see it.
  20. I understand everyone would prefer a smarter AI and I would do that if I could, just so you know. A temporary feature? Ok, let me know if you'd like me to submit it as a patch (cc @Stan`). Me and @Jammyjamjammanhave only tested it a little, and I wasn't sure yet about what values to use for the construction time. @CeresI'm not sure yet.
  21. The build time is the same as a "very hard". But the gather and trade rate is quite a bit higher. https://github.com/andy5995/petra_extreme/blob/faa5d1a086fc61af3a89dccb408ab4cfc7cc6e15/simulation/helpers/InitGame.js#L44-L48
  22. petra_extreme is a new mod that adds a higher level of difficulty to the AI Download
  23. OOS fixed. It was on my end, and not related to the mod. I was using data for the a25 public mod from... elsewhere. I'm not sure where yet. but when I ran `pyrogenesis -writableRoot`, the OOS went away. Good enough for now. I'll narrow things down tomorrow probably.
×
×
  • Create New...