Jump to content

tobiassolem

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Posts posted by tobiassolem


  1. Negative, it needs a different port. Or at least it has in mine.

     

    The connection port is included in the -connect=xxx.xxx.xxx:2302

     

    Utter nonsense:

     

    -port on the server declares the port that the server listens on

    -port on the client declares the port that the client connects to

     

    That is simply the fact, nothing to be debated. 


  2. Modifications that utilize the Artificial Intelligence, such as Wicked AI ( epochmod.com/forum/index.php?/topic/4427-wicked-aimission-system/ ) lead to AI from the same faction shoot each other; other reports other than mine here: epochmod.com/forum/index.php?/topic/4427-wicked-aimission-system/page-32#entry69570, relevant codesnippet here

    createCenter east;
    WEST setFriend [EAST,0];
    EAST setFriend [WEST,0];
    

×