twhl-community / halflife-updated

Half-Life SDK updated to compile under VS2019 and 2022. Check README.md for more information.
Other
382 stars 146 forks source link

Update readme.txt for latest methods installing MFC, smdlexp and SDL2 #140

Closed fel1x-developer closed 2 years ago

fel1x-developer commented 2 years ago

MFC provided by the latest Visual Studio works fine. FreeGLUT is now recommended because GLUT library is outdated. GLAUX should be replaced. I managed to get 3DS MAX 4.2 SDK, and some of the SDK headers needs some changes, but smdlexp project itself doesn't have any problem. Linking warning generated by smdlexp can be ignored. It's not a problem.

SamVanheer commented 2 years ago

I've updated the tools code in the tools-upgrade branch to use SDL2 only for graphics, so neither GLaux nor GLUT are used anymore. SDL2.lib contained in this repository is used to link with it, while the executables need the SDL2.dll file from the game installation in order to run.

Can you update the readme to include this information? Then i can merge it in.