-
Posts
1.154 -
Joined
-
Days Won
4
Everything posted by fatherbushido
-
And there is no issue with your phase_town_roma?
-
I guess r19768 fixes it?
-
Perhaps because you have `"autoResearch": true` in the chin phase town tech?
-
Try perhaps to move the techs from https://github.com/JustusAvramenko/delenda_est/blob/master/simulation/templates/structures/chin_civil_centre.xml in https://github.com/JustusAvramenko/delenda_est/blob/master/simulation/templates/template_structure_civic_civil_centre.xml
-
Known Problems (Please read before posting)
fatherbushido replied to quantumstate's topic in Help & Feedback
There is a reported problem for packable ranged siege engine (without formation). Perhaps your problem is only that one, perhaps it's another one. Perhaps it's both. -
(One thing would be also to set 0 0 0 to main attack stat and move them all to splash damage.) (And perhaps point attack instead of ent attack, though that should be discuted if the change is worth.)
-
Index: binaries/data/mods/public/gui/structree/load.js Thx for testing @wowgetoffyourcellphone Index: binaries/data/mods/public/gui/structree/load.js =================================================================== --- binaries/data/mods/public/gui/structree/load.js (révision 19732) +++ binaries/data/mods/public/gui/structree/load.js (copie de travail) @@ -48,6 +48,8 @@ function loadStructure(templateName) { + if (!Engine.TemplateExists(templateName)) + return null; let template = loadTemplate(templateName); let structure = GetTemplateDataHelper(template, null, g_AuraData, g_ResourceData, g_CurrentModifiers); Index: binaries/data/mods/public/simulation/components/Builder.js =================================================================== --- binaries/data/mods/public/simulation/components/Builder.js (révision 19732) +++ binaries/data/mods/public/simulation/components/Builder.js (copie de travail) @@ -42,7 +42,10 @@ return entities; let disabledTemplates = cmpPlayer.GetDisabledTemplates(); - return entities.filter(ent => !disabledTemplates[ent]); + + var cmpTemplateManager = Engine.QueryInterface(SYSTEM_ENTITY, IID_TemplateManager); + + return entities.filter(ent => !disabledTemplates[ent] && cmpTemplateManager.TemplateExists(ent)); }; Builder.prototype.GetRange = function() That one should apply properly. Highly experimental (not tested) for the structree part
-
Index: binaries/data/mods/public/simulation/components/Builder.js =================================================================== --- binaries/data/mods/public/simulation/components/Builder.js (révision 19732) +++ binaries/data/mods/public/simulation/components/Builder.js (copie de travail) @@ -42,7 +42,10 @@ return entities; let disabledTemplates = cmpPlayer.GetDisabledTemplates(); - return entities.filter(ent => !disabledTemplates[ent]); + + var cmpTemplateManager = Engine.QueryInterface(SYSTEM_ENTITY, IID_TemplateManager); + + return entities.filter(ent => !disabledTemplates[ent] && cmpTemplateManager.TemplateExists(ent)); }; Builder.prototype.GetRange = function() That should work.
-
You mean that in Builder there is an error and that it's not just skipped? If so, it should be easy to fix/change. For the gui you can also remove and readd tokens to have it in the right place (which is awfull :p). For example if you have A B D and you want to insert C, you need to do -D C D or something like that. (In general, I am - it's only personal and not really related to that post- more for adding things where there must be instead of removing things or having easter egg popping up. I think more of ProductionQueue list talking of that.)
-
Newbie questions (suggestions for the manual)
fatherbushido replied to IkkeTM's topic in Gameplay Discussion
@IkkeTM You found some infos in the Learn To Play / History part of the starting screen: many of them are planed or abandoned things. -
Well the problem is your custom https://github.com/JustusAvramenko/delenda_est/blob/master/simulation/components/Player.js
-
@wowgetoffyourcellphone: btw you don't have a player_gaia template?
-
For #1, I will check it's perhaps indeed related to the glory cost. @wowgetoffyourcellphone: Did you its 'trueprice' in that json file? edit: uhm yes you did https://github.com/JustusAvramenko/delenda_est/blob/master/simulation/data/resources/glory.json
-
@wowgetoffyourcellphone: It was Servo who said that, not myself ;-)
-
There is several issue, one is mainly a code issue. It should be better in a22 (due to a prepare time for melee attack).
-
There is some missing features and to allow people to have a playable alpha demo, there are some workaround. Currently for heavy spear cavalry, it's mainly a big speed which is used as a (perhaps) temporary workaround for charge. (see one sphyrth comment above). (In the same way, currently Alexander and a seleucid hero share the same actor which is not exactly historically accurate. It's a placeholder.) So yes there will be some different (and perhaps strange) metas in all the alpha versions, but anyway all those things change each alpha and are aimed to change when feature are (will be) added. I hope everybody is happy to have a 'playable as soon as possible' alpha game ;-)
-
A quick message to support you all. I am hurry to play 1000ad on a22.
- 680 replies
-
- 5
-
-
- millenium a.d.
- vikings
-
(and 1 more)
Tagged with:
-
Civ.jsons and Team Bonuses
fatherbushido replied to wowgetoffyourcellphone's topic in Game Development & Technical Discussion
@wowgetoffyourcellphone: mainly knowing what should be displayed where. (Stats, history, techs...), so a clear design mockup. -
Civ.jsons and Team Bonuses
fatherbushido replied to wowgetoffyourcellphone's topic in Game Development & Technical Discussion
@wowgetoffyourcellphone: Yes it's ugly to have those duplication (which resulted in not updating things...). We need a clear view about structure tree, those civ page, displaying history and that unit vizualization (I havn't that clear view :p). (See also #3212 for related discussion). -
I have one such replay with Vercingetorix played on 2017-01-01(a21) 2017-01-01_0002.zip
-
I just read your post quickly but it was expected in the rewrite to not move at range when attacking (but at middle of min - max range) (that's what I understood last time I read the patch).
-
Determine allies current stage/phase
fatherbushido replied to jonbaer's topic in Gameplay Discussion
@jonbaer There is no a phase notification rP19445 -
There was something of the same kind 'planned' "first to reach 10 000 metal" (or any number of a ress).