Lucasmnunesk
Member-
Content Count
137 -
Joined
-
Last visited
-
Medals
-
Medals
-
Will it feature a campaign?
-
A-164 wipeout laser
Lucasmnunesk replied to Erwin23p's topic in ARMA 3 - MISSION EDITING & SCRIPTING
What is the program you're using to read the code that way? For the most simple solution you just have to insert this code into the initialization of the JTAC unit. removeallweapons this; this addmagazine "Laserbatteries"; this addweapon "Laserdesignator"; this assignItem "Laserdesignator"; Its removing all weapons of the unit to make sure he won't try to fight the vehicle, and assign the Batteries for the laser designator and the laser designator itself, the last command make sure the unit will equip the Laser designator. This should work as far as the unit has the target on sight, and if the target is an enemy vehicle except for the Quadbikes and on civilian tests. Please be aware that i've tested it fairly quick and i'm not sure if all my information is right, if it didn't worked for you just say it and send me a PM and i'll try a more complex approach because i'm a very rusty with scripting -
Looks really great what you're doing! Waiting for release, as ideas you could try to squeeze in, maybe as a spin-off mission it would be nice to be how it is on the other side, maybe putting us on the enemy skin i really enjoy to knowing how people interpret them, maybe playing one mission of the campaign but as the CSAT or AAF or even one completely different mission, but something that show us how things are on the other side, how the soldiers think about the invasion, about these survivors and everything in general.
-
Now the most people are playing Win, what will BI do after its official release?
Lucasmnunesk replied to Holden93's topic in ARMA 3 - GENERAL
I believe the next big dlc with new content will continue the Main Campaign history, so it should take place somewhere which would give answers about -
Tracking if GPS is on and when player leaves optics sights
Lucasmnunesk replied to Lucasmnunesk's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Thanks for your help! It will work, but still i'm not sure if its the optimal way of doing this. Correct me if i am wrong, but a while loop like this would cause performance issues with higher number of players, right? Still it seems to be the only method to do this. I've asked the FA_gps mod developer to have a look on his code so i would understand how to manipulate the gps but I've found Addon making documentation on BIS wiki pretty poor, still i couldn't find any info anywhere, is there anywhere else to look into? Or the best way is really looking at other people addons? -
Tracking if GPS is on and when player leaves optics sights
Lucasmnunesk posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I'm currently trying to learn how to make addons, as a first project i've been trying to make what i believe would be a simple task. i wanted to track if a player is with GPS toggled on, and when he left an Magnified scope sight or even when he left an vehicle slot which has no interior he would have his GPS turned on automatically. When i first thought about it this was my first ideia, an Event Handler would turn a variable to true when a player toggled the GPS on, and when he left any state which the GPS would be turned off another event handler would check if the GPS variable was on. Unfortunately i couldn't find any event handler that would serve this purpose. My main reason to do this is to learn more about scripting and to get into add on making, but sometimes i was annoyed that my GPS was turned off just because i've used the binoculars so it could be useful. So anyone has any ideas how to track these events? -
Mission Dependency on AI == AWFUL User Experience
Lucasmnunesk replied to ssimmons's topic in ARMA 3 - OFFICIAL MISSIONS
I used to hate commanding AI, and sometimes they are pretty stupid indeed, but trying to play the campaign i'm getting the hang of it. I've found that small groups of AI operate better with me, but sometimes i manage to do good things even with an 8 man group, just keep trying and its fine, its common for them to make some stupid things like when i wanted one guy to fire with his AT at a Arty in front of us, when i sent him to engage he ran 500m backwards then i asked him to regroup and started advancing to the arty when he finally tried to shot it he fired it on a tree close to him and got killed. But sometimes they work great, i'm still learning but i've improved a lot and sometimes i even manage to be in a bad situation and win without any casualties! I would like to try Articulate but since they are dependent on Windows Speech Recognition i'm unable to use it but it seems like a great alternative look for it on the forums! -
Problems With Mil-Sim Groups Taking Realism Too Far
Lucasmnunesk replied to Phoenix1.0's topic in ARMA 3 - MULTIPLAYER
While i've experienced somethings that i didn't like in many groups i have to say that its hard to find a group that will perfectly fit to what you want all the time, even myself, sometimes i want to have some fun but sometimes i'm looking to have a more serious time and i cannot expect everyone else will do what i want. Like you said the groups that want to train their players the have to assume no one knows anything, because many people think they know everything and there is still something that maybe you don't know, and if you don't know someone else who is on the group doesn't know, so for the better of all the community i won't ask them to skip some part of the training because i believe that i know everything, i'm not the only one there and still they could tell me something i don't know yet. About the age, its up to these communities to manage their age restriction, don't you think that its too selfish for 15 years old kids not being able to give you orders but you still want to use an chain of command? The kids should just be ordered around? If they were allowed into an community they shouldn't be restricted by their age in my opinion. I play ArmA for the experience it gives me, i mean, i do know the AI has it issues, but i wouldn't exploit their issues to assure i win or whatever, laying on the grass or hiding behind bushes do work in ArmA, it has its limits but it still works. It would be the same as exploiting those clipping glitches which allows you to see behind building too fight against human players. I'm saying this because i truly believe its what most of the ArmA players want while playing, the experience the game provide. And in the end ArmA has LOTS of different communities, don't look for them to fit everything you want perfectly, try to be more reasonable because if you want to be part of any community, you have to play with different kinds of people which will want different things at different times. -
Same here, add some nice variety. Just was pointing out for the guy that was (if i understood correctly) trying to add some custom texture, but the Kuma cage was in different color, that he has control over this randomization. Edit: Just add to the vehicle init this: this animate ["HideHull",0];
-
Some vehicles have things randomized, like the civilians cars colors, its the same with the FIA offroads and should be with the Kuma, but there are commands IIRC that make you choose what version of the vehicle you want, i remember people found an cop offroad on the game with this and other versions that wouldn't spawn other way. Unfortunately i recall nothing about these commands.
-
Please add fog vision to enemy GameMaster in Zeus!!
Lucasmnunesk replied to Japo32's topic in ARMA 3 - ZEUS EDITING
I new to scripting but i believe it can be accomplished with some commands like lineIntersects and knowsAbout, but i'm not sure since i'm new to scripting and i get confused with arrays, maybe when zeus reach stable branch i could try script this. But you could try looking for yourself and see what you can achieve. For hiding the units the command should be hideObject it runs locally. I don't play on devbranch but if it isn't developed when Zeus reach stable branch, i'll try it. -
Its up to the mission maker or mission parameters if there will be any difference, on the livestream they made an example that the moderators would be able to give orders and modify things, but not create things, not sure if this is how the default missions works, but it can be changed so that both Zeus and the Moderator are the same AFAIK.
-
Doesn't VBS have something like this? I mean, lots of people are complaining saying that they copied VTS or MCC which are great mods, but still the concept of live editing existed before.
-
This awesome, either for casual play or for the more focused on realism. With this mod even when a mission has its hiccups you can fix it and make every mission as dynamic as possible! Yes, i find ArmA lacking in many things, but surely it is a great addition and the only servers that wouldn't use it to full extent in my opinion would be the public servers, they would have to limit only the admins to be Zeus or it would be an mess. I'm with GDent on this one. And keep in mind that ArmA isn't developed by a single guy or a small team of friends as most mods, so they aren't keeping other fixes and other features that people complain out of the game, i doubt they would let a developer to work on this project while detracting the progress from the full game, there are dedicated teams for each areas. It would be awesome to make a 3d editor with this, i don't really think we need a full working 3d editor, at least for me the main reason a 3d editor would be helpful would be for units and objects placement, if they could just make possible to save the objects positions and go back to the 2d editor to place triggers, waypoints, whatever you need would be enough. Like using 3d editor for precise object placement and 2d editor for general purposes.
-
@A3CV - ArmA 3 Coop: Vietnam
Lucasmnunesk replied to alduric's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Aldruic, what about the ACRE radio restrictions? Will we have a choice of setting this off? I understand the reason for this, to keep the Vietnam era as real as possible, but shouldn't it be up to the mission maker? I just think making restrictions which aren't optional never is a good idea, just a suggestion. But i'm looking forward to all your projects! Just can't wait for them to get launched!