Arma 3
คะแนนไม่เพียงพอ
[FOX] CFP
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Data Type: Mod
Mod Type: Character
ขนาดไฟล์
โพสต์
475.419 KB
18 ก.พ. @ 11: 39am
1 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย


Summary:

Removes CFP randomization completely (units, vehicles).
-
Did only quick testing, if something broke please provide feedback.

Maybe i will fix more CFP bugs via addon.

Technical blah blah blah...
config.cpp / Removed init function.
class Extended_PreInit_EventHandlers { ... class cfp_main { init = ""; }; };

XEH_preInit.sqf / Re-added existing functions via own code and compile them, now the existing function is goooone.
["", "CFP_main_fnc_randomizeUnit"] call CBA_fnc_compileFunction; ["", "CFP_main_fnc_randomizeGear"] call CBA_fnc_compileFunction; ["", "CFP_main_fnc_randomizeWeapon"] call CBA_fnc_compileFunction; ["", "CFP_main_fnc_randomizeVehicle"] call CBA_fnc_compileFunction; ["", "CFP_main_fnc_setSpeakerRemote"] call CBA_fnc_compileFunction;
5 ความเห็น
Dimon UA 21 ก.พ. @ 9: 56am 
The developers of the С
FP specifically left the opportunity for mapmakers to be able to disable this nuance
Dimon UA 21 ก.พ. @ 9: 54am 
This is a global variable that is written once.
Phil  [ผู้สร้าง] 21 ก.พ. @ 6: 43am 
@Dimon UA, yeah but for Workshop missions like Dynamic Recon Ops, you need to set the vars everytime via debug console on the server or your gear will be f*cked up.
Dimon UA 21 ก.พ. @ 3: 27am 
It is enough to enter these variables in the mission and the function will stop working
if ( _unit getVariable ["NoRandom",false] || _unit getVariable ["CFP_DisableRandom",false]) exitWith {};
Phil  [ผู้สร้าง] 18 ก.พ. @ 11: 45am 
No need for photos, just config patch to disable broken randomization.