Difference between revisions of "Admins:Windows Server"
(Touch ups to all parts) |
|||
| Line 27: | Line 27: | ||
{{Header|Setting up the folder structure|BackgroundColor=3d78b4|FontColor=ffffff}} | {{Header|Setting up the folder structure|BackgroundColor=3d78b4|FontColor=ffffff}} | ||
| − | Create a folder in the root of your drive c: named EQ2. | + | Create a folder in the root of your drive c: named '''''EQ2'''''. |
| − | Inside the EQ2 folder create a folder named Source. Go ahead and create another folder named Server as well. Additionally you should create another folder called EQ2client (where the backup copy of your client should go). | + | Inside the '''''EQ2''''' folder create a folder named '''''Source'''''. Go ahead and create another folder named '''''Server''''' as well. Additionally you should create another folder called '''''EQ2client''''' (where the backup copy of your client should go). |
| Line 35: | Line 35: | ||
| − | Once TortoiseSVN is installed | + | Once TortoiseSVN is installed right click on your newly created '''''Source''''' folder and choose SVN Checkout. The following URL is required in the window that pops up. Enter it in the ''URL of repository''. |
[https://svn.eq2emulator.net/svn/eq2server https://svn.eq2emulator.net/svn/eq2server] | [https://svn.eq2emulator.net/svn/eq2server https://svn.eq2emulator.net/svn/eq2server] | ||
| Line 59: | Line 59: | ||
'''[https://eq2emulator.net/index.php?p=svn SVN] Access Username: anonymous (no password required)''' | '''[https://eq2emulator.net/index.php?p=svn SVN] Access Username: anonymous (no password required)''' | ||
| + | |||
| + | Sit back and let the source code download. | ||
Revision as of 15:41, 22 January 2018
Admins - How to compile a windows server
Return to: Admins | Tutorials | Portal | Forum | Project Manager | Bug Tracker
This is a guide on getting the source code and compiling it using a windows environment.
Required
Setting up the folder structure
Create a folder in the root of your drive c: named EQ2. Inside the EQ2 folder create a folder named Source. Go ahead and create another folder named Server as well. Additionally you should create another folder called EQ2client (where the backup copy of your client should go).
Getting the source
In order to download the source a GUI subversion client such as TortoiseSVN is recommended to retrieve the source code. TortoiseSVN will be used in this guide.
https://svn.eq2emulator.net/svn/eq2server Also make sure the Checkout Directory is the directory you want to download the source to (C:\EQ2\Source). It should look similar to this image.
This is safe as long as the certificate is from MMO, MMOE, Phoenix, AZ, US.
It's time to enter the login credentials. SVN Access Username: anonymous (no password required) Sit back and let the source code download.
Compiling the source
Setting up the Server folder
Remember that Server folder you created way back at the beginning of this guide? Now we are going to use it. Once you have navigated to your Server folder, create a new folder "worldserver" inside the Server folder. If you plan on using the minilogin (local login server) create another folder "loginserver" there as well.
Getting Content
Coming Soon You can visit the SVN Page for source, content, and tools.
==Original guide taken from EQ2Emu Forums posted by Razmalone
Origional Post Here
== |