Releases: FranjeGueje/Relic
Release list
Relic v0.5.1
Relic v0.5.1
Bugfix release con mejoras en el runner de GOG, corrección de plataforma de instalación y logros experimentales.
Español
Corregido
-
Plataforma de instalación GOG:
onGameInstalled()usabagameInfo.is_linux_native(si el juego tiene build Linux en GOG) en lugar degameInfo.install?.platform(lo que el usuario realmente instaló). Un juego con versión nativa Linux instalado como Windows tomaba la ruta incorrecta, saltándose el .bat, windowify y el prefijo. -
Runner .bat de GOG:
mkdirycopyahora silenciados con@y>nul 2>&1para no mostrar salida en consola- Añadido
@timeout /t 2 /nobreak >nultrascomet.exepara dar margen de inicialización antes de ejecutar gogdl
Añadido
- Logros de GOG (experimental): integrados vía Comet. Comet se ejecuta en segundo plano durante la sesión de juego para sincronizar logros con los servidores de GOG.
Tests
- 127 tests (21 suites), +1 test nuevo para el caso de juego GOG con build Linux instalado como Windows
English
Fixed
-
GOG install platform:
onGameInstalled()was checkinggameInfo.is_linux_native(whether the game has a Linux build on GOG API) instead ofgameInfo.install?.platform(what the user actually installed). A game with a native Linux version installed as Windows would take the wrong code path, skipping the .bat, windowify, and prefix setup. -
GOG .bat runner:
mkdirandcopynow silent (@+>nul 2>&1) to suppress console output- Added
@timeout /t 2 /nobreak >nulaftercomet.exeto give it initialization time before running gogdl
Added
- GOG achievements (experimental): integrated via Comet. Comet runs in the background during gameplay to sync achievements with GOG servers.
Tests
- 127 tests (21 suites), +1 new test for the GOG dual-platform case
Relic v0.5.0
Un instalador de juegos para Steam.
Relic descarga juegos de Epic Games, GOG, Amazon y Zoom Platform, y los añade
automáticamente a Steam. Sin Wine/Proton, sin prefijos, sin opciones de
lanzamiento. Steam es el launcher.
Instalación
curl -sL https://raw.githubusercontent.com/FranjeGueje/Relic/master/scripts/install.sh | bashO descarga la AppImage desde la página de releases.
Características
- Login en Epic, GOG, Amazon y Zoom Platform
- Descarga, instalación, actualización y reparación
- Integración automática con Steam (shortcuts, grids, prefixes)
- Modo consola (navegación con mando)
- Juegos Linux nativos (GOG)
Novedades v0.5.0
- Limpiar código no usado y dependencias eliminadas
- Primera versión pública
- Instalador de una línea (
install.sh)
Enlaces
A game installer for Steam.
Relic downloads games from Epic Games, GOG, Amazon and Zoom Platform, and adds
them to Steam automatically. No Wine/Proton, no prefixes, no launch options.
Steam is the launcher.
Installation
curl -sL https://raw.githubusercontent.com/FranjeGueje/Relic/master/scripts/install.sh | bashOr download the AppImage from the releases page.
Features
- Login with Epic, GOG, Amazon and Zoom Platform
- Download, install, update and repair
- Automatic Steam integration (shortcuts, grids, prefixes)
- Console mode (controller navigation)
- Linux native games (GOG)
What's new in v0.5.0
- Clean the dead code and reased dependencies
- First public release
- One-line installer (
install.sh)
Links
Full Changelog: https://github.com/FranjeGueje/Relic/commits/v0.5.0