I25 Downloads: Difference between revisions

From OuroDev
No edit summary
(oof)
Line 1: Line 1:
== Download Files ==
== Required 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]
: You will need the server files necessary to run the i25 server, you can either download the files directly and run them on your Windows system, or you can download one of our community-created VM images which are largely pre-configured.
** [MD5]43CF2C67D48CDAE9709E785A3EE7DD5E
 
** [SHA256]B34D398F7E9A06832A9069F7156F59B53EAB395D0CE155D031CEB09DD47BEAB1
=== Server Binaries ===
* [https://www.microsoft.com/en-gb/sql-server/sql-server-editions-express SQL Express Edition]
:: [[i25 CoH Client and Server]] - This is a full deployment of the i25 server with an XAMPP instance for Tequila and several useful tools.
* [https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017 SQL Management Studio]
::* The original server files can be downloaded from [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 this torrent link], however it is strongly recommended to use the above deployment or one of the VM images instead. To run these files directly, you will also need to install [https://www.microsoft.com/en-gb/sql-server/sql-server-editions-express SQL Express Edition] as well as [https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017 SQL Management Studio].
* [https://pastebin.com/hJFJ1D1r Start Server.bat]
::* Original i25Binaries_InsurancePolicy.7z hashes
* [https://pastebin.com/MwvdMQNx CreateAccount.php] - Used to generate SQL code for inserting account via SMSS
::* [MD5]43CF2C67D48CDAE9709E785A3EE7DD5E
* [https://pastebin.com/bThfiqRt Create Account with PowerShell Script]
::* [SHA256]B34D398F7E9A06832A9069F7156F59B53EAB395D0CE155D031CEB09DD47BEAB1
* [https://pastebin.com/GxypycNB Ruhe's Updated PowerShell Script]
* [[City of Heroes Database Tool]]


== i25 Tequila Manifest ==
=== Community VM Images ===
# This is an example manifest for your clients. Just copy the score folder to your webserver and edit this file. Replace <SERVER-IP> with what you need. The clients will just replace their Tequila manifest to point to your webserver's.
:: [[I25 Community Virtual Machines]] - These VMs have been built to remove a lot of the guesswork as well as many points of common failure seen in direct server installs.
#* [https://pastebin.com/v2hJ4BsX Manifest.xml]


== i25 Complete Server and Client Files ==
== Optional Files ==
:::::::: [[i25 CoH Client and Server]]
:These files aren't necessary to run an i25 server, but can make your life easier in various ways.
: This is a full deployment of the i25 server with an XAMPP instance for Tequila and several useful tools.
=== Server Setup and Administration ===
: [magnet:?xt=urn:btih:0d1586fdf1a6a61594974f720fde916b49b173c8&dn=CoH%20Client%20%26%20Server.7z CoH Client & Server.7z]
* [https://pastebin.com/hJFJ1D1r Start Server.bat] - Starts the various executables required to run a server
* [https://pastebin.com/MwvdMQNx CreateAccount.php] - Used to generate SQL code for inserting account via SMSS
* [https://pastebin.com/bThfiqRt Create Account with PowerShell Script] - Inserts cohauth user_account info without having to use SQL Manager
* [https://pastebin.com/GxypycNB Ruhe's Updated PowerShell Script] - Inserts cohauth server info without having to use SQL Manager
* [[City of Heroes Database Tool]] - For managing the SQL db with a web-based gui instead of SQL Manager
* [https://pastebin.com/v2hJ4BsX Example Manifest.xml] - Edit the <SERVER IP> in this file and then use with a launcher like Cream Soda or Tequila to connect to your server

Revision as of 18:51, 1 May 2019

Required Files

You will need the server files necessary to run the i25 server, you can either download the files directly and run them on your Windows system, or you can download one of our community-created VM images which are largely pre-configured.

Server Binaries

i25 CoH Client and Server - This is a full deployment of the i25 server with an XAMPP instance for Tequila and several useful tools.
  • The original server files can be downloaded from this torrent link, however it is strongly recommended to use the above deployment or one of the VM images instead. To run these files directly, you will also need to install SQL Express Edition as well as SQL Management Studio.
  • Original i25Binaries_InsurancePolicy.7z hashes
  • [MD5]43CF2C67D48CDAE9709E785A3EE7DD5E
  • [SHA256]B34D398F7E9A06832A9069F7156F59B53EAB395D0CE155D031CEB09DD47BEAB1

Community VM Images

I25 Community Virtual Machines - These VMs have been built to remove a lot of the guesswork as well as many points of common failure seen in direct server installs.

Optional Files

These files aren't necessary to run an i25 server, but can make your life easier in various ways.

Server Setup and Administration