Skip to content

BrokeAssSoftware/cs2-modding-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrontmatterVersion DocumentType Title Summary Created Updated Owners References
1
Guide
CS2 Modding Guide README
Orientation and index for the Vice & Order CS2 modding guide, curated from official docs, community research, and decomp studies.
2025-11-20
2025-11-20
codex
Label Path
Workspace README
../../README.md
Label Path
Workspace AGENTS
../../AGENTS.md
Label Path
Workspace Guide
../../WORKSPACE_GUIDE.md
Label Path
Instruction Documents Bootstrap
../../.guide/prompts/common/getting-started/01_InstructionDocumentsBootstrap.md
Label Path
Projects README
../README.md
Label Path
Projects AGENTS
../AGENTS.md
Label Path
Projects GUIDE
../GUIDE.md
Label Path
CS2 Modding Guide Agents
./Agents.md

Vice & Order CS2 Modding Guide

Welcome to the working playbook for building and maintaining the Vice & Order mod ecosystem. Everything here is curated from official Cities: Skylines II documentation, community research, and lessons learned from dissected mods such as Realistic Path Finding, Achievement Fixer, and Time2Work.

Start Here

  • Agents - orientation for automation assistants and newcomers.
  • Setup Overview - launch profiles, toolchain installation, project bootstrap, and publishing routines.
  • Architecture Overview - module lifecycle, dependency checks, shared terminology, and API contracts.
  • Simulation Overview - patterns for replacing vanilla systems, templates, diagnostics, and testing.
  • Operations Overview - logging, debugging, release management, automation, and incident response.
  • UI Overview - Options UI patterns, key bindings, runtime panels, and React guidance.
  • Patterns Overview - reusable code snippets for common module constructs.

Setup

Architecture

Simulation

UI and Interaction

Content and Assets

Tooling Patterns

Shared Dependencies

Development Patterns

Operations

Case Studies

Reference Material

Maintenance Notes

  • Keep all files ASCII unless existing content requires otherwise.
  • Update Agents and this index when major guidance changes.
  • Reference mod IDs when documenting dependencies so automation can enforce publish requirements.

Use this repository as the authoritative source for CS2-related workflows inside Vice & Order. Contributions should prioritise actionable steps, code examples, and references to upstream documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published