Zukai: Difference between revisions

2 bytes added ,  9 November 2023
m
using new template for Discord invite
m (→‎Hosting tips: no need to link to IRC now, and we have a Discord invite on the wiki too)
m (using new template for Discord invite)
Line 50: Line 50:
===Hosting tips===
===Hosting tips===
*If you want to be able to host games, and not just join other people's games, make sure that you have forwarded port 2680 (UDP) to your computer's LAN (private) IP address in your router's settings. See this [https://portforward.com/router.htm port forwarding guide] for help.
*If you want to be able to host games, and not just join other people's games, make sure that you have forwarded port 2680 (UDP) to your computer's LAN (private) IP address in your router's settings. See this [https://portforward.com/router.htm port forwarding guide] for help.
*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 a chat room (our community Discord server is [[Discord|here]]).
*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 a chat room (our community Discord server is [{{Discord}} here]).
*Some hosts are plagued by the macOS 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 macOS 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 --deep --verbose --continue --file-list - --sign - /path/to/Oni.app/
  sudo codesign --force --deep --verbose --continue --file-list - --sign - /path/to/Oni.app/