Jump to content

JohnKalo

Member
  • Content Count

    1111
  • Joined

  • Last visited

  • Medals

Everything posted by JohnKalo

  1. JohnKalo

    [FIXED]Adding custom .paa textures

    Config.cpp class CfgPatches { class Snow_static { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; author = "GreekEditor"; }; }; class CfgVehicles { class Static; class Christmas_Sock_Tree : Static { scope = 2; model = "\Christmas_Socks\objects\SockTree.p3d"; displayName = "Christmas Sock Tree"; faction = "Empty"; vehicleClass = "Small_Items"; picture="\Christmas_Socks\icons\Pinguin.paa"; icon="\Christmas_Socks\icons\Pinguin.paa"; descriptionShort="Christmas Sock Tree"; hiddenSelections[] = {"one","two"}; hiddenSelectionsTextures[] = {"\Christmas_Socks\Textures\SockWhite.paa", "\Christmas_Socks\Textures\SockTree.paa", }; }; }; In the object builder I have tried multiple paths to the texture and nothing worked!!
  2. This should help 👍 Since once you find the stance of the unit you can set the unit to that stance https://community.bistudio.com/wiki/setUnitPos
  3. Addon updated and released on steam ! If you could please please please visit the steam link, like and subscribe! It would be super useful since more people would be able to see the Christmas addon !!!
  4. The below should help 👍 https://forums.bohemia.net/forums/topic/173375-trigger-condition-if-a-sector-is-captured-by-a-faction/?do=findComment&comment=2928039
  5. The sleep command cannot work in triggers. It works only in scripts. Yes the 1 means wait 1 second before continuing the script. NameofUnit setDir 45; // will set unit1 to face North-East Also if the waypoints dont work cause .... Arma 3 .... maybe this will help: NameOfUnit doMove (getPosATL NameOfObject1);
  6. Just to clarify I have not got sector control missions that work. Seems it is a bug so you have to report the bug to Bohemia Interactive.
  7. Maybe by placing a trigger that will activate via Radio Alpha for example that will reactivate the modules. Either the initial modules or same modules in the same place but different ones. Save then Load call the action via Radio and you can see what happens. If needed you can have multiple radio actions that do the same thing for each time you load. As an experiment to see if the modules are still there after the save-load function.
  8. A solution would be to attach an object like an invisible helipad or a Helper that is hidden on the tower. Then just use: sleep 1; //so as for the tower to get into position NameOfUnit setpos (getposATL NameOfHelper); or sleep 1; //so as for the tower to get into position NameOfUnit attachTo [NameOfHelper, [0.0, 0.0, 0.0]]; detach NameOfUnit; or directly sleep 1; //so as for the tower to get into position NameOfUnit attachTo [T1, [0.0, 0.0, NeededHeight]]; detach NameOfUnit;
  9. Only thing I can think of is to download a sector mission and see if they do something differently. Or does the warlord vanilla Arma 3 not suit you?
  10. JohnKalo

    Quick question

    The .pbo will not be in the documents folder but in the game directory. In the missions or mpmissions folder. In the documents only the .sqf format exists. Since you have the game on your laptop however I don't understand why the missions are deleted. You have to contact their support. 60-120 FPS is awesome by the way!
  11. Did some research and maybe you can enableSimulation true the sector modules? Saw that in a post.
  12. The show video for the loading bar is possible. You just have to play a video with a trigger. Have not got the code right now but if you need it I should be able to access it. The code is simple and based on this: https://community.bistudio.com/wiki/BIS_fnc_playVideo also the video cannot be skipped. Be careful however because while the video plays the players exist or they don't if you use tricks.
  13. JohnKalo

    Quick question

    Out of curiosity how many FPS does Nvidia's GeForce Now program gives to Arma? Apart from that the missions you make in the editor are saved in the Documents folder of your pc. Those are .sqf and all the editing is done there. Once you are done with the mission you export it in a .pbo format. So if you can access the Arma 3 document Missions folder then all is good. There you create the scripts and all.
  14. You could even attach an invisible helipad to the guy and then erase it so as to stop the say3D. That is since the helipad is speaking.
  15. The trigger condition can also have an: NameOfUnit in units group player so as for the trigger not to fire if the units are not in the players squad.
  16. Oh because it said the link below and I thought you meant in the forums 😂 Sounds cool!
  17. And about as same as the above: [_unitOne, _unitTwo] joinSilent (group player); or [_unitOne, _unitTwo] joinSilent player; since you want secondary objectives so each unit can join separately. And for the condition a simple: NameOfUnit distance NameOfPlayer < 10; that will activate a nice hold action feature:
  18. There is no discord channel link. And you can just copy paste the code here. There is a code tab next to the happy face when you make a new post. Apart from that it seems cool. Any non mod new nice feature is great 👌
  19. JohnKalo

    Custom Support Trigger Activation

    Well on the trigger Activation (that is under the Type section) >> Radio Alpha (or whatever name you want)>> condition true (or whatever the condition is) >> on the on activation field: NameOfObject hideObjectGlobal false; and to hide them you click on the unit and you uncheck the Show Model option. Not sure of the exact phrase it has.
  20. Awesome new content! Is there any chance of adding a new weapon however? Particularly a shotgun! A lethal and maybe a non lethal one. Oh and the police faction could have some police cars. Or even riot gear! Nobody else has made such equipment for Arma 2 or 3. Don't support what the police does in Greece by the way. Not why I am asking for such assets.
  21. Welcome to the forums. If we are talking about a limited amount of players you can use this: place a different variable for each player and use the removeAllActions NameOfUnit; command to erase the actions. This method will help with any locality issues too. The variable can be set not on the units init but in a trigger that will fire when the unit is almost near the addAction trigger.
  22. JohnKalo

    Again AI isnt seeing me

    You have to givemore details. What do you mean the friendly AIs cannot see you?
  23. JohnKalo

    Making mission - need assistance!

    https://community.bistudio.com/wiki/limitSpeed
  24. JohnKalo

    Making mission - need assistance!

    1. Can that happen? They do not exist. Maybe hide them and disable their simulation or something. 2. Drivers in CARELESS moving at slow with the disembark waypoints for the HMGs to have the units not in the transport vehicle condition. 3. For spotting this in the iniPlayerLocal.sqf player setUnitTrait ["camouflageCoef", ("PARAM_CAMO_coef" call BIS_fnc_getParamValue )/ 10]; player setUnitTrait ["audibleCoef", ("PARAM_Hear_coef" call BIS_fnc_getParamValue )/ 10]; For flashlights: 4. 5. And politely speaking most of the above was found with a very simple google search. The others I have used personally. So maybe you could try helping yourself that way
  25. @panzergrenadier3 Thanks! Wish a Greek version was on this addon too though. Don't really use CUP so as not to flood the editor with thousands of units/vehicles/weapons. To avoid the dependency too.
×