Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Easy FPS Editor v1.6

Simple way to create an old-school First Person Shooter! · By JessicoChan

Display an image + music when game is finished

A topic by PixelPauer created Jun 12, 2022 Views: 221 Replies: 4
Viewing posts 1 to 2

Hi,

I wanna display an image with music in the background after finishing the game.

What's the best way to do so?

(1 edit)

i havent done this, but this is what i planned to do:

make a new blank map that comes after the last map (like endinglevel.eem)

make your map cutscene script as you normally would for the intro to a map you are going to play

but when you make your endinglevel.script don't finish it with map start like you normally would

it should just hang on your intro screen  for the last map

as i said i havent tested this, i never finished a game to make a proper ending :)

an example of a script could be

auto 1

play music /Music/ending.ogg

vn 1

image ending /Titles/ending.png

bg Intro 1

auto 0

text "Game over. You killed the evil nazi zombies or  whatever the fuck they were."

That could work. Thanks a ton for your answer!

you could just do it from a script in the map like step on a trigger or activate a terminal to end the game, but you wouldnt be able to change the music in that script. can only change the music in a cutscene, hence why i thought using cutscene for a blank map.

(1 edit)

Why not just to make a map script so it will start automatically?
Also, you will need "map next" in the end, otherwise, it will get stuck.