-
Content Count
77 -
Joined
-
Last visited
-
Medals
Everything posted by NivZiv
-
Hello everybody, First of all I want to thank you that you entered to help me :) So, I'm looking for a script that if someone is not in the Task Force Radio Room it's freezes his player and writes an error that he need to be in the Task Force Radio Room. Thanks very much for helping.
-
[TCT] The Crazy Tigers Is Looking For Another Clan to Joint Operation
NivZiv replied to NivZiv's topic in ARMA 3 - SQUADS AND FANPAGES
We're still looking for any clan to joint op. -
[TCT] The Crazy Tigers Is Looking For Another Clan to Joint Operation
NivZiv posted a topic in ARMA 3 - SQUADS AND FANPAGES
As the title says, we're looking for another clan to joint operation with us, we're a clan with 20-27 active players, if you interesting, connect to our Teamspeak (Type "The Crazy Tigers" in the address, try with space or without). -
It's happening on every mission I put in the server, the server is hosted by Hosthavoc. LOGS
-
Receiving mission file stucks on 1KB for everyone
NivZiv posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
I rented a server from Hosthavoc and when I choose a role and press OK it's stucks on 1KB. what should I do? -
line 19: .motd: 'm' encountered instead of ';'
NivZiv replied to NivZiv's topic in ARMA 3 - SERVERS & ADMINISTRATION
Fixed, thank ya! -
line 19: .motd: 'm' encountered instead of ';'
NivZiv posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
I am trying to run my hosted server and I gets this error "line 19: .motd: 'm' encountered instead of ';' What should I do to fix this error? LOGS SERVER.CFG -
Receiving mission file stucks on 1KB for everyone
NivZiv replied to NivZiv's topic in ARMA 3 - SERVERS & ADMINISTRATION
11:24:58 Starting mission: 11:24:58 Mission file: TheCrazyTigersBaseLife (__cur_mp) 11:24:58 Mission world: Farkhar 11:24:58 Mission directory: mpmissions\__cur_mp.Farkhar\ 11:24:58 a3\data_f\blesk1.p3d: No geometry and no visual shape 11:24:58 a3\data_f\blesk2.p3d: No geometry and no visual shape 11:24:58 Error: Clutter ca\plants\clutter_trava_dlouha.p3d uses alpha blending - use renderflag AlphaTest instead 11:24:58 a3\data_f\raindrop.p3d: No geometry and no visual shape 11:24:58 a3\map_stratis\data\obloha.p3d: No geometry and no visual shape 11:24:58 a3\data_f\stars.p3d: No geometry and no visual shape 11:24:58 a3\map_stratis\data\horizont.p3d: No geometry and no visual shape 11:24:58 a3\data_f\rainbow.p3d: No geometry and no visual shape 11:25:01 No more slot to add connection at 020053 (2013.6,5381.9) 11:25:01 No more slot to add connection at 027006 (2776.4,666.5) 11:25:01 No more slot to add connection at 028006 (2805.4,637.0) 11:25:01 No more slot to add connection at 028005 (2899.5,512.2) 11:25:01 No more slot to add connection at 029004 (2917.0,439.2) 11:25:01 No more slot to add connection at 029004 (2934.1,404.1) 11:25:01 No more slot to add connection at 037015 (3782.0,1596.6) 11:25:01 No more slot to add connection at 037016 (3791.8,1617.0) 11:25:01 No more slot to add connection at 037016 (3793.5,1643.8) 11:25:01 No more slot to add connection at 037016 (3791.6,1661.4) 11:25:01 No more slot to add connection at 037016 (3790.1,1683.2) 11:25:01 No more slot to add connection at 037017 (3789.5,1701.1) 11:25:01 ErrorMessage: Warning: preNLOD format in object ca\structures_e\housec\house_c_5_ep1.p3d 11:25:01 Application terminated intentionally ErrorMessage: Warning: preNLOD format in object ca\structures_e\housec\house_c_5_ep1.p3d -
Receiving mission file stucks on 1KB for everyone
NivZiv replied to NivZiv's topic in ARMA 3 - SERVERS & ADMINISTRATION
30 minutes passed and it's still on 1KB. -
Hello, I would like to reskin an RHS's uniform, it is very similar for the new IDF uniform and I would like to reskin this uniform, is anyone know how to find the .paa file and the config? is it allowed as I have seen there's a lot of people who took RHS's uniforms and reskins them, thanks.
-
No, I didn't ignore anyone here, just asked how to re-texture for own use and people thought I am doing it for public use.
-
RHS re-skin config isn't working
NivZiv posted a topic in ARMA 2 & OA : ADDONS - Configs & Scripting
class CfgPatches { class example_uniform_config { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "A3_Characters_F_BLUFOR" }; }; }; class CfgFunctions { class B_Soldier_F; class B_TacticalPack_base; class tct_new_uniform; { _generalMacro="tct_new_uniform"; scope=1; displayName="The Crazy Tigers "2019" Uniform"; author="The Crazy Tigers - Niv Ziv"; nakedUniform="U_BasicBody"; uniformClass="rhs_uniform_cu_ucp"; hiddenSelections[]= { "Camo", "Gloves", "Insignia" }; hiddenSelectionsTextures[]= { "uniform\data\rhsusf_combat01_ucp_co", "uniform\data\rhsusf_combat01_ucp_pockets_co", "" }; }; }; class cfgWeapons { class Uniform_Base; class UniformItem; class ItemCore; class HeadgearItem; class tct_new_uniform: Uniform_Base { scope=2; picture="\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa"; displayName="The Crazy Tigers "2019" Uniform"; author="The Crazy Tigers - Niv Ziv"; model="\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver"; class ItemInfo: UniformItem { uniformModel="-"; uniformClass="rhs_uniform_cu_ucp"; containerClass="Supply40"; mass=40; }; }; }; Is anyone have any idea why it's not working? (( the folder name is 'uniform', the uniform is 'rhsusf_combat01_ucp_co', the gloves is 'rhsusf_combat01_ucp_co' )) -
I am trying to re-skin the rhs_uniform_cu_ucp, I finished the editing stage, just need to configure a config.
-
I am trying to re-skin the rhs_uniform_cu_ucp, I finished the editing stage, just need to configure a config.
-
Hello, I need help with RHS re-skin config, please if anyone available to help me, I would be very happy. thanks :)
-
Please, it's very important for me :) just need help with the config
-
So, the reskin worked but I'm stuck with the config stage, can someone help me please?
-
I'm not going to share this re-skin in public, it's for my clan usage.
-
First of all, really thanks for the reply, secondly, I began to retexture and it works very fine, I retextured the uniform and the "pockets", now my problem is the config, how do I write the correct config?
-
Is it possible to port an ArmA 2 mod to ArmA 3?
NivZiv posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Hello! Is it possible to port an Arma 2 mod to Arma 3? just found a cool mod in Arma 2, and I really want to see this mod on A3(http://www.armaholic.com/page.php?id=16277), thanks all! -
Is it possible to port an ArmA 2 mod to ArmA 3?
NivZiv replied to NivZiv's topic in ARMA 3 - QUESTIONS & ANSWERS
Sources files? how do I get that? -
Is it possible to port an ArmA 2 mod to ArmA 3?
NivZiv replied to NivZiv's topic in ARMA 3 - QUESTIONS & ANSWERS
Of course, I've sent a message to the author, I won't steal anything :) -
ARMA 3 Addon Request Thread
NivZiv replied to max power's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Yeah, something happened to the mod and it's not working.. -
ARMA 3 Addon Request Thread
NivZiv replied to max power's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Hello! I think would be great if someone who can to create Miznefet, it would be great and helpful! -
Can someone convert this config to bin please?
NivZiv replied to yakirdai01's topic in ARMA 3 - TROUBLESHOOTING
Yes, can you convert this code for us?