ravarcade
Pinball Hall of Famer
- Joined
- Feb 8, 2020
- Messages
- 120
- Reaction score
- 255
- Points
- 69
- Favorite Pinball Machine
- AFM
https://www.ravarcade.pl/files/BAM_v1.5-312.zip
https://www.ravarcade.pl/files/bam-setup.exe
https://www.ravarcade.pl/files/BAM-OpenVR.zip
- spotlights (added in v308)
- camera position can be now read in script (
- script can disable yellow text messages from script (
- script can disable/enable flipper/ball shadows with
- script can force control over camer (without visible request to user) with
- script can control bumper glow and color like for other
https://www.ravarcade.pl/files/bam-setup.exe
https://www.ravarcade.pl/files/BAM-OpenVR.zip
- spotlights (added in v308)
- camera position can be now read in script (
xBAM.Camera.Position
)- script can disable yellow text messages from script (
xBAM.SuppressLoadMessages = True
)- script can disable/enable flipper/ball shadows with
xBAM.EnableShadows = False
/ xBAM.EnableShadows = True
- script can force control over camer (without visible request to user) with
xBAM.Camera.RequestForControl True
(notice: True argument)- script can control bumper glow and color like for other
LightExt
objects (bulbs, flasher, lights)
Last edited: