diff --git a/EXE/d3d8_dxwrapper.dll b/EXE/d3d8_dxwrapper.dll new file mode 100644 index 0000000..73072f8 Binary files /dev/null and b/EXE/d3d8_dxwrapper.dll differ diff --git a/EXE/d3d8to9.dll b/EXE/d3d8to9.dll deleted file mode 100644 index b293000..0000000 Binary files a/EXE/d3d8to9.dll and /dev/null differ diff --git a/EXE/d3d8to9_license.txt b/EXE/d3d8to9_license.txt deleted file mode 100644 index 1d43a65..0000000 --- a/EXE/d3d8to9_license.txt +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (C) 2015 Patrick Mours. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/EXE/dxwrapper.dll b/EXE/dxwrapper.dll new file mode 100644 index 0000000..8fcaaa0 Binary files /dev/null and b/EXE/dxwrapper.dll differ diff --git a/EXE/dxwrapper.ini b/EXE/dxwrapper.ini new file mode 100644 index 0000000..cf93e80 --- /dev/null +++ b/EXE/dxwrapper.ini @@ -0,0 +1,95 @@ +;; Config file for DirectX DLL Wrapper +;; +;; For details, see: https://github.com/elishacloud/dxwrapper/wiki/Configuration +;; +[General] +RealDllPath = AUTO +WrapperMode = AUTO +LoadCustomDllPath = +ExcludeProcess = +IncludeProcess = +RunProcess = +WaitForProcess = 0 +DisableLogging = 0 + +[Plugins] +LoadPlugins = 0 +LoadFromScriptsOnly = 0 + +[Compatibility] +Dd7to9 = 0 +D3d8to9 = 1 +DDrawCompat = 0 +Dinputto8 = 0 +DisableGameUX = 0 +DxWnd = 0 +EnableDdrawWrapper = 0 +EnableD3d9Wrapper = 0 +EnableDinput8Wrapper = 0 +EnableDsoundWrapper = 0 +HandleExceptions = 0 +SingleProcAffinity = 0 + +[DDrawCompat] +DDrawCompat20 = 0 +DDrawCompat21 = 0 +DDrawCompat31 = 0 +DDrawCompatDisableGDIHook = 0 +DDrawCompatNoProcAffinity = 0 + +[ddraw] +ConvertToDirectDraw7 = 0 +ConvertToDirect3D7 = 0 +DdrawFixByteAlignment = 0 +DdrawOverrideBitMode = 0 + +[Dd7to9] +AutoFrameSkip = 0 +DdrawEmulateSurface = 0 +DdrawRemoveScanlines = 0 +DdrawReadFromGDI = 0 +DdrawWriteToGDI = 0 +DdrawLimitDisplayModeCount = 0 +DdrawUseNativeResolution = 0 +DdrawClippedWidth = 0 +DdrawClippedHeight = 0 +DdrawOverrideWidth = 0 +DdrawOverrideHeight = 0 +DdrawOverrideRefreshRate = 0 +DdrawIntegerScalingClamp = 0 +DdrawMaintainAspectRatio = 0 + +[d3d9] +AnisotropicFiltering = 0 +AntiAliasing = 0 +EnableVSync = 0 +EnableWindowMode = 0 +ForceMixedVertexProcessing = 0 +ForceSystemMemVertexCache = 0 +ForceVsyncMode = 0 +FullscreenWindowMode = 0 +WindowModeBorder = 0 + +[FullScreen] +FullScreen = 0 +ForceWindowResize = 0 +WaitForWindowChanges = 0 + +[dinput8] +FilterNonActiveInput = 0 + +[dsound] +Num2DBuffers = 0 +Num3DBuffers = 0 +ForceCertification = 0 +ForceExclusiveMode = 0 +ForceSoftwareMixing = 0 +ForceHardwareMixing = 0 +ForceHQ3DSoftMixing = 0 +ForceNonStaticBuffers = 0 +ForceVoiceManagement = 0 +ForcePrimaryBufferFormat = 0 +PrimaryBufferBits = 16 +PrimaryBufferSamples = 44100 +PrimaryBufferChannels = 2 +AudioClipDetection = 0 diff --git a/EXE/dxwrapper_license.txt b/EXE/dxwrapper_license.txt new file mode 100644 index 0000000..99f5a4f --- /dev/null +++ b/EXE/dxwrapper_license.txt @@ -0,0 +1,15 @@ +/** +* Copyright (C) 2021 Elisha Riedlinger +* +* This software is provided 'as-is', without any express or implied warranty. In no event will the +* authors be held liable for any damages arising from the use of this software. +* Permission is granted to anyone to use this software for any purpose, including commercial +* applications, and to alter it and redistribute it freely, subject to the following restrictions: +* +* 1. The origin of this software must not be misrepresented; you must not claim that you wrote the +* original software. If you use this software in a product, an acknowledgment in the product +* documentation would be appreciated but is not required. +* 2. Altered source versions must be plainly marked as such, and must not be misrepresented as +* being the original software. +* 3. This notice may not be removed or altered from any source distribution. +*/ \ No newline at end of file diff --git a/README.md b/README.md index 22695d5..9945948 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,10 @@ Have something to contribute to make the mod even better? Feel free to create a - Testing * Buck Danny - [Unofficial FL SP 1.4 patch](https://www.moddb.com/games/freelancer/downloads/freelancer-unofficial-patch-14) *(included in Jason's Freelancer Patch)* -* [crosire](https://github.com/crosire) et al. - - [d3d8to9](https://github.com/crosire/d3d8to9) * Dege - [dgVoodoo2](http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2/) +* [Elisha Riedlinger](https://github.com/elishacloud) et al. + - [DxWrapper](https://github.com/elishacloud/dxwrapper) * Freestalker.fl - [FLHQmusics Remaster](https://www.moddb.com/games/freelancer/addons/flhqmusics-remaster-read-description) - [HD Asteroid Textures](https://www.moddb.com/games/freelancer/addons/hd-asteroid-textures-for-freelancer)