Gallaecio
WFG Retired-
Posts
188 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Gallaecio
-
Translation [Discussion] Localization (again)
Gallaecio replied to RedFox's topic in Game Development & Technical Discussion
It is. -
Translation [Discussion] Localization (again)
Gallaecio replied to RedFox's topic in Game Development & Technical Discussion
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. -
To start translating, you mean? Just create a Transifex account, join one of the language teams, and start translating
-
Language selection should be available by Alpha 16 (not the upcoming alpha, but the one after that). You can already translate the game at https://www.transifex.com/projects/p/0ad/
-
Hello! Introduction of zentaoaki
Gallaecio replied to zentaoaki's topic in Introductions & Off-Topic Discussion
Ten cuidado con las traducciones automáticas. You end up saying that you do not encourage (recomiendas) your work, when what you actually meant is that you do not do animations. -
Translation [Discussion] Localization (again)
Gallaecio replied to RedFox's topic in Game Development & Technical Discussion
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, }, -
If there is ever a Total War-like campaign mode (which I’m realy hoping for), in-game reforms would make sense. But for the current AoE-like gameplay I think it does not so much. As Lion says, post-Marian units are planned for the second part of the game.
-
As a temporary wordaround, I open the developer overlay (Alt + D) and choose to reveal the map. Then you can locale the offending survivors.
-
Translation [Discussion] Localization (again)
Gallaecio replied to RedFox's topic in Game Development & Technical Discussion
It is failing to find the ICU header files. Where do you have them? In Linux libicu is installed system wide, so it “just works”, gcc finds the files. I’m guessing in MSVS something else is necessary. -
New Icon and Logo (+a brief introduction)
Gallaecio replied to Palantius's topic in Eyecandy, custom projects and misc.
I can only notice that it is brighter, but it does look (a bit) better, yes -
We are using «Variato» indeed, at least in the loading page (http://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/gui/text/tips/variato.txt), nice catch. Consider reporting a bug at trac.wildfire.com About the native language used for Iberians, see http://www.wildfiregames.com/forum/index.php?showtopic=17682&hl=iberian
- 1 reply
-
- 1
-
Seeking development information on the AI
Gallaecio replied to Jmt2014's topic in Game Development & Technical Discussion
Have you tried “find”? find . -name "*AI*" -
Seeking development information on the AI
Gallaecio replied to Jmt2014's topic in Game Development & Technical Discussion
1. http://trac.wildfiregames.com/wiki/JavascriptDebugging 2. I think you can, but I'll let someone else explain how. 3. As far as I know AI code is (as of now) JS, so I guess it is never really compiled. 4. I'll let someone else answer that as well. -
LOL, I though exactly the same things about the torchs
-
New Icon and Logo (+a brief introduction)
Gallaecio replied to Palantius's topic in Eyecandy, custom projects and misc.
Me too, It's gorgeous! -
0ad on steam (don't take it off wildfire though)
Gallaecio replied to 60and80's topic in General Discussion
Interesting read: http://www.xonotic.org/2013/10/about-xonotic-and-steam/ -
Have none territory/borders an option? Free build everywhere?
Gallaecio replied to LionKing's topic in General Discussion
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). -
https://linustechtips.com/main/topic/64246-total-war-rome-ii-to-be-ported-to-linux-for-steamos/ http://www.pcgamesn.com/totalwar/creative-assembly-confident-total-war-rome-ii-steamos-port-possible/
-
Resolution Problem! HELP
Gallaecio replied to PogoJay's topic in Game Development & Technical Discussion
You can do it from the command-line as described here http://manpages.ubuntu.com/manpages/precise/man6/0ad.6.html (I guess, I haven’t tried). You can do the same modifying thesame parameters in the game config file as described in http://trac.wildfiregames.com/wiki/Manual_Settings -
By the way, outside of the game, you can listen to the soundtrack at http://play0ad.bandcamp.com/. You can also download the raw files from the subversion repository at http://trac.wildfiregames.com/browser/audio/trunk
-
Have fun!