Initial baseline - KP Liberation v0.96.7a Ruha variant

This commit is contained in:
2026-06-11 01:08:09 +02:00
commit 6f5e757e92
478 changed files with 64458 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
class server_highcommand {
file = "scripts\server\highcommand";
class highcommand {ext = ".fsm";};
};
class server_sector {
file = "scripts\server\sector";
class destroyFob {};
class sectorMonitor {ext = ".fsm";};
class spawnSectorCrates {};
class spawnSectorIntel {};
};
class server_support {
file = "scripts\server\support";
class createSuppModules {};
};