Vika23
Senior Member
Ok i figure out! I not see any black lines, just white lines on grass, but @Jvn9207 big thanks for sharing! It very playble now!Hello, I'm new here, I want to share this fix here:
The Sims 2+cheats [SLES-53718]
Emu=Jakxv2
--gs-uprender=2x2
--gs-upscale=edgesmooth
--host-display-mode=full
--vu0-no-clamping=0 -->flickering fix
--vu1-no-clamping=0 -->flickering fix
--force-pal-60hz=1
Lua:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem32(0x2052026c,0x000000d7)
end
emuObj.ThrottleFast()
emuObj.AddVsyncHook(patcher)
The Sims 2: Castaway [SLES-54903]
Emu=Jak v2
--gs-uprender=2x2
--gs-upscale=edgesmooth
--host-display-mode=full
--vu0-no-clamping=0
--vu1-no-clamping=0
Lua:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
end
emuObj.ThrottleFast()
emuObj.AddVsyncHook(patcher)
The Sims 2: Pets [SLES-54347]
Emu=Jakxv2
--gs-uprender=2x2
--gs-upscale=edgesmooth
--host-display-mode=full
--vu0-no-clamping=0
--vu1-no-clamping=0
Lua:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
end
emuObj.ThrottleFast()
emuObj.AddVsyncHook(patcher)
#The only problem are some black lines (can be fixed using bilinear in lua, but loses quality).
The Sims 2. Quick GamePlay & Before-After FiX
VIDEO