Jump to content

s0600204

WFG Programming Team
  • Posts

    261
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by s0600204

  1. I don't think that should be necessary - run make clean in the ./workspaces/gcc/ folder, then try make again.
  2. Just to check, did you re-run update-workspaces.sh after installing sdl2? And what does pkg-config --cflags sdl2 return?
  3. As @(-_-) points out, 0AD needs version 2.0.2 or greater. The 2.0.8 version should work.
  4. Please pay attention to the dependencies as stated on our wiki. 0AD depends on sdl2, not sdl (although originating from the same project, they are not interchangeable.) Also note that, as mentioned above, sdl2 is one of the libraries the official CentOS repositories appears to lack. You may need to build from source.
  5. Looking through an online list of packages available for CentOS 7 (such as this one), the package you need is libxml2-devel, which contains the file libxml-2.0.pc (and places it under /usr/lib64/pkgconfig). (libxml2 is not version 2 of the (deprecated) libxml library. The "Dependencies" section of the Build Instructions does specify libxml2.) Edit to add: Looking into it a little further, it might not be possible (or very difficult) to compile 0AD on CentOS 7 (or 6) at all, as: CentOS 7's official repos appear to lack the libenet, libgloox, libsodium, miniupnpc, openal, and sdl2 libraries, all of which are required dependencies of 0AD. (Also appears to lack wxwidgets, which is required for Atlas, our map editor.) The minimum version of boost required to compile/run 0AD is version 1.57. CentOS 7 has 1.53. If you do succeed, we'd love to know how (and so we can add instructions to our wiki).
  6. With due respect, @mimo's continued absence is not a bug. Disappointing? Yes. An impediment to AI development? Most definitely. A bug within 0AD? Nope. Thus, I'm relocating this thread out of "Bug Reports" to somewhere a bit more appropriate. As to who will fix AI problems: 0AD is Open-Source, so as mentioned above: anyone who wishes to. While admittedly no-one else possesses mimo's accumulated knowledge and experience of the AI code and subsystems, we welcome and will consider all contributions (so long as they comply with the submission guidelines). (And FYI mimo is on a self-imposed hiatus. Whether or not he returns is up to him.)
  7. Thank you for the report. The highlighted text in the second and third screenshots above are on Transifex, in the "Manual" resource. They appear to be both translatable and translated. They haven't arrived in game yet, due to the project being in something of a string freeze for the time being. Imgur screenshot 1 : The text for the load-game dialog is not being picked up for translation. I've raised a concern on the relevant commit: https://code.wildfiregames.com/rP20537 Imgur screenshots 2 & 5 : the text for the multiplayer parts of gamesetup are not being picked up for translation. I've raised a concern on the appropriate commit here: https://code.wildfiregames.com/rP19380 Imgur screenshot 3 : Needs someone to widen the space allotted for the caption. It would make a nice starter task for a new contributor, so I've created a ticket for just that: https://trac.wildfiregames.com/ticket/5298 Imgur screenshot 4 : The "Enable"/"Disable" button texts in the mod selector gui are not marked for translation. I've raised a concern here: https://code.wildfiregames.com/rP21721
  8. Related: https://wildfiregames.com/forum/index.php?/topic/20219-minmod/ (for the colour/artwork, not the multitude of mine-types)
  9. The repository containing the code and assets is publicly accessible online, and the part of it that defines how 0AD acts and looks can be found at any of the following locations: https://code.wildfiregames.com/source/0ad/browse/ps/trunk/binaries/data/mods/public/ https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public https://github.com/0ad/0ad/tree/master/binaries/data/mods/public The music can be found under audio/music/, the pictures for the loading-tips are under art/textures/ui/loading/tips/, and the quotes themselves are in gui/text/ If you intend to use them outside of 0AD, then please bear in mind that all art and audio are licensed under Creative Commons Attribution-Share Alike 3.0, and most of the other assets in the above folders are under GPL-2.0. See LICENSE.txt for specifics, and search the forums for questions as to how to legally use the assets. If you wish to listen to the game's music on your personal device, then you can find versions that are specially mastered for such use here. (An earlier release with older versions of the tracks can be found here.) Again, these are licensed under CC-SA 3.0, as above.
  10. According to the system info file, the reporter appears to have a laptop (going by the SKU code, one of these). Going by the laptop's support page, the built-in soundcard should be a "Realtek" device of some sort. However, the system info file has no mention of that, instead listing "2 - High Definition Audio Device" as the soundcard. This implies that Windows is unable to find or identify the device correctly (which could be a driver issue) or that Windows' "default" soundcard is set incorrectly. @pmenzani Are you saying that you don't have audio from any of the applications on your computer? Resolve that issue, and 0AD will stop complaining. If you don't mind playing without sound at all, then yes, the -nosound argument will also work. Reporter's trac ticket: https://trac.wildfiregames.com/ticket/5270
  11. And a phabricator revision with a potential fix: https://code.wildfiregames.com/D1582
  12. It appears that when @stanislas69 created the repo (afresh, instead of forking from yours) under the 0ADMods group he didn't copy over the music tracks. So it's vanilla.
  13. Using the version made available here as a starting point: To support the kokiri groves, put this file: core_hyrule.js in gui/reference/common/ (also adds support for the gamestart hero-selection techs). For the factions not loading in the Structure Tree when directly selected from the Game Setup or Civ Info pages, or by clicking the emblem in-session, @SirPope has it correct - you need to use the correct phase tech naming schema. Here's a patch: patch_phasetechs.diff (Also removes the athen-specific phase techs from the gerudo Oasis.) In addition, here's a further patch that corrects the civ-identifiers on various templates: patch_civcodes.diff. The four non-UTF8 characters the game complains about are in data/civs/kokiri.json - in the civ history, and the blurbs of heroes Saria and Mirora. Did someone copy-paste from M$ Word? And finally, if you're going to have *_packed and *_unpacked variants of a siege unit, both inheriting from a *_common template file, then place the default icon for the unit in the *_common file and place the icon you wish to use specifically for the unpacked/packed version in the relevant variant template. (Instead of having the same icon mentioned in both the *_packed and *_unpacked template files.) Edit to add: I might be wrong but the Kokiri civil-centre with the public-hanging and watch-tower upgrades has an incorrect prop added to the prop of the actor (the final result is visually identical to civil-centre with communal-home and watch-tower).
  14. It does not. (I know because the Faction-Specific Resources mod is mine, so I've been through the mod.io process already). There will have been an option that allows you to save, but not go live. In the meantime, you can return to your mod's page (https://0ad.mod.io/siege) and select the tick icon in the toolbar (between the pencil and the archive-box icons) to hide it and make it non-live. Alternatively, if you want to stay live, go to your mod file's edit page (https://0ad.mod.io/siege/edit/files/163) and add {} into the "Metadata" box at the bottom. Your mod will still be publicly visible on mod.io, (it might even appear as an option in 0ad,) but it won't be downloadable and verifiable in-game until you get a valid signature from @Itms.
  15. Welcome to the forums! Could we ask you to start at the beginning, tell us where you've got the source from, and take us through the exact steps you've used to get to this point, please? (List the exact commands, any arguments you're passing to them, etc.) .karnorth { color: #880000; } .elexis { color: #888800; } .stan { color: #008800; } .imarok { color: #008888; } Relevant IRC Chat log excerpt: (http://irclogs.wildfiregames.com/2018-05/2018-05-22-QuakeNet-%230ad-dev.log)
  16. Merged the two topics together, and relocated to the appropriate sub-forum. Also, removed the "glory" resource from all techs.
  17. Welcome to the 0 A.D.: Empires Ascendant forums! Please attach your error log (the file "interestinglog.html"), which can be found at: WIndows: C:\Users\{user}\AppData\Local\0ad\logs\ OSX: ~/Library/Application\ Support/0ad/logs/ Linux: ~/.config/0ad/logs/
  18. The unit/structure viewer (It is not an encyclopaedia. This ain't AOM.) text overlap can be fixed by https://code.wildfiregames.com/D844 . But yeah, the first one is the text being too long for the fixed-size element, as vladislav points out. See also ticket #5148 which suffers from the same problem elsewhere in the GUI.
  19. Well, I'd imagine the uninstall program will only remove stuff it expects to find there. Anything a user adds will probably not be removed. Tell him to: Uninstall 0ad, Delete the directory where 0ad was installed (C:\Users\{user}\AppData\Local\0 A.D. alpha), Delete everything in his cache folder (C:\Users\{user}\AppData\Local\0ad\cache\), Check the mod folder (C:\Users\{user}\Documents\My Games\0ad\mods): In this folder there should be a collection of other folders and nothing else. One of these folders should be named "public". This folder should be empty. Another of these folders should be called "user". This folder should either be empty or contain a subfolder called "maps". (This is where the game saves user-created maps.) All other folders should contain at most two files: either a .zip or a .pyromod file, and, optionally, a mod.json file. Then, once ready... Install 0ad. I realise it's still in English, but I've rephrased the relevant part of the wiki: https://trac.wildfiregames.com/wiki/Modding_Guide#Wherearethemods Is this any clearer? (Question to anyone who wishes to answer.)
  20. @stanislas69 No, just use the .pyromod extension instead of .zip It could probably be made more explicit on the wiki. The "Modding Guide" page does currently state that "Typically mods are located in binaries/data/mods/" (which is correct - at least for mods distributed with the game), and then goes on to say "but you can also add them to the mods (data) directory" which is actually where we want third-party mods to be placed. This should probably be rewritten to make it clearer.
  21. Frankly, I'm a little surprised he got that semi-working. But yes, that youtuber is demonstrating wrong. The place to install mods on OSX is "~/Library/Application Support/0ad/mods/{mod_name}/{mod_name.zip}". (I mean, if you're going to demonstrate something, it would be a good idea to make sure you're doing it correctly... You'd think the fact it doesn't show up in the mod selection screen would be indicative that he's done something wrong.) Anyway... Are you saying that your original "guy" has done something similar? (Also, where is he communicating with you?) (On Windows (Vista or newer), mods should be installed as: "C:\Users\{user}\Documents\My Games\0ad\mods\{mod_name}\{mod_name}.zip")
  22. A mod written for A22 will certainly not work with A24. A mod written for A23 is very unlikely to work with A24. pyrogenesis probably should check that all enabled mods are (or at least claim to be) compatible every time it starts, but until someone writes code that does that...
  23. Not really a bug, but expected behaviour. A mod created for A22 is not going to work with A23. Your user can either (any one of these should work): Run the program from the command line like so: "0ad -mod=mod", which will start 0ad in the mod-selector screen where they can disable the mod through the gui; or Find the file "user.cfg", and modify the line starting "mod.enabledmods" to remove the reference to delenda_est; or Remove the delenda_est folder manually from their system.
  24. Links to a couple of tickets that have been opened on the topic of the stdlib error: https://trac.wildfiregames.com/ticket/5152 https://trac.wildfiregames.com/ticket/5157 (Just to keep things cross-referenced, and people apprised.)
×
×
  • Create New...