HaYDeN wrote:
Some people have asked questions about using fixed EXE's... supposedly there is a legitimate use for using the fixed EXE, such as overcoming the ram limit etc.
You will need to do this this:
Open the script in c:\Program Files (x86)\Flawless Widescreen\PluginCache\FWS_Plugins\Modules\CODGhosts\Dependencies\Scripts\CODGhosts.lua
and change these lines:
if Process_EXEName == "iw6mp64_ship.exe" then MemoryPermissions = PAGE_EXECUTE_READWRITE end
if Process_EXEName == "iw6sp64_ship.exe" then MemoryPermissions = PAGE_EXECUTE_READWRITE end
to:
if Process_EXEName == "iw6mp64_ship.exe" then MemoryPermissions = PAGE_EXECUTE_READ end
if Process_EXEName == "iw6sp64_ship.exe" then MemoryPermissions = PAGE_EXECUTE_READ end
For some ungodly reason the legitimate EXE has the executable area's set to READ and WRITE, when they should be READ only.
If you are not using the fixed EXE for legimate purposes, don't want to know about it.
The flawless window now says it is "injecting" (and that's all), however the image is still really distorted.
I tried setting the aspect ratio but it didn't seem to help, I put it back to auto.
Here is an image of what i'm seeing. Not sure how long Dropbox will leave it up though
Flawless also seems to move the main menu (before launching campaign) to my far left monitor only.