mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 11:39:18 +02:00
- Updated the tagline in `docusaurus.config.js` for improved clarity. - Streamlined sidebar navigation items for better organization of player and developer resources. - Enhanced README and various documentation files to clarify repository layout and improve accessibility. - Standardized language to English across documentation, ensuring consistency and clarity. - Removed unnecessary German localization references to focus on English content. This commit aims to enhance the overall clarity and usability of the documentation.
29 lines
608 B
Markdown
29 lines
608 B
Markdown
---
|
|
id: newbies
|
|
title: Newbies
|
|
slug: /audiences/newbies
|
|
---
|
|
|
|
## Goal
|
|
|
|
Get FrikaMF running safely and understand the minimum concepts.
|
|
|
|
## Start here
|
|
|
|
1. Install MelonLoader and run the game once.
|
|
2. Copy `FrikaModdingFramework.dll` into `Data Center/Mods`.
|
|
3. Add the mod that depends on FrikaMF.
|
|
4. Check `MelonLoader/Latest.log`.
|
|
|
|
## Read next
|
|
|
|
- `.wiki/End-User-Release.md`
|
|
- `.wiki/End-User-Release-en.md`
|
|
- `.wiki/Known-Incompatibilities-en.md`
|
|
|
|
## Common mistakes
|
|
|
|
- Wrong folder (`Mods` vs `RustMods`)
|
|
- Missing first game start after MelonLoader install
|
|
- Mixing incompatible game/framework versions
|