Supermodel (Sinden) (Source)

Supermodel (Sinden) (Source)
Supermodel (Sinden) (Source)
File Size:
75.18 MB
Version:
0.3a
Author:
Date:
16 March 2023
Downloads:
0 x

This is a fork of model3emu-code to add native Sinden light gun support.

This fork uses ManyMouse to provide 2 player gun support in Linux and MacOSX.

Notes

Linux

Ensure SDL2 is installed. Most package managers ought to have this available. For example, on Ubuntu, it should be sufficient to run:

sudo apt install libsdl2-dev
sudo apt install libsdl2-net-dev

And then build Supermodel:

make -f Makefiles/Makefile.UNIX

For network support:

make -f Makefiles/Makefile.UNIX NET_BOARD=1

macOS

Ensure Apple's Xcode Command Line Tools are installed:

From a terminal:

xcode-select --install

Ensure SDL2 is installed. Download the latest *.dmg files from both of the links below, and install per the READMEs in the .dmgs (i.e. in "/Library/Frameworks")

And then build Supermodel:

make -f Makefiles/Makefile.OSX

For network support:

make -f Makefiles/Makefile.OSX NET_BOARD=1
 
 
Powered by Phoca Download