Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

TFORevive/chii

 
 

Repository files navigation

Chii

Remote web debugging tool, forked from https://github.com/liriliri/chii, using chrome devtools frontend.

Adapted for TFORevive, for usage with the built-in game UI.

Chii

Install

You can get it on npm.

npm install chii -g

Usage

Start the server with the following command.

chii start -p 8123

In-game you have to enable it with uigt_chii 1. You can also adjust the server URL with the uigt_chii_server_url cvar, default is localhost:8123.

If your pages are already loaded, use the uigt_reload_all console command to reload them.

Then browse to localhost:8123 to start debugging your page.

Demo (outside of game)

Browse it on your phone: https://chii.liriliri.io/test/demo.html

Open https://chii.liriliri.io/ and click inspect to start debugging the demo page.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.4%
  • Python 29.9%
  • Handlebars 11.5%
  • TypeScript 5.8%
  • CSS 4.1%
  • HTML 3.3%