Jump to content

feneur

Administrators
  • Posts

    9.642
  • Joined

  • Last visited

  • Days Won

    102

Everything posted by feneur

  1. Just to clear out the obvious: Did you get a message from SVN telling you that you've gotten everything? I don't know exactly how things work using the command line (nor Linux, as I'm using TortoiseSVN on Windows =) ) but the thing is that even after you update you might not get all the files. Perhaps you should run svn up a couple of times to be sure (Though if you get a message saying something like "Completed at revision 9657" it really should have downloaded everything, so then I hope someone else is able to help you )
  2. Hmm, I'd say you need to build more often than change stances. However, you may have a point that you might want/need to change stances quickly, while if it takes slightly longer to build a building it might not be a big deal. I'd say you'd be most likely want to use hotkeys if you are keen on speed, in which case which action is most easily accessible via GUI might not make much difference.
  3. That's the old GUI. Current position is not final As with the idle worker button it needs to be integrated in the GUI, but currently it's mostly put in so it can be tested (also the person developing the feature/s is not necessarily the person with knowledge of the GUI, so sometimes that explains things as well ).
  4. Not sure how relevant Poser is for the low-poly units in 0 A.D. but I could be wrong Was ages since I last checked it out, does it do animation or is it just for static files/images? I can remember
  5. Sounds like a good first step And if it still doesn't work, make sure you installed the -dev versions of the dependencies, I'm not sure if that's necessary in all cases, but I think it is at least in some cases.
  6. I'm not a programmer either so I might be missing something, but to get the easy things out of the way first, have you installed all the things listed here: http://trac.wildfiregames.com/wiki/BuildInstructions#Linux ? More specifically Boost.
  7. I hope it's not the raster effect you're after Just kidding. It would be nice to have softer shadows eventually, it's probably better to wait with implementing something like that until the gameplay code is done though, the shadows are nice enough as it is. (That doesn't mean that I'm saying that someone who'd like to implement soft shadows shouldn't bother unless everything else is done, just that if the person in question chooses between doing some gameplay related code and doing soft shadows the former should win )
  8. http://trac.wildfiregames.com/wiki/HotKeys contains a list of all the hotkeys (at least it does now that I added the control group keys ).
  9. feneur

    New Bugs

    Does sound like a bug, though it sounds like a bug in the graphics driver to me. I think someone else reported something similar earlier.
  10. Random maps are implemented (and all those things are possible) There are only a few random map scripts yet though, but that should hopefully change in the future
  11. The location depends on where the map file is saved, and that in turn depends on what operating system you're using, on Windows it's %appdata%\0ad\cache\mods\public\maps\scenarios (just copy-and-paste that into the address bar) on Linux I'm not sure exactly where it is, though I assume it's something like ~.0ad/data/public/maps/scenarios Someone please correct me if I'm wrong). Either way, when you've found the map file open the [map_name].xml file and find the lines which are surrounded by the <scriptSettings> tag. Below is that part from the Acropolis map: <scriptSettings><![CDATA[ { "Name": "Acropolis", "Description": "Four Greek cities duke it out on a gigantic round map. Each city starts on a large flat plateau, or 'Acropolis' and comes with a group of important civic buildings and a battalion of soldiers. The map represents central Greece around the area of Boeotia and Attica.", "PlayerData": [ { "Civ": "hele", "Resources": { "food": 250, "wood": 250, "metal": 250, "stone": 250 }, "Team": 0 }, { "Civ": "hele", "Resources": { "food": 250, "wood": 250, "metal": 250, "stone": 250 }, "Team": 0 }, { "Civ": "hele", "Resources": { "food": 250, "wood": 250, "metal": 250, "stone": 250 }, "Team": 1 }, { "Civ": "hele", "Resources": { "food": 250, "wood": 250, "metal": 250, "stone": 250 }, "Team": 1 } ], "CircularMap": true, "Keywords": [] } ]]></ScriptSettings> Then to each player add the "Team": 0 (or 1, 2, 3 for up to four different teams). It should go right before the closing curly bracket for each civ.
  12. Agreed After all it can be added to the game at any time if it's good code, but if it's just something rushed together to be on time for a release it's not necessarily something that's good enough to go into that release anyway (That said, an idea of the plan can be gotten here: http://trac.wildfiregames.com/roadmap , feature freeze for a release is one week before the release date. Please note that those dates are just planned dates, and may change if we see they need to be moved forward or so But to give you an idea.)
  13. Defined when we get there The aim is to release a new alpha every other month or so, but it depends on so many factors it's hard to say anything with any more certainty than that. Then, when all the gameplay features are implemented, continue with betas (focusing on balancing, bug fixing, and campaigns and so, perhaps some non-gameplay-related features could be added in beta stage as well, like on the graphics side) on a similar schedule until the game is finished
  14. Just tested today and it seems like the map files are actually saved in %appdata%\0ad\cache\mods\public\maps\scenarios We really need to get this sorted out, because that's for sure not where I'd look for them
  15. I don't know anything about how Mac does things, but perhaps it works like Windows (and afaik Linux as well for the most part) and installs the application data in another place than the applicatoin itself?
  16. F10 is used for the menu at the moment, whether or not that should change is another matter, but I think F1 should be saved for help. At least in my experience Esc would be more intuitive as it's used in many other games, though preferably keep Esc for closing dialogs as if I recall correctly it's harder to implement if the same button does different things. (Don't quote me on that though, I'll leave it to the programmers to know how hard it is to implement something )
  17. What formats can Bryce export to (if any, it almost sounds like you're saying it can hardly export files at all )?
  18. In Alpha 5 it's not possible to set that in Atlas, it is possible to set it in the XML file though. Probably easier to wait until Alpha 6 is released where more control over players is included in Atlas
  19. See the Maps section of the Design Document for a list of all planned biomes: http://trac.wildfiregames.com/wiki/Design_Document#Maps But the short answer is yes, there will be winter maps as well
  20. Yeah, it's more that I personally don't use them (the arrow keys are at a better position for me as I'm left-handed, I can see how the WASD keys are better for someone who's right-handed though ) and we already have the arrow keys, so it's locking up four keys for functionality we already provide. It's definitely not a big deal though, especially since it should already be possible to remap the keys in local.cfg I'd guess. Or at least if you have write access to default.cfg Either way customizable hotkeys via in-game dialog is definitely a feature I hope we'll have
  21. Though I'd personally probably want that to be removed so we can use those keys for i.e. building shortcuts etc Though there are 20 letters more we can use, and while i.e. the Civ centre might benefit from a one button shortcut (like AoK) I think the others probably can use use eg Ctrl+[letter] so that makes 19 available for other things, so probably no big deal either way
  22. With those specs you shouldn't get that problem. There might be issues with the driver or something, but a computer with those specs should be able to run the game well even at this moment. I'm afraid I don't have any idea how to debug it though, but hopefully one of the programmers will.
  23. Welcome Kenny! Nice to read your introduction and I hope you'll enjoy being a part of this forum and also that you'll soon be able to contribute
  24. It's more about the concept of ships being built from the dock than 100% realism. And also, would you want to have 3-5 units tied up creating a canoe while they could gather resources or help defend your city? (Added to that it would also mean more work, having the canoe built outside the dock would mean we'd have to create animations for it )
  25. Ooh Looking forward to getting beat by your next version =)
×
×
  • Create New...