spencer-melnick / Threshold

Untitled Unreal Engine project
Other
6 stars 2 forks source link

Reorganize content #32

Closed spencer-melnick closed 3 years ago

spencer-melnick commented 4 years ago

Reorganize the content so its folder structure is laid out according to module/category instead of asset type, and possibly set up LFS

spencer-melnick commented 3 years ago

It took a while, but I think the general reorganization is done! I also purged the history for the starter content that was accidentally included.

If you're starting the project up for the first time and you get an error message about missing starter content, go to Threshold/Saved/Config/[YourPlatform]/Game.ini and change the line at the top where it says bAddPacks=False to bAddPacks=True. You should also delete any old content folders that aren't being used (the only folders should be Content/Threshold, Content/StarterContent, and Content/Mannequin)

Make sure that any merges after this don't add back the deleted history (see: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/removing-sensitive-data-from-a-repository#purging-a-file-from-your-repositorys-history)!