Skip to content

Installation and Usage

Aubrey Buchanan edited this page Jul 15, 2018 · 6 revisions

Prerequisites

Currently, you'll need to build the latest version of Project64 yourself as their most recent public release does not feature the functionality required by Temple. If you happen to be a Patreon supporter for Project64, they offer these development builds pre-built for you as well.

Installation

Once you have the latest Project64, include the built Temple files (you can get the latest release build from our Releases page) in your ".../Project64/Scripts/" directory.

Configuration

You'll need to some configuration for your first time run of Temple:

You'll need to edit the ModLoader.js file to set your RESIDENCE to the proper directory (this should be set to your ".../Project64/Scripts/" directory).

You'll also likely want to look into your ".../Project64/Scripts/Config/" directory and edit the DisplayAmplify.config.json. Currently the DisplayAmplify.config.json can be configured as follows:

  • "aspect_ratio": accepts values of "4:3", "16:9", or "21:9". Make sure your graphics plugin is configured appropriately to match this setting. Default is "4:3".
  • "framerate_enhance": accepts values of true or false. True will boost your fps from default ~20 to ~30, applying all available fixes to the game engine for this change as well. Default is "false".
  • "draw_distance_enhance": accepts values of true or false. True will boost the draw distance for some objects in the game (meaning you can see them from further away than usual). Default is "true".

Running Temple

Once the Temple files have been installed to your Scripts directory and you've configured Temple properly you should find that "ModLoader.js" is available under Project64's 'Debugger' menu's 'Scripts' option. Right-click on "ModLoader.js" and select 'Run'. ModLoader will import and register Temple and then load any mods that it has configured.

Clone this wiki locally