This commit is contained in:
parent
e0ff6013f0
commit
c30b5204a6
@ -5,9 +5,16 @@ mainprefix = "z"
|
|||||||
|
|
||||||
[files]
|
[files]
|
||||||
include = [
|
include = [
|
||||||
"forge_mod_version.json",
|
|
||||||
"*.paa",
|
"*.paa",
|
||||||
"userconfig/**/*"
|
"*.json",
|
||||||
|
"userconfig/**/*",
|
||||||
|
"mod.cpp",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE",
|
||||||
|
"icon_64_ca.paa",
|
||||||
|
"icon_128_ca.paa",
|
||||||
|
"icon_128_highlight_ca.paa",
|
||||||
|
"title_co.paa"
|
||||||
]
|
]
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define MAINPREFIX z
|
#define MAINPREFIX z
|
||||||
#define PREFIX sof
|
#define PREFIX forge
|
||||||
|
|
||||||
#include "script_version.hpp"
|
#include "script_version.hpp"
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#define REQUIRED_VERSION 2.12
|
#define REQUIRED_VERSION 2.12
|
||||||
|
|
||||||
#ifdef COMPONENT_BEAUTIFIED
|
#ifdef COMPONENT_BEAUTIFIED
|
||||||
#define COMPONENT_NAME QUOTE(SOF Mod - COMPONENT_BEAUTIFIED)
|
#define COMPONENT_NAME QUOTE(FORGE Mod - COMPONENT_BEAUTIFIED)
|
||||||
#else
|
#else
|
||||||
#define COMPONENT_NAME QUOTE(SOF Mod - COMPONENT)
|
#define COMPONENT_NAME QUOTE(FORGE Mod - COMPONENT)
|
||||||
#endif
|
#endif
|
@ -1,4 +1,4 @@
|
|||||||
#define MAJOR 1
|
#define MAJOR 1
|
||||||
#define MINOR 0
|
#define MINOR 0
|
||||||
#define PATCH 0
|
#define PATCH 0
|
||||||
#define BUILD 3
|
#define BUILD 0
|
@ -1,4 +1,4 @@
|
|||||||
class FORGE_CfgPhones {
|
class CfgPhone {
|
||||||
class themes {
|
class themes {
|
||||||
class bg_dark01 {
|
class bg_dark01 {
|
||||||
themeName = "Dark"; // Name of theme
|
themeName = "Dark"; // Name of theme
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
class FORGE_CfgPhones {
|
class CfgPhone {
|
||||||
class themes {
|
class themes {
|
||||||
class bg_dark01 {
|
class bg_dark01 {
|
||||||
themeName = "Dark"; // Name of theme
|
themeName = "Dark"; // Name of theme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user