Jump to content

Gijs-Jan

Development Team
  • Posts

    336
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Gijs-Jan

  1. If an alien is surrounded by fire on all tiles, then yes it might still move through fire. However, there should be some pretty heavy "incentive" for it to "want" to move through fire.
  2. I'll take a look at this. There should be some easy implementations that should fix the worst of it.
  3. This should be fixed in the new release. This isn't an AI bug, so you'll probably want to post it in the ground combat thread.
  4. Thanks for reporting it, but it was a game mechanic problem due to some debug code being pushed in. :-)
  5. My roommate decided to print them out. Btw, Reapers shouldn't approach unless they are certain of an attack/kill. The cover/hiding behavior should be easy to implement by adjusting the pathing weights. *Edit: wrong thread*
  6. *Wrong thread * Btw, Reapers shouldn't approach unless they are certain of an attack/kill. The cover/hiding behavior should be easy to implement by adjusting the pathing weights.
  7. I've been reading through the posts, and I actually agree with both opinions. Evidently, the more aggressive AI is being received well, it's the side effect (empty map) that's unwelcome. I agree with kabill in the sense that the best way to solve it is to either add, or force some stragglers to remain behind. I'll take a look at it and try to present an alternative to Chris.
  8. This is on the latest experimental branch? And it is primarily passivity?
  9. Which is what I tried to express with the transforms remark. :-) This is due to how some RNGs manipulate the bit representation of the number; which gets distorted if you discard sections of it in the transform. Anyway, if I have some spare time somewhere I'll take a look. Other than that, our first hunch is still (if it exists) some problem in implementation. The way to showcase this is to present some save where we from our end can see the problem happen. :-) Btw: If you encountered this during game development, you should've probably switched your RNG implementation. (Previous iterations of Java's Random were notorious with skewed random results.) IMHO; I always use MersenneTwister; making all points moot. (I need "better" RNG for most of my AI implementations, as they are academic)
  10. This is true for "heavy" (Cryptography, some AI techniques) usecases of psuedo randomness. I myself always roll my own RNG based on Mersenne Twister for any and all non-trivial use, however this really shouldn't be a problem for the accuracy calculation in Xenonauts. If something is wrong, it will most likely be through the use or transformation of the output of the RNG.
  11. This really shouldn't be happening, the only way the AI can use psionics on you is if you are visible by some alien, or if you don't move at all.
  12. I strive to provide hours of enjoyment*. *) suffering But on a more realistic note, the aim should be fun. So I might tweak its behavior then.
  13. Thanks, I'm probably going to spend next week on finding a solution to the matter.
  14. My bad, I phrased this incorrectly. Obviously civilian movement inside LOS should be visible.
  15. Is this in V21 hotfix 1? The reaper behavior should be fixed in this version.
  16. Civilian movement has been turned off (For civilians outside LOS), because it saved a heck of a lot of waiting time which served little purpose. I've witnessed the "move inside bug" as well, but thought it an issue with the map. I'll look into it!
  17. Could you explain "It's the first game where on normal AI gets some negatives." a bit? Do you mean the AI is too hard on normal?
  18. Last weekend a set of fixes for the AI went in which should deal with the following: - Better team coordination; help when under fire, etc. - Better positioning; a bug in the pathfinding which excluded the target the AI was moving to which led to a host of issues actually. - Aggressiveness; in approach and support. This is a bit experimental as I'll probably still have to tweak the values per race as to not make them all too aggressive. - TU reservement; a bug in TU calculation needed to take a shot; which resulted in AI making plans where it would have exactly enough TU, then think it couldn't complete its last action. - Better AI turn times; if AI is guaranteed to be out of sight, a lot of things will not animate anymore which decreased turn times dramastically.
  19. I'll take a look at this. I'll expose the weights through the aiconfig.xml file.
  20. The passivity of the aliens should be fixed in the next release. The TU bug should be solved as well.
×
×
  • Create New...