Question regarding certain old games rereleased being native on linux
Lib-Inst Aug 8, 2023
I have a question regarding certain old games rereleased being native on linux now but they werent at the time. For example Half life 1 and 2, Planscape,etc. Does anyone know how that works? Do they have to rework certain things, is it a lot of work?
CatKiller Aug 9, 2023
Depends entirely on the code base of the game.

Some games are using cross-platform engines or cross-platform libraries anyway, so it's just a compile and test operation. Some games are mostly cross-platform, but are using DirectX as the graphics API, so they'll need a wrapper to turn DirectX functions into cross-platform graphics functions - Valve's games fell into that category, with ToGL and (later) DXVK being their wrappers. Some games will depend on a bunch of Windows-only libraries, so all of those will need to be swapped out for cross-platform libraries that provide the same function - Feral's third-party ports ended up having to do this quite a bit.

How much work it is to make your code base cross-platform is entirely defined by how locked-in to a single platform you made it when you did it the first time.
MaryCarr Aug 11, 2023
Have you got your answer or do you still need help?
Persay11 Aug 11, 2023
The amount of work required for porting old games to Linux can vary significantly based on factors such as the complexity of the original code, the technologies used, and the familiarity of the development team with Linux development. Some games may need minimal adjustments, while others might require substantial rewrites. Developers aim to retain the core gameplay and experience while ensuring the game runs smoothly and compatibly on Linux systems.

Keep in mind that the specifics can vary from game to game, and developers might use different tools and strategies to achieve successful ports.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.