
Well, i have a map, deathmatch_spawns, intermission, and the map works all fine!
But, how do i add a "Loading screen/Thumbnail" to it?
Been trying to put a .gsc file in the mp (in the .pk3) the .gsc looks like this:
main()
{
game["layoutimage"] = "map_thumbnail";
}
Like that, and i added a "levelshots" map, and putted the picture in there
But still, no loading screen;/
Anyone knows what to do?