-
Content Count
51 -
Joined
-
Last visited
-
Medals
-
Is it possible to open up the small doors on the liberty?
Crimson Mage replied to Crimson Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@pierremgiHow do I found out the what the door is. Do I just use BIS_fnc_door and brute force it? -
How to stop AI from seeing through the walls of the liberty
Crimson Mage posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
The AI keeps firing at the player from the other side of walls inside the liberty. -
Is it possible to open up the small doors on the liberty?
Crimson Mage posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Can you open up the small doors on the liberty using BIS_fnc_door or any other command in the editor? -
Looped Custom Sounds
Crimson Mage replied to Crimson Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Would it be worthwhile to use a trigger to activate the sounds when a player enters the area? Or is the performance loss already minimal. -
Looped Custom Sounds
Crimson Mage replied to Crimson Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So with that I can delete the object after the player exits the area and it won't harm performance? -
Hello, I want to have a bunch of objects in my mission have custom ambient sound effects. The way I do this is not very performance friendly but I don't know any other way to do it. Is there a better way to have objects loop a sound effect? Object's init call{ []spawn { while {true} do { tentlight_1 say ["light",10]; sleep 9; }; };}
-
Crimson Mage started following bushlurker
-
Better Zeus AI CONTROL (move under fire)
Crimson Mage replied to industrialdonut's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I'm assuming only the zeus needs it right? -
Better Zeus AI CONTROL (move under fire)
Crimson Mage replied to industrialdonut's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
This sounds wonderful! When will this be up on the workshop? -
What makes a story based arma 3 mission good?
Crimson Mage replied to Crimson Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
My favorite part about Arma is making missions. I wish to make a story based campaign with my friend but they really aren't into mission making. My most recent mission was in an editor competition: https://steamcommunity.com/sharedfiles/filedetails/?id=1853561504 -
Crimson Mage started following How Do Companies Like BI Make Realistic Looking Textures?, What makes a story based arma 3 mission good?, Where to release mission nowdays? and and 1 other
-
What makes a story based arma 3 mission good?
Crimson Mage posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have always been curious about this, if it is even possible. -
How do you replicate the taskbar in the Contact campaign? The one where it shows the task at the top.
-
Find variable names of the USS Liberty parts
Crimson Mage replied to Crimson Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm trying to get the variable names so I can attach the freedom parts to another object. -
Where to release mission nowdays?
Crimson Mage replied to engima's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I would second Steam and a mirror download. Mirror downloads are useful for people running dedicated servers. -
Find variable names of the USS Liberty parts
Crimson Mage posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm having difficulty finding the variable names of the USS Liberty parts. I'm trying to attach all the parts to another object, but I cannot find the names of the components of the liberty. How could I find the variable names? I found the class names though: Land_Destroyer_01_Boat_Rack_01_Base_F Land_Destroyer_01_Boat_Rack_01_F Land_Destroyer_01_hull_01_F Land_Destroyer_01_hull_02_F Land_Destroyer_01_hull_03_F Land_Destroyer_01_hull_04_F Land_Destroyer_01_hull_05_F Land_Destroyer_01_hull_base_F Land_Destroyer_01_interior_02_F Land_Destroyer_01_interior_03_F Land_Destroyer_01_interior_04_F -
How Do Companies Like BI Make Realistic Looking Textures?
Crimson Mage posted a topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Do they use photos or do they make them from scratch using photo references?