Skip to content
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

[Testing] MagitekStratagem v0.10 - Builtin server #5207

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added testing/live/MagitekStratagem/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions testing/live/MagitekStratagem/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[plugin]
repository = "https://github.com/meoiswa/MagitekStratagem.git"
commit = "6e3eedba1260d89561e4cf67c21015970a2f0268"
owners = ["meoiswa"]
project_path = "MagitekStratagem"
changelog = """
Version 0.10.0.0:
- ⚠️Experimental Release.
- Removed native integrations and native Dll loading, should minimize potential crashes and isolate the game from instability.
- Built-in standalone server: Tracker integrations are now handled via an child process, automatically managed by the plugin.
- To achieve this, the plugin has been given an entrypoint and turned into an AspNet Web project, it can now both be loaded by Dalamud as a Plugin, or run within Dotnet (or via its accompanying .exe) as the Server.
- The server automatically starts and stops as needed, and it will also terminate itself if 10 seconds pass with no active connections.

Known Issues:
- Windowed mode is currently unsupported.
- Some entities are not returning to normal after being highlighted by raycast detection.
- Entities highlighted by proximity are not returning to normal after no longer being the closest.
"""
Loading