Jump to content

-)rStrangelove

Member
  • Content Count

    1768
  • Joined

  • Last visited

  • Medals

Everything posted by -)rStrangelove

  1. -)rStrangelove

    LA Noire

    Why did they do it with GTA4 PC then? Saying 'it sold pretty well on consoles' is a blunt understatement. ;)
  2. -)rStrangelove

    LA Noire

    + 1.000.000.000.000.000 Gonna buy LA Noire PC anyway, just to send a small signal a pc version is appreciated.
  3. My script: (old one so dunno if theres a better way to do this) // get_nearestmarker.sqf /* - returns nearest marker of an array - returns empty string if nothing found */ private ["_nearest","_break","_array","_pos","_i","_marker"]; _nearest = ""; _pos = _this select 0; _array = _this select 1; _i = count _array - 1; //if array isnt empty use last array marker as nearest for a start (if he exists): if (_i > -1) then {_nearest = _array select _i;}; if ((getmarkerpos _nearest) select 0 == 0) then {_nearest = "";}; //search through rest of array for nearer markers than _nearest: //(dont do if _array has only 1 marker) while {_i > 0} do { _i = _i - 1; _marker = _array select _i; //compare distances if ( ((getmarkerpos _marker) distance _pos) < ((getmarkerpos _nearest) distance _pos) ) then { _nearest = _marker; // player sidechat format["%1 is nearest now",_nearest] }; }; //RETURN: _nearest call like [my position, array_with_markers] or [ [x,y,z],[marker1,marker2,marker3, ... ] ] Hope this works for you
  4. -)rStrangelove

    Editor improvement suggestions.

    It is. Its like saying 'i'm playing ArmA on 3DFx card' :D
  5. Dummies guide to RAMDISKs: http://forums.bistudio.com/showpost.php?p=1464956&postcount=100 :D no offense mate edit: kju's link to german tut - http://www.tomshardware.de/foren/240612-26-vista-nutzen-disk
  6. -)rStrangelove

    Creating a Simple Counter

    %1 is a placeholder within the text: hint format["%1 Target(s) destroyed! GJ!",DestructionCount];
  7. -)rStrangelove

    B-17 "Liberty Belle" lost

    Shame. My father still got the movie on video. :( Guess they were all lucky to be alive.
  8. -)rStrangelove

    Nobody plays anymore, atleast for MP

    I know where you're coming from, but i was talking from an Admin's perspective. When things like you describe happen, 99% of the time no admin will witness them directly, they only see <personA> TKed <personB>. The only hinch of what might have happened would be if personA types: "SORRY but you... ... ran in front of my scope. ... got into the tank that i shot a second later. ... apparently didnt read my warning about blowing up the radio tower. A little sorry is always good just to inform ppl that whether guilty or not, you're a nice guy who wants to keep on playing rather than being kicked.
  9. -)rStrangelove

    Arma: Cold War Assault

    Happy Birthday from Germany to you, Operation Flashpoint. Once again, thx for - thousands of hours taken away from my sparetime - thousands of Euros invested in better hardware to enjoy you even more - thousands of posts typed on here and over at OPFEC is search of wisdom - thousands of tutorials & scripts downloaded & tested - thousands of codelines typed in my scripts only to see they were sh!te - thousands of AI groups watched on the desert island (to see whether they do want i wanted them to do) - hundreds of pizzas wasted on OpF Lan sessions and finally making me realize graphics don't mean anything when you're having fun. Thx so much. Greet your brother 'Resistance' from me when you see him. ])oc out :)
  10. -)rStrangelove

    Why don't people play Coop Missions??

    If you find a good one PM me plz
  11. -)rStrangelove

    Isla Duala

    Evolution is a capture the island (CTI) MP mission which can be played for days if need be. It's not a campaign. Also, any MP mission can be played as a SP version if you just open a MP LAN session for yourself and start up the mission. More infos: http://forums.bistudio.com/group.php?do=discuss&group=&discussionid=448
  12. -)rStrangelove

    Nobody plays anymore, atleast for MP

    Not saying sorry for blue on blue should be punished by admins of any server, regardless of the circumstances. Maybe ppl behave rude / careless because no admins are around at all?
  13. -)rStrangelove

    Isla Duala

    Nice video. :) The GITSEvolutionSomalia_RACSV2.isladuala.pbo goes into your MPmissions folder, all other addons you need (see eggbeasts link) go into a modfolder you have to add for yourself. Incase you dunno how to setup modfolders: http://community.bistudio.com/wiki/modfolders
  14. -)rStrangelove

    Changing profile name

    Don't think so tbh, as its the admin / username of the windows account you used when you installed ArmA2. You could try changing that within windows itself and then see if ArmA2 has a problem. Good luck.
  15. -)rStrangelove

    Nobody plays anymore, atleast for MP

    There are 18ers and ... 18ers. Since there's no way you can tell them apart without first having a chat you need some rule of thumb to go by i guess.
  16. I really like good ideas, but even a good idea is just that. Ppl who actually model & skin & script & test addons need to be motivated by ideas, and thats easier when they see something. Protecting original concepts is totally ok, each to his own, but holding back ideas is just limiting the chances seeing them brought to life by somebody. Although i'm not really sure posting concepts is enough for a new thread in this forum. An ideas & concepts forum on here hasnt been invented yet.
  17. -)rStrangelove

    ArmA 2 for the PS3 & 360?

    Wishful thinking. Can't blame them. ;)
  18. -)rStrangelove

    Non-complete Cloak?

    Charon's Predators are using something similar i think: http://www.armedassault.info/index.php?cat=addons&game=1&id=1613 You could try and send him a PM how he did it Also, these HALO model seems to use same fx: http://www.armedassault.info/index.php?cat=news&id=5195&game=1
  19. If i were Gaddafi i'd try to contact the server admin and ban all rebel players for cheating. Or pointless camping. ("We're on the defender side, its for them to attack but they dont do anything!")
  20. -)rStrangelove

    Arma2/OA Evolution for SP ?

    You can play any MP mission on your local pc for yourself, just open a Multiplayer/LAN game, choose your island and Evolution and start. If you dont see it, you have to DL & copy the Evolution-xxxx.pbo into your MPmissions directory first.
  21. -)rStrangelove

    Does anyone know the status of Close Assault?

    Welcome to the forums. :) Search functions are amazing arent they: http://forums.bistudio.com/showthread.php?p=1284215
  22. -)rStrangelove

    Evolution RACS Duala

    Wow, do you ever sleep at all mate? ;) Gonna DL today
  23. Are the sessions US based or Europe? And there's a casual gamers group here on the forums: http://forums.bistudio.com/group.php?groupid=20
  24. How do generic SciFi forces look like? I think there's a universe of possibilities for infantry-types alone: body-tight spandex suits, overalls, light body armor, heavy body armor, exoskeleton. And think of the 'tanks' in SW, some have big tyres, some tracks, some are hovering above ground. In which category do MECHs go? Tanks too? Interesting thread though.
  25. -)rStrangelove

    All the Bis game have Counter Strike sounds

    Here is the same weapon recorded with different mics at different positions and each sounds different: http://vimeo.com/20869893 Any sound engine not taking this into account is simply outdated today.
×