-
Posts
1.148 -
Joined
-
Days Won
4
Everything posted by fatherbushido
-
Thanks mimo! that's the one I spoke about above
-
It will be done like in your templates.
-
We will do some work to finish team bonuses implementation on a22 and clean some stuff in the aura code. (That's the first thing I will work on for a22). We have a TODO about range manager request (here for example, your target is a player entity wich have no position). Moreover (to sum up), for the moment only player auras wich applies to Cost will work. Mimo has yet suggested a patch on trac for the one you try to do. (Btw some optimizations of ResourceTrickle are done).
-
Latest Commit Breaks Paired Techs
fatherbushido replied to wowgetoffyourcellphone's topic in Bug reports
thanks for noticing, we will change that. It sould be fixed by r18796. -
That one that wowgetoffyourcellphone suggested is good too https://wildfiregames.com/forum/uploads/monthly_2016_09/architecture.png.dcbcda1f346625044a5f06c915ad9023.png But it isn't in the current repo, right ? Else there is also the bad quality structures/colony.png ?
-
Latest Commit Breaks Paired Techs
fatherbushido replied to wowgetoffyourcellphone's topic in Bug reports
@wowgetoffyourcellphone: Indeed, r18787 only fixes the cost of multiselection, the other fix is not yet commited. Thanks for recalling the cost time bug of mutliple selections (you have yet pointed out that). -
Yes. Even if only one unit was carrying resources. Thanks for reporting.
-
I can't reproduce, can you describe it with more details ?
-
Possible Mod Idea: Nabataeans/Lihyanites
fatherbushido replied to Atenmeses52's topic in Rise of the East
those 5 files in data/technologies/successors : special_war_horses.json special_parade_of_daphne.json pair_unlock_champions.json special_hellenistic_metropolis.json unlock_reform_army.json unlock_traditional_army.json -
Possible Mod Idea: Nabataeans/Lihyanites
fatherbushido replied to Atenmeses52's topic in Rise of the East
did you add some civ requirements ? For example for the special_war_horses tech: "requirements": { "all": [{"tech": "phase_city"}, { "any": [{"civ": "sele"}, {"civ": "pers"}] }] }, "requirements": { "all": [{"tech": "phase_city"}, { "any": [{"civ": "sele"}, {"civ": "pers"}, {"civ": "naba"}] }] }, -
Possible Mod Idea: Nabataeans/Lihyanites
fatherbushido replied to Atenmeses52's topic in Rise of the East
@Aghilas: what do you mean ? you have the same error with seleucids or you use the same techs as seleucids ? -
Possible Mod Idea: Nabataeans/Lihyanites
fatherbushido replied to Atenmeses52's topic in Rise of the East
@Aghilas: you don't add your tech folder, but I guess it's perhaps related to a civ requirement ? You need to add your civ in the phase tech. -
Latest Commit Breaks Paired Techs
fatherbushido replied to wowgetoffyourcellphone's topic in Bug reports
Indeed as you remove the 'return' but still don't know why such a case was foreseen. -
Latest Commit Breaks Paired Techs
fatherbushido replied to wowgetoffyourcellphone's topic in Bug reports
@wowgetoffyourcellphone: - removing the warning will not remove the bug I think - iirc, the structure is broken with units which can search technology (you yet speak about that some month ago) There are some wip patch for the structure tree but they won't be for a21. -
Latest Commit Breaks Paired Techs
fatherbushido replied to wowgetoffyourcellphone's topic in Bug reports
thx for the report! -
Latest Commit Breaks Paired Techs
fatherbushido replied to wowgetoffyourcellphone's topic in Bug reports
@wowgetoffyourcellphone: can you check if there are issue with your unit wich can research a technology when selecting that and other buildings or units (you have that in delenda est iirc). -
Latest Commit Breaks Paired Techs
fatherbushido replied to wowgetoffyourcellphone's topic in Bug reports
I have noticed also some inconsistencies. About the warning it's that one : http://trac.wildfiregames.com/changeset/18773/ps/trunk/binaries/data/mods/public/simulation/components/ProductionQueue.js -
The first one is yet use for that athenian building (but would fit well), so the second would be a nice choice.
-
Possible Mod Idea: Nabataeans/Lihyanites
fatherbushido replied to Atenmeses52's topic in Rise of the East
can you be more explicit about the bug ? for example, give your tech json files. -
That looks nice! The stoa is not really / only a military building so perhpas something different should be done.
-
Can you describe what is your data and what is the result you want to look at ?
-
@SeleucidKing: there is yet special techs and auras for seleucids wich do something like that.
-
Combat Statistics
fatherbushido replied to wowgetoffyourcellphone's topic in Game Development & Technical Discussion
Sure it's just different ways to perceive it. (And I can't say that one is better than another). -
Combat Statistics
fatherbushido replied to wowgetoffyourcellphone's topic in Game Development & Technical Discussion
It's indeed the two ways: - using hard counters - differentiate units by stats (the more you have, the more you can differentiate units). Currently, the 2nd way is choosen for the main game. But a modder can use the first way. (addendum : My personal option is also to prefer the 2nd way. Imo there should be stats that describe some (simple) physics like "this weapon hack, this one pierce..." and if you a unit is hit, it is damaged. There should not be rules telling the player that certain units can't hit another because the game designer decides to disallow it.)