Getting Started: Difference between revisions

From OuroDev
No edit summary
 
(58 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
== Setup Auth Server ==
* Open up chat_server.cfg and account_server.cfg
* [[I25_Server_Setup#Setup_Auth_Server]]
; You will see something like this.
 
: SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=NS319069\SCORE;Uid=sa;Pwd=FinallyFree!;"
== Setup Auction Server ==
; Change this to
* [[I25_Server_Setup#Setup_Auction_Server]]
: 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.
== Setup using Virtual Server Image ==
* 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.)
* [[i25 Community Virtual Machine]]
; 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
== Port Forwards ==
: ShardName Bree
* [[I25_Server_Setup#Port_Forwards]]
: AuthServer 192.168.0.1 2104
: DefaultAccessLevel 0
: NoStats 1
* Change the ShardName to whatever you would like and add 2 slashes infront of AuthServer. And add UseFakeAuth 1 under NoStats 1       
; It should now look like this
: DBServer localhost 18717
: ShardName ShardName
: //AuthServer 192.168.0.1 2104
: DefaultAccessLevel 0
: NoStats 1
: UseFakeAuth 1
* Okay now extract the dbschema.rar found in your i25 folder. We will be using these later.
* Open up SQL Server Management Studio (SSMS which you installed in the first step). Your one will look slightly different and hit Connect.


== Common Issues ==
== Common Questions ==
=== Issue One ===
* [[I25 FAQ]]

Latest revision as of 00:25, 26 April 2019