Newly registered users can now login on the game server,

This commit is contained in:
simon
2017-11-04 10:41:57 -04:00
parent 56c0bee586
commit cdfdab09f8
13 changed files with 162 additions and 50 deletions

View File

@@ -1,13 +1,13 @@
# MySQL username
mysql_user=mar
# MySQL password
# MySQL password/
mysql_pass=mar
# MySQL address
mysql_url=jdbc:mysql://localhost:3306/mar?useSSL=false
save_interval=10
# Web server port
webSocket_port=8887
webSocket_host=localhost
webSocket_host=0.0.0.0
# ----------------------------------------------
# Length of a tick in ms
@@ -29,13 +29,11 @@ new_user_worldY = 0
# Effect when the new user's controlled unit spawns
new_user_effect=WARNING
# Default user code
new_user_code=; TODO: Add link to wiki or something here\n\
.data\n\
; Declare data here\n\
new_user_code=; Welcome to Much Assembly required!\n\
; You will find useful information on the game here: https://github.com/simon987/Much-Assembly-Required/wiki\n\
.text\n\
main:\n\
; Write code here\n\
brk
\t; Write code here\n\
\tbrk
# Default held item
new_user_item=0
# ----------------------------------------------