Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.04 KB

README.md

File metadata and controls

56 lines (42 loc) · 2.04 KB

Instructions


Database Download

  • Download & install MariaDB 10.3
  • Connect via favorite interface (CLI, HeidiSQL, etc)
  • Create a new database
  • Download latest DB dump
  • Unzip DB dump (7zip on windows)
  • Run the SQL files on your new database

Local Testing on PC

Youtube Setup Guide

Watch Getting Started Guide

Basic Guide Details:



  • Install WSL 2
  • Install Docker Desktop
  • Install Docker Compose

  • Follow readme instructions in EQMacDocker repo to start the server
  • Once connected to the database, run the .sql scripts that are found in Server/utils/sql/git/required
    • Only need to run these if you're having trouble logging in

  • Download the TAKP client and install into a new dev folder
  • Add the quarm .dll
  • Change eqhost.txt to point to 127.0.0.1 for the login server

  • Run the game

  • For common issues and fixes please reference the Getting Started Guide above