Jump to content
  • 0

How to publish a game for MacOS


Question

2 answers to this question

Recommended Posts

  • 1
Posted

Include all of these files in the same folder as your client's exe.

 

https://www.ascensiongamedev.com/resources/filehost/c6aca6e6545c05d247e4d6a1549a9396.zip

 

Then rename the Intersect Client.bin.osx and Intersect Client.bin.x86_64 files to match your client exe name.

 

So for example in Ambardia I have

 

Ambardia.exe  (Windows)

Ambardia.bin.osx (Mac)

Ambardia.bin.x86_64 (Linux)

 

On windows I launch the .exe normally. On Mac I run the osx file. On Linux I run the .x86_64 file.

 

All the other files are a slimmed down version of mono, so by distributing these alongside your client your players do not need mono installed and it should 'just work'.

×
×
  • Create New...