An open API service indexing awesome lists of open source software.

https://github.com/abarichello/firewatch-noclip

Noclip mod for the game Firewatch
https://github.com/abarichello/firewatch-noclip

firewatch modding modding-games noclip unity3d

Last synced: about 1 year ago
JSON representation

Noclip mod for the game Firewatch

Awesome Lists containing this project

README

          

# Firewatch-noclip
Noclip mod for the game [Firewatch](https://en.wikipedia.org/wiki/Firewatch). This mod lets you fly around and get to areas that are unreachable during normal gameplay.

## Screenshots
Click any of the images to check a video showing the mod in action.






---

# How to Install
Download the DLL from the [releases tab](https://github.com/aBARICHELLO/Firewatch-noclip/releases) and place it in the game instalation folder

(usually `C:\Program Files (x86)\Steam\steamapps\common\Firewatch\firewatch_Data\Managed`).

To remove the mod simply delete the replaced DLL and ask Steam to verify the game's integrity, downloading back the original file.

# Usage
Unity3D uses a [Left-Handed coordinate system](https://en.wikipedia.org/wiki/Cartesian_coordinate_system#Orientation_and_handedness), here are the buttons to change your axes in-game.

|Key|Action|
|-|-|
|NumLock|Enable/Disable noclip
|PageUp/PageDown|Increase/Decrease your X position(right/left)
|Home/End|Increase/Decrease your Y Position(up/down)
|Insert/Delete|Increase/Decrease your Z Position(forward/back)

### Contents
This repository contains my own modifications to the game Firewatch, no original source code is being shown, only adittions to existing classes.