This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Releases: nsgomez/SimGLRef4
Releases · nsgomez/SimGLRef4
Experiment #0
A rudimentary proof-of-concept showing how to override the graphics system in SimCity 4 with a custom plugin. To see the Init function call, replace Apps\SimCity 4.ini with the following:
[Directories]
Data=..\
PlugIn=..\Plugins\
[Graphics Drivers]
OpenGL =SimGLRef.dll, C4554841
Software=SimGLSoft.dll,7ACA35C6
D3D7 =SimGLDx7.dll, BADB6906
D3D11 =SimGLDx11.dll, 5896AB0D
[Current Graphics Driver]
;Driver = C4554841 ;OpenGL Hardware
;Driver = 7ACA35C6 ;GRPoly Software
;Driver = BADB6906 ;DX7 Hardware
Driver = 5896AB0D ;DX11 Hardware