I25 Community Virtual Machine v2: Difference between revisions

From OuroDev
No edit summary
No edit summary
Line 24: Line 24:
:: Once finished with the ReadMe. Click "Start Up The Server" on the desktop. It should start up all the required programs.
:: Once finished with the ReadMe. Click "Start Up The Server" on the desktop. It should start up all the required programs.
: On your system, start the client from Score (Cityofheroes\score.exe -patchdir score -patchversion 2019.04.19 -db <VM IP> -noversioncheck
: On your system, start the client from Score (Cityofheroes\score.exe -patchdir score -patchversion 2019.04.19 -db <VM IP> -noversioncheck
<pre>
START HERE FIRST FOR ANY ISSUES
Wiki: https://ourowiki.ouro-comdev.com/index.php?title=Main_Page
You'll need to update the database for your public IP Address:
INSERT INTO cohauth.dbo.server (id, name, ip, inner_ip, ageLimit, pk_flag, server_group_id) VALUES (1, 'Paragon', 'X.X.X.X', '127.0.0.1', 0, 0, 1);
You'll allso need to update C:\COH\data\server\db\servers.cfg
  RouteIp YOURPUBLICIP
If you're feeling frisky update C:\COH\data\server\db\loadBalanceShardSpecific.cfg
  HostRange 192.168.1.0 192.168.1.0.255
@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>


Take a look at the [[i25_FAQ|Frequently Asked Questions]] to configure your server once it's up.
Take a look at the [[i25_FAQ|Frequently Asked Questions]] to configure your server once it's up.

Revision as of 02:04, 28 April 2019

Error creating thumbnail: File missing
This is a full deployment of the i25 server with an XAMPP instance for Tequila and several useful tools. It is based on Windows Server 2012 R2 Standard
[MD5] EBCBF234CCAD4D1DE84164E397B43C8D
[SHA-1] B0BECE5F11DB0ABA18AEDF509A809DAF5A74ACA0
[SHA-256] 7A10B09602A8CB3A4D3EB0705B0F14AC2DF46CA056FD98B8ECFE66D27A2CE41A
[SHA-512] 53A1F64C8496B539249F707B25EAC70AE53E84529C0450C36F6E82985725021E043D6BDC190F530B8273E5D7C14FA66F31D9AF25827DD3DC3F8F19F341F89DEF
Add the VM to HyperV
Add new Virtual Machine
Select Next and name the Name. Click Next
Select Generation 2 and next.
Set memory to 8192 or higher and click next.
Select your HyperV LAN connection and click next.
Choose "Use Existing Virtual Hard Disk" and navigate to the supplied VHDX. Click Finish.
Right click on the new Virtual Machine and pick settings.
Increase the number of processors supplied to the VM to at least 4. Click Ok.
Right click on the virtual machine and click start.
Once inside of Windows on the VM
Follow the ReadMe on the desktop.
Once finished with the ReadMe. Click "Start Up The Server" on the desktop. It should start up all the required programs.
On your system, start the client from Score (Cityofheroes\score.exe -patchdir score -patchversion 2019.04.19 -db <VM IP> -noversioncheck
START HERE FIRST FOR ANY ISSUES
Wiki: https://ourowiki.ouro-comdev.com/index.php?title=Main_Page

You'll need to update the database for your public IP Address:
 INSERT INTO cohauth.dbo.server (id, name, ip, inner_ip, ageLimit, pk_flag, server_group_id) VALUES (1, 'Paragon', 'X.X.X.X', '127.0.0.1', 0, 0, 1);

You'll allso need to update C:\COH\data\server\db\servers.cfg
  RouteIp YOURPUBLICIP

If you're feeling frisky update C:\COH\data\server\db\loadBalanceShardSpecific.cfg
  HostRange 192.168.1.0 192.168.1.0.255

@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


Take a look at the Frequently Asked Questions to configure your server once it's up.