-
Posts
3.455 -
Joined
-
Last visited
-
Days Won
77
Everything posted by wraitii
-
Random Map Script: Corsica vs Sardinia
wraitii replied to wraitii's topic in Scenario Design/Map making
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. -
Random Map Script: Corsica vs Sardinia
wraitii replied to wraitii's topic in Scenario Design/Map making
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". -
Random Map Script: Corsica vs Sardinia
wraitii replied to wraitii's topic in Scenario Design/Map making
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: -
Very interesting tool, I'll playtest this a bit when I get time.
-
Random Map Script: Corsica vs Sardinia
wraitii replied to wraitii's topic in Scenario Design/Map making
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. -
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
-
Updated version This should fix trees from spawning into mines, and should also make the trees be spawned a bit less into the water.
-
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
-
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.
-
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
-
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.
-
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.
-
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.
-
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.
-
Playing it a bit... It lacks resources a little, I'll improve that.
-
I was really bored of testing my AI on the scenario Oasis, so I figured I'd create a random map... After two days of fiddling around, basing myself on the lake map, I have a result I am satisfied with. Requires the PathPlacer, so likely the SVN version of the folder "map". Old screenshots: New screenshots: oasis.zip
-
qBot (yet another AI)
wraitii replied to quantumstate's topic in Game Development & Technical Discussion
The latest qBot gives me a "cannot serialise function" fatal error when I try to time warp... Any idea why?