Animan8000 64b43fcccf
All checks were successful
Build Docker image / docker-arm64 (push) Successful in 1m0s
Build / build (push) Successful in 1m11s
Build Docker image / docker-amd64 (push) Successful in 57s
chore(webui): fixing a mess in the translations (#2498)
Re #2494 (only fixes the strings, **NOT** the weapon issue)

- The invigoration stuff now mentions the numbers, percentages of buffs
- Improved some misleading strings (e.g. "Movement Speed", when it was in fact just "Sprint Speed" instead)
- Improved some inconsistencies in some key names (some weren't like other, similar existing ones)
- Got rid of duplicate "None" string & re-used it properly + re-used existing strings to newly added buttons, instead of using unnecessary extra added strings (more consistent to use existing strings, aside that they are shorter, less lines and less work overall for everyone involved)

If I should change anything, lemme know.

Reviewed-on: #2498
Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com>
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
2025-07-15 20:59:59 -07:00
2025-06-28 01:28:45 +02:00
2023-05-19 15:26:36 -03:00
2023-12-14 17:34:15 +01:00
2023-06-02 00:20:49 -03:00
2025-06-23 14:56:08 -07:00
2023-05-19 15:26:36 -03:00
2025-07-09 21:22:23 -07:00
2025-07-09 21:22:23 -07:00
2023-05-19 15:26:36 -03:00

Space Ninja Server

More information for the moment here: https://discord.gg/PNNZ3asUuY

Project Status

This project is in active development at https://onlyg.it/OpenWF/SpaceNinjaServer.

To get an idea of what functionality you can expect to be missing have a look through the issues. However, many things have been implemented and should work as expected. Please open an issue for anything where that's not the case and/or the server is reporting errors.

config.json

SpaceNinjaServer requires a config.json. To set it up, you can copy the config.json.example, which has most cheats disabled.

  • logger.level can be fatal, error, warn, info, http, debug, or trace.
  • myIrcAddresses can be used to point to an IRC server. If not provided, defaults to [ myAddress ].
  • worldState.eidolonOverride can be set to day or night to lock the time to day/fass and night/vome on Plains of Eidolon/Cambion Drift.
  • worldState.vallisOverride can be set to warm or cold to lock the temperature on Orb Vallis.
  • worldState.duviriOverride can be set to joy, anger, envy, sorrow, or fear to lock the Duviri spiral.
  • worldState.nightwaveOverride will lock the nightwave season, assuming the client is new enough for it. Valid values:
    • RadioLegionIntermission13Syndicate for Nora's Mix Vol. 9
    • RadioLegionIntermission12Syndicate for Nora's Mix Vol. 8
    • RadioLegionIntermission11Syndicate for Nora's Mix Vol. 7
    • RadioLegionIntermission10Syndicate for Nora's Mix Vol. 6
    • RadioLegionIntermission9Syndicate for Nora's Mix Vol. 5
    • RadioLegionIntermission8Syndicate for Nora's Mix Vol. 4
    • RadioLegionIntermission7Syndicate for Nora's Mix Vol. 3
    • RadioLegionIntermission6Syndicate for Nora's Mix Vol. 2
    • RadioLegionIntermission5Syndicate for Nora's Mix Vol. 1
    • RadioLegionIntermission4Syndicate for Nora's Choice
    • RadioLegionIntermission3Syndicate for Intermission III
    • RadioLegion3Syndicate for Glassmaker
    • RadioLegionIntermission2Syndicate for Intermission II
    • RadioLegion2Syndicate for The Emissary
    • RadioLegionIntermissionSyndicate for Intermission I
    • RadioLegionSyndicate for The Wolf of Saturn Six
  • allTheFissures can be set to normal or hard to enable all fissures either in normal or steel path, respectively.
  • worldState.circuitGameModes can be set to an array of game modes which will override the otherwise-random pattern in The Circuit. Valid element values are Survival, VoidFlood, Excavation, Defense, Exterminate, Assassination, and Alchemy.
Description
The server component of OpenWF
Readme GPL-3.0 51 MiB
Languages
TypeScript 77.3%
JavaScript 17.2%
HTML 5.3%