From 5151cd6364007a33daa51dab23c44209f3e829fd Mon Sep 17 00:00:00 2001 From: XelaNull Date: Sat, 17 Jan 2026 13:16:11 -0500 Subject: [PATCH] docs: Add related community resources section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c024099..6724506 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ These are the sripts needed to write scripts for FS25. This is here for anyone making new mods and need the lua structure for that fuction. If you are using AI to help you mod and are hitting walls use these scripts to write your code and fix errors. + +## Related Community Resources + +- [FS25 Community LUADOC](https://github.com/umbraprior/FS25-Community-LUADOC) — Comprehensive API documentation (11,102 functions) +- [FS25 AI Coding Reference](https://github.com/XelaNull/FS25_UsedPlus/tree/master/FS25_AI_Coding_Reference) — Battle-tested implementation patterns and pitfalls