A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.2 KiB

  1. # Developer Setup
  2. The MediocreMapAssistant2 uses the Unreal Engine 4 for it's development.
  3. ## Windows Developer Setup Instructions
  4. ### Visual Studio and Build Tools
  5. * Install Visual Studio Community Edition
  6. * Install Visual Studio component MSVC v140 - VS 2015 C++ build tools (v14.00)
  7. * Install Windows SDK v8.1
  8. ### Install Unreal Engine 4
  9. * Download and install the Epic Games launcher
  10. * Install Unreal Engine from Epic Games Launcher, select the version which is indicated in "MediocreMapAssistant2.uproject" file
  11. * Install the required plugins "VaRest" and "LE Extended Standard Library" into the engine (if you skip this step the editor will guide you through this when opening the project)
  12. ### Load and run the project
  13. * Clone the project from github into your local development folder (this step requires git)
  14. * Start the Unreal Enginge from the Epic Games Launcher
  15. * browse for the existing project and open "MediocreMapAssistant2.uproject" from the github project folder
  16. * upon the first start the editor likely wants to rebuild your project
  17. * for starting the application you can click "Play"
  18. ### Errors
  19. * A first starting point for errors are the logs in "Saved\Logs"