Cutstuff Forum

Mega Man 8-bit Deathmatch => Projects & Creative => Topic started by: TheGalactiaFormes on May 17, 2019, 07:29:59 PM

Title: Map Details - Custom
Post by: TheGalactiaFormes on May 17, 2019, 07:29:59 PM
So I've been trying to make a custom map pack based on A Hat in Time, but whilst testing, I've noticed that there are no "Map Details" in the bottom left corner (or at least, 1 from a different map altogether.)
How can I fix this, let alone add one in the first place?  :confused:
Title: Re: Map Details - Custom
Post by: Gumballtoid on May 17, 2019, 08:24:59 PM
It sounds like you're talking about map cards.

The reason a map card from another map appears is because of a special script that runs each time a map loads. This script updates console variables that store map card information, using information from the new map. If your custom map doesn't have this script, the console variables will not update, and information from a previous map will be used to create the map card instead.

I know that's a mouthful, but the gist of it is that you need to add a script to your map. Refer to this tutorial to get yourself started. http://cutstuff.net/forum/index.php?topic=10772.0 (http://cutstuff.net/forum/index.php?topic=10772.0)