@@ -16,4 +16,5 @@ WorldLoaded = function()
|
|||||||
atreides = Player.GetPlayer("Atreides")
|
atreides = Player.GetPlayer("Atreides")
|
||||||
|
|
||||||
InsertHarvester()
|
InsertHarvester()
|
||||||
|
Media.PlayMusic("score")
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -162,4 +162,6 @@ WorldLoaded = function()
|
|||||||
SendSovietUnits(Entry5.Location, UnitTypes, 50)
|
SendSovietUnits(Entry5.Location, UnitTypes, 50)
|
||||||
SendSovietUnits(Entry6.Location, UnitTypes, 50)
|
SendSovietUnits(Entry6.Location, UnitTypes, 50)
|
||||||
SendSovietUnits(Entry7.Location, BeachUnitTypes, 15)
|
SendSovietUnits(Entry7.Location, BeachUnitTypes, 15)
|
||||||
|
|
||||||
|
Media.PlayMusic()
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -40,7 +40,8 @@ Rules:
|
|||||||
-StartGameNotification:
|
-StartGameNotification:
|
||||||
-SpawnMPUnits:
|
-SpawnMPUnits:
|
||||||
-MPStartLocations:
|
-MPStartLocations:
|
||||||
LoadWidgetAtGameStart:
|
LuaScript:
|
||||||
|
Scripts: shellmap.lua
|
||||||
|
|
||||||
Sequences:
|
Sequences:
|
||||||
|
|
||||||
|
|||||||
7
mods/ts/maps/blank-shellmap/shellmap.lua
Normal file
7
mods/ts/maps/blank-shellmap/shellmap.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
PlayMusic = function()
|
||||||
|
Media.PlayMusic("maps", PlayMusic)
|
||||||
|
end
|
||||||
|
|
||||||
|
WorldLoaded = function()
|
||||||
|
PlayMusic()
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user