Jump to content

nwtour

Community Members
  • Posts

    229
  • Joined

  • Days Won

    1

Everything posted by nwtour

  1. Hello @Wendy22 Read and try @Stan workarround
  2. Fine. Don't forget to save the alias permanently echo "alias arc='~/.local/arcanist/bin/arc'" >> ~/.bashrc
  3. cd ~/.local && git clone https://github.com/phacility/arcanist.git && alias arc='~/.local/arcanist/bin/arc' && cd $OLDPWD
  4. @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
  5. 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
  6. 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"
  7. 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
  8. type find / -name public.zip 2>/dev/null in terminal and wait https://trac.wildfiregames.com/ticket/6410
  9. Hello @hjkkll Known bug, see patch If containers (snap or flatpack) are not used, unpack public.zip in your system
  10. Hello Did this happen after clicking the "Generate" button? https://trac.wildfiregames.com/ticket/6200
  11. Please write a sequence of actions - this will help fix the error
  12. @JamesWright containers are used? (a la snap/flatpak package)
  13. 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"
  14. The logo looks like an ideogram. Looks native "Empires Ascendant" - this is a completely English phrase.
  15. In a non-Latin interface, this text looks extremely non-native
  16. @Freagarach I tried it - I couldn't play co-op with AI. The button "control units" is inactive
  17. 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
  18. 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.
  19. @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
  20. 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
  21. 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
×
×
  • Create New...