

saddle
Member-
Content Count
67 -
Joined
-
Last visited
-
Medals
Everything posted by saddle
-
Hey everyone, I have been looking around for an answer to my question! I am wondering if you can put into say the init file of your mission that always it will give all players present like a huge rating increase, and then say repeat it over and over. I want the players at all time to never ever switch to the sideEnemy or turn into renegades, no matter what happens. Any player who leave and enter. cheers,
- 4 replies
-
- zeus
- multiplayer
- (and 4 more)
-
Harzach thanks so much. I will give this a shot.
- 4 replies
-
- zeus
- multiplayer
- (and 4 more)
-
Issue regarding Spawn on Custom Position
saddle posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello there, as the title says, when I am adding a Spawn on Custom Position to my mission, an error shows up that I have never encountered before and I have done a lot of mission making in this game. I have done this so many times without any issue, so I am a bit confused why this happens all of a sudden and have not managed to find any solutions on the web yet. I get stuck on the spawn/map screen without any interface to choose spawns, and this error keeps spamming; [_list] call BIS_fnc_showRespawnMenuPosit> 10:24:45 Error position: <_list] call BIS_fnc_showRespawnMenuPosit> 10:24:45 Error Undefined variable in expression: _list 10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuPosition.sqf..., line 41 10:24:45 Error in expression <_textDisabled]} else {_textDefault}; _ctrlCounter ctrlShow false; _ctrlCou> 10:24:45 Error position: <_ctrlCounter ctrlShow false; _ctrlCou> 10:24:45 Error Undefined variable in expression: _ctrlcounter 10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuHeader.sqf..., line 145 10:24:45 Error in expression <_textDisabled]} else {_textDefault}; _ctrlCounter ctrlShow false; _ctrlCou> 10:24:45 Error position: <_ctrlCounter ctrlShow false; _ctrlCou> 10:24:45 Error Undefined variable in expression: _ctrlcounter 10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuHeader.sqf..., line 145 10:24:45 Error in expression < _maxRespawnTickets ]; } else { _ctrlTickets ctrlsetstructuredtext parse> 10:24:45 Error position: <_ctrlTickets ctrlsetstructuredtext parse> 10:24:45 Error Undefined variable in expression: _ctrltickets 10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuHeader.sqf..., line 75 10:24:45 Error in expression < ["%1/%2",_livingCount,_playersCount]; _ctrlTeam ctrlSetText _playersText; Any tip or feedback greatly appreciated -
Issue regarding Spawn on Custom Position
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Edit: Yea works like a charm now. Didn't know I didn't need to load Contact to play Livonia. Thanks a bunch Harzach. -
Issue regarding Spawn on Custom Position
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
https://easyupload.io/39c1rj mission is in Altis map. I am running the Contact DLC as well, as we want to play on Livonia but I am reading something about the Contact DLC was intended for SP and does not like MP modules such as respawns .. I put in respawnOnStart = 0; and respawning works but without any timer, it is instant at the respawn marker. I put in respawnOnStart = 1; and the error comes back. Might have the same or similar issue as this thread https://forums.bohemia.net/forums/topic/195514-bis-respawn-bug/ -
Issue regarding Spawn on Custom Position
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It specifically happens when I check the box Choose Spawn Position. Simply spawning without choosing position works. -
Issue regarding Spawn on Custom Position
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
https://i.gyazo.com/a5dfdd8f332bcfe7fae9f912a34e5dc8.jpg still broken. don't worry about the StartTraffic error its not related to this particular issue i know that for sure. -
Issue regarding Spawn on Custom Position
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Looks like this is happening no matter what map I choose in the editor and even make a basic new mission with basic settings ... going to try to check to see if this has to do with corrupted files. No clue. -
Specific AI Classname Placements + Patrol
saddle posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello guys, thanks for taking the time. I am working hard on an experience for some people that I am going to entertain as Zeus and mission maker, but gotten to a point where I have not manage to find any module, mod or other script that meet my specific needs. My friends during their adventure through a map, will come and go to different locations, and return to the same ones again potentially. Each time they do, I want to be able to spawn in AI units, under specific classnames, in very specific location like a marker or trigger. Maybe one AI of one type of classname stands at a gatehouse, and another AI of another type of classname is standing outside in the rain. But each time they go there, they will spawn in into the same spot or markers. And if they leave, they will despawn again, in order to save on performance for the server. I have seen many population scripts out there, but they generally populate areas and houses, they do not place them into very specific manual locations, or i can choose which classname will be placed down to the detail. I am also looking for the option that if I spawn a third guy by the guard house, he starts to patrol in a small radius when he has appeared. I can easily create this by placing down NPCs, but it is going to tax the performance if I have so many different locations populated all at once. It would be better if they despawn on leaving, and respawn on approach. It would also be useful if there are specific enemy classnames in an area they can attack, they will respawn later in case they want to go back and do the same attack over again. Anyone has any ideas or suggestions? Much appreciated!- 6 replies
-
- classname
- placements
-
(and 7 more)
Tagged with:
-
Specific AI Classname Placements + Patrol
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks a ton for the support so far guys. I might try an option and make like a script/trigger/init line radius around all players on the map, that if any and all AI ends up outside the radius they will disable simulation, and then when they enter the radius the simulation is on again.- 6 replies
-
- classname
- placements
-
(and 7 more)
Tagged with:
-
Specific AI Classname Placements + Patrol
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks. Will large amounts of AI across the map still affect performance? Even if they are all disabled in simulation?- 6 replies
-
- classname
- placements
-
(and 7 more)
Tagged with:
-
Specific AI Classname Placements + Patrol
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So maybe an easier sample could be to populate the entire map with specific AI, but then have something like a trigger or script where, all units in a proximity of players gets Simulated or not?- 6 replies
-
- classname
- placements
-
(and 7 more)
Tagged with:
-
Enemy AI Options For Stealth-Gameplay? Zeus
saddle posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello everyone, and thank you for taking the time. I am an experienced Arma Zeus and like the title of this topic says, I am looking at options when it comes to the enemy AI in order to generate as seamless of a stealth gameplay as possible for players. Been looking around a whole lot and not managed to find any answers so far, any tip or input is very appreciated! On it's own, the game is hardly an ideal game for stealth gameplay? It can be very sensitive and fidgety in how AI works and scripts too. So the idea is that I regulate all of this manually as the Zeus for the players. Even making the AI a bit dumbed down, to give the players a sneaky chance to pick people off. How I currently do it is that I turn the enemy faction into an ally for the duration of stealthing, that way the AI will not do anything strange or go alert, until I choose to .. which I switch the AI back into hostile relation again. All of that works perfectly - but when players kill the 'friendly' ai, they lose standing and become eventually renegades and traitors. So players will have issues getting into vehicles ect with some traitors on the squad, and eventually the AI even if friendly in relation will still open up on the player that ends up becoming renegades. How I have tried to resolve this is; to increase all players standing and rating constantly throughout the operation, but eventually this will not work out or be viable. I have also set all players to max rank of Colonel. If there was such a function like making all AI on one side, currently spawned in, not engage or go alert until I press a button or so that would been good but I doubt this exists? Anyone have any ideas or pointers for how to run manually controlled stealth gameplay like this as Zeus? Or other work arounds or options? It is far too much work to manually press pockets of spawned units, and run an init line on all of them everywhere, and then run an init line to activate them again ect. Things are happening too fast for that. -
Enemy AI Options For Stealth-Gameplay? Zeus
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey foley! Thanks for the tip! I run the VCOM AI script/mod and despite trying to change the skill settings, it seems to reflect none what so ever in the actual execution of the AI behavior when I am in game and running things as Zeus. I used to add 2000 in rating to all the players over and over. Perhaps that number is low and runs out quickly during an operation. Perhaps this will be resolved if I give them a large rating, indeed. Cheers. Not sure how this one works or if I can implement it in a good way, globally as Zeus? A script that runs in the background and applies modifications to all units in the game, would be awesome but I have limited coding experience. Not sure how that would work with addAction to list myself commands. Thanks Gunter I will look it over again. You are golden for making these lists for the community. -
Hello everyone, and thank you for taking the time! As the title says, I wonder if there is a way to completely prevent any player while looting the dead to take uniform, vest or backpack and put it into their own slots? I have been looking all over the place for this one and not managed to find anything yet. - I still want people to be able to loot what is inside the containers, I just don't want them to be able to transfer the containers themselves, or any other inventory slot such as helmet/headwear. cheers,
-
Squad/Clan List - Please read the rules in first post!
saddle replied to Placebo's topic in ARMA 3 - SQUADS AND FANPAGES
Squad name: Arma Lads Timezone/location : CEST / EU Gamemode preference (eg coop or pvp): Co-op Contact: STEAM: nayD (thaosan) https://steamcommunity.com/id/thaosan901/ DISCORD: vemone#2673 feel free to contact me here anytime and/or ask for other means of contact Website address: arma 3 unit: https://units.arma3.com/unit/armalads discord: https://discord.gg/tv7E4dTw Short description: We play every week, usually more casual gamemodes in the weekdays and every second Saturday we do Zeus Operations. I am a very experienced Zeus and mission creator, hosting very custom and unique experiences to my circle of players. We are a mature environment and have been playing for quite a bit of years by now, we play for fun but also blend with semi-realism. My operations are focused on such things such as immersion, light role playing among members (if one wants to). Arma Lads has done anything from proper horror and zombie survival stories to intense milsim battlefields! We expect all our members to at least own Apex DLC, Prairie Fire DLC and Global Mobilization DLC today. Lately we are doing a Vietnam setting. More questions or wondering something feel free to contact me anytime! I am happy to speak to you! Language: English -
Hello everyone, and thank you for taking the time. As the title suggests this is what I am trying to work out and I have been trying to learn and figure this out on my own for almost two weeks now. I have done many different tests and workarounds but not managed to solve it; What I am trying to create is a script that when any and all AI is killed, pre-placed or spawned, all numbers of a specific inventory item .. in this case first aid kits are removed. I don't want any of the enemies to have any first aid kits at all. In my case as a Zeus, I want to manage the number of first aid kits given to players on my own and that they will not loot them on bodies for themselves. - removeItem command solves the issue, but it also removes many other items. - removeItem(s) has not worked out during my testing either. - removeAssignedItems is not what I am looking for either. Some different attempts so far which has not worked: { if (!isPlayer _x) then { _x removeItems "vn_o_item_firstaid_01"; _x removeItems "vn_b_item_firstaid_01"; _x removeItems "vn_o_item_firstaidkit"; _x removeItems "vn_b_item_firstaidkit"; _x removeItems "Item_FirstAidKit"; }; } foreach (allUnits); if (faction _killed == "O_PAVN") then { removeItems "vn_o_item_firstaid_01" _killed; removeItems "vn_b_item_firstaid_01" _killed; removeItems "vn_o_item_firstaidkit" _killed; removeItems "vn_b_item_firstaidkit" _killed; removeItems "Item_FirstAidKit" _killed; deleteVehicle (nearestObject [_killed, "WeaponHolderSimulated"]); }; Any feedback is appreciated!
- 7 replies
-
- first aid kit
- inventory
-
(and 5 more)
Tagged with:
-
Removing Inventory Item from all AI
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have not managed to work it out- 7 replies
-
- first aid kit
- inventory
-
(and 5 more)
Tagged with:
-
Removing Inventory Item from all AI
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I did test the code, but now I am starting to think that I have been testing it wrong .. I do want it in a script, as in an sql file. This is how I test it? Running the Prairie Fire DLC, but I assume that is no issue since the classnames are already set to the DLC first aid kits and not the standard- 7 replies
-
- first aid kit
- inventory
-
(and 5 more)
Tagged with:
-
Removing Inventory Item from all AI
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Cheers pierremgi, It makes no difference so far. All medical items in the inventory of AI are there as normal.- 7 replies
-
- first aid kit
- inventory
-
(and 5 more)
Tagged with:
-
Removing Inventory Item from all AI
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Optimally I would want a script to deal with it as I am busy a great deal as a Zeus. I would also want to be able to spawn units on the get-go and with lots of different types of gear.- 7 replies
-
- first aid kit
- inventory
-
(and 5 more)
Tagged with:
-
Hello everyone, and thank you for taking the time. 🙂 So I have managed to entangle myself in a little issue as I am working on customizing a Liberation mission. I added a script and system called LARs_searchLoot and it is exactly what I was looking for! It allows the player to interact with whatever object/class is in world, and you can loot it and have a chance to find items. Tested on the sample template mission and it is running fine on it's own, no issues or errors. Picture 1 sample mission: https://i.gyazo.com/c3233738c48e4aa5664630c66bf448df.jpg As I am customizing my Liberation mission, I simply transfer the script files and the code in the Description.SQM into the Liberation mission and I start having issues there. I was greeted with this issue, and for the last two days I have tried hard to troubleshoot and resolve it. I have looked all around with google and been unable to resolve my issue yet. With this error, compared to the sample mission which works fine on it's own, looting and searching does not function properly and the spyglass process is replaced on the Space bar action which is not correct. Picture 2: https://i.gyazo.com/baa7f3ed9cfbbabb210693836168c96e.png - I tried to rename the classes and managed to resolve the errors once, so they would not duplicate, but when I did Picture 2 was working - and not Picture 1 which is intended and how it is supposed to be. Anyone has any insight or feedback regarding this it is much appreciated Description file The baseDefines.hpp file in the (loot mod, not liberation)
-
RscText: Member Already Defined issue
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I understand how the Inheriting works now, thanks for giving that sample to me. Done a lot of mission making, customizing and troubleshooting in arma .. but I think this is the first time I am going through classes and defines. Usually scripts does not have them. I have found no results for BIS_fnc_holdActionAdd so I will keep looking see if I can find the search action EDIT 2: Been trying several programs now that can find text inside many files, and I have searched for other results such as Search or Space but with no results. Been spending more time trying to redefine the classes but no results, it becomes the exact same result every single time. Picture 2. You'll have to find the script that adds the second action. Been manually going through lots of files for over an hour now, not managed to find any hint at all yet Two files has been the most prominent so far: (already tried renaming the classes in them to remove errors, but it does not solve the issue) GREUH_interface.hpp standard_controls.hpp -
RscText: Member Already Defined issue
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks 7erra, it is all a little complex for me but i will try and work it out on my own! EDIT 2: I have managed to define it back and resolved all errors. However, the results are still the same. The search is in Picture 2 and not working like it should in Picture 1. There must be defines/classes in the Liberation files somewhere that breaks or changes the script defines/classes? All script files work entirely on their own in a sample mission, but when I bring it into the Liberation files, this happens EDIT 3: There are two different search functions defined(?) at the same time showing in scroll wheel options. The search that is bound to Space is not supposed to be there, the other is the loot script Searching with Space option is the one that occur in Picture 2. -
RscText: Member Already Defined issue
saddle replied to saddle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It is what I am trying to figure out right now. So far despite all the renamings it gives the exact same results ... I will spend some more time looking at it.