lhawx0 / http-game-apex

Home Page:https://www.unknowncheats.me/forum/apex-legends/495498-external-strategic-map-apex-linux.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-game-apex

Linux Apex Legends connector powered by http-driver. This connector won't work without http-driver.

Quick Start

The easiest way to use http-game-apex is to navigate to your http-driver and load this connector:

https://xradius.github.io/http-game-apex/

This is the precompiled production connector, which updates automatically.

Installation

We'll setup a development environment to compile and run from source.

  1. Install Google Chrome, NodeJS and Visual Studio Code:
  1. Clone this repository:
git clone https://github.com/XRadius/http-game-apex/
  1. Open the http-game-apex directory:
cd http-game-apex
  1. Install dependencies:
npm install
  1. Start debugging:
  • Open the http-game-apex directory with Visual Studio Code.
  • Press F5, wait for compilation, and eventually Google Chrome will launch.
  1. Load as a connector in your http-driver:
  • Use the Google Chrome window to navigate to your http-driver.
  • Load http://0.0.0.0:3000/ as the connector. Replace 0.0.0.0 for your network-resolvable IP.

Troubleshooting

These are the most common problems when using http-game-apex.

"Load this connector in your http-driver."

You've loaded this connector in your browser without using http-driver. Because of mixed content and private network CORS policies, your browser will prevent the connector from reaching your http-driver. To prevent this, http-driver loads connectors through a reverse proxy mechanism to map the connector into its private network space. To solve this issue, navigate to your http-driver and enter the connector URL there.

"Your http-driver is outdated."

As it says on the box, your http-driver is outdated! Follow the update instructions and try again.

About

https://www.unknowncheats.me/forum/apex-legends/495498-external-strategic-map-apex-linux.html


Languages

Language:TypeScript 88.0%Language:JavaScript 12.0%