Jump to content

Bad Pilot

Member
  • Content Count

    424
  • Joined

  • Last visited

  • Medals

Everything posted by Bad Pilot

  1. Bad Pilot

    Below spec machine

    Sad story! If you're running XP, then 2.8GB is almost as good as 4GB, because XP caps your available system RAM at 4GB minus your video RAM. So that's not so bad, eh! Next, your CPU is fine. Next, use "-maxmem=2047" on your Arma shortcut command line. For the video card (lol, wtf is a 6150SE?), even an ATI 3850 or nVidia 7800 will transform your experience.
  2. Where exactly is the code? And how exactly is it called? Is it SP or MP?
  3. for [{_loop=0}, {_loop<1}, {_loop=_loop}] do { GroupTank1 = CreateGroup West; Tank1 = createVehicle ["M1A2_TUSK_MG", [(getMarkerPos "armor1") select 0,(getMarkerPos "armor1") select 1,0], [], 1, "FORM"]; tankc1 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,1], [], 0, "CAN_COLLIDE"]; tankc1 moveInDriver Tank1; tankc2 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,2], [], 0, "CAN_COLLIDE"]; tankc2 moveInGunner Tank1; tankc3 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,3], [], 0, "CAN_COLLIDE"]; tankc3 moveInCommander Tank1; tankc4 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,4], [], 0, "CAN_COLLIDE"]; tankc4 moveInTurret [Tank1, [0,1]]; Tank2 = createVehicle ["M1A2_TUSK_MG", [(getMarkerPos "armor1") select 0,(getMarkerPos "armor1") select 1,0], [], 10, "FORM"]; tank2c1 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,1], [], 0, "CAN_COLLIDE"]; tank2c1 moveInDriver Tank2; tank2c2 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,2], [], 0, "CAN_COLLIDE"]; tank2c2 moveInGunner Tank2; tank2c3 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,3], [], 0, "CAN_COLLIDE"]; tank2c3 moveInCommander Tank2; tank2c4 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,4], [], 0, "CAN_COLLIDE"]; tank2c4 moveInTurret [Tank2, [0,1]]; Tank3 = createVehicle ["M1A2_TUSK_MG", [(getMarkerPos "armor1") select 0,(getMarkerPos "armor1") select 1,0], [], 20, "FORM"]; tank3c1 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,1], [], 0, "CAN_COLLIDE"]; tank3c1 moveInDriver Tank3; tank3c2 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,2], [], 0, "CAN_COLLIDE"]; tank3c2 moveInGunner Tank3; tank3c3 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,3], [], 0, "CAN_COLLIDE"]; tank3c3 moveInCommander Tank3; tank3c4 = GroupTank1 createUnit ["USMC_Soldier_Crew", [0,0,4], [], 0, "CAN_COLLIDE"]; tank3c4 moveInTurret [Tank3, [0,1]]; sleep 600; {deleteVehicle _x} forEach (units GroupTank1); deleteVehicle Tank1; deleteVehicle Tank2; deleteVehicle Tank3; sleep 30; };
  4. Bad Pilot

    RAM & Virtual Memory question

    Listen to Bulldogs
  5. Bad Pilot

    Hold and Evolution games

    lol, just read that, hund.
  6. Bad Pilot

    PvP: An Endangered Species

    The priority is not to argue over which missions to play. Gotta start somewhere!
  7. Bad Pilot

    Bigfoot...has anyone found him?

    I'm getting a shiver down my spine! Sleeping with the light on tonight!
  8. 10 minutes to attack 6 targets requiring 12 satchels with no respawn? I like all the individual components, including short engagements, but I don't see how that would work all together.
  9. Bad Pilot

    PvP: An Endangered Species

    I'm currently enthused about getting an Arma2 ladder running on the Clanbase site. My clan's signing the petition there. If you want it, check it out - register and sign the petition. It'll be the start of something wonderful.
  10. Bad Pilot

    So a humvee killed me at 400feet..

    That would be my guess too, Max. Sometimes, it would be better if catastrophic impact replaced the vehicle (deleted it) with a particle and noise effect.
  11. Bad Pilot

    New ClanBase Ladder for ArmA 2

    There's now an 81st. Just 98 more of you required! :D I have posted on my own clan's site to get them to register and sign the petition. If you guys did that too...
  12. Bad Pilot

    cannot use keyboard?

    When you're setting up the controls, never use the "Next" (or "Previous") buttons. Always click "OK" and then choose another control to edit.
  13. Bad Pilot

    Why am I so bad?

    I have no idea what this post is about. What is it about this game which makes people say "press J" instead of the informative "press action menu"? I'm dying to know what happens when you press A without B, A with B, and double tap C. Sounds like a cheat mode seeing as it causes delightful victory :D.
  14. Bad Pilot

    3D surround sound

    @raytracer - lol @trancetasy, i'll check that out. your effort appreciated!
  15. all the code examples above do the right thing. in general terms, what's happening is as follows: - public variables can be used like this. you prepare a variable the same on every client. When one player does the required action, he changes his copy of the publicised variable and then uses the publicvariable command to broadcast that to all other players. because all the players are running a script which is waiting for the special variable to change, they receive the updated variable and all of them execute the required script on their own computer. if you need to use that variable again, at the end of each client's script the variable is reset to it's original value and the wait begins again.
  16. I joined the server because I was in the mood. What I want is a load-out and a sit rep. However, I would not lose my war boner if the intro lasted less than 5 seconds.
  17. bizarre behaviour in which you accrue negative points if you kill enemies with a vehicle not of you side.
  18. Bad Pilot

    New ClanBase Ladder for ArmA 2

    i'm the 79th voter. had to register to vote but if we get the ladder, i'd be registering for that anyway. help us! Just a hundred more should do it :D
  19. Bad Pilot

    ArmA Scripting Language

    coding music, i like!
  20. Bad Pilot

    I need your Support!

    i've joined clanbase to add my vote. please make the effort too!
  21. I was going to vote no but then I read your idea and thought it sounded pretty cool. Just bear in mind that if your mission starts with an intro sequence I wil hate you forever. That goes for the rest of you editors. Nobody gives a fuck about intros, especially with JIP. Cut scenes at the end (between mission stages) would be acceptable :).
  22. Bad Pilot

    ArmA Scripting Language

    JISM. I don't care what the letters stand for.
  23. Yeah it simulates them going to ground. funny though.
  24. Bad Pilot

    ArmA Scripting Language

    BSL wouldn't work. BSL is British Sign Language. How about pwnScript?
×