Getting Started: Difference between revisions

From OuroDev
No edit summary
Line 20: Line 20:
** You can change the password to whatever you would like. For this example I will be just using password.
** You can change the password to whatever you would like. For this example I will be just using password.


*
* Now open up server.cfg and change all the ips to localhost (Note : You could also set these to your local ip if you know it.)
 
** At the top of the file you will see this.The IP will be set to whatever you previous set it to.
 
*** DBServer 192.168.0.1 18717
*** ShardName Bree
*** AuthServer 192.168.0.1 2104
*** DefaultAccessLevel 0
*** NoStats 1
 
*
*
*
*

Revision as of 19:42, 25 April 2019

Server Setup

Download Files

Setup Local Server

  • Install SQL Server 2017 Express Edition
  • Choose Basic when installing and when given the option choose to install SSMS.
  • Open up wherever you extracted the i25 Binaries folder and navigate to data\server\db
  • Open up chat_server.cfg and account_server.cfg
    • You will see something like this.
      • SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=NS319069\SCORE;Uid=sa;Pwd=FinallyFree!;"
    • Change this to
      • SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=password;"
    • You can change the password to whatever you would like. For this example I will be just using password.
  • Now open up server.cfg and change all the ips to localhost (Note : You could also set these to your local ip if you know it.)
    • At the top of the file you will see this.The IP will be set to whatever you previous set it to.
      • DBServer 192.168.0.1 18717
      • ShardName Bree
      • AuthServer 192.168.0.1 2104
      • DefaultAccessLevel 0
      • NoStats 1

Common Issues

Issue One