-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to launch the project #26
Comments
Hi and sorry for the mess! how to buildWe use yarn to manage this project's lifecycle. Install yarn by running what to expectDaedalus hosts the latest iteration of software written to support a sci-fi LARP we've been working on for a long while now. Its first test-run is due in two weeks, so the current state of the project is a mess (documentation, test coverage and stability etc.) as we sprint towards the minimum viable product that is game-ready. After the test run, I plan to separately productize the different features while adding features for the next run. there's a LOT to do in that area: some code can migrate to LUA scripts, configuration can be automated, concerns separated, etc. the generic APIthe big reusable thing here is that Daedalus exposes an OSC network API to the empty-epsilon server, both input and output. It's open-ended, so you can easily use standard OSC endpoints to extend the game's UI. the engineering changesWe replace the existing repair mechanic with a custom CLI screen (that also handles other LARP concerns) with one concurrent repair at a time, and introduced switchboards - engineering sub-systems that supply power to the Empty Epsilon systems (a.k.a bridge systems) in a many-to-many dependency matrix (each switchboard supplies power to more than one system and each system consumes power from more than one switchboard). when the engineer overpowers a bridge system, all switchboards supplying power to that system start accumulating load, and at some point (random and different for each switchboard) will become overloaded. Overloaded switches produce extra heat to all their supported system until reset. resetting a switchboard takes precious time, and during that time there are severe penalties to the bridge systems supported by the power switch (very low cap on power and repair speed) so it becomes a major tactical concern. In our LARP the switchboards are implemented by plastic electricity boards (based on arduino) located in various locations around the ship. however any OSC compatible network endpoint will do (we're using open-stage-control for the backoffice and the test client and it's great) |
(I've updated the readme) |
Thanks for all the explanations ! I suceeded to launch the server and the Fugazi web client. All work and the engeneer station doesn't work anymore, so It works. |
the "repair" command is still not implemented and the fugazi console needs a bit of love before it's space-worthy. I generate the open stage control switchboards configuration by running |
but the engineer station should work IMO.... |
@tdelc hi :) from this project, so it is easier to benefit from them separately. |
I cloned in debian your project to test it with Empty Epsilon. I installed nodejs and npm. The first time I tested node main.js, the program couldn't find source-map-support package, so I added it.
Now I have the following error : Cannot find module './dist/src/index' with some locations of where the error is problematic.
Could you help me ? I really want to see what you have done to enhance engeneer station.
The text was updated successfully, but these errors were encountered: