Jump to content

hyperion

WFG Programming Team
  • Posts

    1.135
  • Joined

  • Last visited

  • Days Won

    3

hyperion last won the day on April 28 2025

hyperion had the most liked content!

About hyperion

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hyperion's Achievements

Primus Pilus

Primus Pilus (7/14)

616

Reputation

  1. Would be nice if you actually copied the error message as text (the image doesn't load for me) so a blind guess is you use SetProgress instead of yield.
  2. Probably another instance of https://gitea.wildfiregames.com/0ad/0ad/issues/8757, so reporting it to the fedora bug tracker would be the best course of action as we can't do anything about that one on our side.
  3. Requires edit bug rights, just registering an account isn't enough or in other words works as expected.
  4. Maybe https://gitea.wildfiregames.com/0ad/0ad/issues/8757
  5. I assume didn't build the vendored one and didn't configure the build to use the system one.
  6. https://gitea.wildfiregames.com/0ad/0ad/issues/8571, do they use a patched spidermonkey?
  7. Why didn't you play test for the last 3 months? You surely won't claim that isn't enough time, would you?
  8. @diagonalo, this thread is about the AppImage only, anything that isn't related this obviously please take elsewhere where it is in context.
  9. A few did but enthusiasm was a bit underwhelming indeed, anyway latest rc is available here https://releases.wildfiregames.com/rc/
  10. Angen and Freagarach, the last two to work seriously on it, both talked about rewriting in the past more than once. Difficulty levels are almost different bots. Petra isn't a bad bot at all, it just doesn't cover all players. If you change Petra you almost certainly just cater to a different crowd instead.
  11. Well you could make a more friendly one and a more hostile one, then there would be three bots. A bot that better scales with difficulty settings might be another path. Petra has design limitations, you better create a new one with Petra as a guide only. Writing bots isn't easy but if you want to give it a try and it's fruitful then a lot of value can be added to 0ad.
  12. Petra is in maintenance mode, unlikely to get new features or at least not anytime soon. A bot can be created as a mod, such a bot could be bundled with the main game alongside Petra if it is mature. Keep in mind, Petra is generally considered to strong for new players, a newbie friendly bot could help getting more people into the game.
  13. Oh, it uses system nvtt, interesting. ActorEditor is an app and should be under some bin/ directory, probably /usr/games for Mint as that is where pyrogenesis lives, for example as pyrogenesis-actor-editor or maybe 0ad-ActorEditor or whatever the convention in Mint is, the current location means user won't be able to run it via PATH. Anyway the RUNPATH for pyrogenesis says it should see libs in /usr/lib/games/0ad and prefer them over those found in default paths.
  14. Well, someone could then create a repo with the "fixed" deb files making it easy for everyone coming later is the idea. The path seems more complicated on your system than expected, anyway where to put the libraries you can find with "chrpath -l $(which pyrogenesis)" for example. There you should find the altas and nvtt shared libraries as well.
  15. You might want to try updating sdl as handling shift + mouse button 4 / 5 (wheel) works just fine here (not a mac)
×
×
  • Create New...