View Single Post
  #8  
Old 08-09-2021, 03:04 PM
Fridgecritter
Hill Giant
 
Join Date: Feb 2008
Posts: 188
Default Works on Windows 11 with no issues

I just ran this on Windows 11 on my new laptop, and it installed with no issues at all. Just FYI.

Code:
[Install] Instructions
[Install] In order to connect your server to the loginserver you must point your eqemu_config.json to your local server similar to the following:

        "loginserver1" : {
                "account" : "",
                "host" : "login.eqemulator.net",
                "password" : "",
                "port" : "5998",
                "legacy": "1"
        },
        "loginserver2" : {
                "account" : "",
                "host" : "192.168.197.129",
                "password" : "",
                "port" : "5998"
        },
        "localaddress" : "192.168.197.129",
                [Install] When done, make sure your EverQuest client points to your loginserver's IP (In this case it would be 192.168.197.129) in the eqhosts.txt file
cannot unlink file for db_update\db_update_manifest.txt: Permission denied at eqemu_server.pl line 1742.
cannot remove directory for db_update: Directory not empty at eqemu_server.pl line 1742.
[Install] Press any key to continue...
Can't open new_server: No such file or directory at eqemu_server.pl line 1746.
[New Server] New server folder install complete
[New Server] Below is your installation info:
[Install] Installation complete...
[Install] Server Info (Save somewhere if needed):
 - # For Windows - Do not change these
 - mysql_root   eqemu
 - mysql_eqemu_db_name  peq
 - mysql_eqemu_user     root
 - mysql_eqemu_password eqemu
[Install] Windows Utility Scripts:
 - t_start_server.bat                   Starts EQEmu server with 30 dynamic zones, UCS & Queryserv, dynamic zones
 - t_start_server_with_loginserver.bat  Starts EQEmu server with 30 zones with loginserver
 - t_stop_server.bat                    Stops EQEmu Server (No warning)
 - t_database_backup.bat                Backs up the Database to backups/ folder - do not run during server is online
 - t_server_crash_report.pl             Will parse any zone crashes for reporting to developers
[Configure] eqemu_config.json           Edit to change server settings and name

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> EQEmu Server Main Menu >>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

 [database]              Enter database management menu
 [assets]                Manage server assets
 [new_server]            New folder EQEmu/PEQ install - Assumes MySQL/Perl installed
 [new_server_with_bots]  New folder EQEmu/PEQ install with bots enabled - Assumes MySQL/Perl installed
 [setup_bots]            Enables bots on server - builds code and database requirements
 [conversions]           Routines used for conversion of scripts/data

 exit
Reply With Quote