Add Linux-hosted build, authoring tools, and dedicated-server workflow#126
Closed
LAP87 wants to merge 5 commits into
Closed
Add Linux-hosted build, authoring tools, and dedicated-server workflow#126LAP87 wants to merge 5 commits into
LAP87 wants to merge 5 commits into
Conversation
LAP87
marked this pull request as ready for review
July 25, 2026 20:55
Owner
|
There's way too much going on in this PR, I can't accept this. I also don't accept massive AI PRs. Small ones are fine as long as you can explain what the code is doing with your own words. Most of these commits make absolutely no sense. The schema changes look fine however. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This adds a Linux-hosted PalSchema development workflow while keeping the
supported runtime artifact Win64 and keeping UE4SS, UEPseudo, Palworld data and
runtime-generated schemas outside distributed packages.
lld-link, xwin, CMake and Ninja;
Server under Proton/Wine;
only under Wine and uses a polling file watcher there;
VS Code-compatible extension;
Scope and ownership boundaries
PalSchema.dll; this is not a native ELF port.under Wine or Proton.
downloaded, copied into or redistributed by PalSchema.
enums.schema.json,raw.schema.jsonand raw support schemas remain localgenerated inputs.
mainpushes. Fork pull requests receive no private credentials.
Main additions
Linux-hosted Win64 build
VERSIONINFO and package contents;
Wine/Proton operation
ntdll!wine_get_version;normal parallel path;
Authoring tools
palschema init,validate,validate --watch,schemas,doctorandprint-config;Verification
Current branch head:
lifecycle tests pass;
npm audit --audit-level=moderatereports no vulnerabilities;process-start races and interrupted deployment recovery.
The isolated Win64 Dedicated Server workflow was exercised against Steam build
24181105under Wine with repeated startup/shutdown and hot-reload cycles.Those results are version-specific and do not claim native
PalServer-Linux-Shippingcompatibility.Review focus
/procrace handling.