mylkman Posted December 14, 2017 Share Posted December 14, 2017 I cannot use my automation/hot key buttons to exit Supermodel 3. however esc works on the keyboard. Is this the only way to exit Supermodel3? I have -res set up like this - res=1920x1080 -fullscreen and I get errors that say I must set a height and width. It does finally go into fullscreen but the error is still there. Even if I remove the -res I still cannot exit using Hotkeys. Any ideas? Quote Link to comment Share on other sites More sharing options...
neil9000 Posted December 14, 2017 Share Posted December 14, 2017 For closing the emulator copy and paste this into the AHK tab in the manage emulator screen. ; This section closes Supermodel when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } As for the res you should have a , between the height and width not a x. 1 Quote Link to comment Share on other sites More sharing options...
mylkman Posted December 14, 2017 Author Share Posted December 14, 2017 12 minutes ago, neil9000 said: For closing the emulator copy and paste this into the AHK tab in the manage emulator screen. ; This section closes Supermodel when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } As for the res you should have a , between the height and width not a x. OK great. Thank you that cleared up both of my old issues. Now I have a new one. Since putting in that -res I adand it still got no errors however the game has moved slightly left. So I put in what you had and it is still moved slightly left. Any ideas here? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted December 14, 2017 Share Posted December 14, 2017 I set the res in the .ini file I uploaded the file here just look at it with NP++ and set yours accordingly to your preference this .ini is from one of my laptops thus the smaller res. Supermodel.ini 1 Quote Link to comment Share on other sites More sharing options...
mylkman Posted December 14, 2017 Author Share Posted December 14, 2017 6 hours ago, DOS76 said: I set the res in the .ini file I uploaded the file here just look at it with NP++ and set yours accordingly to your preference this .ini is from one of my laptops thus the smaller res. Supermodel.ini But it is just weird that at 1920,1080 still pushes the video screen past the tvs border on the left. So half the game is unplayable. Do you think if I set the res inside the config ini it would make a difference? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted December 15, 2017 Share Posted December 15, 2017 I have no clue really its something you will have to test out really. If you are using Windows 10 and it doesn't display right when editing the .ini file try right clicking the Supermodel.exe and go to properties then the compatibility tab try turning off dpi scaling 1st and then full screen optimization if the dpi scaling doesn't do anything. I know both of those setting I've needed to get emulators not displaying correctly to fix issues. Also if you notice in the ini I have full screen and widescreen commands set so maybe they would also help you. Quote Link to comment Share on other sites More sharing options...
mylkman Posted December 15, 2017 Author Share Posted December 15, 2017 (edited) I will try the widescreen first. Then I will lay with other settings. Thank you. Edit^^^ Looks like just changing widescreen didn't fix the issue. I went into the properties of the .exe like you said and checking OVERRIDE high DPI scaling behavior scaling performed by and set Application. Now is there a way to run these games in total fullscreen without the bars all the way around the game? Edited December 15, 2017 by mylkman Edit Quote Link to comment Share on other sites More sharing options...
mylkman Posted December 15, 2017 Author Share Posted December 15, 2017 On 12/14/2017 at 6:35 AM, DOS76 said: I set the res in the .ini file I uploaded the file here just look at it with NP++ and set yours accordingly to your preference this .ini is from one of my laptops thus the smaller res. Supermodel.ini @DOS76 Is your INI file setup using a 360 joystick? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted December 15, 2017 Share Posted December 15, 2017 I'm using a 360 controller but I don't recall having to configure it it just works with Xinput I believe Quote Link to comment Share on other sites More sharing options...
mylkman Posted December 15, 2017 Author Share Posted December 15, 2017 3 minutes ago, DOS76 said: I'm using a 360 controller but I don't recall having to configure it it just works with Xinput I believe Weird yours is somewhat different than mine. I ll try to replace mine with yours to see if I like your controls better. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted December 16, 2017 Share Posted December 16, 2017 Which version of SuperModel are you using? I get the svn builds from EmuCR they are updated quite a bit. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.