fs25-scripting-mod

Installation
SKILL.md

FS25 Scripting Mod Development

Overview

FS25 mods extend the game via Lua scripts. Always reference the base game scripts to understand existing patterns before writing new code.

When to Use

  • Writing or debugging Lua scripts for an FS25 mod
  • Creating vehicle specializations or placeable extensions
  • Overriding or extending base game behavior
  • Understanding how a base game system works

Base Game Scripts

IMPORTANT: Before writing any mod script, search the base game scripts for how the game implements similar functionality. The decompiled scripts are the primary reference.

Base game scripts: dataS/scripts/ (relative to game data root)

Installs
3
GitHub Stars
11
First Seen
Feb 27, 2026
fs25-scripting-mod — paint-a-farm/fs25-skills