mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
824448833f
Very simple test mission with creates, debug console enabled for all.
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
enableDebugConsole = 2; //note security risk
|
|
|
|
// respawn = "GROUP";
|
|
respawn = "BASE";
|
|
// respawn = "BIRD";
|
|
respawnDelay = 2;
|
|
|
|
class Header {
|
|
gameType = Coop;
|
|
minPlayers = 1;
|
|
maxPlayers = 491;
|
|
};
|
|
|
|
onLoadName = "ACE3 Testing";
|
|
// onLoadMission = "";
|
|
// author = "";
|
|
// loadScreen = ""; |