|
|
Line 1: |
Line 1: |
| : This is a full deployment of the i25 server with an XAMPP instance for Tequila and several useful tools.
| |
| : [magnet:?xt=urn:btih:0d1586fdf1a6a61594974f720fde916b49b173c8&dn=CoH%20Client%20%26%20Server.7z CoH Client & Server.7z]
| |
|
| |
|
| <pre>
| |
| START HERE FOR ANY PROBLEMS!! :D
| |
| Wiki: https://ourowiki.ouro-comdev.com/index.php?title=Main_Page
| |
|
| |
| You'll still need both SSMS and SQL Server to make things run. Use the links below to get started.
| |
|
| |
| SQL Server Management Studio:
| |
| https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017
| |
|
| |
| SQL Server Express
| |
| https://www.microsoft.com/en-gb/sql-server/sql-server-editions-express
| |
|
| |
| Install SQL Server to "C:\Microsoft SQL Server" if you don't want to edit DBSchema files.
| |
|
| |
| Files:
| |
| - COH-Server.7z
| |
| This file has all the server files required to host a public i25 server.
| |
| They will take minor edits to make work in your environment.
| |
| You'll also find the various database in the DBSchema folder.
| |
|
| |
| - COH-xampp.7z
| |
| This file contains an xampp instance with MSSQL PHP driver installed.
| |
| It has its own manifest.xml, Tequila.exe, and SCORE client in the htdocs folder. So you can patch an i25 client quickly.
| |
| There are also several tools written by @Crust fire, @DarkSynopsis, @Aleena, and other Discord members.
| |
|
| |
| @DarkSynopsis
| |
| - COHDBTools ( https://localhost/CoHDBTool/ )
| |
| Manage Shard
| |
| Manage Accounts
| |
| See Account ID / Username
| |
| Create New Accounts
| |
| Manage Characters
| |
| Change character owner
| |
| Backup character
| |
| Import character
| |
| Change character access level
| |
|
| |
| @Crust Fire
| |
| - MakeAccount ( https://localhost/CrustFire/MakeAccount.php )
| |
| Generates SQL for making accounts.
| |
| - MakeConfigs ( https://localhost/CrustFire/MakeConfigs.php )
| |
| Generates basic configuration files.
| |
|
| |
| @Aleena
| |
| - Account Portal
| |
| Allow users to sign up for their own account with custom password.
| |
| Users can also change their password on the portal.
| |
| Display current number of accounts and characters on the server.
| |
| Supplies client download via Tequila and custom manifest.xml
| |
| Displays needed command line paramter to clients.
| |
|
| |
| Join us on Discord! https://discord.gg/rPvHX26
| |
| </pre>
| |