-
Posts
2.843 -
Joined
-
Last visited
-
Days Won
67
Everything posted by niektb
-
I think it might be a little early in the timeframe to have full-stone donjons of that size (I think a smaller wooden version would be more appropriate). Also it is not so much Motte-and-bailey style (though on the other hand such an approach might be a compromise to let it fit in 0 A.D. in a similar style as the Britons in the vanilla game.)
-
Now what happens if you have 2 different units selected?
-
Commit the whole sibyllae vox mod on the fly too, it deals with the majority of the suggestions in this thread Check out the wiki for the foundation docs: https://git.framasoft.org/0ad/sibyllaevox/wikis/home
-
I think there major problem is that you have to hover over a tooltip before actually knowing the stats. I think we should display it directly on the unit panel, rather than hiding it in a tooltip.
-
gamebot, wraitii fixed your issue
-
It's about running a mod, not running a game
-
Part 1: did you make a simulation template? If no, than you should look under the actor section. (there's a drop down in the object tab saying 'Entities', switch that to Actors. Part 2: You've put it in the wrong folder, it should be next to the public folder, not inside. Also due to a packaging oversight you need one additional step: In the public.zip (which is in the public folder) there is a mod.json. Copy it and put it just outside of the zip file. (so you have 2 files inside the public folder: public.zip and mod.json)
-
Yeah, I linked the author of this mod to the concept art of the Roman buildings in 0 A.D. so I'm not surprised to see some similarities in the buildings. But indeed it seems he re-used quite a lot of 0 A.D. sources (notice some ground textures, especially the decal of the buildings. Also check out the building icons.) I must say that the ground textures look pretty good in the AOE2 engine
-
From you images it looks like towers have a territory influence. Is that true? Doesn't that introduce a tower rush? (quickly building a couple of towers near the enemy camp)
-
Small correction, Spike, the version you use from the dev ppa is not the most up-to-date version. from play0ad.com ^ It is more up-to-date than the alpha releases but still not the newest. For the real dev version you should download the source code (this version is also known as SVN) For that, see these instructions: http://trac.wildfiregames.com/wiki/BuildInstructions#Linux
-
fyi, (if AA is something you like) my shader was an (attempt to) implementation of FXAA as described here: http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf But like Stan said, the shader did smooth everything rather than just the edges... Anti-Aliasing is definitely something that 0 A.D. lacks though, so a good and performant shader is welcome.
-
(For the record: http://wildfiregames.com/forum/index.php?showtopic=17014&p=304344)
-
Hmmm, Confederate and Union Soldiers... That's indeed a real strange problem...
-
Using two different actor files for an entity?
niektb replied to wackyserious's topic in Help & Feedback
You could maybe create a parent actor with 2 child actors; 1 using object_color, 1 using player_trans. I thought the support for that was added but I don't remember exactly -
The diffuse texture is relatively flat. You can afford yourselves to add some dirt, cracks and/or grunge... Other than that it's pretty good
-
Yeah, Andrettin, since almost a year ago: http://wildfiregames.com/forum/index.php?showtopic=19289
-
New strategy - Being in debt - easy way to implement
niektb replied to JC (naval supremacist)'s topic in General Discussion
Is the current state that the barter rates are global or does everyone has his own rates? -
New strategy - Being in debt - easy way to implement
niektb replied to JC (naval supremacist)'s topic in General Discussion
The resources represent the cost to train that unit, and not the value that represents the unit (e.g. a sword just costs N amount of metal to create (that's the amount the smith needs to forge it) and not suddenly 2N metal because metal has a lower global value) -
New strategy - Being in debt - easy way to implement
niektb replied to JC (naval supremacist)'s topic in General Discussion
I think need to study Business Economics before understanding this proposed mechanism. (also I'm not sure whether economy was so complex at that time with bonds and tickets) -
Yes, it needs svn (as all versions do afaik)
-
Have you tried modifying TerritoryDecay.js in simulation/components? Seems to me like if you modify TerritoryDecay.prototype.IsConnected() with some if statement that returns true. edit: probably you need to modify BuildRestrictions.js too.