-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Docs Tracking] Docs todo #513
Comments
Adding these commands that are now available as a part of #494 but aren't being advertised publicly yet. Install a mod to a game. I also added the ability to install arbitrary files alongside the mod by using target("mymod")
add_extrafiles("someconfig.json") The xmake install command will automatically pick these files up and install them with the mod dll.
It's on my radar to remove the now duplicated functionality from UE4SS-RE/UE4SSCPPTemplate#2 since the mod install + ue4ss install logic is now baked in to UE4SS. |
Updated the first checklist entry, and added another related one. |
Added part about linking and such. Any other examples we should provide? |
This PR adds some richer xmake documentation. We should probably decide what should live in the readme and what should live in the template repo/UE4SS docs dir. I figure I'd start with the documentation in the readme since it flows well with the current dev environment set-up steps. |
Will update as I think of things that need to be done.
The text was updated successfully, but these errors were encountered: