Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
this-is-bennyk edited this page Aug 21, 2021 · 6 revisions

Here's the guide to getting the FNFVR code up and running.

Setting Up Godot

Download Godot from here and get the standard 64-bit version.
Extract the ZIP anywhere you'd like. To run Godot, double click the executable.
Unlike engines like Unity or Unreal, Godot is a complete package without needing to install anything, and the latest version is almost always the best version to use.

Setting Up The Project

There are three ways to set up the code:

  • Clone with git in a terminal with cd your-directory (or opening File Explorer in the place where you want the project to be and type "cmd" in the bar at the top) and git https://github.com/this-is-bennyk/Funkin-VR
  • Clone with GitHub Desktop with the big green "Code" button
  • Download the ZIP with the big green "Code" button

Then open Godot and press the "Import" button. Navigate to where the project's folder is and select the project.godot file, and press "Import & Edit".

Clone this wiki locally