riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
829 stars 96 forks source link

Fix for Mac support #40

Closed Bengrs closed 7 years ago

Bengrs commented 7 years ago

This commit add a Game Locator that allows Mac user to store TSO Game files in the Documents folder. MonoGame for Mac as been replaced with a Tamarin based version. Warning: FSO.Client won’t run without a kickstart program.

riperiperi commented 7 years ago

We're using spaces in the codebase and you've used tabs, so it's causing clear issues here on Github. Directory.Exists("/Users") also seems a bit messy but if the platform variable doesn't work I don't have any other ideas. Documents folder seems like a good idea for now.

Is the included binary a compiled version of your modified FSOMonogame?

Bengrs commented 7 years ago

I broke this pull request. Closing this one.