Jump to content

maronkoman

Member
  • Content Count

    30
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

1 Follower

About maronkoman

  • Rank
    Private First Class
  1. 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)?
  2. maronkoman

    player marker text

    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
  3. 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!
  4. maronkoman

    player marker text

    Ok, thanks CarlGustaffa! I will try to read up on the subject
  5. 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
  6. No! Dont give up! Only need the AI skills params, anyone who knows the commands in the init and the description.ext please?
  7. maronkoman

    player marker text

    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 :)
  8. 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?
  9. 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 :)
  10. Thanks so much man! This is gold! ;)
  11. 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?
  12. 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!
  13. maronkoman

    Arma 2 won't recognize TrackIR 5!!

    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!
  14. maronkoman

    Arma 2 won't recognize TrackIR 5!!

    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.
  15. 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 :)
×