For everyone who has the game look at the Jackal.txt file. It has some interesting stuff which I will partially put here.
For those that don't understand, this looks like code for multiplayer games. Any good programmers out there that can fiddle with it
#NET_LOBBY_PASSWORD_QUERY
#xs 320
#caption Set password?
Yes
No
#NET_LOBBY_INPUT_PASSWORD
#xs 320
#caption Enter session password
#NETCONNECT_CREATE
#xs 320
#caption Host Multiplayer Game
#editbox
#itemlist
Enter game name:
Enter your name:
##Optional password:
#NETCONNECT_JOIN
#xs 320
#caption Join Multiplayer Game
#itemlist
Enter your name:
#NETCONNECT_NEED_SESSION
#xs 320
#caption NOTICE
^^Game name required. Please try again.
#NETCONNECT_NEED_PLAYER
#xs 320
#caption NOTICE
^^Player name required. Please try again.
#NETCONNECT_MAX_PLAYERS
#xs 200
#caption Create Multiplayer Game
^^Choose number of players allowed
#NETCONNECT_PASSWORD_SET
#xs 320
#caption NOTICE
^^Password protection has been set.
#NETCONNECT_SESSION_NOT_FOUND
#xs 320
#caption Game Not Found
#button Try Again
No game was found.
#NETCONNECT_SESSIONS
#xs 440
#caption Pick Game to Join
#button Refresh
#xs 320
#caption Set password?
Yes
No
#NET_LOBBY_INPUT_PASSWORD
#xs 320
#caption Enter session password
#NETCONNECT_CREATE
#xs 320
#caption Host Multiplayer Game
#editbox
#itemlist
Enter game name:
Enter your name:
##Optional password:
#NETCONNECT_JOIN
#xs 320
#caption Join Multiplayer Game
#itemlist
Enter your name:
#NETCONNECT_NEED_SESSION
#xs 320
#caption NOTICE
^^Game name required. Please try again.
#NETCONNECT_NEED_PLAYER
#xs 320
#caption NOTICE
^^Player name required. Please try again.
#NETCONNECT_MAX_PLAYERS
#xs 200
#caption Create Multiplayer Game
^^Choose number of players allowed
#NETCONNECT_PASSWORD_SET
#xs 320
#caption NOTICE
^^Password protection has been set.
#NETCONNECT_SESSION_NOT_FOUND
#xs 320
#caption Game Not Found
#button Try Again
No game was found.
#NETCONNECT_SESSIONS
#xs 440
#caption Pick Game to Join
#button Refresh

Comment