Emulator 板


LINE

各位好,這篇可能只是野人獻曝,若有誤還請多指教。 繼昨天那一篇的疑問後,索性把model 2、3使用滑鼠玩光槍遊戲的方式都摸索一遍, 也算回應我八年前的未解之惑(好久orz),請見文章代碼#18HutjJ1 ===model 2=== 光槍遊戲主要有: Virtua Cop 1 Virtua Cop 2 House of the Dead Rail Chase 2 Gunblade NY Behind Enemy Lines ◎單一滑鼠同時控制1、2P的設定: 開啟Emulator.ini 找到[Input],並更改 UseRawInput=0改成UseRawInput=1 <-----這裡也要改才行,之前忘了寫,抱歉。 RawDevP1=1 RawDevP2=1 ◎雙滑鼠分別控制1P、2P的設定 開啟Emulator.ini 找到[Input],並更改 UseRawInput=0改成UseRawInput=1 RawDevP1=0 RawDevP2=1 *準心若不準,可進test模式裡校正。 *開啟UseRawInput後, 滑鼠游標會被限制在模擬器的畫面中。若要退出,按alt+f4。 *Behind Enemy Lines若不進行P2的光槍校準, 進入遊戲後P1的準星會無法移動,遊戲就不 能玩了 。 參考 https://www.youtube.com/watch?v=ou_aGUB_0yY&t=26s
不過他改的數值RawDevP1、RawDevP2和我不一樣,所以各位版友可自己調整看看。 ====Model 3==== ◎單一滑鼠同時控制1、2P的設定(Ocean Hunter, LA Machineguns這兩個遊戲): 開啟Emulator.ini 找到並更改 ; Analog guns (Ocean Hunter, LA Machineguns) InputAnalogGunLeft = "KEY_LEFT" ; digital, move gun left InputAnalogGunRight = "KEY_RIGHT" ; digital, move gun right InputAnalogGunUp = "KEY_UP" ; digital, move gun up InputAnalogGunDown = "KEY_DOWN" ; digital, move gun down InputAnalogGunX = "MOUSE_XAXIS,JOY1_XAXIS" ; analog, full X axis InputAnalogGunY = "MOUSE_YAXIS,JOY1_YAXIS" ; analog, full Y axis InputAnalogTriggerLeft = "KEY_A,JOY1_BUTTON1,MOUSE_LEFT_BUTTON" InputAnalogTriggerRight = "KEY_S,JOY1_BUTTON2,MOUSE_RIGHT_BUTTON" InputAnalogGunLeft2 = "KEY_LEFT" ; digital, move gun left InputAnalogGunRight2 = "KEY_RIGHT" ; digital, move gun right InputAnalogGunUp2 = "KEY_UP" ; digital, move gun up InputAnalogGunDown2 = "KEY_DOWN" ; digital, move gun down InputAnalogGunX2 = " MOUSE_XAXIS,JOY1_XAXIS" ; analog, full X axis InputAnalogGunY2 = "MOUSE_YAXIS,JOY1_YAXIS" ; analog, full Y axis InputAnalogTriggerLeft2 = "KEY_A,JOY1_BUTTON1,MOUSE_LEFT_BUTTON" InputAnalogTriggerRight2 = "KEY_S,JOY1_BUTTON2,MOUSE_RIGHT_BUTTON" 其實就是將2P的按鍵設定為與1P相同。 ------- ◎雙滑鼠分別控制1P、2P的設定 ; Analog guns (Ocean Hunter, LA Machineguns) InputAnalogGunLeft = "KEY_LEFT" ; digital, move gun left InputAnalogGunRight = "KEY_RIGHT" ; digital, move gun right InputAnalogGunUp = "KEY_UP" ; digital, move gun up InputAnalogGunDown = "KEY_DOWN" ; digital, move gun down InputAnalogGunX = "MOUSE1_XAXIS,JOY1_XAXIS" ; analog, full X axis InputAnalogGunY = "MOUSE1_YAXIS,JOY1_YAXIS" ; analog, full Y axis InputAnalogTriggerLeft = "KEY_A,JOY1_BUTTON1,MOUSE1_LEFT_BUTTON" InputAnalogTriggerRight = "KEY_S,JOY1_BUTTON2,MOUSE1_RIGHT_BUTTON" InputAnalogGunLeft2 = "KEY_LEFT" ; digital, move gun left InputAnalogGunRight2 = "KEY_RIGHT" ; digital, move gun right InputAnalogGunUp2 = "KEY_UP" ; digital, move gun up InputAnalogGunDown2 = "KEY_DOWN" ; digital, move gun down InputAnalogGunX2 = " MOUSE2_XAXIS,JOY1_XAXIS" ; analog, full X axis InputAnalogGunY2 = "MOUSE2_YAXIS,JOY1_YAXIS" ; analog, full Y axis InputAnalogTriggerLeft2 = "KEY_A,JOY1_BUTTON1,MOUSE2_LEFT_BUTTON" InputAnalogTriggerRight2 = "KEY_S,JOY1_BUTTON2,MOUSE2_RIGHT_BUTTON" 此時則是分別標出滑鼠1和滑鼠2。 另外要用雙滑鼠遊玩時,DOS指令時,最後要加上 -input-system=rawinput 例如: D:\Emulator\MODEL3\EmuCR-Supermodel-r500-x64>supermodel "D:\Emulator\MODEL3\ EmuCR-Supermodel-r500-x64\ROMs\lamachin.zip" -input-system=rawinput 注意空格。 也可將DOS指令貼在在純文字檔,再改副檔名為.bat,放在遊戲執行檔的相同資料夾下,以 後點擊此執行檔即可,不用每次都重新輸入。 但用此模式進入遊戲後,滑鼠指標就會消失。退出只能用alt+f4。 *射擊遊戲LA Machineguns若沒校準過,準心會無法移動,要先進test模式裡的aim set校 準過一次。 ---------- 再補充The Lost World的部分 設定的概念要上述相同,就不贅述了。主要就是: 2P按鍵設定與1P相同,就可以一次操控兩邊。 如果分別標出滑鼠1和滑鼠2,就可以分別操控(此時要加上-input-system=rawinput)。 另外建議在.ini中,把該遊戲設定裡的InputAutoTrigger改成1, 如此裝填子彈就只要按右鍵,不需要兩個鍵都按了。 如果2P準心沒出現,按 alt+I。 (注意此熱鍵組合有沒有被其他程式佔用,若被佔用,改用按I+alt也可以) 參考 How do I reload in The Lost World? https://www.supermodel3.com/FAQ.html#LightgunReload The lost world crosshair not showing up https://www.supermodel3.com/Forum/viewtopic.php?f=2&t=939 ------ ◎快速鍵 Function Assignment Exit Escape Pause Alt-P Reset Alt-R Clear NVRAM Alt-N Crosshairs (for light gun games) Alt-I Toggle 60 FPS Frame Rate Limiting Alt-T Save State F5 Load State F7 Change Save Slot F6 Decrease Music Volume F9 Increase Music Volume F10 Decrease Sound Volume F11 Increase Sound Volume F12 參考網頁 https://www.supermodel3.com/Usage.html http://www.supermodel3.com/AdvancedUsage.html ---- 再補充其他參數: 比較有需要的是開啟新3D引擎 -new3d,譬如Ocean Hunter用了以後,畫面就正常了。 但我在LA Machineguns使用時,某些時候會降低遊戲速度。可能還是要CPU強一點才行。 參考 Slight framedrops using the New 3D engine https://www.supermodel3.com/Forum/viewtopic.php?f=2&t=1259 Usage: Supermodel <romset> [options] ROM set must be a valid ZIP file containing a single game. General Options: -?, -h, -help, --help Print this help text -print-games List supported games and quit Core Options: -ppc-frequency=<freq> PowerPC frequency in MHz [Default: 50] -no-threads Disable multi-threading entirely -gpu-multi-threaded Run graphics rendering in separate thread [Default] -no-gpu-thread Run graphics rendering in main thread Video Options: -res=<x>,<y> Resolution [Default: 496,384] -window Windowed mode [Default] -fullscreen Full screen mode -wide-screen Expand 3D field of view to screen width -multi-texture Use 8 texture maps for decoding -no-multi-texture Decode to a single texture map [Default] -no-throttle Disable 60 Hz frame rate lock -vsync Lock to vertical refresh rate [Default] -no-vsync Do not lock to vertical refresh rate -show-fps Display frame rate in window title bar -crosshairs=<n> Crosshairs configuration for gun games: 0=none [Default], 1=P1 only, 2=P2 only, 3=P1 & P2 -legacy3d Legacy 3D engine [Default] -new3d New 3D engine by Ian Curtis -vert-shader=<file> Load vertex shader from file (legacy 3D engine) -frag-shader=<file> Load fragment shader from file (legacy 3D engine) -print-gl-info Print OpenGL driver information and quit Audio Options: -sound-volume=<vol> Volume of SCSP-generated sound in %, applies only when Digital Sound Board is present [Default: 100] -music-volume=<vol> Digital Sound Board volume in % [Default: 100] -balance=<bal> Relative front/rear balance in % [Default: 0] -flip-stereo Swap left and right audio channels -no-sound Disable sound board emulation (sound effects) -no-dsb Disable Digital Sound Board (MPEG music) Input Options: -force-feedback Enable force feedback (DirectInput, XInput) -config-inputs Configure keyboards, mice, and game controllers -input-system=<s> Input system [Default: dinput] -outputs=<s> Outputs [Default: none] -print-inputs Prints current input configuration ========= 以上分享,希望對需要的朋友有幫助。 --



