Server Browser for uMMORPG REMASTERED

**TO USE THIS ASSET YOU NEED THE FOLLOWING**
Unity (free)
uMMORPG REMASTERED (paid)
**TO USE THIS ASSET YOU NEED THE FOLLOWING**

Help, Question, Request -> (Forum) (Discord)

Server Browser for uMMORPG REMASTERED

– Complete open source, C#/PHP.
– You must host ServerBrowser on php/mysql.
– Host or join existing game.
– Official server show in yellow (can use any color).
– Name your server.
– Choose map of your server.
– Private server lock by password. Show lock icon.
– Work with dedicated server.
– Config file for dedicated server.
– Reset button, you do not have to quit game to change server.
– Checkbox for private/public server.
– Not public server will not be listed in serverlist but accessible via direct connect.

Build with Unity 2021.3.9f1 and uMMORPG REMASTERED 2.39

———————CHANGELOG———————

1.13
– Update documentation
– Server can host different scene
– Can now select scene when create server/host
– Add additive scene change manager
– Can now run multiple server in same folder
– Can now use cmdline arg (-serverconfig filename.txt) with dedicated
– Add comment for TransferServer compatibility
– Update ServerBrowserAdd.php and ServerBrowserGet.php
– Update sql database for phpwebhost

1.12
– Update demo install

1.11
– Update demo install

1.10
– Add demo install for testing (only in a new default uMMORPGR unmodified)

1.9
– Update to the new uMMORPG REMASTERED 2.39

1.8
– Validate with uMMORPG REMASTERED 2.39

1.7
– Validate with uMMORPG REMASTERED 2.37
– Remove warning about obsolete unity deprecated

1.6
– Validate with uMMORPG REMASTERED 2.35

1.5
– Validate with uMMORPG REMASTERED 2.34
– Dedicate is started and ServerData.txt is create/load regardless of valid external ip.
– Dedicate autostart server even if not flag as Server Build on build.

1.4
– If you updated, recheck step 2 in documentation
– Update to uMMORPG REMASTERED 2.33
– Rename private toggle
– Fix serverpassword not matching
– Add public server value in server build config file
– Now you can have dedicated not listed

1.3
– Update to uMMORPG REMASTERED 2.30
– Update private toggle
– Update config file to use private

1.2
– Update to uMMORPG REMASTERED 2.24
– Update link in documentation
– Add checkbox on component to enable/disable debuglog
– Official server always top of list
– Change in ServerBrowserGet.php and ServerBrowserCheckIp.php
– New ui design
– Add checkbox for private server (not listed but accessible via direct connect)

1.1
– New field in database table, must update your mysql.
– New and updated php files, must update your webhost. (beware not loose your pass in …Data.php)
– Add list cleanup in case host not remove properly form list.
– Remove bool private from UI and ConfigFile.txt. Now its only use internal, if there is a password its private.
– Direct connect input field, change ui and update layout. 123.123.123.123 or 123.123.123.123:4567 can be use.
– Save login name and pass in playerpref to show on next start.
– Refresh list on start.
– Resfresh button: New icon, smaller button, position topright.