-
Posts
1.154 -
Joined
-
Days Won
4
Everything posted by fatherbushido
-
Capture buildings using siege tower ?
fatherbushido replied to Pyrophorus's topic in Help & Feedback
@Pyrophorus For the Capture thing, it should be fixed sooner or later. If you really want do it, you have to see that in your mod, something like (provided without warranty) should do the job: Index: binaries/data/mods/public/simulation/components/UnitAI.js =================================================================== --- binaries/data/mods/public/simulation/components/UnitAI.js (révision 19609) +++ binaries/data/mods/public/simulation/components/UnitAI.js (copie de travail) @@ -2013,7 +2013,7 @@ // BuildingAI has it's own attack-routine var cmpBuildingAI = Engine.QueryInterface(this.entity, IID_BuildingAI); - if (!cmpBuildingAI) + if (!cmpBuildingAI || this.order.data.attackType != "Ranged") { let cmpAttack = Engine.QueryInterface(this.entity, IID_Attack); cmpAttack.PerformAttack(this.order.data.attackType, target); For the second thing, what do you mean by specs? For the documentation, You will find many things here https://trac.wildfiregames.com/wiki, for example https://trac.wildfiregames.com/wiki/Aura_Templates https://trac.wildfiregames.com/wiki/Technology_Templates https://trac.wildfiregames.com/wiki/Mod_Layout are relevant page. The xml entries documentation is currently not online but I attached it as an html page. entity-docs.html -
@temple: do you want to provide a patch for (1) or do you want we take that over?
-
ping @s0600204 ;-)
-
Good luck for your project! Always nice to have mods.
-
I suddenly feel like a snail in a snail race.
-
Was it in the structure tree? Was it related to walls?
-
It means that as your fortress is lower (it checks height in 8 direction iirc) than what is around, you have a range penalty. (You can have a bonus too). (keyword: parabola of safety)
-
Thanks Epic game.
-
@wowgetoffyourcellphone: Something like https://trac.wildfiregames.com/ticket/4126 (disclaimer: it's a draft)
-
Please Alekusu senpai!
-
Got also it for the first time today, just at end of the loading screen (I was doing nothing).
-
Victory bug in SVN version, terra magna crash
fatherbushido replied to Tomcelmare's topic in Bug reports
Did you see the name of a function near that? -
The best answer would be "when it will be ready". (which can be read in different ways ;-))
-
@wowgetoffyourcellphone: you will notice "I don't really understand" and also "if they can train". Now I understand a bit more, "Spartiates" means "spartans champions".
-
I don't really understand what was that team bonus. If a civ can train spearmen and it has yet that, it doesn't bring anything to it. Moreover if they can train other civ units, then we need to disable their Builder list, ....
-
No. Not all team bonuses are implemented. Those descriptions in that civ menu are just ideas of what could be implemented.
-
Yes. Something simple like that.
-
(edit: Done, that one line file is too big)
-
Map: mainland Players: Two players Type: 1vs1 Civ: Seleucids vs Mauryans. Summary: A really tight (about 2h30) 1vs1 with many turnovers. Looking at such a game, I can't really say that there is one way to play. 2017-03-18_0001.zip
-
Yes, but that should be done in the JS code (carefully :p).
-
Yes currently, Class are used for changed limit. Techs are used as limit remover. In fact, using a tech as a limit changer could (perhaps) be replaced by enabling techs to modify entity limits perhaps. Currently it's not yet implemented iirc. See http://trac.wildfiregames.com/wiki/TechModifications (and also http://trac.wildfiregames.com/wiki/Technology_Templates and http://trac.wildfiregames.com/wiki/Aura_Templates)
-
You need also to add a TrainingRestrictions / BuildRestrictions Category to the limited unit (The one you will use in EntityLimits). That http://svn.wildfiregames.com/entity-docs/ will help you. (not up to date).
-
-
Put the hero in a formation. And look the armor tooltip of the other members.