※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 1.169.67.221
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Emulator/M.1480068417.A.484.html ※ 編輯: scju (1.169.67.221), 11/25/2016 18:14:08
1F:推 jeff0811: MODEL3EMU我是不用UI的,直接一個遊戲對應一個檔來啟動 11/25 18:24
2F:噓 protect6090: 推阿阿阿 11/25 19:26
3F:推 protect6090: 靠腰!!按錯補推,元po歹勢 11/25 19:27
4F:推 protect6090: 元po可以把我那個蠢噓修掉,真歹勢,好文必推!! 11/25 19:29
沒關係的:)
5F:推 srwcc: 謝謝您 11/25 19:55
6F:推 RuinAngel: 推! 11/25 20:02
7F:推 EDGE: 推測試整理分享! 11/25 20:25
8F:推 qazxswptt: 感謝 Model系列好遊戲不少 11/25 22:50
9F:推 cloud1017: 酷! 11/26 09:59
10F:推 superrockman: 幫2樓補個血.....XD 不用謝了(?) 11/26 11:27
※ 編輯: scju (114.32.32.215), 11/26/2016 16:35:31
11F:推 Bschord: 推 11/26 18:23
12F:推 conpo: 感謝分享 11/28 20:28
13F:推 ldt1025: 推 12/13 20:40







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:e-shopping站內搜尋

TOP