Jump to content

fcxSanya

WFG Retired
  • Posts

    1.083
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by fcxSanya

  1. Icons were committed/applied 8 months ago indeed (in r16625), but that particular one (buildgather_bonus.png) was used only for Xerxes there. Displaying it for females was added only on November 30 (in r17335), 4 days after Alpha 19 release.
  2. As said in the ticket linked in the first post (#2043), these W# keys are SDL1.2-specific and aren't present in SDL2. And Alpha 19 is linked with SDL2. There should be some other (presumably better) way to define these shortcuts with SDL2.
  3. @niektb, both han_china.zip in the first post here and han_china.1.zip on moddb has 'Colour' in them.
  4. @niektb, @Stan, you just need to replace Colour -> Color in both RMS files (setWaterColour in loess_plateau.js, setSunColour in gobi_desert.js). han_china_fixed_rms.zip
  5. Based on the currently provided facts I would guess that Ctrl + Num is bound to some desktop environment/graphical shell (GNOME, Unity etc.) and SDL2 respects such system bindings more than SDL1.2 (used in A18 package) did. @frita, please check whether Ctrl + Num allows to switch tab in Firefox/Chrome (someone reported a possible related issue with cinnamon here: http://askubuntu.com/questions/554597/bind-the-ctrl-number-keys-to-firefox-in-ubuntu).
  6. Yes, you can download previous releases here: http://releases.wildfiregames.com/ , in particular the torrent download link for Windows version of Alpha 18 is 0ad-0.0.18-alpha-win32.exe.torrent As far as I can see it's included in the crashlog.txt
  7. This only allows to display it in the list, but when you are trying to start the replay it displays an error message instead: so the manual file edit seems to be the only way to use non-release replays on the release version of the game.
  8. You can do this by opening developer overlay (Alt+D), enabling "Change perspective" and selecting player in the middle of the top panel.
  9. Glad to hear it turned out so well =) You are welcome
  10. I think you can start from uploading them into this topic. If there will be a significant amount of posts, they can be split/moved into a subforum.
  11. You can subscribe to an Atom feed of commits in a specific branch, you probably should be mostly interested only in master: https://github.com/0ADMods/millenniumad/commits/master.atom
  12. Can you please also attach the map itself? To do this: 1. go to your data location (see GameDataPaths) 2. find your map (it should be in mods\user\maps\scenarios ) 3. add both files (pmp and xml) into an archive (I believe the forum allows to attach at least zip files) 4. attach it in the same way as image here
  13. Click "More Reply Options": then in "Attach Files" section: 1. "Browse" -> (select your screenshot) 2. "Attach This File" 3. (in appeared section with file details) "Add to Post"
  14. @Salvador79, Google image search doesn't find anything in higher resolution than 585 × 329 (the same as originally posted by Germanic_celt79). The image seems to be originating from this page: Im Banne des Donnersbergs and it's attributed there as "Foto: Roland Seidel/Landesarchäologie Speyer". You can try to contact this person/organisation and ask whether they have/can render a more hi-res version. This may give you exactly what you want or may give no results at all. What Stan proposes is an alternative solution, it surely won't look exactly the same as the orignal render, but you have a lot of flexibility in this case: you can render in any resolution you want, you can use any models, adjust their positions, camera angle etc. In this case you need to: 1. open Atlas (scenario editor), either via the "Map Editor" shortcut or from in-game menu (Tools & Options -> Scenario Editor) 2. either use the default empty map (should be more suitable if you want Stan to reproduce the same scene in Blender later) or load an existing one (might be better if you want to make the final image in Atlas). 3. place some objects: (see Atlas Manual for instructions) 4. either make the final screenshot yourself (via Menu -> Misc hacks -> Screenshot/Big screenshot) or share preview (screenshot)/map itself with Stan.
  15. Sorry, off topic - that is interesting news to me. I bet it has probably has been that way for years Just out of curiosity does anyone remember why the departure was made from XML? I'm assuming there was a logical reason why...Hm, I planned to comment on this in May, but it stuck in bookmarks. But since I don't see an answer in the subsequent posts from a glance (they all seem to be related to the original topic), I will comment now. I believe we are using JSON when data is loaded directly by scripts, and XML when data is loaded by engine (it can be exposed to script too in this case). http://trac.wildfiregames.com/wiki/JSON contains some additional info. Some of the files mentioned in the wiki page were introduced in 2010-2011:
  16. It works fine for me. It may be something with your browser/firewall/network. Can you try with another browser? Are you able to download other files from sourceforge?
  17. At least this part sounds like #3157 (Coordination of attack with an AI), which is available in dev (SVN) version and will be present in A19.
  18. It was merged into the main codebase: http://wildfiregames.com/forum/index.php?showtopic=19922
  19. We don't use svn branching since it's inconvenient (I believe), there is only 'trunk' in the repo. People develop changes in their working copies and share/review in the form of patches. There is a github repository: https://github.com/0ad/0ad which is synchronized from the main svn repo, which can be cloned and used for development, but patches still have to be attached on Trac for review and committed into the svn repo to be integrated.
  20. Make sure that you have a couple of GBs of free space on drive C: even if you installing onto another one. Some people reported issues with this before.
  21. This is apparently caused by r16577, I also reported it in the related ticket: #1731#comment:7
  22. This is some university research project related to hidden transmission of textual data via multiplayer sessions of RTS games (0 A.D. is used as an example). There is a link to a related github repo in the video description and it in turn contains a link to the related paper: Games Without Frontiers: Investigating Video Games as a Covert Channel
  23. There is a fixed ticket with the same error message: #2332, you can check whether your error has the same source (which was the non-unique root identifier, given the commit description).
×
×
  • Create New...