Skip to content

all-proposals v2.0.4

Choose a tag to compare

@github-actions github-actions released this 31 May 20:41
· 13 commits to main since this release

All Proposals - Version 2.0.4

Shows all available proposals at once by overriding the game's proposal batch size.

Keyboard Shortcuts

  • SHIFT+O: Show all eligible proposals (increases batch size, triggers reroll)
  • SHIFT+U: Restore normal proposal display (restores original batch size, triggers reroll)

Logic

  • Excludes proposals with unmet dependencies
  • Excludes proposals that fail adhoc requirements
  • Excludes already-submitted proposals
  • Prints a summary: available / blocked / submitted counts

Notes

  • No panels, no console commands — keyboard shortcuts only
  • Re-open the Secretariat screen if proposals don't refresh immediately

Installation

  1. Download the zip file below
  2. Extract the all-proposals/ folder into your game's mods directory:
    • Windows: %APPDATA%\Godot\app_userdata\Tower Networking Inc\Mods\
    • Linux: ~/.local/share/godot/app_userdata/Tower Networking Inc/Mods/
  3. Ensure you have luajit-support installed
  4. Configure using ModManagerGUI.ps1

Files Included

  • entry.lua - Main mod file
  • mod.jsonc - Mod metadata (required by game)
  • metadata.yaml - Extended metadata
  • README.md - Documentation

For more information, visit the mod page