View Single Post
  #10  
Old 10-22-2021, 06:05 PM
TheGrunch's Avatar
TheGrunch TheGrunch is offline
Approved Member
 
Join Date: Oct 2009
Location: United Kingdom
Posts: 843
Default

Quote:
Originally Posted by Thaeris View Post
Hey Jumoschwanz,

It's good to know it seems to work reasonably well. However, is it wrong, per-se, to inquire about the possibility of the software being made to natively run on Linux?
Sorry for thread necro...

Short answer is it's very unlikely: the Java code is relatively easy to port, but a lot of the game's code is already compiled code from an elderly non-free Microsoft compiler (mixture of MSVC++ 6 and 7 I think).

I don't think that even DT have access to the original source code for that stuff.
That's why the DT patches add a new DT.dll instead of replacing the original .dlls.

Porting the game would mean reproducing all of the original code, without having the original source code, at the same time as porting it to a new platform.

Not impossible: see e.g. OpenMW where some dedicated individuals have reverse engineered and reimplemented the entire Morrowind game engine in modern cross-platform C++, but it would require a lot more development effort than most in the community are prepared or able to offer.
Reply With Quote