|
|
(62 intermediate revisions by 3 users not shown) |
Line 2: |
Line 2: |
| == Server Setup == | | == Server Setup == |
| === Download Files === | | === Download Files === |
| * [magnet:?xt=urn:btih:938C769EC2BEEE7C7F381570B93A861A60BD4FE5&dn=i25Binaries_InsurancePolicy.7z&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce i25 Binaries Torrent] | | * [[i25 Downloads]] |
| * [https://www.microsoft.com/en-gb/sql-server/sql-server-editions-express SQL Express Edition] | | |
| * [https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017 SQL Management Studio]
| | === Online Tools === |
| | * [[i25 Online Tools]] |
|
| |
|
| === Setup Local Server === | | === Setup Local Server === |
| * Install SQL Server 2017 Express Edition | | * [[I25 Server Setup]] |
| * 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.) | | == Setup Auth Server == |
| | * [[I25_Server_Setup#Setup_Auth_Server]] |
|
| |
|
| ** At the top of the file you will see this.The IP will be set to whatever you previous set it to. | | == Setup Auction Server == |
| | * [[I25_Server_Setup#Setup_Auction_Server]] |
|
| |
|
| *** DBServer 192.168.0.1 18717
| | == Setup using Virtual Server Image == |
| *** ShardName Bree | | * [[i25 Community Virtual Machine]] |
| *** AuthServer 192.168.0.1 2104
| |
| *** DefaultAccessLevel 0
| |
| *** NoStats 1
| |
|
| |
|
| *
| | == Port Forwards == |
| * | | * [[I25_Server_Setup#Port_Forwards]] |
|
| |
|
| == Common Issues == | | == Common Questions == |
| === Issue One ===
| | * [[I25 FAQ]] |