If you want to make a PR to sm64ex-coop, join the Discord server and communicate with us about your PR. We work on new sm64ex-coop releases on a private repo and push all of our changes to the main repo once we've added everything, so if you contact us we can give you access...
A: Yes, the sm64coopdx server has a public server with an invite. Q: Where can I suggest things or report bugs if I'm not in the Discord? A: You can suggest things or report bugs on the GitHub repository OR the new mod/forums site. Also, it's called sm64coopdx, not sm64e...
#$FILE --discord 1 --configfile sm64config_client.txt & #exit # debug on server #$FILE --client 127.0.0.1 27015 --configfile sm64config_client.txt & > /dev/null #winpty cgdb $FILE -ex 'break debug_breakpoint_here' -ex 'run --server 27015 --configfile sm64config_server.txt' ...
git clone --recursive https://github.com/robertkirkman/sm64ex-coop.git cp /path/to/baserom.us.z64 sm64ex-coop/baserom.us.z64 cd sm64ex-coop USE_GLES=1 TOUCH_CONTROLS=1 NO_PIE=0 make virgl_test_server_android & termux-x11 :0 -xstartup "xfce4-session" & DISPLAY=:0 GALLIUM_...