maronkoman
Member-
Content Count
30 -
Joined
-
Last visited
-
Medals
-
SetObjectTexture working in mission!
maronkoman replied to Wildgoose's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
This is awesome! Tried it myself but the picture was blurry and undimentioned. Where can I find the original textures so I can modify them, like Xeo did? Looked really good! I'm dying to get a hold of the original skin files and start modifying my own skins! Could anyone please direct me to the templates (2048x2048 in size according to wildgoose)? -
player marker text
maronkoman replied to Lazarus's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
Ok, i have read the links you gave me CarlGustaffa but im still pretty lost. Is it hard to compile a MP script that shows player names on the map? Im making my own version of the domination script and one of the few things im missing is player markers with names :) Have searched up and down for it but no luck -
Trigger & Task Help
maronkoman replied to tobmic's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Will this way of task triggering work in MP as well as SP? Can anyone tell me what the difference in SP and MP are in terms of triggering tasks and syncronizing the tasks with all of the players on a MP server? In MP you have to activate the triggers globally instead of locally (right?), but in terms of script commands, whats the difference? Trying to get my MP mission to work for all clients instead of only the host! -
player marker text
maronkoman replied to Lazarus's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
Ok, thanks CarlGustaffa! I will try to read up on the subject -
Heli vehicle lift (domination style!) for MP
maronkoman replied to maronkoman's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Noone has a answer to this? Of all the experts in this forum, nobody knows of a good helilift script that works on MP? Well, maybe everybody is on vacation :P -
Need help with paramsarray
maronkoman replied to callihn's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
No! Dont give up! Only need the AI skills params, anyone who knows the commands in the init and the description.ext please? -
player marker text
maronkoman replied to Lazarus's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
I would like this feature as well. Like the one in domination with the player names on the map. But in the domination pbo file there are over 500 script files. It would certainly be a lot easier if someone knew something about this. Ie. wich files to check in, or prefferably a script. Any pointers would be appreciated :) -
Heli vehicle lift (domination style!) for MP
maronkoman replied to maronkoman's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Have now tried the RAV lifter, great and realistic script- but its a mod so people have to download it. And besides, its only a beta version and it needs much improvement. Anyone with a working heli lift script? -
Heli vehicle lift (domination style!) for MP
maronkoman posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi guys! I have been searching high and low for a helicopter lift solution that is as good as, or better than the Domination 2 one. With a interface that pops up when you hover above a vehicle and is able to attach/detach the vehicle. Ive tried to "detach" the script from the domination 2 mission (extracted the files from the .pbo file), but damn, there are a lot of scripts in domination! I found a couple of files that might be relevant but i have no idea how to patch it together for a brand new map. Have found a heli lift script in armaholic, but it looks way crappier than the one in Domination. Anyone with any experiences or recommendations? Would be grateful for any tips! Or at the very best, a script :) Will offcourse show some credits to the author of the script in my map :) -
Class Params for MP. (class TimeOfDay) etc...
maronkoman replied to logitrust's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks so much man! This is gold! ;) -
Class Params for MP. (class TimeOfDay) etc...
maronkoman replied to logitrust's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Ah, nice! I have sat down at the exact same problem for many hours now as well. But how about weather parametres? Anyone who knows this? Ive got this from domination; description.ext: class Weather { title = "Weather"; values[] = {1,2,3,4}; default = 2; texts[] = {"Clear", "Stormy", "Cloudy", "Foggy"}; }; init.sqf: Weather = (paramsarray select 2); if ( Weather == 1) then { 0 setFog 0; 0 setOvercast 0; 0 setRain 0; }; if ( Weather == 2) then { 0 setFog 0.2; 0 setOvercast 1.0; 0 setRain 1; }; if ( Weather == 3) then { 0 setFog 0; 0 setOvercast 0.7; 0 setRain 0; }; if ( Weather == 4) then { 0 setFog 0.7; 0 setOvercast 0.7; 0 setRain 0; } else { 0 setFog 0.2; 0 setOvercast 1.0; 0 setRain 1; }; }; But ive come no further. Anyone who knows this? -
Can I get some help please "no message received"
maronkoman replied to ICE-Raver's topic in ARMA 2 & OA - TROUBLESHOOTING
I had the same problem in Arma 2 MP. Almost smashed my pc to shreds in aggression when I had earned a shitload of money and the "no message recieved" message came up. Time after time. But I tried turning my Norton Antivirus completly off, and there, It worked for long times without the message popping up. Sometimes being protected from viruses can be a pain in the ass! -
Arma 2 won't recognize TrackIR 5!!
maronkoman replied to maronkoman's topic in ARMA 2 & OA - GENERAL
I found the source of my problem! It was a ambient light in the background showing as a red dot in the upper right camera display. Have sat for hours trying to find the solution and one click of a lightswitch solved the problem! -
Arma 2 won't recognize TrackIR 5!!
maronkoman replied to maronkoman's topic in ARMA 2 & OA - GENERAL
Just found out that was the only place I hadnt checked. Under Controls>Controller it does not list my TrackIR as it did before. What can the reason be for Arma 2 suddenly not recognizing it? It has worked before! The Arma 2 option is listed in my TrackIR, it is set to One:One setting. -
Hi! I have a trackIR 5 with a trackclip pro, with the latest software updates. I had been playing it without problems for some days. But suddenly Arma 2 wont recognize the trackir anymore. Only the left green light is lighted when I crank up Arma. (supposed to be two! means it recognizes a game i think) - The trackIR is working perfectly in the program. All the angles is correct and the IR lights is detected by the trackIR device. - The controls in the settings menu is correct in the game. All the TrackIR settings should be right. It just won't syncronize anymore! Tried to google it 1000 times but it seems noone else is having the same problem. Anyone with any tips? Will be grateful for any help :)