-
Posts
1.078 -
Joined
-
Last visited
-
Days Won
12
Everything posted by fabio
-
Eventually the intro could be played only the first time the game is run. Later it should be skipped, if someone want to see it again it could do with a proper menu item. This way the loading time should not be a problem.
-
This is fixed in alpha13, see the ticket for more info.
-
I like these two.The first one should require a embedded 2D videoplayer which is currently missing from 0 A.D. however. The latter looks nice, I'd suggest to implement it like a regular scenario replay rather than a recorded pre-rendered 2D video. Size will be much smaller (note that Linux distributions often remove or make optional from their repositories large video or music packages), also it can be updated with no effort when models and textures get updated.
-
I have a question: why the AI plans some actions (advance phases, build fortress, and so on) based on time rather than on available resources? I mean the time approach could not be optimal when starting with a lot of resources (this way it could progress faster), or if natural resources are far away (slower). (Also update readme.txt with the new command line).
-
Alternatively you could set up a battle scene rendered in real time using the simulation and graphic engine, but with a scripted moving camera.
-
Since no one still did it, I opened a ticket myself (#1856).
-
I get this build error on linux: ../../../source/simulation2/components/CCmpAIManager.cpp: In member function ‘bool CAIWorker::TryLoadSharedComponent(bool)’: ../../../source/simulation2/components/CCmpAIManager.cpp:401:7: error: ‘callConstructor’ was not declared in this scope ../../../source/simulation2/components/CCmpAIManager.cpp: At global scope: ../../../source/simulation2/components/CCmpAIManager.cpp:362:7: warning: unused parameter ‘hasTechs’ [-Wunused-parameter] make[1]: *** [obj/simulation2_Release/CCmpAIManager.o] Errore 1 make: *** [simulation2] Errore 2
-
http://www.wikia.com/Video_Games
-
Following pyrogenesys moddb page I found Byzen mod based on 0 A.D.. There is a recent demo release but there is little information there. Did someone try it?
-
3D is managed by mesa on linux, I suppose you are already using 9.0.2. 9.1 should be out soon, you may want to try a 9.1 snapshot in the meantime.
-
Design Iberian circuit wall
fabio replied to Mythos_Ruler's topic in Game Development & Technical Discussion
When building a wall near a cliff in Settlers 6 a couple of orthogonal smaller walls appear connecting the wall tower to the cliff. This is just a visual indicator meaning the terrain is impassable. -
[DISCUSS] Performance Optimisations
fabio replied to k776's topic in Game Development & Technical Discussion
There are some interesting old posts about pathfinding work in this thread (the link should be the last one). The same posts are copied here (see starting from Feb 24, 2012 and older). -
Indeed, fixed, thanks!
-
[DISCUSS] Performance Optimisations
fabio replied to k776's topic in Game Development & Technical Discussion
Here are a couple of interesting tickets: [PATCH] Incremental update of pathfinder's passability grid: this just looks an optimization of current pathfinder but if the new pathfinder may wait longer it can benefit in the meantime. Probably should be reverted once the new pathfinder is done. [PATCH] GUI code improvement: probably this is not a bottleneck like the pathfinder, it's still interesting, however. -
About the license, 0 A.D. is mostly GPL (engine) and CC-BY-SA 3.0 (arts), both licenses are copyleft, so you are required to keep the same licenses for your modification.
-
What should be nice is that in pause mode some actions should be performed instantly, e.g. ungarrisoning a unit and giving him a new order. I remember a discussion about this with Phillip. IIRC he said the game is based on turns, and as it is now it should be modified to work like this, otherwise this instanct actions won't work.
-
It looks good, the tables should be automatically generated with a script reading xml files (and the pdf generated at release time), otherwise they'll soon be out of sync. You can start with this script: http://trac.wildfiregames.com/wiki/Unit_Summary_Table Also resize the logo, it weights 4,5 MB.
-
Ticket 1774 discussion and feedback
fabio replied to kingadami's topic in Game Development & Technical Discussion
I reported some suggestion some years ago that are not implemented: http://trac.wildfiregames.com/ticket/645#comment:4 http://trac.wildfiregames.com/ticket/645#comment:33 http://trac.wildfiregames.com/ticket/817 Probably an indicator X/Y near or on the flag itself where X is current and Y is maximum units garrisonable could be a simple but useful indicator. -
I am not an expert, but I don't think it can lead to legal problem if the models are not using original arts but just redone with similar look. There are similar examples also in commercial games, see e.g this:
-
It could be a nice Easter egg for the next alpha