I25 Downloads: Difference between revisions

From OuroDev
No edit summary
m (Added JTool and Cream Soda, rearranged things so scripts are toward the end)
 
(10 intermediate revisions by 2 users not shown)
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
* [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]
* [https://pastebin.com/hJFJ1D1r Start Server.bat]
* [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]
* [https://pastebin.com/GxypycNB Ruhe's Updated PowerShell Script]
* [https://mega.nz/#!4oxGCChS!bDHI-Z7Av4MXdEfKYqhbBqFavhVlipuFKj0epbBr2RE CoHDBTool version 4]
* [https://mega.nz/#!81gFxKzR!DwelrC7V4dekMQ24hWvlaBrQWm_n88wVKql-tWJMM_8 CoHDBTool version 5]
* [https://mega.nz/#!ctwTRCCb!QdzS9LbqZ34DcJ2kOZ9JRsPVDyJgLVcyUenD9mI9M7I CoHDBTool Version 7]
* [https://mega.nz/#!Y5InHaYB!RE5ytvfiJGXjWiDZWXcvF55DIif31pi39d3qRHveEWA CoHDBTool Version 8]


== i25 Tequila Manifest ==
=== Server Binaries ===
# 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 CoH Client and Server]] - This is a full deployment of the i25 server with an XAMPP instance for Tequila and several useful tools.
#* [https://pastebin.com/v2hJ4BsX Manifest.xml]
:: 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].
:: Original i25Binaries_InsurancePolicy.7z hashes
::* [MD5]43CF2C67D48CDAE9709E785A3EE7DD5E
::* [SHA256]B34D398F7E9A06832A9069F7156F59B53EAB395D0CE155D031CEB09DD47BEAB1


== i25 Complete Server and Client Files ==
=== Community VM Images ===
:::::::: [[i25 CoH Client and Server]]
: [[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.
: 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]
== Optional Files ==
:These files aren't necessary to run an i25 server, but can make your life easier in various ways.
=== Community Tools ===
* [https://github.com/auroris/City-of-Heroes-Account-Portal Aleena's Account Management Portal] - A robust front end for user sign-ups and account management.
* [https://github.com/orangeardvaark/JTool Nimaru's JTool] - Web-based server management tool (requires web server such as Apache with php)
* [https://github.com/thunderspynetwork/creamsoda Cream Soda] - An alternative based on the original Tequila launcher.
* [[City of Heroes Database Tool]] - For managing the SQL db with a web-based gui instead of SQL Manager.
* [http://cohstuff.dreamhosters.com/ Crust First's Tools] - Web-based tools for generating user accounts, shard management, server configs, and more.
* [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.
* [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.
 
=== Assorted Magnet Links ===
: [[Magnet Links]] - A list of released files' torrent links, including historical files for preservation purposes.

Latest revision as of 17:23, 22 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.

Community Tools

Assorted Magnet Links

Magnet Links - A list of released files' torrent links, including historical files for preservation purposes.