Jump to content

BlackFalco

Member
  • Content Count

    30
  • Joined

  • Last visited

  • Medals

Community Reputation

2 Neutral

About BlackFalco

  • Rank
    Private First Class

Recent Profile Visitors

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

  1. Hey guys! As the title says I'm having problems with Eden Editor and Arma general interface. I DON'T KNOW why this happens randomly, the mods that I use are the same but this problem "manifests" on his own. Basically if I search for an item for example the texts that I'll get as results are all blue and not white as always. I wanted to ask if anyone knows why. Someone told me that it should be "global interface colour" but again, its all set to default, I changed nothing. I'd like to attach a picture but the forum does not allow, idk why , let me know if you see it : https://ibb.co/4jMgBTH Thanks to anyone willing to help..
  2. Hey man! Don't know if you still need help with this or you found the solution. BUT....this is HOW you can get the airplane / helicopter to drop EVERY thing you recorded previously while playing : BEFORE of replaying the flight or whatever make sure to open vehicle attributes and MAKE THE GUNNER controll the weapons! Just change the icon close to the loadout and SELECT THE GUNNER! Cause if you let the pilot control the weapons it just won't use them as recorded. Hope this helps somehow.. :)
  3. BlackFalco

    Camera Script Bug (?)

    Hey man! Thanks for passing by! :) Ehm, " the camera/moving issues as well"? I'm honest I forgot what ur talking bout ahah! I got so many things in my head these days that I forget what I wrote xD Tell me more please so I can remember.
  4. Hii guys, does anyone know if its possible to run keyframe camera via trigger somehow? Thanks!
  5. BlackFalco

    ARMA BEHAVING STRANGELY

    This was general and ALSO includes Polpox mod problem thanks. POLPOX mod issue was a "piece of the cake" and posted that also in another specific section.
  6. Hi guys! When I use POLPOX animaton viewer mod and add a bookmark to save the mod it would randomly delete all of my bookmarks. Why that? Thanks to anyone willing to help.
  7. Hi guys! When I use POLPOX animaton viewer mod and add a bookmark to save the mod it would randomly delete all of my bookmarks. Why that?
  8. So guys, I use this simple script for spawning camera on game logic named game_logic : Camera = "Camera" camCreate position camera_logic; Camera cameraEffect ["internal","back"]; showCinemaBorder false; Camera camCommand "inertia on"; Camera camSetFocus [-1,-1]; I want to call camera via script trigger (file is called init.sqf). Problem is that as soon as I press "Play" in the editor and spawn in the game i dont spawn on player but on camera so basically the first thing I see is camera point of view and I cant use my player. Why does that happen? Thanks. EDIT SOLUTION : I renamed the file name from "init" to "camera.sqf" and now it will let me load it via trigger. I think if you name a file "init" it will auto load it as soon as u enter in game.
  9. So guys, There's something strange goin on with my Arma. It's like if it "resets" some random settings and options after every reboot. I was using POLPOX animaton viewer, saved some animations with bookmarks , load the game the next day and bookmarks are gone. So strange. Heppened also with mission, I saved a mission in editor, loaded the game next day, mission was gone.
  10. Hi guys, As the title suggests, I can't get Arma 3 to "see" my gamepad. It would appear under "controllers" time ago but now nothing to do. Any help? Thanks! EDIT SOLUTION : Disable Steam Input, so Arma will see the controller again. :)
  11. BlackFalco

    FACE MIMICS FOR ANIMATIONS

    Hi POLPOX, glad to see you again. Thanks, cause I tried it time ago and would not work. May I ask you an off topic question : are you aware of any mod that speed up arsenal loading?
  12. Hey guys, I was wondering : which is the correct command to set face mimics with animations? Are we supposed to use the "setMimic"? Thanks!
  13. Yo John! Actually I did find the solution! 😄 The KEY is to make the gunner shoot when you replay the flight not the pilot. The pilot just won't shoot during replay, the gunner will. So just open unit init and assign guns control to copilot/gunner 😄 Obv this works just if there are pilot + gunner. If you want to replay a flight+shooting of a single seat heli or plane there is no need to change anything. And THESE are the codes needed : REC trigger : [helo1, 600, 30, true, 0] spawn BIS_fnc_UnitCapture PLAY trigger : helo1 engineOn true; []execVM "flying1.sqf"; and then place in the mission folder a .sqf file with THESE lines : _helo1movedata = ; _helo1pewdata = ; _helo1dothings = [helo1, _helo1movedata] spawn BIS_fnc_UnitPlay; [helo1, _helo1pewdata] spawn BIS_fnc_UnitPlayFiring; NOTE : Every name (variable) can be changed as one likes, just makes sure that when the script gets executed all the names are correct. THIS is the tutorial I followed : https://www.youtube.com/watch?v=OAx9HvFXXwc&t=261s
  14. BlackFalco

    3 animations combined in one script

    Hi John, I dont know if you are still active in this Forum but I'll try anyway. I was looking about how to stack animations in ARMA and found out this thread. Am I supposed to create a .sqf file and place it in mission folder and then run it with that commands? Thanks!
×