!R (Storage) Moved storage from mod storage to profile storage#15
Open
uniflare wants to merge 1 commit intoVindicta-Team:masterfrom
Open
!R (Storage) Moved storage from mod storage to profile storage#15uniflare wants to merge 1 commit intoVindicta-Team:masterfrom
uniflare wants to merge 1 commit intoVindicta-Team:masterfrom
Conversation
- Single-player/Locally hosted environments will always use mod storage - Auto migration from mod storage to profile storage - Auto detection of profile folder location (Windows+Linux) - Simplified function detection (using std::string and trim) - Simplified file manager (using std::filesystem) - Moved general methods to new utility unit
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.
Changelist:
Wow, this was a ride. So the Arma3 Profile wiki page is completely inadequate and just wrong in most cases. Turns out Arma does so bad things with the command line input (incorrect unicode interpretation etc).
I don't expect anyone would have time for this haha. But it was fun emulating how Arma 3 deals with the -name and -profiles command line arguments on Linux and Windows.
It does require further testing (mainly on Windows - eg with different account names and omitting -name arg. Pretty sure Arma 3 just uses windows account name though I need to see if arma converts that name too as it does for names specified via the command line).
Gunna go out into the sun and find some grass for a while, I'll come back to t his later but I'll leave it here in case anyone is interested.