
Product
Redesigned Repositories Page: A Faster Way to Prioritize Security Risk
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
a console for managing a running Empty Epsilon game / server
early WIP
contributions (feedback, code, tests, issues) are welcomed!
npm i -g eetools
(requires an internet connection)
my-machine$ npm i -g eetools
+ eetools@x.y.z
added 105 packages in 8.008s
(the latest version is now installed in your machine)
start an empty epsilon server with httpserver
option turned on (warning - this is an experimental feature). for example:
my-machine$ EmptyEpsilon httpserver=8081
run eetools from the command line, followed by host name and HTTP port number of the empty epsilon server. you will then enter the eetools prompt:
my-machine$ eetools localhost 8081
eetools:localhost:8081$
type help
to get a list of current capabilities, exit
to exit.
Lua mode allows you access to the running game's scripts API (the same capabilities as when writing a scenarios). warning - if you don't know how to read and write scripts, you would probably have a hard time getting value out of this mode.
to enter lua mode, run lua inside eetools
eetools:localhost:8081$ lua
Entering LUA Mode. To exit, type 'exit'
eetools:localhost:8081$ lua:
now type whatever lua expression you wish, and it will be executed in the game's live context.
run some basic lua expression
eetools:localhost:8081$ lua: 'hello' .. ' world'
hello world
print the player's ship hull and change it to some outrageous value
eetools:localhost:8081$ lua: getPlayerShip(-1):getHull()
250
eetools:localhost:8081$ lua: getPlayerShip(-1):setHull(123456)
you will notice that the hull of the first ship is now 123456 out of 250 total. how cool is that?
git clone git@github.com:CommaSword/eetools.git
nili
eetools
run npm install
from the comand lineeetools
run npm run build
from the comand lineeetools
run npm start
from the comand line to run the tools locally.
--
to add parameters to npm start
like so:my-machine$ npm start -- localhost 8081
FAQs
a console for empty epsilon
The npm package eetools receives a total of 2 weekly downloads. As such, eetools popularity was classified as not popular.
We found that eetools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.
Security News
Multiple deserialization flaws in PyTorch Lightning could allow remote code execution when loading untrusted model files, affecting versions up to 2.4.0.