-
Posts
17.975 -
Joined
-
Last visited
-
Days Won
579
Everything posted by Stan`
-
It's not, it's because it's smaller IIRC. @maroder
-
Could be, but the game will lag, because it won't have time to compute.
-
@DeWynter This mod adds a Death Match victory condition which researches all technologies for all players at the start. @Freagarach There might be a better place for this, or maybe VictoryConditions are actually Game Modes. EDIT: Not sure how tech works, but it seems I'm researching some stuff I shouldn't. deathmatch_gamemode.pyromod
-
Very strange field sticking near Han city center by Ctrl.
Stan` replied to Akira Kurosawa's topic in Bug reports
Add uneven ground and it will look very bad... Also seems like it would be for a much later period. -
The AI plays once every 8 turns or something. It seems sometimes they forget about their units, or don't know what to do with them @JCWasmx86 might know more.
-
Phabricator no longer actively maintained
Stan` replied to maroder's topic in Game Development & Technical Discussion
@GunChleoc @asterix I posted a comment about it there. Maybe Gitea is a better fit I'll see. -
@Freagarach, @Langbart
-
Non-latin symbols errors in release candidate version
Stan` replied to Akira Kurosawa's topic in Bug reports
Can't do much until Freetype is used -
Non-latin symbols errors in release candidate version
Stan` replied to Akira Kurosawa's topic in Bug reports
Maybe not but it fixes the issues of the mod.json not being created... Vladislav suggested that too, but there is a high chance it does not compile on 10.12 macOS. Well the game manages to get the path right with offstream. One cannot load any non latin mods because of the discrepancy between folder name and the rest. -
Very strange field sticking near Han city center by Ctrl.
Stan` replied to Akira Kurosawa's topic in Bug reports
Garden might look cliché. Also it's exactly the same footprint as the upgrade, and the stairs are as far from the border as the upgrade -
Very strange field sticking near Han city center by Ctrl.
Stan` replied to Akira Kurosawa's topic in Bug reports
-
MACEDONIANS (Maybe Romans): Training Mercs from captured CC's.
Stan` replied to Dizaka's topic in Bug reports
Weren't you the one to suggest having techs researchable in other civ's buildings ? ^^ -
Non-latin symbols errors in release candidate version
Stan` replied to Akira Kurosawa's topic in Bug reports
-
Non-latin symbols errors in release candidate version
Stan` replied to Akira Kurosawa's topic in Bug reports
Oh. Right title implied that the game showed non latin chars. A25 does the same I assume ? -
Non-latin symbols errors in release candidate version
Stan` replied to Akira Kurosawa's topic in Bug reports
This is a permission issue ? -
MACEDONIANS (Maybe Romans): Training Mercs from captured CC's.
Stan` replied to Dizaka's topic in Bug reports
Maybe someone will step up and be worthy of commit access. Until then it's my responsibility not my power -
MACEDONIANS (Maybe Romans): Training Mercs from captured CC's.
Stan` replied to Dizaka's topic in Bug reports
It wasn't. It was my bad ^^ -
MACEDONIANS (Maybe Romans): Training Mercs from captured CC's.
Stan` replied to Dizaka's topic in Bug reports
-
Fix here waiting for review by @user1 https://github.com/0ad/lobby-bots/pull/10
-
MACEDONIANS (Maybe Romans): Training Mercs from captured CC's.
Stan` replied to Dizaka's topic in Bug reports
Basically we use two wildcards <Entity>units/{civ}/infantry_spearman_a</Entity> <Entity>units/{native}/infantry_spearman_a</Entity> Assuming the civ of that building is han: Assuming your civ is pers: With {native} every civ can recruit han_infantry_spearman_a in that building. With {civ} only a civ with a template called infantry_spearman_a can recruit one. And it will be pers_infantry_spearman_a. If the civ does not have that template it won't be recruited. Now the issue here is that there are some leftovers templates that are not used anywhere, and become available through those buildings. IMHO this gives an interesting dynamic, but I can understand it may be confusing. -
That would be a question for @Dunedan and @user1