中级玩家
 
- 贡献度
- 7
- 金元
- 1935
- 积分
- 222
- 精华
- 0
- 注册时间
- 2012-4-20
|
我首先用的不是正版,所以解压的时候放到中文目录里了 换到英文目录下就没问题了,但之前试验了
I've made an easier way to start the game.
Either download, copy/paste this into the directory with your SDE
files/LittleNightmares.exe and launch it.
https://mega.nz/#!ftUEVShB!WgHEs ... 94-5GQ7-4SB-n78GyKg
Or
Create a .bat file in the same directory and copy/paste this code and save it
--
@echo off
IF EXIST "Start.bat" DEL "Start.bat"
TITLE Launching Game With SSE4.1 Emulation, Please Wait...
Start LittleNightmares.exe
Echo Once The Game Has Launched . . .
Pause
for /F "tokens=1,2" %%i in ('tasklist /FI "IMAGENAME eq LittleNightmares.exe" /fo table /nh') do set pid=%%j
Echo>>Start.bat sde -attach-pid %pid%
Start.bat
--
This will launch the game,detect the PID and prompt you to press a key once the game has launched, it will then make a start.bat file with the correct command to attach SDE and auto launch it.
I forgot to mention it auto closes SDE once you exit the game. | 这个方法,大家遇到这样的问题可以参考 你放到中文目录下,你怎么调也不会好使的,有成功的希望回下贴
|
|