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
- Host: GitHub
- URL: https://github.com/abarichello/firewatch-noclip
- Owner: abarichello
- License: mit
- Archived: true
- Created: 2018-10-14T17:43:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T02:05:51.000Z (over 7 years ago)
- Last Synced: 2025-03-03T17:17:13.927Z (over 1 year ago)
- Topics: firewatch, modding, modding-games, noclip, unity3d
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.



