Catchdog64
Member-
Content Count
49 -
Joined
-
Last visited
-
Medals
Everything posted by Catchdog64
-
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you by the way. -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Figured it out. Units in the composition have to be survivors instead of a standard unit in order to retain custom loadout. -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Got it to work, but it's not spawning the composition correctly. They were given a custom loadout, but they spawn with the original. -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ok, It's now telling me "Enemies in pause radius: waiting" -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Not after I took the activation line out of the trigger. Will try the the demo mission. -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I still can't get it to work. The trigger is working for sure, but nothing is spawning. Is it by chance not compatible with some mods? -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is anything required in the activation field of the trigger? -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I debugged the squad leader's init, and when I enter the trigger area I get a wall of text (which goes away before I can really see anything) and nothing spawns. I put 0 = [this, "DEBUG"] execVM "Jebus.sqf"; in the SL's init and the triggers activation. -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Now it's returning to much for me to catch at a time, unless there's somewhere to view an error that I don't know about. -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Keeps coming up with " Waiting for trigger activation" -
Jebus - Just Editor Based Unit Spawning
Catchdog64 replied to dreadpirate's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello. I've been messing around with this in the editor, and am trying to spawn a custom composition of troops with a trigger. Got " 0 = [this] execVM "Jebus.sqf"; " in the init of the leader in the formation and " call compile preprocessFileLineNumbers "JebusInit.sqf"; " in the mission init. I placed a Trigger the is Blufor present, and the units are not spawning. -
Can someone help me understand, how to go about making a mission that includes weapons and equipment from one or two different mods. I have googled every which way I can think to word it and can't really come up with what I'm looking for.
-
How to integrate a mod into a mission
Catchdog64 replied to Catchdog64's topic in ARMA 3 - QUESTIONS & ANSWERS
No, the mod would be downloaded already. What I mean, I think, is for ambient AI that is spawned in, to add certain weapons and equipment to the list of things they can already spawn with. Also for randomly spawned loot. I'm thinking that all this would be put into the mission.sqf or Config.cpp. Basically what I'm trying to do is; add some weapons and equipment from two other mods to a Ravage mission, that I'm trying to make for a couple friends of mine. -
I'm trying to make a mission off of this wonderful mod and I'd like to add some weapons and equipment from another mod to the loot and what NPC's might be carrying. Can somebody point me in the right direction on how to do that?
-
Cool, thanks.
-
For some reason, none of the RHS grenades are working for me with Ravage loaded. They don't even show up as an option to throw.
-
I am trying to write a script that will let a player keep his uniform but remove weapons, gear, magazines, and vests when they respawn. So far no luck, can somebody help? OnPlayerKilled.sqf player setVariable["Saved_Loadout",getUnitLoadout player]; player removeAllWeapons; player removeBackpack; player removeAllHandgunItems; player removeMagazines; player removeVest; OnplayerRespawn.sqf player setUnitLoadout(player getVariable["Saved_Loadout",[]]); player enableFatigue false; player removeAllWeapons; player removeBackpack; player removeAllHandgunItems; player removeMagazines; player removeVest;
-
I got it! You have to put this in the init of the unit this addEventHandler ["Respawn", { [_this select 0, [this, "last_loadout"]] call BIS_fnc_loadInventory; }]; Then onPlayerKilled player setVariable["Saved_Loadout",getUnitLoadout player]; onPlayerRespawn player setUnitLoadout(player getVariable["Saved_Loadout",[]]); removeAllWeapons player; removeVest player; removeBackpackGlobal player:
-
Yeah I realized I had the unit command structure backwards,, what I cannot figure out how to do is get the uniform and then add it upon respawn. Basically I want it so that if a player is killed, they'll respawn with whatever uniform that they might have picked up. I can get it to work with what the class starts with or with everything that they have picked up.
-
Script to remove weapons and ammo from dead NPC's
Catchdog64 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have searched and searched and cannot find help with what I'm trying to do. I'm making a mission where the players start off as prisoners, and a rescue team comes and breaks them out. I don't want them to be able to loot the guards so I want the weapons and ammo to disappear from the corpses. For the life of me I can't get the scripting to work in the init of the guards. This is what I have. this addEventHandler ["Killed", { _this removeAllweapons; _this removeAllMagazines;}] -
Script to remove weapons and ammo from dead NPC's
Catchdog64 replied to Catchdog64's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It removed them all anyway, thanks a million. Really my first time trying to get my head around this stuff. -
I hope this mod isn't dead. This is great stuff, and can only get better. It is one of the most irritating and miserable experiences I've had in ARMA, and I mean that as a compliment. The way you start off with nothing but ill placed hope, and then if you live long enough it just keeps getting better and better. Thank you for this, and I hope you are or can continue your great work.
-
Since patching to 1.03, the campaign has become unplayable. I played through the first missions, but once I get to the siege of Cherno, all objective updates are broken and radio chatter won't finish. I hear the first messages between Reaper and Swordsman, but get no updated objectives.
-
Arma 2 Community Issue Tracker
Catchdog64 replied to Skeptic's topic in ARMA 2 & OA - TROUBLESHOOTING
Since patching to 1.03 I'm not receiving new objectives during the campaign. Which makes the campaign unplayable basically.