# Frequently Asked Questions

***

## "My game crashes when launching the modpack"

* Make sure you're using **Java 21 or higher**.
* Allocate at least **8 GB of RAM** in your launcher. 10 to 12 GB is recommended.
* Avoid having other heavy applications open while launching the game.
* For solo play, use the recommended JVM flags for better stability.

[See the Solo Optimization Guide](https://our-story-network.gitbook.io/cr-wiki/cr-en/settings/optimize-solo-performance)

***

## "I can't find any Pokemon"

* Explore different biomes because spawn variety depends on location.
* Some Pokemon only appear at night, in caves, or during specific weather.
* Use `/checkspawns` in-game to see nearby spawn chances.

[Read the Pokemon Spawns Guide](https://our-story-network.gitbook.io/cr-wiki/cr-en/cobblemon-realms/pokemon-and-spawns)

***

## "Can I add more mods?"

* Technically yes, but it is strongly discouraged.
* Extra mods can break balance, progression, performance, and compatibility.
* If you do add mods, test them one by one and be ready to remove them if issues appear.

***

## "Can I start solo and invite friends later?"

* Yes. You can move your singleplayer world to a server later.
* Use the server pack from CurseForge to make setup easier.

***

## "Can I use Aternos, Minehut, or another free host?"

* Not recommended for a large modpack like this.
* Choose a host with enough RAM, Java 21, and FTP access.

***

## "Does the modpack require special setup?"

* Yes. Use **Java 21 or higher**.
* Allocate at least **8 GB of RAM**.
* A dedicated GPU is strongly recommended for shader performance.

[Follow the Installation Guide](https://our-story-network.gitbook.io/cr-wiki/cr-en/information/installation)

***

## "Can I translate or help improve the wiki?"

* Yes. Contributions are welcome, especially translations.
* The wiki is now managed through **GitHub** and **GitBook** only.
* You can suggest corrections, improve wording, or submit translated pages through GitHub.

***

## "Are there unique forms or evolutions?"

* Yes. The modpack includes several exclusive forms and special content.

[See Pokemon Exclusive Forms](https://our-story-network.gitbook.io/cr-wiki/cr-en/pokemon-exclusives/mewtwo-exclusive-forms)

***

## "Where can I learn more about trainers, level caps, and gyms?"

* Check the trainer progression guide for level caps, key trainers, gym leaders, and progression details.

[Read the Level Cap and Trainers Guide](https://our-story-network.gitbook.io/cr-wiki/cr-en/cobblemon-realms/levelcap-and-trainers)

***

## Still have questions?

Join the Discord server for help, discussion, or bug reports:

<https://discord.gg/kb8NSTF45n>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://our-story-network.gitbook.io/cr-wiki/cr-en/information/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
