VOGONS


WIP versions

Topic actions

  • This topic is locked. You cannot reply or edit posts.

Reply 722 of 1111, by RJ8

User metadata
Rank Member
Rank
Member

Rise of Legends Realtime Strategy / 2006

Not shure which shader model the game has, but works with wip53 (Shadows look weird, turning them OFF solves the problem)

Request a game profile for VorpX - VorpX Inofficial Gamelist - RJs VorpX Games

Reply 723 of 1111, by ZellSF

User metadata
Rank l33t
Rank
l33t

Sacred 2
Lots of rendering problems. Also sort of bad performance.

sacred2 2018-12-03 22-14-36-94.jpg
Filename
sacred2 2018-12-03 22-14-36-94.jpg
File size
951.35 KiB
Views
2218 views
File license
Fair use/fair dealing exception
sacred2 2018-12-03 22-16-41-75.jpg
Filename
sacred2 2018-12-03 22-16-41-75.jpg
File size
868.35 KiB
Views
2218 views
File license
Fair use/fair dealing exception
sacred2 2018-12-03 22-17-11-82.jpg
Filename
sacred2 2018-12-03 22-17-11-82.jpg
File size
1.05 MiB
Views
2218 views
File license
Fair use/fair dealing exception

dgVoodoo debug version seems to have less problems but might be just my imagination.

Reply 724 of 1111, by luigi-master

User metadata
Rank Newbie
Rank
Newbie

I posted something but it's gone.

TMNT 2003:

https://i.imgur.com/RJFMpCi.png

Just like the demo version, the retail version has texture issues. The game world looks fine.

Total Overdose:

https://i.imgur.com/CYAJKEQ.png
https://i.imgur.com/mpogarD.png

The world is green.

Does anyone know how to get thirteenag's widescreen to fix with Total Overdose? I'm using the retail version but dragging and dropping things doesn't seem to work, the game refuses to boot.

Reply 727 of 1111, by ZellSF

User metadata
Rank l33t
Rank
l33t

Alias: The Game
Works, but complains that it can't create VMR9 instance whenever it tries to play videos (native is fine) and requires some weird modes added to ExtraEnumeratedResolutions, playing at 1280x720 i had to check the log to find this:

ERROR: Direct3D9 (0BC2E7B8): Validation of D3D9 swapchain presentation parameters failed. Reason: display mode "1276x716, 60Hz" is required but not supported by output device: 0, DeviceType : D3DDEVTYPE_HAL

Like it somehow ended up trying to compensate for window borders while setting display mode. Adding that as a supported resolution and:

Clipboard01.jpg
Filename
Clipboard01.jpg
File size
115.3 KiB
Views
2044 views
File license
Fair use/fair dealing exception

Reply 729 of 1111, by Dege

User metadata
Rank l33t
Rank
l33t

Yeah, that seems to be more than a single 'lag'.
I've put a lot of effort into avoiding lagging/stuttering caused by shader compositing.
It's not perfect because not every case can be handled well, but games like FEAR, Lego Star Wars, etc. are now running pretty smooth. So, we'll see.

BTW, an other thing is tending to be needed for more and more games: float textures and rendertargets. I think I'm going to implement them.

Reply 731 of 1111, by ZellSF

User metadata
Rank l33t
Rank
l33t

OK, I've made sure I'm using a stock config for F.E.A.R now and found a glitch.

Native:

FEAR 2018-12-07 19-30-12-37.jpg
Filename
FEAR 2018-12-07 19-30-12-37.jpg
File size
42.23 KiB
Views
1878 views
File license
Fair use/fair dealing exception

dgVoodoo2:

FEAR 2018-12-07 19-30-48-24.jpg
Filename
FEAR 2018-12-07 19-30-48-24.jpg
File size
41 KiB
Views
1878 views
File license
Fair use/fair dealing exception

Think it happens with all walls.

Reply 732 of 1111, by syhlif32

User metadata
Rank Newbie
Rank
Newbie

Works great in the race sim games I care most about GTR2 and GTL. Reflection are better sky and lights looks better only the rain fog is missing so kind of clear while raning.
Race 07 got issues due to a shadow Zbuffer but the shaders can be disables.
AMS (Automobilista) kind of works the sky is black. No textures rendered

Any chance to get 2048 and 4096Mb Vram?
Larger tracks slow down quite a lot.

Reply 734 of 1111, by syhlif32

User metadata
Rank Newbie
Rank
Newbie
teleguy wrote:
syhlif32 wrote:

Any chance to get 2048 and 4096Mb Vram?
Larger tracks slow down quite a lot.

You can type in whatever value you want.

Thanks didn't know that.
Can't get it to accept higher than 2048Mb. Got 8192Mb
Not even sure it helped but have left it at 2048Mb anyway.

Reply 735 of 1111, by RJ8

User metadata
Rank Member
Rank
Member

Armed Forces Corp City Interactive shooter , working with WIP53 ( Many City Interactive Game crash with a black screen, if you run into that follow this

Attachments

Request a game profile for VorpX - VorpX Inofficial Gamelist - RJs VorpX Games

Reply 737 of 1111, by Expack3

User metadata
Rank Member
Rank
Member

World of Goo (Humble Bundle version 1.30), a DX7/9 game, works flawlessly with WIP53, though it doesn't truly benefit from resolution scaling.

The game uses a mix of DX9 and DX7; running without the DX7 DLLs results in a fatal error, and running with just the DX7 DLLs prevents dgVoodoo2 from hooking.

EDIT: Forgot to mention the "FreeMouse" variable must be true in either the global or local dgVoodoo2 config file; otherwise, the mouse is locked to the pre-scaled resolution.

Reply 739 of 1111, by Expack3

User metadata
Rank Member
Rank
Member
lowenz wrote:
Expack3 wrote:

EDIT: Forgot to mention the "FreeMouse" variable must be true in either the global or local dgVoodoo2 config file; otherwise, the mouse is locked to the pre-scaled resolution.

Good catch! But why?

The FreeMouse variable has to be set somewhere. If the user hasn't setup a dgVoodoo2 config file in the game's directory, then the global dgVoodoo2 config file has to be edited. The latter is woefully inefficient (what if the user has more than one game dgVoodoo2 hooks?), but I thought I'd mention it for completeness.