Jump to content

feneur

Administrators
  • Posts

    9.649
  • Joined

  • Last visited

  • Days Won

    102

Everything posted by feneur

  1. It seems like you're thinking in AoK terms 0 A.D. doesn't have a blacksmith, most military techs should go in the barracks, though possibly some might be researched in the fortress or a special building. Keep the suggestions coming though, we'll see what we'll use in the end, but it's always nice to have alternatives/inspiration
  2. Sorry for expressing myself in a way that was a bit misleading. I didn't mean that the look hadn't changed at all, simply that regardless of whether it's a shader or something else light interacts with the 3d objects etc. It may look different, it may be done in a slightly different way, but it's still light interacting with in-game objects. I wasn't too serious and meant it more as a reaction to how Paul phrased it, but that's hard to get across in a forum post =) As for what a shader is I believe it can be described as "a way to define how light interacts with the 3D objects", which probably was what Paul meant in the first place I was just being silly. Sorry.
  3. That's how I've always have imagined it, I might have misunderstood how it was intended though
  4. Well, wasn't that what it did before as well? After all there were light then as well and it interacted with the objects It's just the behind-the-scenes system that's changed as far as I understand it.
  5. Hmm, I might be missing something/information might be outdated, but the idea is for soldiers to gain experience when fighting. Could you please post a link to where it says otherwise so it can be fixed?
  6. So many cool things (Too bad I don't have time to play with it today, I will make sure to make time tomorrow though =) ) Thorfinn: I'm sure there will be one if not many screenshots, it's probably better to wait until we have some more experience with the particle system so we can make sure the image is as good as possible A quick image for a news post or for Moddb would be good already though imho
  7. Cool I'm sure you could easily get the number of tris down if you built it anew, but nice to see in either case
  8. Breaking waves against the shore would be nice to have, probably can wait though as I imagine it will take quite some work. I think there might be some sprites for it already though from Michael's static experiments some years ago. I think footprints have been mentioned as well as something that could/should be done with particles.
  9. Some nice ones My favorite was the one with all the acronyms...
  10. It's in the slightly wrong forum, but don't worry, I've moved it As for the errors I don't know how much help I can be, hopefully someone else will be able to help you soon. Just reading the first error it seems like you either doesn't have FAM installed or it's something wrong with the installation. Could be a false positive though, so hopefully someone else with more knowledge of the code will be able to shed more light on it soon.
  11. Yeah, there is the actor variations system that isn't yet implemented for the current simulation system (or at least not fully, it seems to work to some degree as the different models/textures are displayed and not just one, it's the "remembering which variation is used for this actor/entity" that obviously isn't implemented yet).
  12. See Michael's reply for what might be the likely cause in this case. To change buildings/units to a different player quicker (it's not exactly all that quick when you have hundreds of units) you can use the 1-8 + 0 keys (i.e. every number key but the number nine, and the normal number keys above the letters not the numerical keyboard) to change the player to the corresponding number. Gaia is 0. To do it quicker, and if you want to change all units a player own you should be able to open the map XML file in a text editor and do a search and replace to replace for example "<Player>1</Player>" with "<Player>2</Player>". (Gaia is <Player>0</Player>)
  13. Just realized bigger objects (objects consisting of many individual actors) make the silhouette appear on themselves: Now that could be desired behaviour, but imho it isn't. It's a bit confusing, and can be ugly as well.
  14. Just played around a bit with the random maps, the system seems to work great as far as I can see, well done (And I who thought the next release might be a "bug fix and small features release" this is going to be one of the best so far, with Iberians, Random maps, decals, unit silhouettes, and we're still not all that close to release ) When it comes to the actual random map scripts I found a few things which can be improved though: All maps are square rather than round. Most maps could probably do with a little more resources. Cantabrian Highlands: I didn't find any metal on the map. There were settlements on the map, they will of course be useful later once territories are implemented, but at the moment... (Should just be to comment out that part of the RMS for now) Latium: I might be wrong, but I imagine there aren't all that many palm trees in Italy. NE Badlands: No metal here either as far as I could see. In other words, the RMSs themselves are still in need of fixes, but the system works fine as far as I can tell. It holds a lot of promise, so keep up the good work, and thanks for getting it working (+integrated with the game)
  15. They are in: binaries\data\mods\public\simulation\ai (if you're running a release though the files will be in a public.zip file in the mods/public directory, so in that case you'll have to extract that file to that directory, most ZIP/Unzip programs should have an option to e.g. "Extract here" which should get all the content in the right place. I'll leave it to one of the programmers to say what's best in terms of whether or not to keep the zip file, and whether it's better to just extract the needed directory or to extract it all, but there should be no harm in doing that, and I think the extracted files should have priority over the ones in the zip file, so there should be no problem leaving it after you've extracted the contents.). EDIT: Oh, you've found them I'll let the above remain though in case someone else doesn't know where to find them
  16. feneur

    Bugs

    The ship garrisoning shouldn't really be seen as implemented yet, currently they're just using the same system as the buildings. Eventually there should be a system where the unit/units and the boat/boats go to the place that's closest to them both and there the units are unloaded. And similarly with the unloading, you should be able to click on a place on the shore and the ship should go as close to that point as possible and then unload the units (as long as it can get close enough). It may be a while though as focus is on other things, we mainly just gave them the garrisoning system of the buildings so you can play on island maps.
  17. Hello L, and welcome to the forums. Glad you enjoy the game so far. We're looking forward to the requests, we can't promise we'll implement everything, and some things might already be thought of, but it's always good to hear what actual players think
  18. feneur

    Bugs

    I might be missing something obvious here, but what does UDLR mean? a. Though there are also variations of each unit type (as in variations in how they look to avoid making the game monotonous) the alternative versions you describe are because citizen soldiers will later have the ability to "level up" as they get more experience fighting, going from the basic units which are ok fighters and good workers to elite units which are good fighters, but less adept at working.b. They are displayed in overlays, hitpoints when you hover your mouse over the health bar, attack stats when you hover over the sword-and-shield icon etc. Unless I misunderstand what you mean by gather points they are already implemented. Just right-click with one or more buildings selected and units created/ungarrisoned from that building will move to where the flag is set. (It isn't mentioned in the documentation though, just added it to the hotkeys page.)
  19. I'm not 100% sure as I'm not one of the programmers, but it sounds likely that aken64 not loading might be at least a part of the problem yeah.
  20. feneur

    Bugs

    That would not be accurate if you got more resources while moving the mouse to a place where you wanted to build etc, so I think there are more reasons to do things the way we currently do than to change it. You can also see how much a building will cost when hovering over the icon, so there's no need to click on the button just to see if you have enough. Greying out stuff should imho be for things you cannot yet do, due to having to research a technology or similar long term issues, not having enough resources is much more temporary. They can hunt chicken, so I guess your point is more "I want all units to hunt chicken in the same way"? There's of course some value in that opinion, but I think it's a good thing that they hunt animals a bit differently. That way there's room for some strategy/micromanagement, but without being something that really puts you at a huge disadvantage if you don't do things in the most optimal way. In Alpha 4 Hellenes and Celts are the only civilizations included, and all maps are scenarios, in scenarios you'll most likely never be able to change from one civilization to another as the look/story/etc of the scenario might be dependent on the civilization. After random maps are implemented you'll be able to change civilization before starting a game however. If you just want to quit directly you can use Alt+F4 For many of the others: A lot of these are things we are aware of, but in some cases we have not been able to do anything about them at the moment (due to not having an animator for example) or we have prioritized other things. All-in-all it's good to get people's opinion, and to know what things are noticed, and some times it's things we haven't noticed/thought about, so don't hesitate posting them. Thanks, and welcome to the forums. The only things which are guaranteed to come in Alpha 5 are the Iberian faction and hopefully some better AI (as well as decals since those are already implemented), one or more of the other things may come, but none of them are guaranteed. Just something to be aware of so no one gets disappointed if their favourite feature isn't implemented in the next release
  21. That sounds like a start at convincing me something like this might be a good idea =) I think it can use some more discussion before we decide anything though
×
×
  • Create New...