Jump to content

igame360

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Community Reputation

12 Good

About igame360

  • Rank
    Private First Class

core_pfieldgroups_3

  • Interests
    Youtube, EDM,ArmA 3 gaming
  • Occupation
    Youtube, P&G

Profile Information

  • Gender
    Male

Contact Methods

  • Twitter
    @TehRealMikey
  • Google+
    I hate Google +
  • Youtube
    iGame360fficial
  • Steam url id
    iGame360fficial
  • XBOX Live
    iGame360fficial
  • Twitch.Tv
    iGame360

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. igame360

    Static Animations

    I love creating pictures in Arma. But i have all the static animation packs. But I feel there needs to be more for the modern day mods and more variety. I've found a couple of video tutorials. But they were unclear, and there wasn't any audio to it. It was also for animations(loading) not a static animation. Can anyone point me in the appropriate direction to find the correct information I'll need to contribute to the community. Thanks in advance. PS. No I didn't search the thread.
  2. Alright I got it working. But for some reason now. One of the units seems to want to keep starring to his right. But there are no units on his right. And he's not grouped with any other blufor unit. But I didn't do anything to make him stop starring at unit 1. Any reason why this might be happening?
  3. I added the 2 for the second unit in the CaptureData. But didn't add it to the play.sqf. The tutorials didn't really cover that. Thanks, I'll give it a try and get back to you. Sounds like this should help out.
  4. So this is what I have going on.In my record trigger rec = [player1, 120, 35, true, 2] spawn HLF_fnc_infUnitCapture; And in my playback trigger I have this nul = [trooper_1] execVM "play.sqf"; nul = [trooper_2] execVM "play2.sqf"; I was told I have to add a new nul for every unit I have. In my mission files, in the init.sqf I have to lines of code. One for CaptureData and CaptureData2.... One for each unit for far. Both units have different names (Trooper_1 and Trooper_2) And they each have their own play.sqf file. But now they seem to merge into each other and both do the captured path of Trooper_1. This is frusterating, Am I overlooking something or did I miss something. I've watched a couple different tutorials on this. And still can't seem to get things working.
  5. So each unit will need it's own CaptureData.sqf, it's own play.sqf. But in each CaptureData file we'll have the code you have listed, but just add/change the number in the line of code per unit? Cause I just tried, after ripping my hair out. And eventually ended up with 2 units merging into one. Doing unit 2's movement. This is why I hate arma.
  6. igame360

    Controls Wont Save

    I just gave up and edited the ArmA 3 Apex settings. Took me a bit. And I'm not sure. I've checked privileges and all that. And I have full control over everything. I'm the only person that uses this computer, so I'm admin. I've deleted the game completely and reinstalled it. Never had this problem until Apex came out.
  7. igame360

    Controls Wont Save

    As the title says. My controls wont save. I'm not a fan of the layout of the ArmA 3 Apex controls. I've always used the default ArmA 3 controls. When I load up the game it sets me on Apex, so I switch it over to the other preset. And I click OK everytime. And I set up my keybinds. And I click ok. and I play. The next time I start the game up. It's back on Apex. And I have to redo the whole reset keybinds EVERY time. Help me the hell out. I reinstalled the game. I validated game cache. I made new profiles. Nothing. I'm the admin on my computer. My profile files keep reverting to "read only" After changing them. please help me.
  8. igame360

    Ravage

    I forgot about this mod. Could someone help me out. I'am looking for a radiation script. A guy on steam has posted this. But I can' get it working. _player = player; _RadiationZone = getMarkerPos "RadiationZone"; _Size = 500; _Delay = 2.5; while {true} do { waitUntil {Goggles _player != "YourGasMask" && _player distance _RadiationZone < _Size}; _damage = damage _player; _player setDamage (_damage + 0.02); playSound "YourSound"; sleep _Delay; }; And then he also posted this. Which was more confusing. you can also change while {true} do to while {alive _player} do but you'll need to execute the script each time the player respawns so in the end it would look like this. iGame_fnc_Radiation = { _player = player; _RadiationZone = getMarkerPos "RadiationZone"; _Size = 500; _Delay = 2.5; while {alive _player} do { waitUntil {Goggles _player != "YourGasMask" && _player distance _RadiationZone < _Size}; _damage = damage _player; _player setDamage (_damage + 0.02); playSound "YourSound"; sleep _Delay; }; }; [] spawn iGame_fnc_Radiation; player addEventHandler ["Respawn",{ [] spawn iGame_fnc_Radiation; }];
  9. igame360

    3CB BAF Equipment

    I really like being able to sling my helmet to my ruck. I believe someone released a mod enabling you to do that. Without having this mod. If someone knows what I'm talking about, can you link it to me?
  10. igame360

    Achilles

    Is this mod broken or something. Same thing with the original Ares mod. I have both enabled. And I keep gettings an error message like so. 'bin\config.bin/CfgGrops/Empty.Ares_MilitaryStructures'. I typed that into my computer search, hoping to have something in one of the files come up. But all I post was a posting on some website talking about some of the objects used not being purposely added to the editor. Is there any way to fix this? Because I really liked Ares, I get this error with Ares alone as well.
  11. igame360

    Eden Objects

    Can't find some of the things in the editor. Mainly the Portable GCS items.
  12. When is this releasing! :O
  13. igame360

    ACRE2 Stable Release

    Do I have to set up anything in the mission editor to use this mod? Like I would have to for using Task Force Radio?
  14. I followed your tutorial, thanks for that one. But I'm looking to have an objective become assigned/created when I've completed that first task. How would I go about doing that?
  15. So are we close to release :D Excited to play around with these.
×