ofp:missions:real_campaign
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ofp:missions:real_campaign [2007/09/20 06:32] – created real_campaign initial page snakeman | ofp:missions:real_campaign [2024/07/31 15:09] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Real Campaign ====== | + | ====== |
+ | |||
+ | [[https:// | ||
+ | |||
+ | **Operation Flashpoint (OFP)** aka ArmA: Cold War Assault (CWA) | ||
+ | |||
+ | This article introduces you to a **Real Campaign** that remembers the weapon loadout, team status and captured objectives by your and enemy forces. | ||
- | This article introduces you to a **real campaign** that remembers the weapon loadout, team status and captured objectives by your and enemy forces. | ||
====== Commands ====== | ====== Commands ====== | ||
Line 13: | Line 18: | ||
* addWeaponPool | * addWeaponPool | ||
* saveVar | * saveVar | ||
+ | |||
====== Missions ====== | ====== Missions ====== | ||
Line 22: | Line 28: | ||
* trigger activated by west | * trigger activated by west | ||
* east and west starting location gamelogic' | * east and west starting location gamelogic' | ||
+ | |||
====== Scripts ====== | ====== Scripts ====== | ||
Line 37: | Line 44: | ||
StartMission.sqs: | StartMission.sqs: | ||
- | < | + | < |
;---- weaponpool stuff | ;---- weaponpool stuff | ||
_q = 1 | _q = 1 | ||
Line 113: | Line 120: | ||
This script saves the occupation status by looking the marker colors and the team weaponpool and savestatus. | This script saves the occupation status by looking the marker colors and the team weaponpool and savestatus. | ||
- | < | + | < |
; | ; | ||
; this is for the captured towns stuff. | ; this is for the captured towns stuff. | ||
Line 236: | Line 243: | ||
This script checks if we have any free groups in the PMC_groups array. If there is, the group will be selected, its leader and side passed into the sendgroup-< | This script checks if we have any free groups in the PMC_groups array. If there is, the group will be selected, its leader and side passed into the sendgroup-< | ||
- | < | + | < |
if (!local Server) then { exit; }; | if (!local Server) then { exit; }; | ||
Line 276: | Line 283: | ||
Here is the scripts that choose the target for this given group, selects the group behaviour and sends them on their way, managing them during the waypoints and while on the target area. If all goes well, group reaches target and patrols it, group is put back on the rotation to the moving.sqs script. | Here is the scripts that choose the target for this given group, selects the group behaviour and sends them on their way, managing them during the waypoints and while on the target area. If all goes well, group reaches target and patrols it, group is put back on the rotation to the moving.sqs script. | ||
- | < | + | < |
PMC_sdg=PMC_sdg+1; | PMC_sdg=PMC_sdg+1; | ||
Line 294: | Line 301: | ||
_RunLoop=10; | _RunLoop=10; | ||
- | ; _RanP is the random patrol distance, again 100 meters is ok for infantry, but | + | ; _RanP is the random patrol distance, again 100 meters is ok for infantry, but |
; for helos it need much wider area to patrol to make it anything useful. | ; for helos it need much wider area to patrol to make it anything useful. | ||
_RanP=100; | _RanP=100; | ||
Line 457: | Line 464: | ||
; plot waypoints by Snake Man & Zeneth | ; plot waypoints by Snake Man & Zeneth | ||
; | ; | ||
- | ; give this script a | + | ; give this script a |
; [groupname, | ; [groupname, | ||
Line 508: | Line 515: | ||
At start we define the local variables for the unit classnames. I wanted to have this script easily changed for other addons. | At start we define the local variables for the unit classnames. I wanted to have this script easily changed for other addons. | ||
- | < | + | < |
_WB=" | _WB=" | ||
_WAT=" | _WAT=" | ||
Line 537: | Line 544: | ||
There there is check for players benchmark which is used to decide how many units we place on the mission at one given time. This is sort of fishy as user with great computer gets much more intense fights than guy with poor computer, on the other hand you could say that nowadays everyone has benchmark for the highest score set here, which is the mission playability optimum/ | There there is check for players benchmark which is used to decide how many units we place on the mission at one given time. This is sort of fishy as user with great computer gets much more intense fights than guy with poor computer, on the other hand you could say that nowadays everyone has benchmark for the highest score set here, which is the mission playability optimum/ | ||
- | < | + | < |
; unit maxes regarding CPU powah! | ; unit maxes regarding CPU powah! | ||
if (benchmark < 3000) then { MaxEast=50/ | if (benchmark < 3000) then { MaxEast=50/ | ||
Line 548: | Line 555: | ||
Then there is the looping part which checkes periodically if there is room to place new units. PMC_WLoopDelay is the delay how long time we wait until next check. CreateEast and CreateWest are the goto labels for the unit/ | Then there is the looping part which checkes periodically if there is room to place new units. PMC_WLoopDelay is the delay how long time we wait until next check. CreateEast and CreateWest are the goto labels for the unit/ | ||
- | < | + | < |
#Loopah | #Loopah | ||
; | ; | ||
Line 580: | Line 587: | ||
Then the CreateWest label part where we create the west soldiers and vehicles, this varies a bit but in this example we list just the first squad done. Additionally this loads up the ai.sqs improved AI by Bremmer, as well as killed.sqs and smoke/ | Then the CreateWest label part where we create the west soldiers and vehicles, this varies a bit but in this example we list just the first squad done. Additionally this loads up the ai.sqs improved AI by Bremmer, as well as killed.sqs and smoke/ | ||
- | < | + | < |
; | ; | ||
; create US JAM Anti Armor soldier squad | ; create US JAM Anti Armor soldier squad | ||
Line 631: | Line 638: | ||
====== Notes ====== | ====== Notes ====== | ||
- | PMC Dynamic CE official topic [[http://tactical.nekromantix.com/ | + | PMC Dynamic CE official topic [[https://www.pmctactical.org/ |
- | PMC Tank Hunter official topic [[http://tactical.nekromantix.com/ | + | PMC Tank Hunter official topic [[https://www.pmctactical.org/ |
- | Download campaigns [[http://tactical.nekromantix.com/ | + | Download campaigns [[https://www.pmctactical.org/ |
(This page is under work, but its pretty complete already). | (This page is under work, but its pretty complete already). | ||
+ |
ofp/missions/real_campaign.1190269977.txt.gz · Last modified: 2007/09/20 06:32 (external edit)