-
Content Count
348 -
Joined
-
Last visited
-
Medals
Everything posted by kerozen
-
smallarms NIArms Release Thread
kerozen replied to toadie2k's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Are source files still available? I was trying to find the Saw/minimi files but the links are dead -
I can't seem to get full zeus to work. When i set the parameters to allow it i can't see any of the mod assets. I can't spawn mod units or use mod modules. Do i need to do anything more than setting the Zeus Limited Interface parameter to False?
-
PedagneMOD upgrade pack Arma 3 Released
kerozen replied to Aspide@73's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Is the team still active? How can i contact you guys? -
I did a CQB map for single player where you can reset blown up walls and hide/show killhouses. I never tested it on a server but a friend did and says it doesn't work. Me being a complete idiot when it comes to MP scripting i have no idea how to make it work online. All the codes are pretty much the same it just changes the variable names. What could i do to make it work on a dedicated server? initPlayerLocal.sqf ////////////////////////////BRAVO/////////////////////////////////////////// cqbbdoor = { cqb_b_d1 setdamage 0; cqb_b_d2 setdamage 0; cqb_b_d3 setdamage 0; cqb_b_d4 setdamage 0; cqb_b_d5 setdamage 0; }; //Resets sign_cqb_b addAction ["Reset Portas", cqbbdoor]; //Hide & Show hidecqbbravo ={ sign_cqb_b hideObject true; }; showcqbbravo ={ sign_cqb_b hideObject false; }; laptop1 addAction ["<t color='#00c72f'>Remover Complexo Bravo</t>", hidecqbbravo]; laptop1 addAction ["<t color='#00c72f'>Construir Complexo Bravo</t>", showcqbbravo];
-
All the code i posted is in the initPlayerLocal.sqf file. It works in singleplayer and the local host server but it seems it doesn't work on dedicated servers
-
R3F Enhanced Logistics (ALiVE Compatible)
kerozen replied to snakedoctor_11's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hey, im trying to add a few objects to the factory. The code right now is init.sqf R3F_LOG_CFG_build_costs = R3F_LOG_CFG_build_costs + [ ["B_Slingload_01_Ammo_F", 0], ["B_Slingload_01_Repair_F", 0], ["B_Slingload_01_Fuel_F", 0], ]; Im getting this error. How can i fix it? -
[Release] EGX_LoadoutPanel System
kerozen replied to Enigx's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey, how could i make it so the option is not on a player but on an object? -
coop [MP CO45] COIN - Counter Insurgency Operations
kerozen replied to whiztler's topic in ARMA 3 - USER MISSIONS
Thank you very much -
coop [MP CO45] COIN - Counter Insurgency Operations
kerozen replied to whiztler's topic in ARMA 3 - USER MISSIONS
Ok, i'm a newby and really bad at this. I have the InitPlayerLocal with ADF_disable3PV = true; and player spawn ADF_fnc_disable3P; as it said in the header but how do i use the function? Do i copy the function's code to the Init too? -
coop [MP CO45] COIN - Counter Insurgency Operations
kerozen replied to whiztler's topic in ARMA 3 - USER MISSIONS
Thanks! Is there documentation on how to use the framework or how to implement the disable3P function into other missions? -
coop [MP CO45] COIN - Counter Insurgency Operations
kerozen replied to whiztler's topic in ARMA 3 - USER MISSIONS
Been playing it a bit and it looks awesome. Is the script that forces first person outside vehicles but no in vehicles public? -
Is it still not compatible with FOV changes?
-
Lowlands Warrior mod Discussion (Releases)
kerozen replied to Crielaard's topic in ARMA 3 - ADDONS & MODS: COMPLETE
no steam?- 76 replies
-
- dutch
- netherlands
- (and 8 more)
-
H-60 Interactive Blackhawk pack - Patch 0.6 released - Join our discord
kerozen replied to yax's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Is it not on the workshop anymore? -
RHS Escalation (AFRF and USAF)
kerozen replied to soul_assassin's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Ok, thanks- 16577 replies
-
- Weapons
- Accessories
-
(and 1 more)
Tagged with:
-
RHS Escalation (AFRF and USAF)
kerozen replied to soul_assassin's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks for the Info. I'm guessing ACE messes it up or is it compatible?- 16577 replies
-
- Weapons
- Accessories
-
(and 1 more)
Tagged with:
-
RHS Escalation (AFRF and USAF)
kerozen replied to soul_assassin's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Does the Duke and Rhino system in MRAPs work or are they purely cosmetic? Is there any documentation on them?- 16577 replies
-
- Weapons
- Accessories
-
(and 1 more)
Tagged with:
-
nice! Is a Leo2 planned?
- 315 replies
-
- redd vehicles
- marder
-
(and 8 more)
Tagged with:
-
United States Air Force Mod (2019)
kerozen replied to SGT Fuller's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice release! When i eject from the F22 i get a missing texture error: -
Search for Paramilitary, it should be above all the previous PMC stuff
-
ARMA 3 Addon Request Thread
kerozen replied to max power's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Any 3D modeler who would be able to create this helmet? -
F-16 Fighting Falcon Series Standalone
kerozen replied to firewill's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yes that was it, i was tired and blind and didn't notice it at first -
F-16 Fighting Falcon Series Standalone
kerozen replied to firewill's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Could any one help me out? Why am i getting this error? class PT_F16_jag : FIR_F16C { scope = 2; author = "Kerozen"; displayName = "F-16 Fighting Falcon Jaguares"; fir_f16_custom_skin = 1; fir_f16_custom_name = "F-16 Portugal Jaguares"; fir_f16_custom_code = "PT_F16_jag"; hiddenselectionstextures[] = { "\f16pt\body.paa", "\f16pt\wing_jag.paa", "\f16pt\tail_jag.paa", "" }; fir_f16_engine = "PW220"; fir_f16_aux = "iff"; fir_f16_hud = "std"; fir_f16_vwt = "standard"; fir_f16_cft = "no"; // editorPreview = "\your_f16_mod_path\preview.jpg"; }; Edit: I'm on a roll.... I'm just blind (again) If an admin wants this and my last post in this topic can be deleted -
F-16 Fighting Falcon Series Standalone
kerozen replied to firewill's topic in ARMA 3 - ADDONS & MODS: COMPLETE
quick question, did the model change at all? I can't for the life of me replicate a skins i did for the previous version of the mod. I can't get anything to line up correctly. This is what it looked like before. Could anyone give me a hand? Edit: NVM was looking at it in a wrong way -
Will it be possible to retexture the jacket? Or is it something that won't be make it into the mod?
- 25 replies
-
- uniform
- standalone
-
(and 1 more)
Tagged with: