-
Posts
1.083 -
Joined
-
Last visited
-
Days Won
12
Everything posted by fcxSanya
-
Tech/Structure Tree Visualisation
fcxSanya replied to s0600204's topic in Game Development & Technical Discussion
I believe you both are right and that's how for example the summary page was originally (and still is) done: summary.xml?rev=15927#L121 there is a 'repeat' element, which contains layout which will be repeated "count" times; in each copy "n" in element names is replaced with the counter index (so all elements are accessible in JS, see e.g. summary.js?rev=15927#L667 ) -
There is an old discussion from IRC ( http://irclogs.wildfiregames.com/2012-08-28-QuakeNet-%230ad-dev.log ), where feasibility of standalone server is discussed, I believe it's still relevant:
-
На данный момент система интернационализации находится в разработке, потому для использования локализованной версии игру прийдётся скомпилировать. Я писал инструкцию по тестированию русской локализации некоторое время назад: https://www.transifex.com/projects/p/0ad/language/ru/discussion/37989/ , она уже несколько устарела: * репозиторий/ветка сменились на https://github.com/leper/0ad/commits/i18n * язык уже можно переключать в меню (в инструкции я менял системную локаль) Поддержку интернационализации планируется включить в Alpha 16, которая будет выпущена в конце марта - начале апреля. Тогда будет достаточно добавить файл перевода и заменить шрифты. ---- Currently the internationalization system is in development, so to use the localized version of the game, one must complile it himself. I wrote instructions for Russian localization testing some time ago: https://www.transifex.com/projects/p/0ad/language/ru/discussion/37989/ , it's a bit outdated now: * repository/branch were changed to https://github.com/leper/0ad/commits/i18n * language can be selected via menu (in the instructions I changed the system locale) Internationalization support is planned to be included into Alpha 16, which will be released at the end of March or start of April. Then it would be enough to add the translation file and replace the fonts.
-
I believe I had the same issue (I can't say for sure because I'm on another computer now, but I recall that the segfault was in a 'translate' function too) when I tried to run https://github.com/leper/0ad/tree/i18n with Russian localization on Ubuntu 12.04 a few days ago. It worked fine with the English locale though. Also I was able to run an older version of the branch from the Gallaecio's repo with the Russian locale as I reported before.
-
Translation [Discussion] Localization (again)
fcxSanya replied to RedFox's topic in Game Development & Technical Discussion
Did you try this before or after this announcement: https://www.transifex.com/projects/p/0ad/announcement/40742/ ? -
I restored it via the Moderator CP.
-
I successfully built it on Ubuntu 12.04 a month ago (not sure if something has changed since then) and wrote an instruction (on Russian) here: https://www.transifex.com/projects/p/0ad/language/ru/discussion/37989/ . I installed two additional packages: scons and libicu-dev and then followed the regular build instructions: http://trac.wildfiregames.com/wiki/BuildInstructions .
-
Logos: 0 A.D. - Empires Ascendant, Pyrogenesis
fcxSanya replied to Mythos_Ruler's topic in Art Development
Nal-Huttese? A random site with it. -
Philip did some experiments for gamepad support a long time ago: r8844, but I'm not sure whether that part of code still works.
-
You probably can implement this in a similar way to the population bonuses, which you already discovered. You can see how the population is handled in Player component and entity limits in EntityLimits component
-
Another alternative can be the airbrush-like behaviour (where the brush generates entities with a constant speed independently of what is already 'painted' in the same area), it sounds simple to implement and would allow the variable density (with smooth density changes) forests to be 'painted' without changing the brush settings.
-
Crowd-Sourced Civ: Ptolemaic Egyptians (Ptolemies)
fcxSanya replied to Mythos_Ruler's topic in Official tasks
How does this help with a slow connection? As far as I can see, there is no AJAX functionality for spoilers so everything under them (including images) is loaded on initial page loading. It is just hidden, so this allows to scroll less etc. but doesn't save traffic or speed up the page load time. Or am I missing something? -
What's so great about Starcraft 2?
fcxSanya replied to Unarmed's topic in Introductions & Off-Topic Discussion
Did you try solutions from this page, in particular "Setting the Framerate Cap" one? It is usually quoted on the forums/blogs as the answer to overheating issue, not sure how much it actually helps though. -
As far as I understand, you need to put your image into art/textures/ui/session/icons/mappreview/ and refer to it in the "Preview" setting in the map XML file. See e.g. how it is done in this commit.
- 1 reply
-
- 2
-
If you will click 'More Reply Options', there will be 'Attach Files' panel. Screenshot shows that textures are not displayed at all. Maybe you can try to run the game with Nouveau?
-
Did you run 0 A.D. on other operating systems on the same hardware? Can you please attach a screenshot of the running game?
-
Sounds like graphics driver issues. What graphics card/drivers do you have?
-
City where I was born and currently live, Novocherkassk, has not so long history; as stated in the linked Wikipedia article, it "was founded in 1805 by Matvei Platov, as the administrative center of the Don Host Oblast, when the inhabitants of the stanitsa of Cherkassk were compelled to leave their abodes on the banks of the Don on account of the frequent floods." But not too far from here lies the archaeological site of city of Tanais, which history fits into (or rather starts in) 0 A.D. timeframe: "founded late in the 3rd century BC, by merchant adventurers from Miletus, Tanais quickly developed into an emporium at the farthest northeastern extension of the Hellenic cultural sphere.":
-
They are 3 images indeed, see art/textures/ui/pregame/backgrounds. Logic is implemented in scrollBackgrounds function from gui/pregame/mainmenu.js. There is also corresponding XML layout in gui/pregame/mainmenu.xml and sprites in gui/pregame/sprites.xml
-
Cannot check out the project
fcxSanya replied to vitviki's topic in Game Development & Technical Discussion
This happens from time to time. There should be 'update' menu item available now for your working copy, use it to proceed download. If there is no 'update' then use 'checkout' again. -
Your link has dots in the middle and therefore is broken, it should be:
-
FeXoR is actually Triplicarius currently, check out his forum rank. This is unusual to use ranks instead of nicknames on these forums, but why not?
-
Known Problems (Please read before posting)
fcxSanya replied to quantumstate's topic in Help & Feedback
Done, thanks for the reminder -
I quoted this to Philip on IRC/via email.