Hello,
I saw some mods using this effect recently. When reloading a firearm, player camera rotates to the side. This effect is seen in Siren TC and Project Brutality (not 100% sure tho). Can someone tell me how to make it, or give an existing script? I believe it's done with ACS somehow, but i'm an ACS newbie.
Camera "Tilt" when reloading
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
- ExtinctDoomStudio
- Posts: 22
- Joined: Tue Jul 26, 2022 11:40 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 7 Professional
- Graphics Processor: Not Listed
- Location: Poland
- Contact:
Re: Camera "Tilt" when reloading
You are looking for the "roll" variable in an actor.
It can be modified directly in ZScript or using the A_SetRoll function in DECORATE.
ACS isn't needed.
It can be modified directly in ZScript or using the A_SetRoll function in DECORATE.
ACS isn't needed.
- ExtinctDoomStudio
- Posts: 22
- Joined: Tue Jul 26, 2022 11:40 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 7 Professional
- Graphics Processor: Not Listed
- Location: Poland
- Contact:
