Skip to content

yanpla/Noclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noclip

A BepInEx (IL2CPP) mod for Among Us Story: On Guard (Demo).

  • Noclip — press V to toggle free-fly; move with WASD / arrow keys through walls.
  • Scene jumper — jump straight to scenes: F5 Meta · F6 Guard · F7 Test · F8 Minigame test · F9 Animation test. (only f5 and f6 work in game)

Installation

  1. Install BepInEx and run the game once so it generates its interop assemblies.
  2. Drop Noclip.dll into <game>/BepInEx/plugins/.
  3. Launch the game.

Configuration

After the first run, edit <game>/BepInEx/config/nl.yanpla.noclip.cfg:

[Noclip]
## Key that toggles noclip free-fly movement.
ToggleKey = V

(Scene-jump keys F5–F9 are fixed.)

Building

Point GameDir at your game install (the folder with AmongUsStory.exe); it defaults to the Linux/Steam path:

dotnet build -c Release
dotnet build -c Release -p:GameDir="/path/to/Among Us Story On Guard Demo/"

A local build copies Noclip.dll into <GameDir>/BepInEx/plugins/ automatically.

No .NET SDK installed? With Nix: nix develop drops you into a shell with the SDK, then dotnet build -c Release.

License

Copyright (C) 2026 yanpla. Licensed under GPL-3.0-or-later.

About

Noclip mod for Among Us Story: On Guard

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors