

samatra
Member-
Content Count
652 -
Joined
-
Last visited
-
Medals
-
Medals
-
Everything posted by samatra
-
Cannot create a single unit...
samatra replied to samatra's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks. I got very confused by http://community.bistudio.com/wiki/Side_relations with sides and factions. -
Cannot create a single unit...
samatra posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I just have no idea what can be wrong with this: _basepos = getMarkerPos "mark"; _group = createGroup GUE; _unit = _group createUnit ["GUE_Soldier_1", _basepos, [], 30, "FORM"]; and it does nothing. Yes, "mark" marker exists and _basepos is actual coordinate. Yes there is already some GUI (guerilla) unit on map. I'm stunned and clueless. Nothing in RPT either. Help. -
[Release | 1.0] Loot Generation Script
samatra posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Removed. -
Hello. Is there any way to define custom units\vehicles in mission without making addon? For instance I want to create a BLUFOR unit using civilian model and give it custom set of equipment. If above is not possible, can I somehow switch side of specific unit? Thanks.
-
Custom units in mission?
samatra replied to samatra's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks. Can I somehow increase inventory slots for specific unit? For instance I want to have medic with full set of inventory slots. Thanks. -
Custom units in mission?
samatra replied to samatra's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks, but I was wondering if I can define new unit and create new config for it without using addon. (Can I have config.cpp somewhere in mission and will it be loaded?) I actually need to do this through script -
Voted "Yes", I would love to see Steamworks being optional with Steam retail redeemable keys as well as ability to play without Steam somehow
-
Any idea if ArmA 3 showcase will be streamed somewhere online?
-
DayZ Zombie RPG (Unofficial Mod) Alpha
samatra replied to rocket's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
This mod has infected my brain, I can't stop thinking about it and wanting to play it! A mod worthy of stand-alone game. -
Getting array of buildings by name
samatra posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
How this can be implemented? I need to get an array of all building of specific. (I assume that buildings are vehicles?) Thank you. -
Getting array of buildings by name
samatra replied to samatra's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thank you. I suffered for nearly 3 hours trying to write something like this myself (used nearObjects function, it returned array but i wasn't able to get position or anything from array elements). Also I think you mistyped: for [{_i = 0}, {_i < count _buildings}, {_i = _i + 1}] do { instead of for [{_i = 0}, {_i < count selected_house}, {_i = _i + 1}] do { -
Getting array of buildings by name
samatra replied to samatra's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I know name of the building i need and i want to find where all these buildings are placed on maps (get coordinates to be more specific). Thanks for link though, might get useful. -
[TvT/FFA/CO-40] Dynamic Zombie Sandbox
samatra replied to Craig_VG's topic in ARMA 2 & OA - USER MISSIONS
Guys I hope you could make version for vanilla ArmA 2 that works properly. Often crashes and lockups at "Loading Mission Components" make this mission unplayable with vanilla arma 2 and arma 2 free. -
[TvT/FFA/CO-40] Dynamic Zombie Sandbox
samatra replied to Craig_VG's topic in ARMA 2 & OA - USER MISSIONS
Its bugged with both ArmA 2 and ArmA 2 free as well as hosting listen server or dedicated server. ArmA 2 AO version doesn't seem to have these problems, but i didn't play it much. It was related to DZS, not DayZ. -
[TvT/FFA/CO-40] Dynamic Zombie Sandbox
samatra replied to Craig_VG's topic in ARMA 2 & OA - USER MISSIONS
Another problem is that mission freezes at "Loading Mission Components" randomly. Sometimes it works, sometimes it doesn't and it annoys alot since there is no way to exit server from this loading screen. ArmA 2. -
[TvT/FFA/CO-40] Dynamic Zombie Sandbox
samatra replied to Craig_VG's topic in ARMA 2 & OA - USER MISSIONS
I enjoy mission so much, however it periodically crashes everyone's games (both A2 and A2Free), I am not sure what's the cause but it renders it unplayable. Another problem is that when you host a listen server with mission it starts going buggy - sometimes you get damage when there is nobody around and damage continues until you die (zombie attack scars damage) as well as players respawning into same position or spawning in a city with zero cars and zero zombies around (even after checking the whole town) -
Hi! I'm somewhat new to ArmA 2 (played ofp back in the day), decided to reintroduce myself into series with A2Free. Can somebody recommend me 2-4 players coop mission which i can play with my friends? I searched on Armaholic but with little luck, a personal recommendation would be a better idea here i believe. Thank you.
-
Any way to disable parallax mapping on ground textures?
samatra posted a topic in ARMA 2 & OA - QUESTIONS & ANSWERS
This really makes a problem for me, i get less FPS when i look straight down and see flat ground with this parallax effect than when i look at complex stuff like buildings, trees, vehicles ahead of me. Is there a way to disable this? Thanks. -
They work now, but didn't some time ago. First link just redirected me back to mission page, tried it several times. Second gave me "File not found, you will be redirected to http://www.gamefront.com" as well as it does now. Thanks anyway.
-
Both links on armaholic doesn't work. Sorry for bumping old thread but this mission seems to be pretty interesting.
-
Editing, Expanding and Modifying Domination
samatra replied to Tankbuster's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Can i get help with this please? -
Editing, Expanding and Modifying Domination
samatra replied to Tankbuster's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Question 1: What should i change in make_dom.bat to compile only specific version of domination? Question 2: When i open mission.sqm in editor i see MH60's placed there, should i change them to Mi-8 if i want to compile East domination? Thanks. -
Some problems\questions i would appreciate help with
samatra posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi! I'm trying to do something little bit more advanced than a drag & drop mission in arma 2. To be more specific i want to make players respawn but not only that, on each respawn players should receive a new vehicle (deleting old one regardless of it being destroyed is unnecessary) and restore their gear setup to predefined one. I managed to find a tutorial on how to make respawn system but failed to locate my custom missions, MPMissions and Missions directories are empty in my game folder although i have custom missions saved for both sp and mp. Also this will not probably restore gear setup. I would appreciate if somebody can help me with links on related articles\tutorials or let me know how much advanced scripting it will take to release such features. Thank you. -
Recommend me a coop missions please (For A2Free)
samatra replied to samatra's topic in ARMA 2 & OA - GENERAL
In case somebody will find this topic in google asking the same question as i did: Just played Operation Lojack III - now this is awesome and was what i'm looking for: http://www.armaholic.com/page.php?id=6739 -
Recommend me a coop missions please (For A2Free)
samatra replied to samatra's topic in ARMA 2 & OA - GENERAL
Thanks for info guys, checking these missions right now. I'm looking for something simple like go there, find and kill the enemy, go there, try to evac being chased\hunted by enemy.