DOWNLOAD LORE ORIGINS NOW ON GAMEBANANA (https://gamebanana.com/mods/476070) or on this Github page by checking out the release page of the most recent pushed version
Lore Origins is an FNF mod that regroups the entire lore multiverse. The original track, made by LEX3X (aka kiwiquest), got so much praized for its authenticity and has become one of the most remixed song ever composed. This mod is an honor to this wonderful track that, basically, changed my life (for the better... or worse...).
This collection of lore remixes are repurposed for its original cast of singers, Ourple Guy, Matpat and Phone Guy, as an hope to fix the multiple parallel universes that each of those songs created...
- A NEW SKIN SELECTOR SYSTEM! --> Gone are the Ourple variants, now, the skins affects ALL the cast. (Phone Guy only has 2 skins but whatever, i don't have the budget to make one myself)
- ANDROID BUILD! (very shitty, but hey, it works!) (I'll fix it later, i promise, I made it in 5 days, okay?)
- NEW ORIGINAL MIX : Presidency (Matpat President Mix)
- NEW SECRET SONG! (You'll have to dig down to find that one, I'm not gonna give you any clues this time)
- WIDESCREEN RESOLUTION SUPPORT (well, not really available when I think about it, but I might publish a version for every widescreen resolution available)
- And much, much more...
-
Install Visual Studio Community with the following components:
- Microsoft Visual Studio C++ build tools
- Windows 10 SDK
Note: or try running 'setup/setup-msvc-win.bat' simply.
-
Run
setup/setup-windows.bat
to install required libraries -
To compile, run one of:
art/build_x64.bat # 64-bit Release art/build_x64-debug.bat # 64-bit Debug art/build_x32.bat # 32-bit Release
- Install required packages:
# Ubuntu/Debian sudo apt-get install g++ gcc libgl1-mesa-dev libglu1-mesa-dev # macOS brew install gcc
- Run setup script:
chmod +x setup/setup-unix.sh ./setup/setup-unix.sh
- Compile using:
lime build linux # For Linux lime build mac # For macOS
Run one of:
art/build_html.bat # Release build
art/build_html-debug.bat # Debug build
If you encounter compilation issues, check the required library versions at: Libraries Versions Guide