- Joined
- Dec 28, 2014
- Messages
- 62
Hi. I'm making a blank map which purpose is only to run cinematic (TutorialOp.mpq) and to make more aesthetic appeal i want to skip loading screen, well make feeling of it. Right now i'm at a point where i can't continue without a thought from aside.
What i want to do is make a loading screen COMPLETELY black, without any text on it, and without famous "press any key to continue". Well, the loading bar and/or text is not so essential to remove, but all other text is. I've tried making custom screen with black texture, but it doesn't skip "press any key", even with "call forceuicancel()" since it's a singleplayer map. I have also tried setting "set bj_isSinglePlayer = false" and triggering "call ForceUICancel()", but had no result.
However there is a glitch, i'll try to explain, here's my trigger
If i do use a pause it works as it should though wanting me to press any key to load map, so here comes the nasty choice =(
----------
I've also tried making melee loading screen black. Was successful in removing everything except for text, so i end up with black screen with something like "WorldEdit Orc" and "L O A D I N G" text signs. I was hoping to import some empty font file (like no info for characters), but the game seem to load it after the map starts, but not before. Well, the "loading" sign isn't much disappealing, but playername and race is.
So is there any workaround for that (removing the text or just a player name and race text, or skipping that press any key to continue with custom loading screen), maybe somebody was more successfull in it than i am and found something interesting?
What i want to do is make a loading screen COMPLETELY black, without any text on it, and without famous "press any key to continue". Well, the loading bar and/or text is not so essential to remove, but all other text is. I've tried making custom screen with black texture, but it doesn't skip "press any key", even with "call forceuicancel()" since it's a singleplayer map. I have also tried setting "set bj_isSinglePlayer = false" and triggering "call ForceUICancel()", but had no result.
However there is a glitch, i'll try to explain, here's my trigger
-
Events
- Map initialization
-
Actions
- Custom script: call CinematicFadeBJ(bj_CINEFADETYPE_FADEOUT , 0.00 , "ReplaceableTextures\\CameraMasks\\White_mask.blp" , 0 , 0 , 0 , 0)
- Custom script: call ShowInterfaceForceOff(GetPlayersAll() , 0.00)
- Custom script: call TriggerSleepAction(0.01)
- Custom script: call CustomVictoryBJ(Player(0) , false , false)
- Custom script: call PlayCinematic("TutorialOp")
If i do use a pause it works as it should though wanting me to press any key to load map, so here comes the nasty choice =(
----------
I've also tried making melee loading screen black. Was successful in removing everything except for text, so i end up with black screen with something like "WorldEdit Orc" and "L O A D I N G" text signs. I was hoping to import some empty font file (like no info for characters), but the game seem to load it after the map starts, but not before. Well, the "loading" sign isn't much disappealing, but playername and race is.
So is there any workaround for that (removing the text or just a player name and race text, or skipping that press any key to continue with custom loading screen), maybe somebody was more successfull in it than i am and found something interesting?
Last edited: