DOSBox-X and Windows 10
As mentioned by L'Iguane, DosBox is the solution to using DOS programs in Windows 10. I use DOSBox-X, which can be obtained here:
https://dosbox-x.com/
You will need an extra file when using MDLC using DOSBox-X: "DPMI16BI.OVL", which you can download from here:
https://github.com/keskival/turbo-pa...N/DPMI16BI.OVL
I tried using "Shine" under DOSBox-X and it does seem to work, though I cannot verify the outcome of the process on the models at present, as I don't have FS9 installed. "Shine" appeard to work by using MDLC and custom-made settings contained in a MDLC.INI file, so if you can used MDLC.EXE in DosBox under Windows 10, then you can use "Shine".
Here are basic instructions:
1. Install DOSBox-X (look for the Windows 64-bit installer version)
2. Follow the "Shiny" instructions for setting up the folder structure for "Shine" - eg. C:\shine
3. Ignore the reg (registry) merging/installation instructions — this only works for earlier versions of Windows. Instead, make sure that the following line of code in the
MDLC.INI in each folder has the correct path ie. the following line in each MDLC.INI should be either blank or point to its own folder for the path. For example in the "shine\reflect" folder the correct path in the line in MDLC.ini should be:
Code:
MdlcPath=C:/shine/reflect
4. Similarly, check the path in each *.bat file in each folder to reflect the correct path for that particular folder. For example, in the folder "shine\reflect" the correct path in
reflect.bat should be:
5. Open DOSBox-X and use the "mount" command at the
z:\> prompt to mount the folder you need for the particular "shine" function — you will need to do this separately for each different function using the appropriate folder. So, to use the "reflection" function, use the command at the z:\> prompt:
6. Then use the command to apply reflection on your own particular MDL file. As an example for "reflection":
Code:
mdlc /r yourfile.mdl yourfil2.mdl
This will result in your modified MDL file (with reflection).
Please verify that this works for you - I welcome comments/suggestions/improvements.