Update Run.sh
fix
This commit is contained in:
16
Run.sh
16
Run.sh
@@ -28,20 +28,20 @@ function del_iniKey() {
|
|||||||
del_iniKeyEx $CFG_FILE $1 $2 $3
|
del_iniKeyEx $CFG_FILE $1 $2 $3
|
||||||
}
|
}
|
||||||
function add_ServerPackage() {
|
function add_ServerPackage() {
|
||||||
add_iniKey 'Engine.GameEngine' ServerPackages $1
|
add_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'Engine.GameEngine' ServerPackages $1
|
||||||
add_iniKey 'XC_Engine.XC_GameEngine' ServerPackages $1
|
add_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'XC_Engine.XC_GameEngine' ServerPackages $1
|
||||||
}
|
}
|
||||||
function del_ServerPackage() {
|
function del_ServerPackage() {
|
||||||
del_iniKey 'Engine.GameEngine' ServerPackages $1
|
del_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'Engine.GameEngine' ServerPackages $1
|
||||||
del_iniKey 'XC_Engine.XC_GameEngine' ServerPackages $1
|
del_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'XC_Engine.XC_GameEngine' ServerPackages $1
|
||||||
}
|
}
|
||||||
function add_ServerActors() {
|
function add_ServerActors() {
|
||||||
add_iniKey 'Engine.GameEngine' ServerActors $1
|
add_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'Engine.GameEngine' ServerActors $1
|
||||||
add_iniKey 'XC_Engine.XC_GameEngine' ServerActors $1
|
add_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'XC_Engine.XC_GameEngine' ServerActors $1
|
||||||
}
|
}
|
||||||
function del_ServerActors() {
|
function del_ServerActors() {
|
||||||
del_iniKey 'Engine.GameEngine' ServerActors $1
|
del_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'Engine.GameEngine' ServerActors $1
|
||||||
del_iniKey 'XC_Engine.XC_GameEngine' ServerActors $1
|
del_iniKeyEx $DEFAULT_INSTALL_CFG_FILE 'XC_Engine.XC_GameEngine' ServerActors $1
|
||||||
}
|
}
|
||||||
function getmodprefix() {
|
function getmodprefix() {
|
||||||
UFile=$(find $OUTPUT_DIR/System -type f -iname "niut*.u" -exec basename {} \;)
|
UFile=$(find $OUTPUT_DIR/System -type f -iname "niut*.u" -exec basename {} \;)
|
||||||
|
|||||||
Reference in New Issue
Block a user