-
Posts
1.125 -
Joined
-
Last visited
-
Days Won
18
Everything posted by Freagarach
-
One can open the development panel (<Alt>+<d> by default) and disable camera restrictions.
-
@bad player You can do what I do when I get bored with a game: mod/contribute to it. It has kept me busy for a little less than three years now.
-
[R26312] Tower range increased while no terrain height bonus available
Freagarach replied to Purgator_'s topic in Bug reports
It is a mere indication of its range, not an absolute. -
Proposal for a new map category: Mainland-like maps
Freagarach replied to LetswaveaBook's topic in Gameplay Discussion
https://code.wildfiregames.com/D4303 by @Jammyjamjamman and @andy5995 -
[R26312] Units randomly gets stuck in a move-attack loop
Freagarach replied to Purgator_'s topic in Bug reports
My guess (without watching the replay): They see the farm (foundation?) on top of that hill and decide to go for it (since they attack-move). The shortest route is back, so they go back. When they have taken two steps back, they don't see the field anymore so continue on their attack-move journey. But that brings them into sight of that farmfield again. But as I said, I haven't watched the replay, so the structure might just be yours. (If it is indeed belongs to the enemy, one can try watching the replay and at some point in this "mess" use the development panel (<Alt>+D by default) to switch players and delete the field.) -
Addition of Han Chinese to 0AD
Freagarach replied to Yekaterina's topic in Game Development & Technical Discussion
Nothing different from the main game? (I'm saying that those can be fixed after committed.) -
Addition of Han Chinese to 0AD
Freagarach replied to Yekaterina's topic in Game Development & Technical Discussion
And you can't use the "forgot password" feature? I think @Stan` is already on it. -
Soft Battalions [General Thread]
Freagarach replied to Lion.Kanzen's topic in Game Development & Technical Discussion
No(t yet). -
Stop-motion still is motion.
-
Well, I was thinking more in the terms of garrisoning a structure to capture it. And when the enemy already has someone garrisoned, you can only destroy.
-
I would certainly vote for a different mechanic. E.g. capturing by occupation. Not being able to delete stuff randomly. Stuff like that.
-
/me likey capturing.
-
middle? You can't see when a player left, one can only deduce it from the commands received. (If you don't get a command from a specific player for a long time, I guess it is safe to assume they are gone.)
-
One could try using the controllability (in cmpIdentity) of a structure for this, but I think there are still some caveats with that.
-
It gives the impression that it is still being worked upon. Especially when selecting multiple structures with queued items. Instead one wants to see in a blink whether an item is currently produced or not.
-
The patch is still open (https://code.wildfiregames.com/D4308) but @Langbart had used a different icon, currently 40 by 33 pixels. I guess you can take a look and see whether you want to improve the icon and else just leave it.
-
There is history in the templates, feel free to update/expand that.
-
proposals for formations
Freagarach replied to alre's topic in Game Development & Technical Discussion
@alre How do you want to be credited in the game's credits for your patch? -
Preferred Approach to Garrisoning Towers and Fortresses?
Freagarach replied to Thales's topic in Gameplay Discussion
Buy a bigger screen. ;P -
Hey @Karmo and welcome to our forums! You might want to check which victory conditions you are using (found in the "Game Type" tab). The one I use the most against the AI is "Conquest Civic Centre", since that makes you win when the AI has no CC left. But the default "Conquest" dictates that you need to destroy even hard-to-find foundations. Thus it can happen you have searched the whole map but don't find that last foundation.
-
(solved) changed coordinates problem
Freagarach replied to man_s_our's topic in Game Development & Technical Discussion
Very cool! It seems you are coming close to something we may be able include in the main game (feature wise), could you upload a patch on our Phabricator, please? (https://trac.wildfiregames.com/wiki/SubmittingPatches) It will allow us to give direct comments on your code and speed up the inclusion. (I see quite some hardcoding in some functions, but it might be unavoidable.)