Jump to content

nwtour

Community Members
  • Posts

    229
  • Joined

  • Days Won

    1

Everything posted by nwtour

  1. Fine. Don't forget to save the alias permanently echo "alias arc='~/.local/arcanist/bin/arc'" >> ~/.bashrc
  2. cd ~/.local && git clone https://github.com/phacility/arcanist.git && alias arc='~/.local/arcanist/bin/arc' && cd $OLDPWD
  3. @hjkkll Try start game with env variable LIBGL_ALWAYS_SOFTWARE LIBGL_ALWAYS_SOFTWARE=1 0ad If the campaign starts successfully, then there is a problem with the i915/i945 driver in MESA
  4. Please, attach graphics settings Try disable step-by-step all extra options - Minimum settings are required for your system p.s. I'm not sure that the campaign will start in principle with 2 Gb of RAM
  5. Yes, I forgot one does a stat() on any file in a directory. You need to delete the file public.zip.backup (it can be easily restored by reinstalling the 0ad-data package): sudo rm /usr/share/0ad/data/mods/public/public.zip.backup If the game does not start after deleting the file, then the problem is not in the public.zip. You may have installed a third-party mod. You can start the game without mods like this: 0ad "-conf=mod.enabledmods:mod public"
  6. Example for path /usr/share/games/0ad/mods/public/public.zip: cd /usr/share/games/0ad/mods/public sudo unzip public.zip sudo mv public.zip public.zip.backup
  7. type find / -name public.zip 2>/dev/null in terminal and wait https://trac.wildfiregames.com/ticket/6410
  8. Hello @hjkkll Known bug, see patch If containers (snap or flatpack) are not used, unpack public.zip in your system
  9. Hello Did this happen after clicking the "Generate" button? https://trac.wildfiregames.com/ticket/6200
  10. Please write a sequence of actions - this will help fix the error
  11. @JamesWright containers are used? (a la snap/flatpak package)
  12. IMHO The name 'Empires Ascendant' is not part of the interface - as it is the name of one of the game's many mods If you enable a third-party mod and disable mod "0ad" - the display of hardcoded line 'Empires Ascendant' will be an error. Should display "Description of my super mod"
  13. The logo looks like an ideogram. Looks native "Empires Ascendant" - this is a completely English phrase.
  14. In a non-Latin interface, this text looks extremely non-native
  15. @Freagarach I tried it - I couldn't play co-op with AI. The button "control units" is inactive
  16. No. 0 A.D. uses OpenAL [general] ## drivers: (global) # Sets the backend driver list order, comma-seperated. Unknown backends and # duplicated names are ignored. Unlisted backends won't be considered for use # unless the list is ended with a comma (e.g. 'oss,' will try OSS first before # other backends, while 'oss' will try OSS only). Backends prepended with - # won't be considered for use (e.g. '-oss,' will try all available backends # except OSS). An empty list means to try all backends. # drivers = Try create ~/.config/alsoft.conf with content [general] drivers = pulse
  17. This works for "superglue" projects e.g. mesa, sdl, youtube-dl, ansible. The game is the final product. The goal is not the ability to work in all environments, but the Gameplay. If we leave just bare C++/JS code, hundreds of testers and thousands of patches are needed for it to work decently with all versions of the environment and any version of artwork.
  18. @JBERT https://cgit.freebsd.org/ports/tree/games/0ad/Makefile Look like package build doesn't clean old files Clean ${STAGEDIR}${DATADIR}/mods/public and ${STAGEDIR}${DATADIR}/mods/mod and re-unpack data from http://releases.wildfiregames.com/0ad-0.0.25b-alpha-unix-data.tar.xz
  19. Hello The file Damage.js is not in the release version. This file removed 5 years ago Probably installed old mods? Try run with default mods: 0ad '-conf=mod.enabledmods:mod public' or check $PATH (probably old binary file) $ 0ad -version Pyrogenesis 0.0.25
  20. A reviewer is just an anonymous spam protection. To get into the release of the game, you do not need to specifically mark the strings as "reviewed" - you just need 90 percent of the translated strings
  21. Hi @Caiman Welcome to community Green bar - hit points Blue bar - capture points. From FAQ: The buildings have capture points for all players. If a player reaches 100% of the capture points for that building that player gains control over that building. Capture points can be gained by ordering units to capture that building or by that building standing inside a players area of influence (the player-coloured borders).
  22. <necroposting> After updating the distribution, this non-trivial problem appeared Solution: it is necessary to check for the presence of the line xmpp-client 5222/tcp in /etc/services - without them libgloox return "Resolving the server's hostname failed" </necroposting>
×
×
  • Create New...