Jump to content

Gallaecio

WFG Retired
  • Posts

    188
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Gallaecio

    • If you find a mistake, you can simply fix it.
    • If you are not sure if it was a mistake or was done on purpose, talk to the person who did it.
    • If two people disagree, either get a third, or see what other projects (e.g. KDE, GNOME) or games did and agree on using the most widespread approach.
    • In case of unresolvable conflict, reviewer triumphs over translator, coordinator triumphs over reviewer, 0 A.D. team triumphs over coordinator. It should never get to this, though.
  1. <Philip`> Gallaecio: (You need to add stuff in extern_libs4.lua/premake4.lua to make it add those directories automatically in the relevant projects)

    The offending code must be:

    	icu = {		compile_settings = function()			if os.is("windows") then				add_default_include_paths("u")			end		end,		link_settings = function()			if os.is("windows") then				add_default_lib_paths("icu")			end			add_default_links({				win_names  = { "icu" },				unix_names = { "icui18n", "icuuc" },			})		end,	},
  2. I think that would be far from trivial.

    It’s not just taking out those limitations. Anything that affects gameplay may require some re-balancing; for example, if a faction has some heroes, technology or buildings that only make sense with the territories system in place, you would need to review those.

    I think this would be material for a mod on top of “0 A.D. — Empires Ascendant” (“0 A.D. — Empires Everywhere”? XD).

    • Like 1
×
×
  • Create New...