04-28-2016, 05:19 AM
BYOND is best installed within it's own win32 architecture prefix. Assuming a prefix of 'your/prefix'path', run the following to set up a prefix for SS13
Then, using WINEARCH=win32 WINEPREFIX=your/prefix/path you can run the installer:
Then, to run BYOND:
I'd however suggest either dual booting, or using a VM.
Code:
WINEARCH=win32 WINEPREFIX=your/prefix/path wineboot
WINEARCH=win32 WINEPREFIX=your/prefix/path winetricks wsh56 wsh57 jscript mfc42 vcrun6 corefonts d3dx9
WINEARCH=win32 WINEPREFIX=your/prefix/path winetricks ie7
WINEARCH=win32 WINEPREFIX=your/prefix/path winetricks ie8
Then, using WINEARCH=win32 WINEPREFIX=your/prefix/path you can run the installer:
Code:
WINEARCH=win32 WINEPREFIX=your/prefix/path wine byond_installer.exe
Then, to run BYOND:
Code:
WINEARCH=win32 WINEPREFIX=your/prefix/path wine "C:\Program Files\BYOND\bin\byond.exe"
I'd however suggest either dual booting, or using a VM.