Zukai: Difference between revisions

7 bytes added ,  7 September 2015
Undo revision 24294 by Iritscen (talk); okay, --deep *is* needed
(Undo revision 24294 by Iritscen (talk); okay, --deep *is* needed)
Line 52: Line 52:
*Until there is metaserver support (i.e., a matchmaking lobby), you will need to arrange matches with other players using a third-party program like an instant messenger or an IRC client (our community IRC channel is #Oni at euIRC.net).
*Until there is metaserver support (i.e., a matchmaking lobby), you will need to arrange matches with other players using a third-party program like an instant messenger or an IRC client (our community IRC channel is #Oni at euIRC.net).
*Some hosts are plagued by the OS X dialog that says "Do you want the application 'Oni' to accept incoming network connections?" each time someone tries to join their game. To turn this off, you should add this Oni application to your Firewall exceptions (System Preferences > Security & Privacy > Firewall > Firewall Options... > '+' button). Sometimes this will not work, in which case you need to open Terminal and use this command, remembering to supply the correct path to your Oni application (your administrator password will be requested):
*Some hosts are plagued by the OS X dialog that says "Do you want the application 'Oni' to accept incoming network connections?" each time someone tries to join their game. To turn this off, you should add this Oni application to your Firewall exceptions (System Preferences > Security & Privacy > Firewall > Firewall Options... > '+' button). Sometimes this will not work, in which case you need to open Terminal and use this command, remembering to supply the correct path to your Oni application (your administrator password will be requested):
  sudo codesign --force --verbose --continue --file-list - --sign - /path/to/Oni.app/
  sudo codesign --force --deep --verbose --continue --file-list - --sign - /path/to/Oni.app/
:This performs ad-hoc code-signing, which takes the place of an official developer certificate. If successful, you will see output like this:
:This performs ad-hoc code-signing, which takes the place of an official developer certificate. If successful, you will see output like this:
  /Applications/Oni/Oni.app: signed bundle with Mach-O thin (i386) [com.godgames.oni]
  /Applications/Oni/Oni.app: signed bundle with Mach-O thin (i386) [com.godgames.oni]