Links 2003 surface laptop win 10

Having hardware or software problems related to Links? Other forum members may be able to help you here.
User avatar
Titus
Posts: 179
Joined: August 30th, 2019, 9:26 am
Location: Freiburg Blackforest Germany

Re: Links 2003 surface laptop win 10

Post by Titus »

Moin,

Great :smile: - what was the solution to your problem?
Lyleman222
Posts: 25
Joined: March 18th, 2024, 3:59 pm

Re: Links 2003 surface laptop win 10

Post by Lyleman222 »

Think it was administrator privilege sure I added but who knows
Lyleman222
Posts: 25
Joined: March 18th, 2024, 3:59 pm

Re: Links 2003 surface laptop win 10

Post by Lyleman222 »

And just like that it's stopped loading 🤔 very perplexing I noticed in task manager there are sometimes 2 links instances trying to run LS2003 and links 2003?

Can I also ask I know the vood Dlls go into the main 2003 folder but where does everyone else run the vood exe from or doesn't matter?
User avatar
Titus
Posts: 179
Joined: August 30th, 2019, 9:26 am
Location: Freiburg Blackforest Germany

Re: Links 2003 surface laptop win 10

Post by Titus »

Hello,
Lyleman222 wrote: March 29th, 2024, 9:05 am And just like that it's stopped loading 🤔 very perplexing I noticed in task manager there are sometimes 2 links instances trying to run LS2003 and links 2003?
no idea
Lyleman222 wrote: March 29th, 2024, 9:05 am Can I also ask I know the vood Dlls go into the main 2003 folder but where does everyone else run the vood exe from or doesn't matter?
you have to do everything yourself, according to Andyhope's instructions. I can't explain it better.

Copy the four dlls into links, then run dgvxxdxxCpl.exe. This creates a new dgVxxdxx.conf
Explorer Links2003 - 1.jpg
Explorer Links2003 - 1.jpg (542.96 KiB) Viewed 566 times
dgvoodooCpl.exe
dgvoodooCpl.exe
Unbenannt.PNG (674.18 KiB) Viewed 566 times
===============================================================================
dgVoodoo2 Quick Guide
===============================================================================
See the online version of this document

If you are new to this wrapper:
Q: What is dgVoodoo? And where is the installer?
A: dgVoodoo consists of components substituting the implementations of various graphics API's like 3Dfx Glide and Microsoft DirectX up to version 9.
Currently it has no installer and its usage is intended to be drop-in: just copy the graphics API dll's from dgVoodoo package next to your game/application executable and run it. You need a graphics card supporting DX10.0 as a minimum.

Q: So how can I use it exactly for my old games or other applications?
A: If your game is a 3Dfx Glide one then just copy

Glide.dll
Glide2x.dll
Glide3x.dll

from the 3Dfx\x86 folder to the same folder where your game executable is in. If it's a 32bit DirectX application then copy

DDraw.dll
D3DImm.dll
D3D8.dll
D3D9.dll

to the game folder from the MS\x86 folder. If you don't know which API your game uses, or it uses both Glide and DirectX then just copy all the dll's listed above.
For 64bit Direct3D9 applications use

D3D9.dll

from the MS\x64 folder.
IMPORTANT: Do not copy 3Dfx or MS folders themselves but only the dll files.
Q: That's all?
A: Yes, you can run your game. dgVoodoo should get in action with its default configuration and render your game as a D3D11 one. Altough dgVoodoo is configurable (see below), its default configuration is recommended for first try because this configuration is the one that provides the circumstances the games were designed for.
Q: OK, my game is running but the image is stretched on my screen...
A: Most of the old games is designed for display output aspect ratio of 4:3 and if you have a widescreen monitor then their image will likely be distortedly stretched along the screen, which is not good. The recommended way to fix it is forcing 'keeping aspect ratio' in the control panel of your graphics driver (like nVidia Control panel for nVidia graphics cards).
Q: My graphics driver doesn't support overriding aspect ratios... Is there any other fix to this?
A: Yes, there is. dgVoodoo is configurable and has various scaling modes. You should try that.
Q: How can I configure dgVoodoo?
A: dgVoodoo reads the configuration from a config file named dgVoodoo.conf. How to create one? Well, while dgVoodoo now has a human readable text format config file, you also have the dgVoodoo Control Panel application to render and modify the content of those config files in a convenient GUI way. So, copy dgVoodooCpl.exe to your desktop or any other folder you prefer and start it. You'll see three different tabs set to the default configuration. If you change something and press OK or Apply button then the CPL writes the current configuration into a config file. Where it saves that?? To the folder you select on the Config folder / running instance rolldown menu at the top of the CPL. By default it chooses your login-user appdata folder but you can add extra ones manually, say add and choose your game folder if you want your config file be created there. For now, let's just use the global appdata folder because dgVoodoo finds the configuration file there if none was found in your game folder.
So, let's modify dgVoodoo's scaling mode from Unspecified to Stretched, keep Aspect Ratio and run your game again. You should see the game running at a preserved 4:3 aspect ratio without problems and it's done.

