|
|
|
thedesigner  |
Trainee | Member since: 24.02.2012, 15:34 | Posts: 161 |
Likes: 1 |
| |
|
Post Topic: Where is the default scaleform game screen user menu stored? Posted 28.02.2012, 20:01 |
Hi, When I start the launcher.exe and login with my account,then I get the default scaleform user menu that looks like this:
Where is the data for this stored ? And can I disable this menu ?
|
|
|
|
|
|
|
|
DCamer  |
Beginner | Member since: 12.09.2009, 12:30 | Posts: 15 | Location: Russia, Orel |
Likes: 0 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 28.02.2012, 20:20 |
GameData.pak\Libs\UI\Menus_Startmenu.gfx — Flash element itself. GameData.pak\Libs\UI\UIElements\MainMenu.xml — UI Actions all menus. To disable it use flowgraph, just delete or disable links of node UI:Display:Display in flowgraph UI Action/MM_Display/mm_displaymenu.
|
|
|
|
|
|
|
thedesigner  |
Trainee | Member since: 24.02.2012, 15:34 | Posts: 161 |
Likes: 1 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 28.02.2012, 21:57 |
In which level file must I delete it from the flowgraph ? Because it is not in the flowgraph of the Forest.cry level.
|
|
|
|
|
|
|
thedesigner  |
Trainee | Member since: 24.02.2012, 15:34 | Posts: 161 |
Likes: 1 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 28.02.2012, 22:15 |
What I am trying to do is I want to start the Forest level directly instead of getting the main menu game screen first. I'm sorry for these things,I'm new to cryengine 3. I hope you don't mind .
|
|
|
|
|
|
|
Warhead_Killor  |
Beginner | Member since: 20.08.2011, 15:07 | Posts: 41 | Status: Online |
Likes: 1 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 28.02.2012, 22:40 |
You can use the console command using the ~ key on your keyboard and typing in the map name...in your case: map forest
Warhead Studios - Game Designer/Writer - Currently working on Omni
|
|
|
|
|
|
|
DCamer  |
Beginner | Member since: 12.09.2009, 12:30 | Posts: 15 | Location: Russia, Orel |
Likes: 0 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 28.02.2012, 22:54 |
Quote by thedesigner: In which level file must I delete it from the flowgraph ? Because it is not in the flowgraph of the Forest.cry level. In any. HUD Flowgraphs loads regardless of the level, even without opening levels. Screenshot:
P.S. Flowgraph may open via View->Open View Pane->Flow Graph. P.S.S. Any level is opened via the menu item File->Open.
|
|
|
|
|
|
|
thedesigner  |
Trainee | Member since: 24.02.2012, 15:34 | Posts: 161 |
Likes: 1 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 28.02.2012, 23:11 |
Yes,but here's what I mean exactly. When I start Launcher.exe then I log in with my account. And after that I get the main game screen menu UI. But I do not want to get the main game screen menu UI first. What I want to do is open the Forest level directly when I have used the Launcher.exe and successfully logged in with my account. So how can I bypass the main game screen UI ?
|
|
|
|
|
|
|
DCamer  |
Beginner | Member since: 12.09.2009, 12:30 | Posts: 15 | Location: Russia, Orel |
Likes: 0 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 28.02.2012, 23:59 |
In flowgraph UI Action/MM_Display/mm_displaymenu add node UI:Functions:System:LoadLevel, then link output port StartAction ( UI:Action:Start node) to input port send, in input port Level type forest, and in input port GameRules type SinglePlayer.
Now in flowgraph UI Action/MM_PagesIngame/mm_ingamemenu do so:
|
|
|
|
|
|
|
thedesigner  |
Trainee | Member since: 24.02.2012, 15:34 | Posts: 161 |
Likes: 1 |
| |
|
Post Topic: Re: Where is the default scaleform game screen user menu sto Posted 29.02.2012, 01:50 |
It works,thank you very much.
|
|
|
|
|