Search titles only
By:
Home
Forums
New posts
Search forums
Articles
New articles
New comments
Search articles
Pinball DB
Pinball Tables
Pinball Games
What's new
New posts
New articles
New profile posts
New article comments
Latest activity
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Welcome Back to Digital Pinball Fans -
please read this first
For latest updates, follow Digital Pinball Fans on
Facebook
and
Twitter
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
Platform Specific
PC
FreeCamera Mod
Few questions on mod
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Billmcse" data-source="post: 285515" data-attributes="member: 7650"><p>Ok according to the PDF instructions, I don't see where it says to define your DMD but it does say to put in the default position and identify which monitor. I also don't see in the instructions where you put in the size of either the BG or DMD. My current settings.ini file is below:</p><p></p><p>[Settings]</p><p></p><p>; Auto launch the game when the mod starts.</p><p>LaunchGame=1</p><p></p><p>; Path to the game folder.</p><p>GamePath=C:\Program Files (x86)\Steam\SteamApps\common\PinballArcade\PinballArcade11.exe</p><p></p><p>; Overlay is hidden when the game starts.</p><p>StartHidden=1</p><p></p><p>; Opacity of the overlay (0 -> 1.0 / 0.1 range).</p><p>Opacity=1.0</p><p></p><p>; Enable/disable the mod.</p><p>FreeCameraMode=1</p><p></p><p>; Auto hide the ingame HUD when you click START button.</p><p>AutoHideHUD=0</p><p></p><p>; The cam values are applied to the sliders when you click START button, otherwise sliders value are applied to the cam.</p><p>AutoCamToSliders=1</p><p></p><p>; Check if a *.cam file exists for the current table and automatically loads it.</p><p>AutoLoadCamFile=1</p><p></p><p>; Enable/disable Hotkeys.</p><p>HotKeys=0</p><p></p><p>; The key (constant) defined in the game to manually hide the ingame HUD (default key: H)</p><p>; Keyboard scan code constants list: <a href="http://goo.gl/rvrMS9" target="_blank">http://goo.gl/rvrMS9</a></p><p>; Take the hex value in the table (0x48) and convert it to an integer (72);</p><p>HideHUDKey=72</p><p></p><p>; Auto rotate the playfield screen when the mod starts.</p><p>AutoRotateScreen=0</p><p></p><p>; Playfield monitor number (as displayed in Windows/Nvidia/Ati display settings).</p><p>PFMonitor=1</p><p></p><p>[Cabinet]</p><p></p><p>; Enable cabinet mode, dual monitor display with backglass & DMD.</p><p>CabinetMode=1</p><p></p><p>; Backglass monitor number (as displayed in Windows/Nvidia/Ati display settings).</p><p>BGMonitor=2</p><p></p><p>; Enable/disable 4K resolution support.</p><p>HighRes4K=0</p><p></p><p>[DMD]</p><p></p><p>; ### DMD Settings (position is ignored when a table specific DMD file exists) ###</p><p></p><p>; DMD monitor number (as displayed in Windows/Nvidia/Ati display settings).</p><p>DMDMonitor=3</p><p></p><p>; DMD Default X Position.</p><p>DMDXPos=0</p><p></p><p>; DMD Default Y Position.</p><p>DMDYPos=0</p><p></p><p>; DMD always on top of all windows.</p><p>DMDTopMost=0</p><p></p><p>; DMD position is locked by default.</p><p>DMDLockedPos=0</p><p></p><p>; DMD size is locked by default.</p><p>DMDLockedSize=0</p><p></p><p>; ############################# HOTKEYS NOTE ###############################</p><p>; # For a complete list of usable keys, please visit: <a href="http://goo.gl/0blPF6" target="_blank">http://goo.gl/0blPF6</a> #</p><p>; # NumLock key should be ON to use NumPad keys. #</p><p>; # 'PageUp' key is also known as 'Prior' for backwards compatibility. #</p><p>; # 'PageDown' key is also known as 'Next' for backwards compatibility. #</p><p>; ##########################################################################</p><p></p><p>[HotKeys]</p><p></p><p>HideShowOverlay=NumPad0</p><p>XTranslation+=Right</p><p>XTranslation-=Left</p><p>YTranslation+=Up</p><p>YTranslation-=Down</p><p>ZTranslation+=Home</p><p>ZTranslation-=End</p><p>XRotation+=NumPad2</p><p>XRotation-=NumPad5</p><p>YRotation+=Numpad6</p><p>YRotation-=Numpad4</p><p>ZRotation+=NumPad1</p><p>ZRotation-=NumPad3</p><p>FOV+=Insert</p><p>FOV-=Delete</p><p>CamSpeed+=Add</p><p>CamSpeed-=Subtract</p><p>SetCamView1=F1</p><p>SetCamView2=F2</p><p>SetCamView3=F3</p><p>CycleViews=F4</p></blockquote><p></p>
[QUOTE="Billmcse, post: 285515, member: 7650"] Ok according to the PDF instructions, I don't see where it says to define your DMD but it does say to put in the default position and identify which monitor. I also don't see in the instructions where you put in the size of either the BG or DMD. My current settings.ini file is below: [Settings] ; Auto launch the game when the mod starts. LaunchGame=1 ; Path to the game folder. GamePath=C:\Program Files (x86)\Steam\SteamApps\common\PinballArcade\PinballArcade11.exe ; Overlay is hidden when the game starts. StartHidden=1 ; Opacity of the overlay (0 -> 1.0 / 0.1 range). Opacity=1.0 ; Enable/disable the mod. FreeCameraMode=1 ; Auto hide the ingame HUD when you click START button. AutoHideHUD=0 ; The cam values are applied to the sliders when you click START button, otherwise sliders value are applied to the cam. AutoCamToSliders=1 ; Check if a *.cam file exists for the current table and automatically loads it. AutoLoadCamFile=1 ; Enable/disable Hotkeys. HotKeys=0 ; The key (constant) defined in the game to manually hide the ingame HUD (default key: H) ; Keyboard scan code constants list: [url]http://goo.gl/rvrMS9[/url] ; Take the hex value in the table (0x48) and convert it to an integer (72); HideHUDKey=72 ; Auto rotate the playfield screen when the mod starts. AutoRotateScreen=0 ; Playfield monitor number (as displayed in Windows/Nvidia/Ati display settings). PFMonitor=1 [Cabinet] ; Enable cabinet mode, dual monitor display with backglass & DMD. CabinetMode=1 ; Backglass monitor number (as displayed in Windows/Nvidia/Ati display settings). BGMonitor=2 ; Enable/disable 4K resolution support. HighRes4K=0 [DMD] ; ### DMD Settings (position is ignored when a table specific DMD file exists) ### ; DMD monitor number (as displayed in Windows/Nvidia/Ati display settings). DMDMonitor=3 ; DMD Default X Position. DMDXPos=0 ; DMD Default Y Position. DMDYPos=0 ; DMD always on top of all windows. DMDTopMost=0 ; DMD position is locked by default. DMDLockedPos=0 ; DMD size is locked by default. DMDLockedSize=0 ; ############################# HOTKEYS NOTE ############################### ; # For a complete list of usable keys, please visit: [url]http://goo.gl/0blPF6[/url] # ; # NumLock key should be ON to use NumPad keys. # ; # 'PageUp' key is also known as 'Prior' for backwards compatibility. # ; # 'PageDown' key is also known as 'Next' for backwards compatibility. # ; ########################################################################## [HotKeys] HideShowOverlay=NumPad0 XTranslation+=Right XTranslation-=Left YTranslation+=Up YTranslation-=Down ZTranslation+=Home ZTranslation-=End XRotation+=NumPad2 XRotation-=NumPad5 YRotation+=Numpad6 YRotation-=Numpad4 ZRotation+=NumPad1 ZRotation-=NumPad3 FOV+=Insert FOV-=Delete CamSpeed+=Add CamSpeed-=Subtract SetCamView1=F1 SetCamView2=F2 SetCamView3=F3 CycleViews=F4 [/QUOTE]
Verification
Post reply
Members online
No members online now.
Latest posts
D
Anyone still playing?
Latest: Dan
Mar 3, 2025
The Pinball Arcade / Farsight Studios
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
Platform Specific
PC
FreeCamera Mod
Few questions on mod
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top