Skip to main content

Welcome

This is the home for Dietrich Development docs — starting with RedM scripts and expanding to future apps & SaaS.
Use the quick links below to get up and running fast.
Need help? Open a ticket on Discord (category: RedM or Apps & SaaS) or email us at contact@dietrich-development.com.

Get started

Explore RedM scripts

1

Prepare your environment

Read the requirements and set up your dev tools:
  • Server environment (RedM/FiveM compatible stack)
  • Editor & version control
  • Logging & basic debugging
2

Install your first script

Follow the Quickstart and then the detailed installation. Verify the script loads, configs apply, and logs are clean.
3

Configure & refine

Tune configuration to your server’s needs. Check Snippets for ready-to-use patterns.
4

Stay updated

Keep an eye on Changelog and Roadmap to track changes and upcoming features.

Development & operations

Keep a staging server for testing new releases and configuration changes before going live.

Troubleshooting

Verify requirements, check server logs for missing dependencies, and re-apply configs step by step.
Clear caches, restart resources in correct order, and confirm there are no duplicate config files shadowing changes.
Start with performance tips, profile hotspots, and reduce polling/tick frequencies where possible.
Changelogs for all scripts are consolidated in Guides → Changelog.
Individual script pages focus on features, setup, and examples.
I