• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. A

    Linux activated firewall, blocked my ssh access

    There's some information here: https://www.ubuntupit.com/how-to-configure-firewall-with-ufw-on-ubuntu-linux/ This (taken from that page) should make port 22 (SSH's well-known port) available again: sudo ufw allow ssh Note that it makes the port available to anyone, so you're back to being very...
  2. A

    Can I run an AI script continually (once per "game tick") in the background?

    My question is related to understanding when and how LUA scripts are called by the game engine. Sooner or later I'll need to know more, but for the moment I have a specific scenario, which I've explained below. All I know at the moment (due to testing a few years ago) is that I can associate...
Back
Top