Author Topic: [DONE] Ability to not follow projectiles (to prevent minigun seizures)  (Read 1740 times)

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8616
    • View Profile
If you can't use miniguns, because of camera going completely cray cray, you can now use ALT+shoot to instruct the camera to stay completely still.
(on any gun)

Modders also have the ability the disable the camera by default for certain actions on certain weapons.

For example:

Code: [Select]
items:
 - type: STR_MINIGUN
   confAimed:
     shots: 1
     followProjectiles: true    # default
     name: STR_AIMED_SHOT
   confAuto:
     followProjectiles: false   # still camera
     shots: 30
     name: STR_HAIL_OF_BULLETS


First half of this video shows a crazy camera, second half of the video shows the same situation with a still camera.
« Last Edit: February 01, 2023, 12:30:50 pm by Meridian »

Offline krautbernd

  • Commander
  • *****
  • Posts: 1116
    • View Profile
Re: Ability to not follow projectiles (to prevent minigun seizures)
« Reply #1 on: May 14, 2020, 06:17:11 pm »
Does setting "followProjectiles" to "false" disable camera following alltogether or does ALT+shoot in this case enable default behaviour instead of disabling it?

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8616
    • View Profile
Re: Ability to not follow projectiles (to prevent minigun seizures)
« Reply #2 on: May 14, 2020, 06:23:36 pm »
"followProjectiles: false" does only what it says, nothing more and nothing less

Offline vadracas

  • Colonel
  • ****
  • Posts: 285
  • Just another player/modder combo.
    • View Profile
Re: Ability to not follow projectiles (to prevent minigun seizures)
« Reply #3 on: May 14, 2020, 06:24:20 pm »
alt-shoot is disable no matter what, the ruleset option is auto-disable without needing alt-shoot.