Jump to content

nani

Community Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by nani

  1. Well apart from the joke, seems ... @wowgetoffyourcellphone removed the unlimited option? But still, you can change population to whatever number with autociv if you so want by writing in the game setup chat this: /population 100000
  2. Add autociv after delenda est and it will work (tested)
  3. That was one time hardcoded feature, for a general case I not sure I could pull it off as a mod and seem too much work/reward ratio. Better ask official team. F4 does nothing in the latest version (also told in github)
  4. Why the rotation can't be smooth , doesn't pyrogenesis interpolate rotations?
  5. Look at the base styles and how they are defined, you can control how the textures are streched when the dimensions change, perfectly doable with current gui code.
  6. It happens a lot (at least to me) when you batch increment is 5 units for each click and you can't get the exact amount to match the resources needed, what I would expect expect from an UI standpoint is to get the production units capped to the max resources you have (an evenly distributed as @Jofursloft said). This also happens when you try to send resources to another player, if you surpass the max amount of resources you have then it doesn't send anything instead of just sending the maximum possible you have. See: https://en.wikipedia.org/wiki/Principle_of_least_astonishment
  7. version 25.1.2 Added: option to spawn healers with aggressive stance (default off) Fix: Some minor problem with game countdown
  8. It will probably involve simulation code changes (UnitAI) and has some pretty hard edge cases so I say it would be better to be done as an official 0ad feature
  9. How did you even manage to reach the loading screen? If that error message appears it should be not possible to start the game (it has two checks one in JS side and another in C++). That errors occurs when you try to force game start or in some cases if a player leaves or specs and you immediately press start game before the leave/spec message has arrived. Maybe some malformed data was passed to the game setup settings C++ parser and that caused the crash (I think that part of the C++ code doesn't check if all the data is valid before trying to use it). Autociv does change (can) some settings but doesn't add any new.
  10. version 25.0.2 First compatible version with 0ad alpha 25 Removed: Auto-train, now 0ad has it included APM charts
  11. That's called auto-queue ( or auto-train). It's a new feature of alpha 25. You have to select the buildings and in the middle panel bottom u will see two buttons to enable/disable it (in spec mode for some weird reason is hidden instead of disabled). This was included in autociv before but as is part of the game now it doesn't have hotkeys from autociv. You can add them in the hotkey editor if you search for "queue" in the hotkey filter then add whatever you like for them
  12. @LetswaveaBook will post it here soon, just want to give some time so possible autociv bugs don't get confused with possible 0ad bugs,
  13. Yeah, and also on the same theme, having the probably most used buttons "single-player match" and "multiplayer game lobby" as primary buttons (not children) would help visibility/usability
  14. Another upload from Play&Go ( @seeh ), lately he has been uploading some videos every week of his plays.
  15. 1) This make sense no? 2) Also makes sense otherwise they would not return for resources that are far away (hunting), a fix could be to check for more resources near the dropsite if they can't find any more near the last resource
×
×
  • Create New...