Skip to content

LORAY-guy/Lore-Origins

Repository files navigation

AFTER BEING GONE FOR A WHILE, LORE ORIGINS IS BACK WITH A 2.5 UPDATE!!

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

WHAT IS LORE ORIGINS?

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...

thumbnail

THIS V2.5 UPDATE INTRODUCES...

  • 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...

COMPILATION GUIDE

intro-image

Prerequisites

The compiled executables will be available in the export directory.

Windows

  1. 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.

  2. Run setup/setup-windows.bat to install required libraries

  3. 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

Linux/Mac

  1. Install required packages:
    # Ubuntu/Debian
    sudo apt-get install g++ gcc libgl1-mesa-dev libglu1-mesa-dev
    
    # macOS
    brew install gcc
  2. Run setup script:
    chmod +x setup/setup-unix.sh
    ./setup/setup-unix.sh
  3. Compile using:
    lime build linux # For Linux
    lime build mac   # For macOS

HTML5/Browser

Run one of:

art/build_html.bat       # Release build
art/build_html-debug.bat # Debug build

Troubleshooting

If you encounter compilation issues, check the required library versions at: Libraries Versions Guide