武装突袭3

武装突袭3

评价数不足
[FOX] CFP
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Character
文件大小
发表于
475.419 KB
2 月 18 日 上午 11:39
1 项改动说明 ( 查看 )

订阅以下载
[FOX] CFP

描述


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;