Skip to content

Releases: yancharkin/games_nebula

20180605

05 Jun 21:49
Compare
Choose a tag to compare

Changes:

  • Bug fixes and small improvements
  • Possibility to use innounp.exe (through wine) instead of innoextract
  • Installation process changed a bit, more info in README.md / 2. Install application

Important notes:

  • Latest innoextract (master) recommended. If for some reason you can't build and install it, you can use innounp.exe (setup script can download it for you)
  • Dependencies list updated
  • I always tried to keep code in master branch in working condition, but it was a bit difficult to setup the app properly, that's why I started publishing releases, now there is no need for it - I encourage everyone to use code from master branch (read instruction in README!).
  • Main repository still on Github, but now there is mirrors on Bitbucket and Gitlab (just in case)

20180424

24 Apr 12:30
Compare
Choose a tag to compare

Changes:

  • Compatibility with new GOG installers
  • Remapping input in DosBox a bit easier now
  • Few bugs fixed

Important note:

GOG started to use new packaging method for installers for Windows. For now, this new installers can't be extracted (properly) with vanilla version of innoextract. Use this fork.

20180222

21 Feb 23:22
Compare
Choose a tag to compare

Changes:

  • Both python 2 and 3 can be used now
  • Using pygogapi for authorization (probably it'll be used for lgogdownloader replacement later)
  • Scripts and images from application root directory used by default. But if there is files in ~/.games/nebula/scripts and ~/.games/nebula/images directories, they have higher priority
  • Other improvements and bug fixes

Important note:

Installation scripts and configuration file slightly changed, it's recommended to remove or update files in ~/.games_nebula/scripts and ~/.games_nebula/config/config.ini

20171113

12 Nov 21:39
65742b5
Compare
Choose a tag to compare
  • Process of downloading scripts for 'My Library' improved
  • WINEDLLOVERRIDES can be set in 'autosetup.ini
  • New images and scripts in tarball
  • Bug fixes

20170702

02 Jul 18:04
Compare
Choose a tag to compare

Old scripts no longer works. If you have used previous releases, remove/rewrite scripts.

  • New installation system. Most game can be installed fully automatically or with minimal efforts
  • Offline mode
  • Improvements in tagging system
  • Improvements in launchers
  • Possibility to set WINEARCH (globally or per application)
  • Option to backup/restore winetricks cache
  • Migration to webkit2
  • Images for games now included in tarball (makes first launch much faster)
  • Much easier to install in non Debian-based distros (at least in Arch and Fedora)

20170527

26 May 22:12
Compare
Choose a tag to compare
  • Installing Linux games without scripts
  • Check for new install scripts within application
  • Zenity replacement
  • Install latest game version if multiple installers exists in download directory
  • Wine launcher improvements
  • Lots of small fixes