Phalcode / gamevault-backend

Backend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
167 stars 14 forks source link

Selectable game version #236

Open 46620 opened 9 months ago

46620 commented 9 months ago

Is your feature request related to a problem? Please describe. I have several builds of the same game (mostly for bug testing and decomp reasons), but users can only download the latest version of a game. image image

Describe the solution you'd like An option either on the main game page or in it's setting page that lists the versions available on the server.

Additional context This I fully see as a not needed feature as most people would probably only keep the latest build of a game to save space, but would be a neat QoL for people that want to downgrade to an older build if a server admin keeps old builds.

Alfagun74 commented 9 months ago

just so you know, there is no logic in gamevault that autoselects the latest one for you. if they're all called the same the last indexed file takes precedence.

Read this: https://gamevau.lt/docs/server-docs/adding-games#adding-the-same-game-multiple-times

However your idea is nice and we'll see how we could incorporate this with #149 etc.

Alfagun74 commented 8 months ago

Waiting for #149