mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
Custom loadscreen
This commit is contained in:
parent
5f8e5b3ccd
commit
900190e83e
39
MPMissions/epoch.Altis/description.ext
Normal file
39
MPMissions/epoch.Altis/description.ext
Normal file
@ -0,0 +1,39 @@
|
||||
author = "Epoch Mod Team";
|
||||
class Header
|
||||
{
|
||||
gameType = Sandbox;
|
||||
minPlayers = 1;
|
||||
maxPlayers = 100;
|
||||
};
|
||||
respawn = "BASE";
|
||||
respawnDelay = 600;
|
||||
respawnDialog = 0;
|
||||
|
||||
onLoadMission= "Epoch";
|
||||
OnLoadIntro = "Welcome to Epoch Mod";
|
||||
loadScreen = "pictures\loadScreen.jpg";
|
||||
OnLoadIntroTime = False;
|
||||
OnLoadMissionTime = False;
|
||||
onLoadName = "Epoch Mod";
|
||||
disabledAI = true;
|
||||
scriptedPlayer = 1;
|
||||
disableChannels[]={0,1,2,6};
|
||||
enableItemsDropping = 0;
|
||||
briefing = 0;
|
||||
debriefing = 0;
|
||||
enableDebugConsole = 0;
|
||||
joinUnassigned = 0;
|
||||
respawnOnStart = 0;
|
||||
forceRotorLibSimulation = 1;
|
||||
|
||||
corpseManagerMode = 1;
|
||||
corpseLimit = 10;
|
||||
corpseRemovalMinTime = 1200;
|
||||
corpseRemovalMaxTime = 3600;
|
||||
|
||||
wreckManagerMode = 1;
|
||||
wreckLimit = 2;
|
||||
wreckRemovalMinTime = 60;
|
||||
wreckRemovalMaxTime = 360;
|
||||
|
||||
class CfgRemoteExecCommands {};
|
BIN
MPMissions/epoch.Altis/pictures/loadscreen.jpg
Normal file
BIN
MPMissions/epoch.Altis/pictures/loadscreen.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
Reference in New Issue
Block a user