ALHSLeo
Member-
Content Count
20 -
Joined
-
Last visited
-
Medals
Everything posted by ALHSLeo
-
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
2.068 AaD : Version 2.068 AaD Download here Changed : All Strikers ( M1126_ICV_M2_EP1-M1135_ATGMV_EP1) moved to light factory, reason : this is wheeled vehicles, and Motorized Infantry - Motorized Section use M1126_ICV_M2_EP1( Striker with M2 machinegun ), with this ai-s normally covered by own technic at game start. Russians - have BTR60 in light factory without upgrades, reason - americans have 2 btr-s ( Strikers ) at start. And russian Motorized Infantry - Motorized Infantry Squad use BTR-60 at start, for covering troops at start, not a light vehicle Kamaz. Settings : Suplyes : 4800 Money : 4800 Starting time : 6:00 GroupSize AI : 6 ICBM : Enabled Arty : Disabled HighCommand : Disabled. MMA : Enabled. -
Changed version of Warfare Benny Edition 2.062 Takistan and Zargabad. Added for East and West jets, technic and some weapons from ARMA2 - need ARMA 2 Combined Operations for playing. Changed : West : LAV25_HQ - reason : too fast die East Striker HQ on the rocks. East : RTR90_HQ - reason : BMP2 have too slow speed on the rocks. Version 2.0626 Download here 2.0622 : Fixed bug with Mg-Nests. 2.0623 : Based on the today 25.07.2010 fixed by Benny WarfareBE 2.062 2.0624 : Based on the tonight 25.07.2010 fixed by Benny WarfareBE 2.062 2.0625 : Added - bykes from Arma2 for 2 sides, and Cars to central bunkers. DMR for west MP5 and MP5SD for west AAV and AAV squads for bots to west. Kamaz for east. T34 squads for bots for east. Added for east city defence t90 and tunguska - changed shilka to tunguska, t72 in large cities to t90. Fixed ( changed from ARMA 2) Tow for West. 2.0626 : Only minor fixes : Changed place of hangar on the Loy-Manaras airfield - reason : if one player create jet in hangar, but second try to fly from airfield - sometimes jet spawn on the airfield - and second player don't have enought time for stop, and 2 jets blow ... 2.0626 MMA : Added MMA script suite for Takistan and Zargabad Warfare BE 2.0625. Changed place of hangar on the Loy-Manaras airfield. 2.068 AaD : Version 2.068 AaD Download here Changed : All Strikers ( M1126_ICV_M2_EP1-M1135_ATGMV_EP1) moved to light factory, and Motorized Infantry - Motorized Section use M1126_ICV_M2_EP1( Striker with M2 machinegun ), with this ai-s normally covered by own technic at game start. Russians - have BTR60 in light factory without upgrades, reason - americans have 2 btr-s ( Strikers ) at start. And russian Motorized Infantry - Motorized Infantry Squad use BTR-60 at start, not a light vehicle Kamaz. Settings : Suplyes : 4800 Money : 4800 Starting time : 6:00 GroupSize AI : 6 ICBM : Enabled Arty : Disabled HighCommand : Disabled. MMA : Enabled. From Ricnunes Ricmi24 ( Mi24 Radar fix ) edited addon version 1.1 : added classes for Operation Arrowhed Mi24. Addon version 1.1 download here P.S. Thanx to : Benny - for Warfare BE Mandoble - for Mando missiles script suite. Tagma and =WASP= squads - for ideas. Xerxes-17 - for idea to add MMA. GossamerS - for help with integrating MMA.
-
Why do Servers with mods show yellow
ALHSLeo replied to brit~XR's topic in ARMA 2 & OA - MULTIPLAYER
[HUD]Dorph - you are right, this is a problem, becouse all connect to green servers, but this yellow question show if server have only serverside addons too, not needed on the client side. Before latest patches all be fine, if server use only serverside addons - you can put mods in the game addon folder on the server - and server be green, but with latest patches - always yellow .... And if server green - you got full server with peoples, if server yellow - then you have a emty server. With this yellow sign serverside mods unusable, no one of players don't have serverside addons instaled... -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
2.0626 : Only minor fixes : Changed place of hangar on the Loy-Manaras airfield - reason : if one player create jet in hangar, but second try to fly from airfield - sometimes jet spawn on the airfield - and second player don't have enought time for stop, and 2 jets blow ... 2.0626 MMA : Added MMA script suite for Takistan and Zargabad Warfare BE 2.0625. Changed place of hangar on the Loy-Manaras airfield. Version 2.0626 Download here P.S. Updated first my post, writed all changelog in it. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
i watched your code in your misson, and inserted this 5 lines in my version ( thanx for it ), and added more checks in the if (typeName _cost == "SCALAR") then... becouse Benny in last version implement mysql score tables, and this advanced checks needed (with proper - from Benny - points for kills). this is my version of mando_score.sqf : // Air 5, Car 2, Tank 3, Boat 3, Static 3 // Code that is executed by missile warhead scripts to add score to players firing missiles. Sleep 2; _var = false; if ((damage _target > 0.9) || (isNull _target)) then { if (!isNull _target) then { _var = _target getVariable "mando_kill_scored"; }; if ((isNil "_var") || (isNull _target)) then { if (!isNull _target) then { [_target] spawn { Sleep 5; (_this select 0) setVariable ["mando_kill_scored", true, true]; }; }; if (typeName _cost == "SCALAR") then { _rating = 100 + _cost / 1000; } else { _rating = 100; }; if (_classtarget isKindOf "Plane") then { _score = 8; } else { if (_classtarget isKindOf "Car") then { _score = 2; } else { if (_classtarget isKindOf "Tank") then { _score = 4; } else { if (_classtarget isKindOf "Boat") then { _score = 3; } else { if (_classtarget isKindOf "BigShip") then { _score = 25; } else { if (_classtarget isKindOf "SmallShip") then { _score = 15; } else { if (_classtarget isKindOf "Ship") then { _score = 10; } else { if (_classtarget isKindOf "StaticWeapon") then { _score = 3; } else { if (_classtarget isKindOf "Helicopter") then { _score = 6; } else { if (_classtarget isKindOf "Building") then { _score = 3; } else { if (_classtarget isKindOf "Infantry") then { _score = 1; } else { _score = 1; }; }; }; }; }; }; }; }; }; }; }; if (({!alive _x} count _crewt) > 0) then { _score = _score + ({!alive _x} count _crewt); }; if (_side == (side _launcher)) then { _rating = -_rating; _score = -_score; }; _crew = crew _launcher; _unit = _crew select 0; if (local _target) then { [_target, _unit, _side] execVM "Common\Functions\Common_UnitKilled.sqf"; }; for [{_i=0},{_i < (count _crew)},{_i=_i+1}] do { _unit = _crew select _i; if (alive _unit) then { if (isPlayer _unit) then { if (isServer) then { _unit addScore _score; }; }; if ((local _unit) && (isPlayer _unit)) then { _unit addRating _rating; }; }; }; }; }; but with this mando_score changes ( your 5 lines ) player get money for killed technic, but if he kill soldiers with guided misiles - then he got only points, but not money, and don't got in the counter how much he killed tanks, cars, and other.. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
not, i don;t pmed any one. Ginger McAle : your line autoinitialised by mando_missileinit.sqf mission load time (http://subversion.arma-tow.com/subversion/arma/trunks/modules.pbo/mando_missiles/mando_missileinit.sqf ). tryed different ways today, but all without success - mando don't count kills, standart kills counting, but kills killed by rockets with mando guidance - not. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
Tryed to add Mando, added it in test version, but only one problem with mando - kill's don't counting, and this is bad, becouse if you bue 45k chopper, kill more peoples, but not got any money and any points for kill.... P.S. I repacked ricmi24 addon ( clientside addon ) - added support for Mi24 from OA, signed file with my key, and inserted my public key for game servers. Tryed to add this addon in the mission - no luck, or i too bad scripter, or base classes can't change mission load time ( this addon change base classes ). This addon can download from here -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
With mando no problem at all if server have this plugin installed, but for map - more plugins, more modules - more errors on the end players. Mission only mission, but mods and addons - this is serverside things, and if admins wanna install mando, or any other mod - then he can install anything, what he like. I on own server use modified for OA and A2 armormaster, serverside plugin, and others ( but all plugins serverside only ), no one player don't need to download any addon, and this is right way, becouse if player need to download anything for joiniong to the server - then he join on the another server - without plugins at all. And maps too - 8 mb not so small for players from more coutries, becouse if server high loaded ( but in warfare server always high loaded ) player need to wait not 20-30 seconds, but 3-5 minits for joining. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
i some time used mando misiles, scripts for mando added in the one map in domnia, but map size with mando scripts 8mb - too large for mp. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
ricmi24 fix - this is server-client side addon, not a mission, and only if server haves on his side this addon - then this be fixed.( i maybe mistakes , but addons initialising before mission ). Give me a link to this addon, and i watxch it, maybe can do anything. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
i can, but don;t wanna do it - becouse ataka too bad targeting in the enemy technik - 90% miss if you shot from Mi24 in OA, rocket go or higher, or lower on the target, you shot 4 rockets from Mi24 - and only 1 can take a target, all others miss. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
Redownload please who downloaded - i don't wanna change version number, but files changed added for east city defence t90 and tunguska - changed shilka to tunguska, t72 in large cities to t90. Version 2.0625 Download here And - who try to download warfarev2_0625liteoaa2alhs.takistan.7z - this is a same version of Takistan map, only with changed starting parameters, all other - same (i use this version of mission on my server). I writed - this warfare based on the Benny version, thanx him for nice mission, i only adding some weapons, cars and other changes - writed it on changelog, then zarga have same points like standart Benny version, Zarga - small map, and this is real fight - side to side :) And - yes, East have all tanks from A2 and OA, West have Lav's, AAV, tanks same m1a1 A2 = m1a1 OA, then i don't see a reason to add it. P.S. And not only tanks - All jets from A2 added for both sides - West have F35, AV8B, Cobra, East - Su 39, Su34, Mi24D, Mi24P, Mi17 With NUR's, Ka52 - 45200$ if disabled balancing, if balancing enabled - then ka52 - 24000 - but can't shot air targets. P.P.S. changed mission name in the browser from Warfare Benny Edition V2.0624 A2+OA Lite Takistan ( or Zargabad ) to Warfare BE V2.0625 A2+OA Lite - Takistan ( or Zagrabad ) - reason - too long name , and in mission choser don't see full mission name. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
yes, and at this moment i adding normal city defence - added to east occupied cities t90 and tunguska, reason - american large cities have 4 m1a2 Tusk's , but russians have only t72 and t55 :) Only i don;t add all weapons from A2 - reason - some american and russian weapons same in the both games A2 and OA, like m16 or smaaw=maaws. -
Warfare BE Takistan+Zargabad A2+OA
ALHSLeo replied to ALHSLeo's topic in ARMA 2 & OA - USER MISSIONS
2.0625 : Based on the 25.07.2010 fixed by Benny WarfareBE 2.062 Added - bykes from Arma2 for 2 sides, and Cars to central bunkers. DMR for west MP5 and MP5SD for west AAV and AAV squads for bots to west. Kamaz for east. T34 squads for bots for east. For adding SMAW - don't see a reason, becouse SMAW=MAAWS Version 2.0625 Download here P.S. ready. P.P.S. Fixed ( changed from ARMA 2) Tow for West. -
/usr/ports/sysutils/daemontools/ - this daemon in ports available, but i don;t see, how always, reason to installing another daemon for checking needed daemon, who checks daemontools then ? :) P.S. Better to insert some changes in standart Linux startup script for FreeBSD usage ( on the freebsd for one arma 2 server i have 6 processes on quad core cpu, standart Linux script kill only first process ), and check server with it, without installing another program.
-
Standart start script for arma2 linux server correctly don't work under FreeBSD, server starts, but don't stops. This is changed startup script - working under FreeBSD : This script kill by process name all processes, and normally stop arma2 server. But : if you start different arma 2 servers from 1 user shell - then better create different users for different arma 2 servers, or rename binaries, and change line : SERVER_BIN, becouse this scripts kills other arma 2 servers running under this user.
-
Anti-tank Launcher vs. Infantry Fix
ALHSLeo replied to Zipper5's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
jch5pilot - i have this issue without this mod too, clean game, only with sound addons, and same thing - usmc tropers attack vodnik with rifles, and if unit need to reload - then he change weapon to smaw and shot , this is original game issue. -
Anti-tank Launcher vs. Infantry Fix
ALHSLeo replied to Zipper5's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
yes, or like i placed, with this small cosmetic change - no errors at all in the editor and game. P.S. And thanx for this addon, nice thing, tested (changed version ) in the editor, and on the server. -
Anti-tank Launcher vs. Infantry Fix
ALHSLeo replied to Zipper5's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Zipper5 - better use : class cfgPatches { class zp5_at_fix { units[] = { }; weapons[] = { }; requiredVersion = 1.0; requiredAddOns[] = { "CAweapons" }; }; }; class cfgAddOns { class preloadAddOns { class zp5_at_fix { list[] = { "zp5_at_fix" }; }; }; }; Becouse errors in log on the linux server too - with your original code ( without addons ). With changed code : -
Script version 0.2 - added email to admin if server restarts, added normal killing of processes with watchdog - if central server process died ( reason - on the FreeBSD - if the centrall process died - server try to create another processes, but don't kill other running processes - and server can't start after crash). #!/usr/local/bin/bash # # armaserver: ArmA 2 Linux Dedicated Server Control Script # (c) 2009 BIStudio # ArmA 2 binary version must be 1.04 or later # # Modified by ALHS_Leo for FreeBSD Usage #======================================================================= #======== CONFIGURATION PARAMETERS ======== #======== MUST BE EDITED MANUALLY TO FIT YOUR SYSTEM PARAMETERS ======== #======================================================================= ARMA_DIR=. CONFIG=server.cfg CFG=arma2.cfg # arma 2 server arma2.cfg PORT=2302 PIDFILE=${ARMA_DIR}/${PORT}.pid RUNFILE=${ARMA_DIR}/${PORT}.run LOGFILE=${ARMA_DIR}/log.${PORT}.txt SERVER=${ARMA_DIR}/server SERVER_BIN=server ## Arma 2 server binary name MODS=@beta\; # mods ADMIN_MAIL="Your Email HERE !!!" ## Admin email #======================================================================= ulimit -c 1000000 case "$1" in start) if [ -f ${RUNFILE} ]; then $0 stop killall -TERM ${SERVER_BIN} sleep 2s fi echo "Starting ArmA 2 server..." # file to mark we want server running... echo "go" >${RUNFILE} # launch the background watchdog process to run the server nohup </dev/null >/dev/null $0 watchdog & ;; stop) echo "Stopping ArmA 2 server..." if [ -f ${RUNFILE} ]; then # ask watcher process to exit by deleting its runfile... rm -f ${RUNFILE} fi # and terminate ArmA 2 server process if [ -f ${PIDFILE} ]; then killall -TERM ${SERVER_BIN} if [ -f ${PIDFILE} ]; then rm -f ${PIDFILE} fi fi ;; status) if [ -f ${RUNFILE} ]; then echo "Server should be running..." else echo "Server should not be running..." fi if [ -f ${PIDFILE} ]; then PID=$(< ${PIDFILE}) echo "PID file exists (PID=${PID})..." if [ -f /proc/${PID}/cmdline ]; then echo "Server process seems to be running..." fi fi ;; check) echo -n "ArmA 2 directory: ${ARMA_DIR} " if [ -d ${ARMA_DIR} ]; then echo "OK" else echo "MISSING!" fi echo -n "Server executable: ${SERVER} " if [ -x ${SERVER} ]; then echo "OK" else echo "ERROR!" fi echo "Port number: ${PORT}" echo -n "Config file: ${CONFIG} " if [ -f ${CONFIG} ]; then echo "OK" else echo "MISSING!" fi echo "PID file: ${PIDFILE}" echo "RUN file: ${RUNFILE}" ;; restart) $0 stop $0 start ;; watchdog) # this is a background watchdog process. Do not start directly while [ -f ${RUNFILE} ]; do # launch the server... cd ${ARMA_DIR} killall -TERM ${SERVER_BIN} echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Starting server (port ${PORT})..." ${SERVER} >>${LOGFILE} 2>&1 -server -cfg=${CFG} -config=${CONFIG} -port=${PORT} -pid=${PIDFILE} -mod=${MODS} if [ -f ${RUNFILE} ]; then echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Server died, waiting to restart..." && /bin/echo "ARMA Server Restarted [$(date)]" | /usr/bin/mail ${ADMIN_MAIL} sleep 5s else echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Server shutdown intentional, watchdog terminating" fi done ;; *) echo "$0 (start|stop|restart|status|check)" ;; esac P.S. If you wanna bind processes for cpecified cores of cpu - change the folloving line : from : ${SERVER} >>${LOGFILE} 2>&1 -server -cfg=${CFG} -config=${CONFIG} -port=${PORT} -pid=${PIDFILE} -mod=${MODS} to : /usr/bin/cpuset -l 0,1,2 -s armaserv ${SERVER} >>${LOGFILE} 2>&1 -server -cfg=${CFG} -config=${CONFIG} -port=${PORT} -pid=${PIDFILE} -mod=${MODS} -cpuCount=3