//-------------------------------------------- // PinBox server config //--------------------------------------------
//-------------------------------------------- // index of monitor to capture // start from 0 to number of your monitor // eg: i have 3 monitor then index should be in range 0 .. 2 //-------------------------------------------- monitor_index = 0; //此处改为1
//-------------------------------------------- // FPS : should be set to 30for now //-------------------------------------------- capture_fps = 60; //老3ds改为60
//-------------------------------------------- // Server port //-------------------------------------------- server_port = 1234; //端口号,即便有软件占用(MIUI+等),也不要修改,会导致崩溃,关闭占用的软件即可
运行PinBoxServer.exe 如果一切正常,终端应该会如下输出
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
=========== SERVER CONFIG =================== Monitor Index: 1 FPS: 60 Network Threads: 2 Server Port: 1234 //显示刚刚设置的参数 ============================================= [X360] Connected successfully. [X360] Added virtual x360 device successfully. //如果这里报错,请安装虚拟手柄驱动 Running on address: 0.0.0.0:1234 Init Server : Successfully ------------------------------------------- Please use one of those IP in your 3DS client to connect to server: (normally it should be the last one) ------------------------------------------- IP: 192.168.1.xxx //显示你电脑的IP,如果有多个,一般为最后一个 ------------------------------------------- Wait for connection...