Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Good evening,
I just discovered that I can no longer create games with my mod, only I can’t find where the problem comes from.
Does anyone have an idea ?
Capture d'écran 2025-08-02 223202
( I activated my mod in the configuration menu)

You must be logged in to vote

You're missing maps/spawn.txt in your mod. It's the default map that players start in, and is usually just a teleport event to the actual starting map.

Example from the empyrean_campaign mod:

# this file is automatically loaded when a New Game starts.
# it's a dummy map to send the player to the actual starting point.

[header]
width=1
height=1
hero_pos=0,0

[event]
type=event
location=0,0,1,1
activate=on_load
intermap=maps/arrival.txt,20,20

Replies: 1 comment

Comment options

You're missing maps/spawn.txt in your mod. It's the default map that players start in, and is usually just a teleport event to the actual starting map.

Example from the empyrean_campaign mod:

# this file is automatically loaded when a New Game starts.
# it's a dummy map to send the player to the actual starting point.

[header]
width=1
height=1
hero_pos=0,0

[event]
type=event
location=0,0,1,1
activate=on_load
intermap=maps/arrival.txt,20,20
You must be logged in to vote
0 replies
Answer selected by BuzzLEquerre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.