mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
bump version to 0.3.9
build 439
This commit is contained in:
parent
9a1751177c
commit
22bdf9113f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,7 +13,7 @@
|
||||
*/
|
||||
class CfgEpochClient
|
||||
{
|
||||
epochVersion = "0.3.8.0";
|
||||
epochVersion = "0.3.9.0";
|
||||
sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = 1% - 55% if soiled (+ 2% if in city) chance to spawn sapper
|
||||
droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100 = // 2% chance (+ 4% chance if in city) (1% - 2% Half if using silencer) to spawn drone if shot fired
|
||||
buildingNearbyMilitary = 0; //1 to allow building nearby
|
||||
|
@ -1 +1 @@
|
||||
build=436;
|
||||
build=439;
|
||||
|
@ -1 +1 @@
|
||||
build=436;
|
||||
build=439;
|
||||
|
@ -139,7 +139,7 @@ class CfgServerFunctions
|
||||
};
|
||||
class CfgServerVersion
|
||||
{
|
||||
client = "0.3.8.0";
|
||||
config = "0.3.8.0";
|
||||
client = "0.3.9.0";
|
||||
config = "0.3.9.0";
|
||||
hive = "0.5.1.7";
|
||||
};
|
||||
|
@ -1 +1 @@
|
||||
build=436;
|
||||
build=439;
|
||||
|
@ -1 +1 @@
|
||||
build=438;
|
||||
build=439;
|
||||
|
@ -20,7 +20,7 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
epochVersion = "0.3.8.0";
|
||||
epochVersion = "0.3.9.0";
|
||||
requiredAddons[] = {};
|
||||
#include "build.hpp"
|
||||
};
|
||||
|
@ -81,9 +81,9 @@ echo build=%BUILDNUMBER%; > !serverBuildInc!
|
||||
SET SOURCE_PATH=%MAIN_PATH%\Sources\epoch_server
|
||||
SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\@EpochHive\addons
|
||||
SET TEMP_PATH=x\addons\a3_epoch_server
|
||||
rd /s/q p:\!TEMP_PATH!
|
||||
xcopy /s/e/y/q/i "!SOURCE_PATH!" p:\!TEMP_PATH!
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!TEMP_PATH!" "!OUTPUT_PATH!" -clear -prefix="!TEMP_PATH!" -project="P:\!TEMP_PATH!" -include=!AB_includes_path!
|
||||
rd /s/q P:\packing\!TEMP_PATH!
|
||||
xcopy /s/e/y/q/i "!SOURCE_PATH!" P:\packing\!TEMP_PATH!
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\packing\!TEMP_PATH!" "!OUTPUT_PATH!" -clear -prefix="!TEMP_PATH!" -project="P:\packing\!TEMP_PATH!" -include=!AB_includes_path!
|
||||
if '%choice%'=='5' (
|
||||
call :settings
|
||||
) else (
|
||||
@ -95,9 +95,9 @@ echo build=%BUILDNUMBER%; > !settingsBuildInc!
|
||||
SET SOURCE_PATH=%MAIN_PATH%\Sources\epoch_server_settings
|
||||
SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\@EpochHive\addons
|
||||
SET TEMP_PATH=a3_epoch_server_settings
|
||||
rd /s/q p:\!TEMP_PATH!
|
||||
xcopy /s/e/y/q/i "!SOURCE_PATH!" p:\!TEMP_PATH!
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!TEMP_PATH!" "!OUTPUT_PATH!" -packonly -clear -prefix="!TEMP_PATH!" -project="P:\!TEMP_PATH!" -include=!AB_includes_path!
|
||||
rd /s/q P:\packing\!TEMP_PATH!
|
||||
xcopy /s/e/y/q/i "!SOURCE_PATH!" P:\packing\!TEMP_PATH!
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\packing\!TEMP_PATH!" "!OUTPUT_PATH!" -packonly -clear -prefix="!TEMP_PATH!" -project="P:\packing\!TEMP_PATH!" -include=!AB_includes_path!
|
||||
if '%choice%'=='5' (
|
||||
call :core
|
||||
) else (
|
||||
@ -109,9 +109,9 @@ echo build=%BUILDNUMBER%; > !coreBuildInc!
|
||||
SET SOURCE_PATH=%MAIN_PATH%\Sources\epoch_server_core
|
||||
SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\@EpochHive\addons
|
||||
SET TEMP_PATH=epoch_server_core
|
||||
rd /s/q p:\!TEMP_PATH!
|
||||
xcopy /s/e/y/q/i "!SOURCE_PATH!" p:\!TEMP_PATH!
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!TEMP_PATH!" "!OUTPUT_PATH!" -clear -prefix="!TEMP_PATH!" -project="P:\!TEMP_PATH!" -include=!AB_includes_path!
|
||||
rd /s/q P:\packing\!TEMP_PATH!
|
||||
xcopy /s/e/y/q/i "!SOURCE_PATH!" P:\packing\!TEMP_PATH!
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\packing\!TEMP_PATH!" "!OUTPUT_PATH!" -clear -prefix="!TEMP_PATH!" -project="P:\packing\!TEMP_PATH!" -include=!AB_includes_path!
|
||||
if '%choice%'=='5' (
|
||||
call :allmaps
|
||||
) else (
|
||||
@ -125,13 +125,13 @@ SET OUTPUT_PATH=%MAIN_PATH%\Server_Install_Pack\MPMissions
|
||||
for /f "tokens=*" %%G in ('dir /b /s /a:d "!SOURCE_PATH!\mpmissions\epoch.*"') do (
|
||||
SET MISSION=%%~nxG
|
||||
echo building !MISSION! pbo
|
||||
rd /s/q p:\!MISSION!
|
||||
rd /s/q p:\packing_missions\!MISSION!
|
||||
rem Moving files into temp folder
|
||||
xcopy /s/e/y/q/i/d "!SOURCE_PATH!\mpmissions\!MISSION!" p:\!MISSION!
|
||||
xcopy /s/y/q/i/f "!SOURCE_PATH!\description.ext" p:\!MISSION!
|
||||
xcopy /s/e/y/q/i/d "!SOURCE_PATH!\epoch_code" p:\!MISSION!\epoch_code
|
||||
xcopy /s/e/y/q/i/d "!SOURCE_PATH!\epoch_config" p:\!MISSION!\epoch_config
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\!MISSION!" "!OUTPUT_PATH!" -clear -prefix=\ -project=P:\ -include=!AB_includes_path!
|
||||
xcopy /s/e/y/q/i/d "!SOURCE_PATH!\mpmissions\!MISSION!" P:\packing\!MISSION!
|
||||
xcopy /s/y/q/i/f "!SOURCE_PATH!\description.ext" P:\packing\!MISSION!
|
||||
xcopy /s/e/y/q/i/d "!SOURCE_PATH!\epoch_code" P:\packing\!MISSION!\epoch_code
|
||||
xcopy /s/e/y/q/i/d "!SOURCE_PATH!\epoch_config" P:\packing\!MISSION!\epoch_config
|
||||
START "" /min /WAIT "!TOOLS_PATH!\AddonBuilder.exe" "P:\packing\!MISSION!" "!OUTPUT_PATH!" -clear -prefix=\ -project=P:\packing\ -include=!AB_includes_path!
|
||||
)
|
||||
goto end
|
||||
:end
|
||||
|
Loading…
Reference in New Issue
Block a user