Search the Community
Showing results for tags 'main menu scene'.
Found 1 result
-
Custom main menu scene not showing up
Roach_ posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I've made an intro in the editor which works fine and I decided to turn it into the background scene in the main menu. However, the scene doesn't seem to work and the camera simply appears to be looking down the terrain from the sky, so the mission doesn't seem to be loading properly. Here's my config. I don't get any errors while packing the mod, nor while the addons are being loaded. I also made sure to name the intro script "initIntro.sqf" as stated here. class RscStandardDisplay; class RscDisplayMain: RscStandardDisplay { enableDisplay=0; delete Spotlight; class controls { delete Spotlight1; delete Spotlight2; delete Spotlight3; delete BackgroundSpotlightRight; delete BackgroundSpotlightLeft; delete BackgroundSpotlight; }; }; class CfgPatches { class BvT_Main_Menu { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Map_Altis","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Map_Altis_Scenes","A3_Map_Tanoabuka","A3_Map_Enoch"}; author[]= { "Blackest Night" }; fileName="BvT_Main_Menu.pbo"; worlds[]={}; }; }; class CfgMissions { class Cutscenes { class Tanoa_Intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Altis_Intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Stratis_Intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Map_VR_anim01 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Enoch_intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Malden_intro { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; }; };- 2 replies
-
- main menu scene
- cutscene
-
(and 3 more)
Tagged with: