The House of the Dead - 1996 Lightgun Shooter(Widescreen Fix and Disabled Screen Flash Fix) M2

Описание к видео The House of the Dead - 1996 Lightgun Shooter(Widescreen Fix and Disabled Screen Flash Fix) M2

M2 Emulator

File to download the script: https://www.mediafire.com/file/jg14qi...

Or add it to an existing script file:
require("model2")

--Disable Screen Flash for HotD.
--The perfect solution for Aimtrak, CRT light gun and/or mouse users.
--Presented by egregiousguy

function Init()
Romset_PatchByte(0,0x45EA0,0x90) -- Found a new function almost 3 years after the old one. This one is the correct patch and should not have any adverse effects on the gun calibration screen and should not affect the chapter title screens like the code released by Pugsy.
end

function Frame()
end

function PostDraw()
--Paste Fake Watermark Here

end

function Frame()
Model2_SetWideScreen(1)

Model2_SetStretchALow(1)
Model2_SetStretchAHigh(1)

Model2_SetStretchBLow(1)
Model2_SetStretchBHigh(1)
end

Комментарии

Информация по комментариям в разработке