add box features

This commit is contained in:
Redo
2025-02-26 17:36:12 -07:00
parent cd5b46cc3b
commit dd049be341
21 changed files with 1510 additions and 339 deletions

29
client.cs Normal file
View File

@ -0,0 +1,29 @@
// Executes all required scripts and initializes the client side.
// -------------------------------------------------------------------
// Not updating because it's useless
$ND::Version = "1.6.3";
$ND::FilePath = filePath($Con::File) @ "/";
$ND::ConfigPath = "config/NewDuplicator/";
$ND::ClassPath = $ND::FilePath @ "classes/";
$ND::ScriptPath = $ND::FilePath @ "scripts/";
$ND::ResourcePath = $ND::FilePath @ "resources/";
exec($ND::ScriptPath @ "client/guis/fillwrench.gui");
exec($ND::ScriptPath @ "client/controls.cs");
exec($ND::ScriptPath @ "client/handshake.cs");
exec($ND::ScriptPath @ "client/wrench.cs");
//if(!$Pref::ND::DisableUpdater
// && !$SupportUpdaterMigration
// && !isFile("Add-Ons/Support_Updater.zip"))
//{
// exec($ND::ScriptPath @ "client/tcpclient.cs");
// exec($ND::ScriptPath @ "client/updater.cs");
//}
activatePackage(NewDuplicator_Client);
ndRegisterKeybinds();