mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-02-13 19:53:47 +00:00
Mid-December Updates
Next batch of updates, including the demon lord zombies, some function centralization, and datablock cleanup.
This commit is contained in:
parent
0954efcdc4
commit
f7095e8823
20 changed files with 1850 additions and 2045 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue