Jump to content

Mr.Tumnus

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Mr.Tumnus

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Mr.Tumnus

    [Release] Liberation RX

    Good Day, What happened to the OPTRE builds of your mission? As atm im using: Liberation RX - OPTRE Iberius https://steamcommunity.com/sharedfiles/filedetails/?id=2089391719 as a base to get stuff working with alits but I ran into Script mod_template\any\loadout\crewman.sqf not found All I did was the following: Copy over OPTRE_E and OPTRE_W folders from RX Iberius to RX Altis mod_template folder. edit mod_init.sqf // You MUST edit the file: ui\mission_params.hpp // to add new side selection (ModPresetWest/ModPresetEast) GRLIB_mod_list_west = ["A3_BLU", "A3_OPF", "A3_IND", "CP_BAF_DES", "RHS_USAF", "RHS_AFRF", "GM_WEST", "GM_WEST_WINT", "OPTRE_W"]; GRLIB_mod_list_east = ["A3_OPF", "A3_BLU", "A3_IND", "A3_OPF_UB", "CP_TA", "EJW", "RHS_AFRF", "RHS_USAF", "GM_EAST", "GM_EAST_WINT", "OPTRE_E"]; Then updated mission_params.hpp as below. class ModPresetWest { title = "MOD Preset - Friendly"; values[] = { 0,1,2,3,4,5,6,7,8 }; texts[] = { "A3 NATO", "A3 CSAT", "A3 AAF", "CP BAF Desert", "RHS USAF", "RHS AFRF", "GM WEST", "GM WEST Winter" , "OPTRE UNSCDF"}; default = 0; }; class ModPresetEast { title = "MOD Preset - Enemy"; values[] = { 0,1,2,3,4,5,6,7,8,9,10 }; texts[] = { "A3 CSAT", "A3 NATO", "A3 AAF", "A3 CSAT Urban", "CP Takistan", "EJW Taliban", "RHS AFRF", "RHS USAF", "GM EAST", "GM EAST Winter", "OPTRE Insurgency"}; default = 0; }; EDIT: Seems to be a new error after grabbing latest version of Altis 15:28:32 [CBA] (events) WARNING: Usage of deprecated CBA_fnc_addLocalEventHandler 15:28:32 "--- Liberation RX by pSiKO ---" 15:28:32 "Build date: 12/11/2021" 15:28:32 "--- Init start ---" 15:28:33 Mission id: 99913b7adae97e81f565f2791745d34ca95ca2bc 15:28:33 Error in expression <0], [], 0, "NONE"]; if (typeOf _unit in units_loadout_overide) then { _loadouts_> 15:28:33 Error position: <units_loadout_overide) then { _loadouts_> 15:28:33 Error Undefined variable in expression: units_loadout_overide 15:28:33 File C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_calcUnitsCost.sqf..., line 7 15:28:33 ➥ Context: [] L22 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\init.sqf) [] L23 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\init.sqf) [] L6 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\classnames.sqf) [] L14 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_calcUnitsCost.sqf) [] L11 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_calcUnitsCost.sqf) 15:28:33 Error in expression <tsCost.sqf" private _grp = createGroup [GRLIB_side_friendly, true]; { _unit_clas> 15:28:33 Error position: <GRLIB_side_friendly, true]; { _unit_clas> 15:28:33 Error Undefined variable in expression: grlib_side_friendly 15:28:33 File C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_calcUnitsCost.sqf..., line 1 15:28:33 ➥ Context: [] L22 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\init.sqf) [] L23 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\init.sqf) [] L6 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\classnames.sqf) [] L14 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_calcUnitsCost.sqf) [] L11 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_calcUnitsCost.sqf) Fixed the above was missing GRLIB_side_enemy GRLIB_side_friendly But now getting the following: 18:18:44 Error in expression <erLoadout.sqf" params [ "_unit" ]; if (!GRLIB_limited_arsenal) exitWith {}; pr> 18:18:44 Error position: <!GRLIB_limited_arsenal) exitWith {}; pr> 18:18:44 Error !: Type Number, expected Bool 18:18:44 File C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_filterLoadout.sqf..., line 3 18:18:44 ➥ Context: [] L12 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\client\misc\welcome.sqf) [] L25 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\client\misc\welcome.sqf) [] L3 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_filterLoadout.sqf) 18:18:44 Error in expression <_loadInventory; }; if (typeOf player in units_loadout_overide) then { _loadouts_> 18:18:44 Error position: <units_loadout_overide) then { _loadouts_> 18:18:44 Error Undefined variable in expression: units_loadout_overide 18:18:44 File C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\client\misc\welcome.sqf..., line 18 18:18:44 ➥ Context: [] L12 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\client\misc\welcome.sqf) [] L25 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\client\misc\welcome.sqf) [] L3 (C:\Users\Thomas\Documents\Arma 3 - Other Profiles\Cpl%2e%20Tumnus\mpmissions\Liberation_RX.Altis\scripts\shared\functions\F_filterLoadout.sqf) Hopefully you can help me out here.
×