Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 808 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 808 Bytes

LSD Revamped

A remake of the cult-classic game LSD: Dream Emulator.

Prerequisites

  • Git LFS
  • Unity 2021.3.35f1 installed via Unity Hub
  • nuget.exe
    • If you are using Mac or Linux, there are instructions above for running nuget.exe with mono.

Quick start

  1. Ensure you've prepared the prerequisites as above.
  2. Clone this repo:
    $ git clone https://github.com/Figglewatts/LSDRevamped.git
    
  3. Run nuget.exe restore -PackagesDir LSDR/nuget-packages LSDR/packages.config to download and install the NuGet packages.
  4. Run the move-packages shell script in LSDR/. There is a Bash version and a PowerShell version.
  5. Open LSDR/ in Unity.
  6. All done!