Jump to content

erazeri

Member
  • Content Count

    61
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

1 Neutral

4 Followers

About erazeri

  • Rank
    Corporal

Profile Information

  • Gender
    Male
  • Location
    Finland

Contact Methods

  • Youtube
    watch?v=XtUErsiNgUs
  • Steam url id
    eRazeri

Recent Profile Visitors

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

  1. erazeri

    CCIP script for aircrafts

    You can always configure this yourself in the vehicles own config so it's ready to use this. Example config: https://github.com/eRazeri/CCIP/blob/master/src/CCIP_B_Plane_CAS_01_F/config.cpp Basicly you just need to configure the three variables CCIP_Configured, CCIP_Allowed_Weapons[] and CCIP_Weapon_Positions[] in the CfgVehicles. If you do so drop a link here so I can update the supported addons =)
  2. erazeri

    CCIP script for aircrafts

    https://github.com/eRazeri/CCIP/releases/tag/v0.3a v0.3 alpha changelog: -Added support for Chairbornes AV-8B Harrier II. -Added support for Chairbornes Su-25. -Added support for Firewills F-16C
  3. erazeri

    Helmet Mounted Displays MOD

    They changed the radarType into value of 8, which is undocumented but my best guess it's the "dummy compass". Changing that back to value of 4 gives back the air radar. Anyway I've been thinking of making a missile warning system using the IncomingMissile EH that would give the warning also to the guys at back letting them know not to disturb the pilot too much. Just haven't got around doing it and reverting to the magic radar was a bit easier.
  4. erazeri

    CCIP script for aircrafts

    Thanks to those reporting about the issue, I learned something new of ArmA :P https://github.com/RealityGaming/CCIP/releases/tag/v0.2a v0.2 alpha changelog: -Fixed initialization of the addon to run on it's own thread and not blocking any other addons anymore.
  5. erazeri

    CCIP script for aircrafts

    Don`t use TFAR personally so I don't know for sure. It might still be the case but in the future I`ll close this a bit more to reduce any possible overlaps. So please, report back if it has issues or not =)
  6. erazeri

    CCIP script for aircrafts

    Thank you =) I've worked on it a bit and I've made the first release for it: https://github.com/eRazeri/CCIP/releases/tag/v0.1a Notes: -It's a client side addon. -It's a work in progress -Currently it's still using a loop for detecting the vehicle, will switch to CBA XEH in the future. -If you wish not to use CCIP with a certain vehicle just remove the vehicles specific PBO and bisign. -Multiple third party vehicles are supported also, move the required PBOs into addons folder to make them work.
  7. erazeri

    Helmet Mounted Displays MOD

    12:37:26 Warning Message: Addon 'Comanche_HMDs_Kimi_METRIC' requires addon 'UI_HMDs_kimi' 12:37:28 Warning Message: Addon 'Ghost_HMDs_Kimi_METRIC' requires addon 'UI_HMDs_kimi' 12:37:28 Warning Message: Addon 'LilB_HMDs_Kimi_METRIC' requires addon 'UI_HMDs_kimi' 12:37:28 Warning Message: Addon 'Lynx_HMDs_Kimi_METRIC' requires addon 'UI_HMDs_kimi' 12:37:28 Warning Message: Addon 'Merlin_HMDs_Kimi_METRIC' requires addon 'UI_HMDs_kimi' 12:37:28 Warning Message: Addon 'UAVs_HMDs_Kimi' requires addon 'UI_HMDs_kimi' 12:37:28 Warning Message: Addon 'UI_OPT_HMDs_Kimi' requires addon 'UI_HMDs_kimi' Seems like something is missing from the latest version =)
  8. I`m just guessing but probably something to do with the ground contact points: https://community.bistudio.com/wiki/Helicopter_Flight_Model_Config_(XML)#Ground_contacts Not really sure how to set them up.
  9. I`ve had the same :D Left click around the CPS etc text to highlight the window then right click at the same spot to open the menu to deselect transparency.
  10. erazeri

    Helmet Mounted Displays MOD

    Not sure if this would help but it allows a green thermal mode: class Turrets: Turrets { class MainTurret: MainTurret { class OpticsIn { class Wide { visionMode[] = {"Normal","Ti"};//,"NVG" thermalMode[] = {0,1,2,3};//0=WHOT, 1=BHOT,2=Green WHOT, 3=Green BHOT, 4=Red WHOT, 5=Red BHOT }; }; }; };
  11. erazeri

    Helmet Mounted Displays MOD

    Agreed with above. Just a suggestion but it`s better than nothing: class B_Heli_Light_01_F: Heli_Light_01_base_F { memoryPointCM[]= {"exhaust1"}; memoryPointCMDir[]= {"exhaust1_dir"}; Also any ideas on how to display wheel brake status?
  12. erazeri

    CCIP script for aircrafts

    So you`re trying to use the CBA version of the addon? I might not have stated it clearly enough but the CBA version of the addon isn`t working hence there`s no pbo to download. If you`re using the non-CBA version which has the pbo in the repo then I can`t reproduce the issue. I tested it with CBA+CCIP and CCIP alone in the sling loading showcase. Xendance, with your permission I would do a complete rewrite of the CCIPs structure to eliminate any possible problems caused by it?
  13. Alright, I did just that and while I was at it I also animated it :) If someone wants the "F_35C_GBU53_fly.p3d" you can get it from here: https://github.com/RealityGaming/OK_F_35C ps Loving the modelling discussion, I`m an novice modeller myself too
×