-
Content Count
1977 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by Undeceived
-
[WIP] Terrain "X-Cam-Taunus"
Undeceived replied to silola's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
wrong post - ignore this. -
[WIP] Terrain "X-Cam-Taunus"
Undeceived replied to silola's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Again? Was there a project released with a low density version of it? All in all it sounds great, Silola! Take your time and godspeed. -
Check if unit has weapons but exlude items, binoculars and NVGoggles
Undeceived posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hello guys, could you help me with that: I want to create a script which checks if the unit has a weapon (any weapon). If the player has a weapon then setcaptive will go false. So far, so easy. :D But the script should only see deadly weapons like rifles, pistols, launchers, etc. It should not detect unlethal "weapons" like Binocular, NVGoggles or the items (ItemMap, ItemGPS, ItemRadio and ItemCompass). So how can I exclude these undeadly ones from the weapons check? Thanks for your help! EDIT: This is what I want to achieve in the end: - The player (a civilian in the group of a resistance unit that has probably of presence = 0%) has a gun and peaks behind a corner of a house and sees an enemy. The enemy still hasn't seen the player. So the player can drop down his gun (or "holster it with Celery's holster script - which removes it too) and go out of the cover without being suspicious for the enemy. In the eyes of the enemy he is just a harmless civilian. - But if the player is seen by the enemy unit with a gun in his hands, he will be known as enemy in the region (e.g. village) where he is at the moment. - On the other side, if the player (who is now known as enemy) can escape the village and goes to another village, I want that the enemy in village 2 doesn't know that he is enemy in village 1. -
[WIP] Terrain "X-Cam-Taunus"
Undeceived replied to silola's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
The new screenshots are amazing!! How's the AI (cars) doing with those crash barriers (Leitplanken) at the moment? Keep it up, this is going to be a masterpiece of a terrain! -
[Nerdgasm] Longest possible string of scripting commands
Undeceived replied to Heeeere's johnny!'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
Haha, nice game. :D -
Two Features i would like to see in Eden Editor.
Undeceived replied to master11388's topic in ARMA 3 - EDEN EDITOR
No. 1 is confirmed, if I interpreted this correctly. -
[WIP] Terrain "X-Cam-Taunus"
Undeceived replied to silola's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
:D Nice! I'll be sure to visit the area as well - I live just approx. 70 km away. -
[WIP] Terrain "X-Cam-Taunus"
Undeceived replied to silola's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
ACH DU SCHEISSE!! :D The map I dreamt of since Schmalfelden in Arma 1! Wow... :wub: 2 questions: - Will the goal of this map be similar to the XCam-prototype map? Or will you guys (try to) improve it for AI as well? - Is it based on the real Taunus? What's the coordinates / towns? @ icebreakr: Naah, keep up the great work, mate! EDIT: After taking a look at the screenshots: Damn - This is absolutely authentic. You even created these typical wooden frames for young trees. Nice job! https://i.imgur.com/ATUUqyu.jpg EDIT 2: I think I found the location (at least the location from the header in the first post): The area between Oberursel and Glashütten. Comparing both images, you removed much of the towns, which is cool. A bit more rural terrain. -
Community Upgrade Project - CUP_Terrains
Undeceived replied to cifordayzserver's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Thanks a lot for your work, cifor! -
How to launch a whitelisted Arsenal without the ammo box stuff?
Undeceived replied to Undeceived's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Larrow, you're the best!! :wub: Thanks a lot, man! This is the little whitelisted Arsenal with some allowed gear (weapons, mags and items), launched in the init.sqf: //wait until after briefing sleep 0.1; //Sart a loading screen to hide init behind ( preload( although has its own ) + making whitelist ) [ "myLoadingScreen" ] call BIS_fnc_startLoadingScreen; //Preload arsenal lists [ "Preload" ] call BIS_fnc_arsenal; //Make sure player object is available waitUntil { !isNull player }; //Add all your stuff to the PLAYER ( all it does is sets some variables on an object, that object then acts as arsenal whitelist ) //[ whitelist object, STUFF, isglobal, add action ] [ player, [ "CUP_arifle_G36K_camo","CUP_launch_M136" ], false, false ] call BIS_fnc_addVirtualWeaponCargo; [ player, [ "CUP_30Rnd_556x45_G36","CUP_M136_M" ], false, false ] call BIS_fnc_addVirtualMagazineCargo; [ player, [ "CUP_muzzle_snds_G36_desert" ], false, false ] call BIS_fnc_addVirtualItemCargo; //End the loading screen [ "myLoadingScreen" ] call BIS_fnc_endLoadingScreen; //Pop open the arsenal display - [ full version, object that holds whitelist, object to alter ( user of arsenal ) ] ["Open",[false,player, player]] call bis_fnc_arsenal; Thanks again! -
Yeah, they showed this in the live stream. Great feature!
-
BI, will you / can you please add the Arsenal or anything else for quick and easy unit / vehicle / crate configuration?
-
But they can take one end as the "official canon", so there's no problem with the multiple endings. I want to kick Miller's ass in a continuation! Other than that... I still didn't read an official confirmation that there will be a new campaign. Up to now I only read "playable content". Looking forward to see the new roadmap.
- 76 replies
-
- 1
-
- Official Campaign
- Discussion
-
(and 3 more)
Tagged with:
-
Arma 3 Eden Editor Sneak Preview Live Stream
Undeceived replied to BohemiaBeck's topic in ARMA 3 - EDEN EDITOR
And "Intro". :P -
Arma 3 Eden Editor Sneak Preview Live Stream
Undeceived replied to BohemiaBeck's topic in ARMA 3 - EDEN EDITOR
Great news! Eden... Like Cain and Abel? :ph34r: -
POLPOX's calm animations 2.0 script
Undeceived replied to POLPOX's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks, Polpox! -
[IceBreakr/IBIS] Lingor & Dingor for A3
Undeceived replied to icebreakr's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Another f*ing GREAT island!! :wub: Thanks so much, IB! -
POLPOX's calm animations 2.0 script
Undeceived replied to POLPOX's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Btw what exactly does the "smootly in" parameter do? -
POLPOX's calm animations 2.0 script
Undeceived replied to POLPOX's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ok, thanks! Btw. you didn't update the version number in the script. It's still 2.0 -
POLPOX's calm animations 2.0 script
Undeceived replied to POLPOX's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Great script! Downloading now. Thanks. -
[SP/Campaign] Dying Ember (resistance campaign)
Undeceived posted a topic in Arma 3 - MAKE ARMA NOT WAR CONTEST - SINGLEPLAYER GAME MODE
Dying Ember by Undeceived As the MANW contest is over, this forum thread is redundant. The main thread with the latest version is here: http://forums.bistudio.com/showthread.php?182212-SP-Campaign-Dying-Ember-%28resistance-campaign%29 -
[SP/Campaign] Dying Ember (resistance campaign)
Undeceived replied to Undeceived's topic in Arma 3 - MAKE ARMA NOT WAR CONTEST - SINGLEPLAYER GAME MODE
Hello dostunuz, sorry, I didn't look in this old thread for weeks... If you escorted the guy to the HQ, where the smoke is rising, right?, then the Outro cut scene should start. So it seems to be a bug, yes. Please check if you're playing the latest version (at the moment 1.5) and if you're running mods, you could try to disable them for this single mission. This helped some players in other missions. If you have further questions, please post in this thread. Thanks! https://forums.bistudio.com/topic/172121-spcampaign-dying-ember-resistance-campaign/page-1 Good luck! -
Hi guys, can you help me with this one? I'm trying to convert a SP mission from Arma 1 to Arma 3 and up to now I substituted every A1 unit, marker, etc... and no errors appear anymore (only lots of mission script errors). But I can't find a way to start the mission itself. It won't start and this error appears instead: 'effects/' is not a class. I found this error in this thread here, but it didn't help me. What I noticed is that the mission starts in MP (with the error as well, but it starts). Any hints how to eliminate it? EDIT: Of course I'm using CUP terrains (Sahrani).
-
effects/ is not a class - problem
Undeceived replied to Undeceived's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for your answers, guys. It really was an Arma 1 addon (Editor update), which I still had to have running. I substituted all objects by Arma 3 road cones :D and eliniminated the addon, now the mission started. Gonna test now. LOTS of road cones will cross my way. :D :D -
Thx for the reply, zeealex, and all the best (get well soon).