..:: PCSX2 Forums ::..

Full Version: ZZogl -- Zero GS KOSMOS fork
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote: any progress with sonic riders zero gravity zeydlitz?
Negative shadow fixed by switching on Alpha Fail hack. I am not sure about gravity dive.
[Image: t071xf.png] [Image: 2cfulwh.png]
Looks like we have another problem.Switching on the Alpha Fail Hack does remove the shadow,but it damages the GRAVITY CONTROL and the gravity dive - look
>Alpha Fail Hack FAIL Laugh<

P.S. You said Negative Shadow!!!!Gravity Control and Dive turns everything negative!!!
OW MAN!Thats why this happens...that means Alpha Fail Hack cant be used....:|

Zeydlitz looks like we have more to bite then we can chew \\\
FINALLY!!!! I found what was the problem that wouldn't let me compile zzogl XD
(it was the pcsx2 source code, seems that in the newer revisions there were changes and that caused the problem. Now using rev 1500)

well, here you have ZZogl Rev. 205 for linux, tested and working Laugh
By the way, in 204 was fixed nasty crush (Drakan right now does not crush for me at all).
i'm getting a rc file error when trying to compile on windows:
C:\dev\Projects\zzogl\Win32\zerogs.rc(20) : error RC2144 : PRIMARY LANGUAGE ID not a number
C:\dev\Projects\zzogl\Win32\zerogs.rc(29) : error RC2135 : file not found: 108
C:\dev\Projects\zzogl\Win32\zerogs.rc(36) : error RC2135 : file not found: 110
C:\dev\Projects\zzogl\Win32\zerogs.rc(43) : error RC2135 : file not found: 101

i've removed references to afxres.h from the file and using r167 of svn.

P.S. I'm done with cmake build system for osx/linux so after finishing win32 i'll have a completely compilable source for all three supported os's
Well, I never compile ZZogl under Win, so it's not strange. But last 3 erros is strange -- it could not find zerogs.bmp, ps2hw.dat, maybe you run compiller from wrong directory?
yes, i tried rerunning rc.exe directly from the directory containing zerogs.bmp, etc... but still the same error.
just another note, the libjpeg.lib included with zzogl doesn't seem to be compatible with vs2008, so i had to update it with one from http://gnuwin32.sourceforge.net/packages/jpeg.htm
aha, problem solved, apparently if you install vs without mfc, you'll be missing afxres.h file which contains definitions, the solution is to add <windows.h> include to resource.h and manually define IDC_STATIC. Never thought that msvc is that dumb