Jump to content

wraitii

WFG Programming Team
  • Posts

    3.395
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by wraitii

  1. The players' starting zones are too spherical. Make them a bit more jagged (a setting of about 0.05 gives good results and you can keep the whole thing pretty spherical). Perhaps you should consider a different terrain for the bottom of the canyon, even when there are no roads (something more dry, or more lush). Perhaps adding a bit of variety in the heights of the canyon sides, and by adding rocks for beautification on the sides, it'd look more natural.
  2. Okay, I'm back on this, I'll give a look to water stuff, but now I'm implementing a basic optimized A* for path calculation.
  3. Okay, so I've fixed the chicken and "trees in mines" issues, also made the whole thing more symmetrical (there were a few things different between the two islands that should not have). I tried many things to fix the shore blending, but nothing was satisfactory. Download link in the OP. Unless there is any specific problem, it should be addable to alpha 9.
  4. I may have a way to make that look a bit smoother. I'll have to test, but yes, it'll remain imperfect. edit: oh, and no problem putting this into Alpha 9 as long as I've managed to fix the few real issues remaining, which I shall do this afternoon.
  5. I could try to add waves, if it's possible with the rm generator, it might make the blending look a bit smoother. I'll look in the chicken/tree issue, should be an easy fix.
  6. Fixed. I missed a " " ". I wonder if the beaches should be a bit greater still... I'd like a balance of "able to build a harbor" and "hard to invade".
  7. Allright, I've tried following most of your suggestions... Here is an updated version: -more room for construction -more mines, and bigger mines -streamlined texture integration, though it's not perfect since the engine afaik doesn't support very good blending -made the cities have "city tiles" around, looks cool since I made them blend with the grass well. -Added fishes -Beaches are a bit more straightforward and a bit bigger. Download link in the OP. New Screenshots:
  8. Very interesting tool, I'll playtest this a bit when I get time.
  9. Getting the trees farther away from the player would not be a huge pain. However, it would kinda break the "forest all over the place" effect... Perhaps I could leave some more room, and then make the top level plateau have less trees, so players would develop there. I'll look into that. Stone and Metal mines can certainly be added, I'll have to give a look at the balancing of those (the placers are a bit dumb, so sometimes it doesn't work as expected.) Fish, I forgot about. It's ready to be implemented, I simply didn't add it in the rush or releasing the map yesterday evening... As for a bit more variation, I guess it can be done. @Pureon: I guess now I've finished this, I'll start working on Marilyn again. I think water stuff will be my short-term priority, as it's nice to be able to play on water maps.
  10. A new map script! It took me quite a few days getting everything to work as intended, but it should be allright now. My original idea was to make a very cliffy island, a bit like Corsica, with a very jagged coast that would be hard to take over... In the end, I did two so that the sea gameplay would actually have a purpose. It might be a bit too forest-y on very small maps, but it's not too much of a problem. Screenshots: Corsica.zip
  11. Updated version This should fix trees from spawning into mines, and should also make the trees be spawned a bit less into the water.
  12. I've been working on a Corsica vs Sardinia map for the past two days, it's fairly hard to do correctly, so not much for now since the March 1 update. I believe I've made Marilyn attack the strongest enemy and that's about it.
  13. Added beautification: lilies and reeds near the shores, small rocks. Also made the sand wet around the "starting water holes near the forests", but no on the oasis (possible, but I'm not sure it's interesting). Download link
  14. My opinion is that it is nowhere near good enough to be the default bot, since qBot is really efficient, and I'm not sure it's ready to be an "additional" bot yet, though I don't know when Alpha 9 will be released. Also, Mythos: some persons read the IRC logs . But yeah, the name sucks.
  15. Yes, I should likely try to add that. I forgot to talk about the "animals and trees spawning in water" issue. I think it's not so bad: they're spawned in accessible areas, and it looks quite cool I think.
  16. Okay, I did a few updates and used a little bit of "rule of cool" for a sunset effect, which I can backtrack depending on your opinion... New screenshots (click to enlarge): Added water patches to explain the forest, added sand blows on top of hills. More wood in the oasis. Download Link
  17. I just found a rather major -and- idiotic bug: Marilyn didn't build female villagers before starting to farm, which can cause resource collecting lag. Fix this by going in economy.js, and putting the line (791 or192) this.trainMoreWorkers(gameState, queues); out of the if condition.
  18. Allright, newer version here, that should fix bugs with the economic aspect of things. Download link A few screenshots, not related to the actual update:
  19. Is there any way to detect the AI level? Perhaps using that I could give more/less wood. I'll try to implement your suggestions.
  20. This version should be better, I've given more starting resources and more maps. Though I think on Oasis part of the fun is that wood must be collected from the oasis, so the amount is still not huge. Also, more mines. Download Link (screenshot updated in the first post, showing me, not doing anything, the AI Marilyn, absent-mindedly surrounding a mine with houses, and qBot, plotting to win the game.
  21. That's a weird problem, but I have reasons to think it's no more, because I changed a few stuffs and mainly made units depositing their resources before changing task much better. There's also a rare pathfinding related bug where units can get stuck around a tree, or around a unit if there are too many workers, but I'm unsure how to fix that... Last but not least, it appears she didn't build enough workers... I tweaked priorities, and now she's much better at resource gathering in the early game. Will playtest a bit and release a newer version.
  22. Yeah, I'm having economic problems for some reason, I'm looking into this. I'm not sure at which point I failed that, but it happened. Thanks for the report anyway, I'll look into that.
  23. That seems to indicate I have forgotten some code somewhere, which is likely. Hopefully I'll be able to find out, thanks.
  24. Might be related to Pureon's error... That is, you garrison a unit under attack?
  25. Okay, a new version. Changes: -Attack plans overhauled, started less frequently, more reliable, more efficient. Allowed raiding for any civ. Also added an option to "stay close" when attacking. -tons of little optimizations here and there, and bugfixing. Optimization was needed since I now call Marilyn every two turn and not every 8 turns (like qBot) -Defense manager also more reliable, able to detect when to stop pursuing (no more "a whole army chasing one unit on the whole map"), better at a few stuffs, generally more efficient. -further overhaul of the worker assigner functions. It's factored by the gather rates, though this may be hard to notice -Changed a few stuffs in the building orders and the priorities of the AI for better play. Technicalities: -added a function for bartering, though I haven't used it yet. -implemented a few stuff from svn qBot. The AI is now called every two turn, instead of every 8 turn for qBot. This is balanced by the fact not every function is called every turn, and tons of little (or fairly big) optimizations everywhere. testing against Svn qBot, it is more "frame efficient". You should notice a much better ability at defending from the AI, though it may have a bit of troubles actually attacking. Download Link I'll soon be working again, so I will have much less time... Hopefully I'll be able to carry development on a bit. I'll need roman support, better attacks (this is really the one area where much work is needed), and ship support.
×
×
  • Create New...