VOGONS

Common searches


Search results

Display options

Re: DirectDraw Wrapper

Still around HellDog? The Wine Appdb for Diablo has 'that' patch for the current source (check the comments) I've added a similar hack to the proxy dll which leaves Hellfire still broken but it gets the menu's back ( kinda ) while still retaining the intro movies set Wine_Diablo = 1 in the config …

Re: DirectDraw Wrapper

for Wine set ColorFix = 0 in the config file ( edits an internal ddraw struct ... defined by a wine header ) Nothing here will help get Diablo 1 running in Wine The only patch that might be of interest for Wine is the RedundantFlip. ( not needed on my PC ) Might be caused in wine by a buggy driver? …

Re: DirectDraw Wrapper

the reference to Iron blitz is for a bug that I have not fixed :( however, I have created a patch for Iron Blitz ( that isn't done yet ) but should be enough to get it running. here The fixes should be fairly generic I don't have a list of ddraw games Force Direct Draw Emulation + Fake Vsync should …

DirectDraw Wrapper

I've slapped together a proxy dll to make it more convenient to tweak some ddraw stuff http://bitpatch.com/ddwrapper.html Force Direct Draw Emulation Disable High Dpi Scaling Limit Processor Affinity BLT Mirroring Fake Vsync No Video Memory Stolen palette fix ( dwAppHackFlags ) Enjoy! Note: This is …

Re: CyberGladiators Xp

in Windows
you actually want to increase the ddraw\d3d hardware acceleration slider cause vysnc fails/ignored if ddraw is in hardware emulation mode it doesn't seems to be a just a vsync problem because I faked ddraw vsync at 100ms and the game still runs too fast in parts the demo seems to be using …

Re: IF/THEN batch file freezes DOSbox

??? 😒 Copy code to clipboard 1 @echo off 2 3 echo Your Message goes here 4 echo [Y/N] 5 CHOICE /n 6 if ERRORLEVEL == 2 goto no 7 if ERRORLEVEL == 1 goto yes 8 9 :yes 10 echo. 11 echo You selected YES!!! 12 goto end 13 14 :no 15 echo. 16 echo You selected NO... 17 18 :end 19 echo this is the end 20 …

Re: D3D to open gl wrapper

in Windows
PG3 launches with it, but it has too many graphic problems to really be playable (with just those 3 dlls ) WineD3d works great with Planescape Torment, and Axis and Allies ( after it is patch to lock surfaces before writting to them ), and a couple other games Diablo: Hellfire doesn't appear to like …

Re: D3D to open gl wrapper

in Windows
https://forums.virtualbox.org/viewtopic.php?f=6&t=25939 looking closer that thread is wrong and/or out-of-date the build at http://www.nongnu.org/wined3d/ has modifications to load OpenGL in special way so it doesn't link with windows dll which also links to ddraw.dll .... which the regular wine …

Re: D3D to open gl wrapper

in Windows
...sighs... If you actually look at it ... or the link you posted -> you'll note that it does have directdraw and also note that it works very well with directdraw 1-4 games ( dx7 I haven't tested ) and you don't have to hack the executable to use it, simply extract the dlls to your game folder …

Re: D3D to open gl wrapper

in Windows
Jorpho wrote: Since a complete DirectDraw rewrite is apparently unfeasible, http://www.nongnu.org/wined3d/ --- DirectDraw has a built in Hardware emulation layer... there are a few issues that I have seen: You can't lock the primary surface no vsync Flip() doesn't return the front buffer to the …

Re: Warhammer: Shadow of the Horned rat

in Windows
what .dll did you copy to where?? sounds like a problem with RenderMorphics/RealityLab stuff. make sure you have a "C:\Windows\sysWOW64\RL\SOFTF.DLL" and a "C:\Windows\sysWOW64\RL\SOFT\RLFRM256.DLL"

Re: Warhammer: Shadow of the Horned rat

in Windows
I've tested it and it works on Win7 x64 here is how -> Extract the batch file to someplace easy to find (like to C:\ ) Open the start menu in the "search programs and files" field, type: %windir%\sysWOW64\cmd.exe (but don't press enter) right-click on the now shown cmd.exe and select "run as …

Page 9 of 12