-
Posts
1.125 -
Joined
-
Last visited
-
Days Won
18
Everything posted by Freagarach
-
And now, we'd like to have just as much "thank you"'s as we had "please"'s.
-
Engine.SetSimRate(0);
-
@Mythos_Ruler ;P
-
Auras, Technologies, and lag.
Freagarach replied to Philip the Swaggerless's topic in Tutorials & Guides
My thoughts were these ^. -
Thanks for the report! @Langbart has made a ticket for you: https://trac.wildfiregames.com/ticket/6527.
- 1 reply
-
- 2
-
suggestions Thread for posting suggestions for Alpha 27.
Freagarach replied to Lion.Kanzen's topic in General Discussion
Well, that is the idea. ^^ So I'm not sure what is broken, but I'll have to check (sometime). -
Why don't groups of Sparabaras greet me?
Freagarach replied to Gurken Khan's topic in Help & Feedback
To me the question would be why an entity not in world wouldn't speak? -
"Arson" attacks should be added to cavalry and infantry.
Freagarach replied to AIEND's topic in Gameplay Discussion
You'll need https://code.wildfiregames.com/D368. -
suggestions Thread for posting suggestions for Alpha 27.
Freagarach replied to Lion.Kanzen's topic in General Discussion
https://code.wildfiregames.com/D3811 -
Right now, it is unconfigurable and slow: Attack.prototype.GetPreferredClasses = function(type) { if (this.template[type] && this.template[type].PreferredClasses && this.template[type].PreferredClasses._string) return this.template[type].PreferredClasses._string.split(/\s+/); return []; }; It would be not trivial, albeit possible, I'd say. (You'll need to be able to add/remove tokens and reorder them.)
-
Why don't groups of Sparabaras greet me?
Freagarach replied to Gurken Khan's topic in Help & Feedback
https://code.wildfiregames.com/D2059 Thanks for that little info, might it be the case that one of those groups is still garrisoned? (The one with the first entity ID.) For I just tested that and that explains the silence. Well, they'll be silent forever now, in your saved match,,, -
They are actually about 4 times too large, IIRC. I would love to see a mod with realistic scaling (and battalions, since it would be undoable in any other way).
-
I remember this, but not whether it was fixed. Maybe @Stan` or @Silier does?
-
Why don't groups of Sparabaras greet me?
Freagarach replied to Gurken Khan's topic in Help & Feedback
Nope, I have no idea and also cannot reproduce. Does it happen always for you? -
Yes: https://trac.wildfiregames.com/ticket/6278.
-
Delenda Est: An overhaul mod for 0 A.D.
Freagarach replied to wowgetoffyourcellphone's topic in Delenda Est
Well, yes and no. They cost "0" coin and glory (inherited from template_structure), which means for (let resourceType in ccCost) will still loop over coin and glory. But g_NomadTreasureTemplates[resourceType] then doesn't exist, such that Engine.GetTemplate(treasureTemplate) will fail. You(/We) have some options to fix this: Add coin and glory treasures to g_NomadTreasureTemplates (in maps/random/rmgen-common/player_DE.js). Change the function to either (or both) not account for zero-cost resources. fail/warn when no treasure template exist. Don't have standard cost of "0" for structures (not specified resources are already assumed "0", be aware that this might not be true for every piece of code). These options can be mixed and matched. -
Aye: https://code.wildfiregames.com/source/0ad/browse/ps/trunk/binaries/data/mods/public/simulation/ai/petra/attackManager.js$58.
-
Regarding the AI sending help, it will check whether there are enemies in/nigh the territory of one of its allies and will come to their aid if possible. (So if you really want that help, try to keep the battle in your territory instead of just outside of it.) And yes, it would be nice to use the flare for assistance.
-
Delenda Est: An overhaul mod for 0 A.D.
Freagarach replied to wowgetoffyourcellphone's topic in Delenda Est
Well, if g_NomadTreasureTemplates[resourceType] is not defined, the rest won't work. ^^ Do your CCs cost glory or coins? -
==[TASK]== Handheld Battering Ram
Freagarach replied to wowgetoffyourcellphone's topic in Art Development
Legacy, when rams were still able to attack units. Yeah, sounds interesting. Not really compound upgrade, but just merge, like two High Templars in Star Craft (I) combine to an Archon. Interesting thought exercise it is. -
suggestions Thread for posting suggestions for Alpha 27.
Freagarach replied to Lion.Kanzen's topic in General Discussion
Catapults can be turreted on walls, one just needs to give the catapult the "Turretable" component. As of the turret mechanic issues, there is the issue that turreting a unit on another unit makes that you'll need to task the turret to attack something specific if you don't want it to have its own will. The supporting unit likely has no attack of its own so there is some order descrepancy. ;( -
No conversion in the game?
Freagarach replied to wowgetoffyourcellphone's topic in Game Development & Technical Discussion
https://code.wildfiregames.com/D4384 -
Thank you for your effort on this! I must say this Design Document rather looks like an result of one? It looks more as an implementation of a design than a design itself? But I could be mistaken. For a DD I would expect more something along the lines of the tail of this post:
-
Two-Gendered Citizens Mod (Please Test!)
Freagarach replied to wowgetoffyourcellphone's topic in Game Modification
But the player pays for them?