blackyesp
Member-
Content Count
18 -
Joined
-
Last visited
-
Medals
Community Reputation
7 NeutralAbout blackyesp
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi, I couldn't get around with the config to create my own flag. Texture not found pops up and the flag is invisible. config.bin class CfgPatches { class ESAT_flags { author="Blacky"; units[]= { "ESAT_Flags" }; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "A3_Structures_F_Mil_Flags" }; }; class Markers { units[]={}; weapons[]={}; requiredVersion=1; }; }; class CfgVehicles { class FlagCarrier; class ESAT_Flag_F: FlagCarrier { author="Blacky"; _generalMacro="ESAT_Flag_F"; scope=2; scopeCurator=2; displayName="Bandera ESAT"; editorPreview="banderas_esat\preview\prev.jpg"; hiddenSelectionsTextures[]= { "\A3\Structures_F\Mil\Flags\Data\Mast_mil_CO.paa" }; hiddenSelectionsMaterials[]= { "\A3\Structures_F\Mil\Flags\Data\Mast_mil.rvmat" }; class EventHandlers { init="(_this select 0) setFlagTexture 'banderas_esat\flag\flag_esat.paa'"; }; }; class Banner_01_F; class Banner_ESAT: Banner_01_F { displayName="Banner ESAT"; editorPreview="banderas_esat\preview\prev.jpg"; hiddenSelectionsTextures[]= { "banderas_esat\flag\flag_esat.paa" }; }; }; class cfgMods { author="Blacky"; timepacked="1622227573"; }; Perhaps I can't get the pathing right bc I'm kinda new in this. My addon structure is: Inside the pbo is the config file and 2 folders "flag" containing the flag_esat.paa and "preview" containing prev.jpg images. I checked the names multiple times and they should be all correct. What am i missing?? Thanks in advance
-
Noise in custom textures?
blackyesp replied to blackyesp's topic in ARMA 3 - MISSION EDITING & SCRIPTING
hey GOM! Thing is that it happens on some signs with just .paa textures as well, while others just with r2t. So it's definetly a bug. Maybe it's something related to the material? regards! -
Hi! I've been placing some custom textures in .paa format and some r2t on objects like screens and signs. Being the texture still visible it appears to be some strange noise while playing ingame. Some objects display the noise but others don't, so I couldn't really find any reason or solution to this. Anyone know what could possibly cause this? Help please :) (Two of three objects displaying the noise issue)
-
Watch first video and Github for functions
-
I've done all what the video says but my radio doesn't play. I tested it on a vanilla showcase with ACE. this is my config: I converted the .ogg using the following online tool: https://audio.online-convert.com/convert-to-ogg And I packed 2 PBOs into addons with Addon Builder. This is my file structure: Everything seems fine to me. Any help? I really would like to try this mod, because it looks so cool :)
-
How to get "required addons" to show up in launcher
blackyesp replied to flexgrip's topic in ARMA 3 - SERVERS & ADMINISTRATION
bump! Any news about this? I've heard some Hosting providers run a feature that installs the mods by just suscribing to them from the workshop and they have no problem running +20 mods. Maybe it's nothing new, I guess you guys know more about this than I do so tell me if it is an option to consider. Anything else that could help is appreciated :) -
[Help] Server difficulty settings
blackyesp replied to blackyesp's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Fuck. The parameters are called different as the ones I run. Could you please send me your file and I will try it on my server? is forcedDifficulty = "Options"; your config line? ty for quick response -
Hi, I tried several times to change my server's difficulty to custom parameters, but can't get it to work properly. I checked wiki pages (https://community.bistudio.com/wiki/server.armaprofile ), but in my opinion the info and params seem poor or outdated regarding Arma 3 (in comparison with the one from other Arma series). However the process seems very basic and with a bit of logic it's very simple to set up, but for some reason it does not work for me. I checked video tutorials about it and I'm doing everything as told but still no result. I created new profiles but the file seems to reset to default whenever I start the server. I made sure to change the config.bin value as well... I feel lost now. Could anyone help me please? Arma3Profile: class Difficulties { class Recruit { class Flags { Armor=1; FriendlyTag=1; EnemyTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; WeaponCursor=1; AutoAim=1; AutoGuideAT=1; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=1; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.34999999; skillEnemy=0.34999999; precisionFriendly=0.2; precisionEnemy=0.2; }; class Regular { class Flags { Armor=1; FriendlyTag=1; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=1; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.44999999; skillEnemy=0.44999999; precisionFriendly=0.34999999; precisionEnemy=0.34999999; }; class Veteran { class Flags { Armor=0; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=0; ClockIndicator=1; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=0; VonID=1; }; skillFriendly=0.75; skillEnemy=0.75; precisionFriendly=0.75; precisionEnemy=0.75; }; class Expert { class Flags { Armor=0; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=0; ClockIndicator=1; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=0; VonID=0; }; skillFriendly=0.94999999; skillEnemy=0.94999999; precisionFriendly=0.94999999; precisionEnemy=0.94999999; }; class Custom { class Flags { Armor=1; FriendlyTag=1; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=1; VonID=1; }; skillFriendly=0.44999999; skillEnemy=0.44999999; precisionFriendly=0.34999999; precisionEnemy=0.34999999; }; }; singleVoice=0; maxSamplesPlayed=96; config.bin: forcedDifficulty = "Custom"; Help me senpais
-
Hi, I tried several times to change my server's difficulty to custom parameters, but can't get it to work properly. I checked wiki pages (https://community.bistudio.com/wiki/server.armaprofile ), but in my opinion the info and params seem poor or outdated regarding Arma 3 (in comparison with the one from other Arma series). However the process seems very basic and with a bit of logic it's very simple to set up, but for some reason it does not work for me. I checked video tutorials about it and I'm doing everything as told but still no result. I created new profiles but the file seems to reset to default whenever I start the server. I made sure to change the config.bin value as well... I feel lost now. Could anyone help me please? Arma3Profile: class Difficulties { class Recruit { class Flags { Armor=1; FriendlyTag=1; EnemyTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; WeaponCursor=1; AutoAim=1; AutoGuideAT=1; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=1; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.34999999; skillEnemy=0.34999999; precisionFriendly=0.2; precisionEnemy=0.2; }; class Regular { class Flags { Armor=1; FriendlyTag=1; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=1; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.44999999; skillEnemy=0.44999999; precisionFriendly=0.34999999; precisionEnemy=0.34999999; }; class Veteran { class Flags { Armor=0; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=0; ClockIndicator=1; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=0; VonID=1; }; skillFriendly=0.75; skillEnemy=0.75; precisionFriendly=0.75; precisionEnemy=0.75; }; class Expert { class Flags { Armor=0; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=0; ClockIndicator=1; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=0; VonID=0; }; skillFriendly=0.94999999; skillEnemy=0.94999999; precisionFriendly=0.94999999; precisionEnemy=0.94999999; }; class Custom { class Flags { Armor=1; FriendlyTag=1; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=1; VonID=1; }; skillFriendly=0.44999999; skillEnemy=0.44999999; precisionFriendly=0.34999999; precisionEnemy=0.34999999; }; }; singleVoice=0; maxSamplesPlayed=96; config.bin: forcedDifficulty = "Custom"; Help me senpais
-
Is there a way to disable thirdperson just in certain conditions?
blackyesp posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello! Is there a script where I can disable thirdperson view but enable it again whenever the player (local script I guess) enters a vehicle in a MP mission? Some kind of While syntax? Any Ideas? Thank you in advance! -
Help understanding how Variables work in MP
blackyesp replied to blackyesp's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you for the help, friends :) I tested what GoM said and it seems to work now. I had more problems with some other vars and thanks to your explanations I managed to fix ir all :) -
Help understanding how Variables work in MP
blackyesp posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi once more! So... I've been playing with the PublicVariable command for a while now, but I never really got to understand the workflow of Variables. I just used them as basic true/false trigger conditions and they always worked fine, so I never bothered to find out how they really work until I started my dedicated server today, invited a friend to play and realized that those triggers activated at the beginning of the mission without any reason. Pissed, I tried to fix it by myself and maybe I wasn't using the right command or Var type that suited my needs, so I decided to do some research. I understood the difference between Local, Global and Public, but now I'm more confused, because more concepts as i.e. PublicVariableServer appearead and I still don't know which one to use for MP. Let me show you a simple example of my problem: There are 3 Editor-spawned triggers: trig1 OnAct: Dog = true; PublicVariable "Dog"; ------ trig2 OnAct: Cat = true; PublicVariable "Cat"; ------ trig3 Condition: Dog AND Cat OnAct: hint "It worked!" ------ All of this works fine in SP and also in dedicated MP alone. But whenever a player joins the mission (Not necessary JIP) the variables mess up and trig3 gets activated without any aparent reason. I guess the answer is simple and probably I already found an explanation to my problem on the wiki pages, but I'm struggling trying to process all the new information. So, before I start changing stuff to fix it I want someone to please explain me what is happening and how to do it the right way. :) Thank you in advance. -
trigger "mission fail" if "x" amount of civilians killed
blackyesp replied to swiso's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I wanted to do something different, that whenever certain amount of civilians die, no matter who or what killed them, the mision fails. Most of the deaths are roadkills and the Side command didn't really work with that, because when a unit dies it is set to CIV side and it was hard to tell in my script if the killedunit was a CIV or a soldier. So I ended using the Faction command and it worked like a charm: MyCivKillCounter = 0; addMissionEventHandler ["EntityKilled",{ params ["_killed","_killer","_instigator"]; _faction = faction _killed; if (_faction isEqualto "CIV_F") then { MyCivKillCounter = MyCivKillCounter + 1; if (MyCivKillCounter >= 1) then {["end2", false] call BIS_fnc_endMission; hint "One or more civilians died!"}; }; }]; Edit: Using Side command also affects all the editor spawned objets. They belong to the civilian group as well and also recognised by _killed if they get destroyed. This could cause unwanted results. Faction command only gives you the original faction name. -
trigger "mission fail" if "x" amount of civilians killed
blackyesp replied to swiso's topic in ARMA 3 - MISSION EDITING & SCRIPTING
They didn't thank you, but lemme do it for them: Thank you, sir. Your support given to this thread helped me a lot :) -
Marker following object's relative position.
blackyesp replied to blackyesp's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey! Thank you for the reply, I couldn't get to write back sooner sorry haha. I tried your code on initServer.sqf and works fine on my dedicated server :) thank you again