aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-11-24 15:08:29 +0100
committerGitHub <noreply@github.com>2022-11-24 15:08:29 +0100
commit35767d61d4a70fbbc2c5070a49f55903e9706eef (patch)
tree1538642ed6a688e49fc34d26e3aabe29f467e7ec /README.md
parent62a5f5c821961c6f7fcc5354c207c6e09895bcb4 (diff)
downloadFlightCore-35767d61d4a70fbbc2c5070a49f55903e9706eef.tar.gz
FlightCore-35767d61d4a70fbbc2c5070a49f55903e9706eef.zip
docs: Remove text from section about Viper (#66)
With Viper 1.6.3, stack traces are not shown by default, instead a simple "Unknown Error!" toast is shown, where a user can choose to click it, to then see the stack.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ae3b1b9..27c2c4b5 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ The 3 main GUI tools for handling such tasks with Norhtstar are
while they get most of the work done, each of them has their own problem.
- **r2modman** has not too great UX and given that it also has to support other games there's not a(n easy) way to quickly add new features specific to Northstar
-- **Viper** probably has the best UX but is missing features such as Origin process runtime detection (to avoid LSX errors) and lacks the ability to install Northstar from Thunderstore. Further there are still cases where JavaScript errors are not handled properly simply showing the stack trace and confusing users.
+- **Viper** probably has the best UX but is missing features such as Origin process runtime detection (to avoid LSX errors) and lacks the ability to install Northstar from Thunderstore.
- **VTOL** has recently undergone a rewrite that removes a lot of older issues (such as requiring to be run as admin), however it is Windows exclusive and requires installing an additional library not shipped directly with the application, confusing some users. It also has a lot of edge case handling that while giving a smoother user experience blows up code base complexity.
With that said, FlightCore is not written from scratch. For handling Northstar specific logic, functions are re-used from the CLI-only Northstar installer called [papa](https://github.com/AnActualEmerald/papa) by making use of the underlying library [libthermite](https://crates.io/crates/libthermite).