fgsfdsfgs / sm64-port

PS2, PS3, OG Xbox and DOS ports of sm64-port.
https://discord.gg/7bcNTPK
256 stars 38 forks source link

[DOS] Where's the graphics configuration? #103

Closed MasterNama17083 closed 2 months ago

MasterNama17083 commented 2 months ago

image I can't find on the source code, where's there way to toggle with on like config file?

fgsfdsfgs commented 2 months ago

These are appended to the make command when you build the game. Make sure to run make clean before rebuilding with new settings.

MasterNama17083 commented 2 months ago

These are appended to the make command when you build the game. Make sure to run make clean before rebuilding with new settings.

image Oh, thanks! I figured out to build using 3Dfx option with this command. docker run --rm --mount type=bind,source="$(pwd)",destination=/sm64 -ti sm64_dos make -j4 ENABLE_OPENGL_LEGACY=1 DOS_GL=dmesa then put a glide3x.dxe in the build folder.