-
Posts
1.125 -
Joined
-
Last visited
-
Days Won
18
Everything posted by Freagarach
-
That please.
-
Christmas Testing Bundle
Freagarach replied to Stan`'s topic in Game Development & Technical Discussion
We're trying to get them to update the patch, but to no avail yet. (https://code.wildfiregames.com/D4294) -
lag investigation thread
Freagarach replied to maroder's topic in Game Development & Technical Discussion
That is how we update the AI. And for units that sounds somewhat like our timer system. We don't need to check for enemies every turn when attack-moving, so we do it every second. -
Attack-ground: include in A26 or not?
Freagarach replied to real_tabasco_sauce's topic in Gameplay Discussion
Attack ground: Harder to implement (properly). Attack group: GUI only code change needed (for the case of selecting a unit in the group randomly and keep attacking that until it is dead). As such, it seems easier to implement. -
Thanks for the report, I made a logic error. https://code.wildfiregames.com/D4432
-
In the development menu, you need to tick the option called "Change perspective" (in English) right below the "Control all units". Then, you need to actually change the perspective from "Observer" to the player you want to control, at the top of the screen, left to the speed button. You don't have to tick the "Controll all units" button anymore then.
-
You can use the development panel (<alt>+<d>) to switch to an AI player, but the current AI doesn't expect it when units are created not by themselves.
-
I'm not sure what changed, but IIRC @wraitii did some changes, indeed. You could try adding the effect manually in the modifiers manager (ModifiersManager.prototype.AddModifiers = function(ModifID, Modifs, entity, stackable = false) you'll have to do some warn(uneval())'s to see the structure of the Modifs.
-
Attack-ground: include in A26 or not?
Freagarach replied to real_tabasco_sauce's topic in Gameplay Discussion
(See https://trac.wildfiregames.com/ticket/4189 for that.) -
Tagging @mysticjim for the streaming part.
-
Attack-ground: include in A26 or not?
Freagarach replied to real_tabasco_sauce's topic in Gameplay Discussion
Another positive thing about (mis?)using BuildingAI is that units finally can attack and move at the same time. By the way, the attack-group thing is GUI only. I know we have some fantastic GUI modders on the forum, so maybe one of them (with some free time) can try to implement that? Regarding the requests to rebase the attack-ground. When I find some time I will try it. But it is not my priority, sorry all. -
(solved) changed coordinates problem
Freagarach replied to man_s_our's topic in Game Development & Technical Discussion
Glad you got it working. I've bitten my teeth on this turret-order problem before, so I'm very interested in any results, so please do keep us (me) updated. -
You can check out UnitAI and then specifically the part around finishing construction. Units look for the closest resource there.
- 1 reply
-
- 1
-
Resource regeneration
Freagarach replied to MirceaKitsune's topic in Game Development & Technical Discussion
https://code.wildfiregames.com/D2657 -
Gezegend nieuwjaar allemaal!
-
Have you seen https://code.wildfiregames.com/D1838? Do you have played a bit with them already?
-
Attack-ground: include in A26 or not?
Freagarach replied to real_tabasco_sauce's topic in Gameplay Discussion
When the enemies ranged units are in formation, targetting the formation will lead to each of your units targetting the closest member of that formation, which sounds more or less what you want? So the problem might also be addressed by quoting @wowgetoffyourcellphone: "Battalions". ;) -
Attack-ground: include in A26 or not?
Freagarach replied to real_tabasco_sauce's topic in Gameplay Discussion
^ -
extended players quantity
Freagarach replied to man_s_our's topic in Game Development & Technical Discussion
Cooperative play is not yet possible, but planned (https://trac.wildfiregames.com/ticket/2459). One can work around that by enabling cheats and changing perspective. -
You could also create a mod to change it for yourself (at your own peril).
-
[SOLVED!] The System Cannot Create The user.cfg and logs files
Freagarach replied to revtm's topic in Help & Feedback
How did you install te game? Via snapd or apt (or something else)? -
Christmas Testing Bundle
Freagarach replied to Stan`'s topic in Game Development & Technical Discussion
@mysticjim You can now indeed push items to the front of the production queue. (That wasn't possible yet in A25b. Although you first do need to set a hotkey for it.)