Mid-December Updates

Next batch of updates, including the demon lord zombies, some function
centralization, and datablock cleanup.
This commit is contained in:
Robert Fritzen 2017-12-19 17:25:48 -06:00
parent 0954efcdc4
commit f7095e8823
20 changed files with 1850 additions and 2045 deletions

View file

@ -58,6 +58,10 @@ function CreateServer(%mission, %missionType)
exec("scripts/particleEmitter.cs"); // Must exist before item.cs and explosion.cs
exec("scripts/particleDummies.cs");
exec("scripts/projectiles.cs"); // Must exits before item.cs
echo("*********************");
echo("* LOADING TWM2 DATABLOCKS");
exec("scripts/TWM2/MultiUseDatablocks.cs");
echo("*********************");
exec("scripts/player.cs");
exec("scripts/gameBase.cs");
exec("scripts/staticShape.cs");