-
Posts
9.649 -
Joined
-
Last visited
-
Days Won
102
Everything posted by feneur
-
Have changed your account so you can use the private messaging system as well now Veronica if you want to do that. Yeah, we've disabled it for new users as we had problems with spam sent via PMs. Now you either need to have 5 posts (usually we'll find a spammer account before they've made five posts), or we can change it manually, before you can use it.
-
Students interested in helping out
feneur replied to vmurthy's topic in Applications and Contributions
I went and split this from the known bugs topic as it deserves its own Hopefully the programmers will see this soon and be able to direct you to areas where your help would be most useful. To make the most of the time while you're waiting for that reply, please take a look at http://trac.wildfiregames.com/ and more specifically GettingStartedProgrammers and the linked resources on that page. -
You can do it on a per-map basis, but there's currently no existing controls to disable them completely (unless you want to disable advanced graphics altogether).
-
http://trac.wildfiregames.com/wiki/GameDataPaths gives you the info for how to find them on all platforms.
-
It's actually a pretty low priority. Some things we can't do at all at this point in development as work on the engine was begun before multi-threaded CPUs became common and it's too late to rewrite the entire engine, but in many cases it's because some things are harder to do multithreaded while in development as it's harder to find bugs etc. And some things are really hard to do well as multithreaded as they might need to access the same information at the same time.
-
To find out how to take screenshots in 0 A.D. (and more ) please take a look at: http://trac.wildfiregames.com/wiki/HotKeys
-
Almost all of that are things that you can do already, albeit not in exactly the way you describe/not as easily or fully-featured. While there is no god-mode you can launch a match within Atlas (the Scenario/Map Editor) directly, and there you can place resources/units/buildings/etc and even change the terrain as the game is running. Only some of the changes remain when you reset the simulation (i.e. stop running the match) though, so it's of course not as easy to use and continue using as a proper god-mode. I would say that it's beyond the scope of the game to implement a god-mode though. Not because I think it would be too difficult to do, but rather because it would add too much to the game that most people wouldn't use. Better to make a mod or spinoff game that focuses on a god-mode gameplay. To be able to control the different civilizations first enable the Developer overlay (by selecting the menu option or pressing Alt+D), and then select "Change perspective". This option allows you to switch between the different players and control it, then select another and control that, etc.
-
From the title I get the impression that you are both on the same local network, is that the case? If so you need to connect via IP to the local IP address rather than the external IP address. Because if you're both behind the same router you both appear to have the same IP address from the outside, and so you can't use the external one, nor the lobby. ( http://lifehacker.com/5833108/how-to-find-your-local-and-external-ip-address seems to be an accurate description for how to find your local IP address.)
-
We might still be in the Alpha stage, but a lot of things in the main game are at the stage where we really shouldn't add too many things to them at this point, so there's less room for completely new and game-changing things (re-adding paired techs with more relevant pairs is not what I'm talking about, rather the kind of completely game-changing new features some people have suggested). It's perfectly fine for people to implement them in mods though so they can be tried and tested, and if people like them included in part 2. When they can be a part of the game design from the start. As for things which actually can go in the game, I think the route of modding might be good here too. Because if something is implemented in a mod and works well -- then it's proven that it works well and can be added to the game. That's far better than arguing and not getting anywhere -- a mod to show how things work in practice is a lot more compelling than arguments alone
-
We certainly need to get a better grip on the design of the game, but overall we don't need more features for the game, but to decide exactly which ones of the ones we already have decided we should have that we should actually include and then implement those. Otherwise we'll keep adding to the game indefinitely and 0 A.D: will never be done. Features for the game engine in general/Atlas specifically is a bit of a different issue though as that's something that should be useful to more than the base 0 A.D. game. In 0 A.D. you can trade with both your own markets/docks and your ally's. To make it easier to set which goods to trade, just click the "coins" symbol in the top bar (next to the "Menu" button), and set what percentage of each type of goods you want to trade.
-
I don't see how anyone would mind Micket, you're a master at these animal models.
-
Judging by the .0.0.17 in the file name I would assume it is
-
We may implement a way to automatically download mods from within the game in the future, but for now you have to download them yourself and put them in the mods folder. Please see http://trac.wildfiregames.com/wiki/GameDataPaths for where to find the mods folder on your operating system.
-
Tech/Structure Tree Visualisation
feneur replied to s0600204's topic in Game Development & Technical Discussion
Then let's hope someone either corrects you and this works already or someone implements it (Or perhaps rather implement JavaScript being able to create GUI elements as that's probably more useful ) -
Tech/Structure Tree Visualisation
feneur replied to s0600204's topic in Game Development & Technical Discussion
Hmm, is there a way to define it, but only display it when the Javascript code calls for it to be displayed? (With the text/graphics replaced via Javascript which you say is certainly possible.) I believe that is basically what trigger scripts do to display custom dialogs (a generic dialog with placeholder text is created in XML, and then the trigger script replaces that information with new text). I would assume that it could work for other GUI elements as well. At least as long as one "source" element can be used several times on the screen at the same time, otherwise it might be a bit too cumbersome if all possible elements have to be hardcoded (i.e. the max number that could possibly appear). If that is the case then I certainly understand if the engine might need to be changed -
Tech/Structure Tree Visualisation
feneur replied to s0600204's topic in Game Development & Technical Discussion
Now I'm not a programmer, but I would think that it already can do that? Javascript is used in plenty of places in the GUI, so I would certainly think it can do that. Or are you saying that UI elements can't be created on the fly with Javascript? -
Tech/Structure Tree Visualisation
feneur replied to s0600204's topic in Game Development & Technical Discussion
Thanks for the work on this A very promising start! Am i correct in assuming that this could at one point be added to the game directly? Actually the lowest tooltips get cropped on larger screens as well, possibly the size of the area is hardcoded? I definitely agree with adding what the technologies do on the tooltips, that would make this a lot more useful -
Thanks for being so helpful btw Jason, it's always nice to see the knowledge of the "old" members being forwarded to new contributors
-
It's actually more of the opposite: the women are only workers =) In other words: the women don't (generally) fight, while the male workers both work and fight. Unless you are talking about the AI? But I think I've seen it use both citizen soldiers and female citizens to work, so I doubt that. The female citizens are better at farming though, so for that it's best to use them
-
So in other words, fixing a bug for this experimental version fixed a bug for the usual version of the game? That's a win in my book
-
Could you please attach your systeminfo.txt? (See http://trac.wildfiregames.com/wiki/GameDataPaths for how to find it.)
-
I guess you mean lower the terrain? If so that's possible, just right-click/right-click-and-drag instead of left-clicking when using the Alter terrain tool (See http://trac.wildfiregames.com/wiki/Atlas_Manual for more information on how to use Atlas )
-
It might certainly be possible. The question is if it's a good idea though, the fewer steps something needs to go through the more likely it is that it will work. At least generally speaking, converting something from one format to another always leaves a risk that some information is lost.
-
No, he's not forced to use Blender. But he does have to use an application that can export to Collada. And as far as I'm aware the version of Max that he's got can't do that. So then he either has to get a newer version of Max, which is expensive, or get Blender which is free
