Skip to content

Add Gorilla Tag VR mod menu plugin source project - #1

Open
ReedonMenu wants to merge 2 commits into
mainfrom
codex/create-gorilla-tag-mod-menu
Open

Add Gorilla Tag VR mod menu plugin source project#1
ReedonMenu wants to merge 2 commits into
mainfrom
codex/create-gorilla-tag-mod-menu

Conversation

@ReedonMenu

Copy link
Copy Markdown
Owner

Motivation

  • Provide a buildable C# plugin source tree so users can produce a DLL for Gorilla Tag/BepInEx locally.
  • Encapsulate VR menu, in-world button interactions, and gameplay toggles (noclip, speed, kick-gun) in a single plugin source.
  • Make build instructions explicit so the repo can be used to produce GorillaTagModMenu.dll on a developer machine.

Description

  • Add GorillaTagModMenu/Plugin.cs, a full BepInEx plugin implementing a right-hand A-button VR menu, trigger-based in-VR buttons, noclip, speed boost, and kick-gun functionality.
  • Add GorillaTagModMenu/GorillaTagModMenu.csproj targeting netstandard2.1 with commented <Reference> placeholders for local Unity/BepInEx/Photon DLLs.
  • Update README.md with step-by-step local build instructions and the expected DLL output path (GorillaTagModMenu/bin/Release/netstandard2.1/GorillaTagModMenu.dll).
  • Include a lightweight source package (Readonsmenu-source.zip) for easy download from the workspace snapshot.

Testing

  • Ran which dotnet to probe the toolchain and found no dotnet installed, so in-container compilation was not possible (expected failure for build step).
  • Attempted to fetch the .NET installer with curl https://dot.net/v1/dotnet-install.sh, which returned HTTP 403 and failed to download.
  • Executed apt-get update which failed due to repository/proxy HTTP 403 responses, so no runtime installation could proceed.
  • Packaged the repository files into a zip using zip to validate file creation and packaging, which succeeded.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant