So im using hourences kismet interface which are like ui scenes)
Combined with the udn mouse interface gem in my prototype game(a 2.5d on rail shooter)
Today i decided to go to probably the final thing i needed to complete which is a pause menu.Im not a coder so until now i used kismet,the uiscenes and flv videos to achive in a simple way what i needed and it works for everything(all most all of the game mechanics and game menu).
I dont have scaleform so im looking at a solution for a simple pause menu.Currently what i did is hacky and not beautiful but it works.
https://s11.postimg.org/legtdibhv/pause.jpg
As you can see,im using the key button pressed bind to ENTER to pause and unpause the game with the console comand and show some photo background.Why use ENTER? Well its because simple keys dont work. Only stuff like enter and spacebar help to overwrite the thing.
-using that method the game is completly paused(i like that because the player is moving on rails,shooting enemies,etc),but i cant implement things like exit/continue with the ui scenes buttons as the whole game is paused and will not react to me pressing other stuff.
I know that for example if you play on pc using the utgame type,when you press escape you get a scaleform menu with the option to continue and escape.This function is conected to the escape key.Is there any way i can access this in kismet? I think it shoud be something like this:
https://s11.postimg.org/fc96n0n1v/escape.jpg
But its not working.
In two words,ideally i want to achive something like in this video in 0:27 but without the scaleform intervention.
Just completly pause the game and BE able to use the ¨¨call them¨¨ ui scenes or something elwse that is not complex.
Not sure if its possible.