mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove ace_server.pbo (#5765)
* Remove ace_server.pbo * Cleanup make.py
This commit is contained in:
parent
3f1b755e61
commit
8fbb7378d4
@ -1 +0,0 @@
|
||||
NOBIN
|
@ -1 +0,0 @@
|
||||
z\ace\addons\server
|
@ -1,19 +0,0 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
name = COMPONENT_NAME;
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
author = ECSTRING(common,ACETeam);
|
||||
authors[] = {"Glowbal"};
|
||||
url = ECSTRING(main,URL);
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
class ACE_ServerSettings {
|
||||
#include "\userconfig\ace\serverconfig.hpp"
|
||||
};
|
@ -1,13 +0,0 @@
|
||||
#define COMPONENT server
|
||||
#define COMPONENT_BEAUTIFIED Server
|
||||
#include "\z\ace\addons\main\script_mod.hpp"
|
||||
|
||||
#ifdef DEBUG_ENABLED_SERVER
|
||||
#define DEBUG_MODE_FULL
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_SETTINGS_SERVER
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_SERVER
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -71,7 +71,7 @@ key = ""
|
||||
dssignfile = ""
|
||||
prefix = "ace"
|
||||
pbo_name_prefix = "ace_"
|
||||
signature_blacklist = ["ace_server.pbo"]
|
||||
signature_blacklist = []
|
||||
importantFiles = ["mod.cpp", "README.md", "docs\\README_DE.md", "docs\\README_PL.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa", "meta.cpp"]
|
||||
versionFiles = ["README.md", "docs\\README_DE.md", "docs\\README_PL.md", "mod.cpp"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user