![]() |
![]() |
#201 |
Historian
Join Date: May 2019
Posts: 340
|
![]()
Thank you LCEF & Titak. I'm using the Equipment = script yes for the beginning of the level. But some reason the flare amount was bumped up from TR3 to TR4. I want to lower the pickup amount. Titak strategy would work perfectly for my situation, thank you. I was reading in the FLEP manual that somehow small medipacks and flares are tied together. Kind of interesting.
|
![]() |
![]() |
![]() |
#202 | |
Historian
Join Date: Aug 2010
Location: Germany, Cologne
Posts: 441
|
![]() Quote:
https://www.trlevel.de/lexicon/index...im-aufsammeln/
__________________
TE - the place to unleash your creativity. |
|
![]() |
![]() |
![]() |
#203 |
Moderator
Join Date: Dec 2011
Location: Hungary
Posts: 4,819
|
![]()
Once ChocolateFan sent a post about customizing flare amount in flare packs. Not fake. Really short, just a few rows.
Was it scripting? Or a plugin code? I can't remember... ![]() @ChocolateFan: Can you find it and re-share it with us, please? |
![]() |
![]() |
![]() |
#204 |
Explorer
Join Date: Dec 2017
Location: I am female
Posts: 524
|
![]() Code:
#DEFINE FLARES_PER_BOX 3 #define @Plugin_AkyVMix02 1 GlobalTrigger= 1,FGT_SINGLE_SHOT,GT_ALWAYS,IGNORE,IGNORE,1,IGNORE TriggerGroup= 1,$012000,587,$1 GlobalTrigger= 2,IGNORE,GT_ALWAYS,IGNORE,IGNORE,2,IGNORE TriggerGroup= 2,$018000,2,$72,$012000,587,$3,$012000,587,$4,$012000,587,$1 GlobalTrigger= 3,IGNORE,GT_ALWAYS,IGNORE,IGNORE,3,IGNORE TriggerGroup= 3,$018000,5,$72,$012000,587,$1 #define @plugins CLEAR Parameters= PARAM_VAR_MASTER,1,NVAR_OPR_SET,NVAR_TPE_GMZ,60,IGNORE,IGNORE,IGNORE,NVAR_TPE_LIN,1,IGNORE,IGNORE,IGNORE Parameters= PARAM_VAR_MASTER,2,NVAR_OPR_BIG,NVAR_TPE_LIN,1,IGNORE,IGNORE,IGNORE,NVAR_TPE_GMZ,60,IGNORE,IGNORE,IGNORE Parameters= PARAM_VAR_MASTER,3,NVAR_OPR_SUB,NVAR_TPE_NMB,12,IGNORE,IGNORE,IGNORE,NVAR_TPE_GMZ,60,IGNORE,IGNORE,IGNORE Parameters= PARAM_VAR_MASTER,4,NVAR_OPR_ADD,NVAR_TPE_NMB,FLARES_PER_BOX,IGNORE,IGNORE,IGNORE,NVAR_TPE_GMZ,60,IGNORE,IGNORE,IGNORE Parameters= PARAM_VAR_MASTER,5,NVAR_OPR_SML,NVAR_TPE_LIN,1,IGNORE,IGNORE,IGNORE,NVAR_TPE_GMZ,60,IGNORE,IGNORE,IGNORE |
![]() |
![]() |
![]() |
Thread Tools | |
|
|