- Mar 28, 2018
- 60
- 171
The off center image when opening the game is a quite an obstacle. I've tried surfing the thread and stumbled upon a method of using wine staging. But wine staging and/or terminal is beyond my feeble mind. Can someone explain why when I input
cat << EOF >> bb
#!/bin/sh
cd Downloads/games/0.13.9.007/BigBrother.exe
WINEDEBUG=-all ./Wine\ Staging.app/Contents/Resources/wine/bin/wine BigBrother.exe > /dev/null
EOF
chmod 755 bb
When i double check the bb, it opens terminal with this message
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: syntax error near unexpected token `newline'
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: `cd <path to BB>'
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
and the game is still off center
cat << EOF >> bb
#!/bin/sh
cd Downloads/games/0.13.9.007/BigBrother.exe
WINEDEBUG=-all ./Wine\ Staging.app/Contents/Resources/wine/bin/wine BigBrother.exe > /dev/null
EOF
chmod 755 bb
When i double check the bb, it opens terminal with this message
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: syntax error near unexpected token `newline'
/Users/daniel/Downloads/games/0.13.0.007/bb: line 2: `cd <path to BB>'
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
and the game is still off center