Skip to content

Unable to create a new game #1000

Answered by dorkster
BuzzLEquerre asked this question in Q&A
Discussion options

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 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