Q: But wait, at all, how do I know if my game is being rendered through dgVoodoo?
A: Windows doesn't support 3Dfx Glide natively, so if you see a Glide game running then it must be running through a Glide wrapper. dgVoodoo or something else.
For DirectX games dgVoodoo tags its own small logo to the right-bottom corner. If you see that logo then the game is surely rendered through dgVoodoo.
Q: Cool, now I want to improve the appearance of my game. How to change the resolution and how can I apply some antialiasing?
A: You can, but first of all, you should always set the resolution or antialiasing in your game options menu if it's available there.
If not, or the game has bad UI-scaling then you can try to force it externally through dgVoodoo. You have various options for resolution on Glide and DirectX tabs, so just select there what you want. For antialiasing, dgVoodoo currently only supports MSAA. If you want some other method (or any other fancy image post-process) then you likely need ReShade. The other thing you should know is forcing resolution or MSAA can easily cause unwanted glitches in the appearance, or, as for some games, performance loss or simply erroneous rendering. That's why I said 'try'.

Q: So, dgVoodoo has no image post processing at all? What is more, I'm little confused about various resolutions... How dgVoodoo's image output work exactly?
A: First, frames are rendered at the forced resolution instead of application resolution. After that, some optional post process effect take place like deframing, dithering and color adjustments. This image can be pixel multiplied and then finally either presented to the display output, or scaled into your desktop resolution and presented to the display output. Depends on the scaling mode.

Q: Should I know any extra about the configuration?
A: It may seem there are plenty of options to play with, but for a quick try and basic usage you shouldn't deal most of them. Setting a scaling mode and forcing resolutions and vertical sync are enough in general. If you want to get deeper knowledge about dgVoodoo then read the detailed docs in the Doc folder.
Lyleman222
Posts: 25
Joined: March 18th, 2024, 3:59 pm

Re: Links 2003 surface laptop win 10

Post by Lyleman222 »

Hi Thanks I've followed all this but I get very intermittent play maybe once in about 20 attempts the game will work beautifully, when it freezes whilst loading in the TM screen I sometimes do get what looks like 2 instances running one I guess via mm exe and the other via launcher exe ? Strange
Lyleman222
Posts: 25
Joined: March 18th, 2024, 3:59 pm

Re: Links 2003 surface laptop win 10

Post by Lyleman222 »

An interesting observation on my troubled attempts to get links working on my surface Pro, when I change the screen resolution to something I've not used before the game loads when I exit links and relaunch it with the same resolution the game doesn't load?? Any idea? Thanks
pmgolf
Posts: 1123
Joined: August 27th, 2019, 2:41 am
Location: near Richmond, VA

Re: Links 2003 surface laptop win 10

Post by pmgolf »

A "Surface" problem, maybe? I don't know the power of or capabilities of a MS Surface computer. I don't know if I would buy one to use for Links without hearing that more than just 1 "someone else" uses one for Links.

Pete
User avatar
Titus
Posts: 179
Joined: August 30th, 2019, 9:26 am
Location: Freiburg Blackforest Germany

Re: Links 2003 surface laptop win 10

Post by Titus »

Lyleman222 wrote: April 2nd, 2024, 10:33 pm An interesting observation on my troubled attempts to get links working on my surface Pro, when I change the screen resolution to something I've not used before the game loads when I exit links and relaunch it with the same resolution the game doesn't load?? Any idea? Thanks
I know, but I don't have a solution :dunno:

Unfortunately you have the same problems as me. The game runs on my newer PC built in 2022, but unfortunately not always.
Another problem is that the PCs play very differently.
That's why I only play on my old PC.
User avatar
Adelade
Posts: 1359
Joined: August 27th, 2019, 10:24 am

Re: Links 2003 surface laptop win 10

Post by Adelade »

Titus wrote: April 3rd, 2024, 9:26 am
Lyleman222 wrote: April 2nd, 2024, 10:33 pm An interesting observation on my troubled attempts to get links working on my surface Pro, when I change the screen resolution to something I've not used before the game loads when I exit links and relaunch it with the same resolution the game doesn't load?? Any idea? Thanks
I know, but I don't have a solution :dunno:

Unfortunately you have the same problems as me. The game runs on my newer PC built in 2022, but unfortunately not always.
Another problem is that the PCs play very differently.
That's why I only play on my old PC.
Titus, the system that you say you have the same problems as Lyleman on, is it a Surface Laptop?
Finished Courses - Main: Amedal (fictional), Nine Bridges (real)
Other: Austin, Sheshan, Kauri Cliffs, Le Golf Nat. Updates: Whirlpool, Royal Lytham, Royal St George's, Chicago, Chambers Bay, Munchen Nord E
Working on: 2 fictional courses + a couple things...
User avatar
Titus
Posts: 179
Joined: August 30th, 2019, 9:26 am
Location: Freiburg Blackforest Germany

Re: Links 2003 surface laptop win 10

Post by Titus »

Hello Adelade,

no Surface Laptop here, but I have the same problems with my desktop.
.
PC-1 Desktop - k.jpg
PC-1 Desktop - k.jpg (50.98 KiB) Viewed 400 times
Post Reply