130031300 130031300
关注数: 40 粉丝数: 68 发帖数: 1,221 关注贴吧数: 3
【玩转大黄蜂】:实际使用操作方法与解释 许多人就是不看说明书!心里默默念道:就是不看!就是不看!就是不看! 什么原因?字太多了吗?那好,咱精简一下,全部实操!熟背!不然炸机! (注意,这不是玩具!老手要爱护它!新手要敬畏它!) 一、准备与维护(在家要干的事) 1、飞机充电:电池连接充电器后需要开机才能充电!(开机方法:双击并按住) 2、遥控充电:跟充手机一样,插usb线即可。(小头插遥控Micro-USB) 3、调参升级:首先到官网下载HornetS调参软件驱动“HornetS PC助手”并安装 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.jyu.com%2F&urlrefer=2de276c2edc4dfc4a99a65b032d66103 (不支持XP) a,飞机参数调整方法:先打开飞机,再用usb线连接电脑!完成别忘记保存! b,遥控器校准方法:接电脑,点开始校准后遥控器3个灯红闪时再拨轮,左右两个摇杆都推到四个角松开,云台俯仰角和灯亮度拨轮(在遥控侧面肩膀位置)也最大最小拨一下。不闪即OK! c,升级飞机固件方法:与调参相反,先接线再开机!点“升级”。 d,升级遥控固件方法:按住灯键开遥控,三个灯闪红色插电脑,点“升级”。 e,水平校准的另一个方法(未亲测) 姿态:把飞机放平,打开飞机和遥控电源,不要让电机转。 操作:【左】 + 【右】 摇杆同时打至左下↙保持住,再同时按住【返航键】+【起落键】,待遥控器震动后全部松开。 二、实际飞行操作(户外要干的事) 1、遥控和飞机配对:关闭遥控和飞机,同时按住返航和起飞键,开遥控电源,开飞机电源。遥控连接灯绿色OK!(同一套只需配对一次) 2、启动飞机:与充电相同,双击电池并按住!同时要检查电量是否充足,预估飞行时间! 3、校磁:人原地横着转圈的同时,两手掌夹着飞机竖着转圈,绿灯常亮OK!记得校磁后重启飞机。(两次起飞地点百公里内只需校磁一次) 4、设置一键返航:长按返航键(长按Home键) ps:虽然飞机第一次连接到gps之后会设返航点,但我们一般都飞高后悬停稳定再长按home键手动设置返航点 长按 - 设Home点(飞机当前位置,而不是遥控当前位置) 短按 - 返航(使用此功能不要慌,必须短按,长按就回不来了!短按后10秒内不要有任何操作,观察飞机是否往回飞!) 5、一键起降,飞机起飞必须在1或2档加锁(电机不转)时使用。(gps信号不好时千万别飞!) 长按 - 起飞 短按 - 降落 6、手动解锁准备起飞:遥控3档,左手油门摇杆右下↘3秒 7、加锁(让电机停转) a、左手油门下拉到底保持3秒 b、一键返航 + 一键起降 同时按住!这是紧急停机方法。 8、拍照录像(右手上方拍照键) 长按 - 录像(再长按停止) 短按 - 拍照(录像时也可短按拍照)
【收藏】 三国志10注册表自动导入批处理 san12等得痛苦,又捡起老版本玩之,发现由于重装系统后不能进入游戏,用注册表文件还要手动修改路径…… 小弟特写了此批处理,将其放入游戏的安装目录后运行,可以自动识别路径并自动写入注册表。写完后亲测可以玩了^o^开心! 说明如下:   许多人在重新安装系统时无法运行三国志10繁体中文版游戏,必须重新安装游戏才可正常进行。   三国志系列游戏超级q群175530348的爱好者特编写了此批处理,可以自动写入注册表解决以上问题。 注意:请将其解压缩到游戏主程序所在的目录,双击运行。 代码如下:(打开记事本,将代码复制粘贴,另存为“三国志10注册表导入.bat”即可) @echo off echo set PathTemp=>set.txt copy set.txt temp.txt 1>nul 2>nul & cd=>>temp.txt del set.txt for /f "delims=" %%i in (temp.txt) do (set/p "=%%i">PathTemp1.bat) del temp.txt setlocal enabledelayedexpansion for /f "delims=" %%a in (PathTemp1.bat) do ( set aa=%%a set aa=!aa:\=\\! echo !aa!>>PathTemp.bat ) del PathTemp1.bat call PathTemp.bat del PathTemp.bat echo Windows Registry Editor Version 5.00>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI]>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc]>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\Configs]>>install.reg echo "PlayMovie"=dword:00000001>>install.reg echo "PlaySoundVolume"=dword:00000064>>install.reg echo "PlaySound"=dword:00000001>>install.reg echo "PlayBGMVolume"=dword:00000050>>install.reg echo "PlayBGM"=dword:00000001>>install.reg echo "ScreenMode"=dword:00000001>>install.reg echo "SvLdNumber"=dword:00000000>>install.reg echo "PlayTutorial"=dword:00000001>>install.reg echo "GameReport"=dword:00000000>>install.reg echo "MessageSpeed"=dword:00000002>>install.reg echo "BattleActiveTurn"=dword:00000001>>install.reg echo "PlayStyleBushou"=dword:00000000>>install.reg echo "EnableMovie"=dword:00000001>>install.reg echo "EnableSound"=dword:00000001>>install.reg echo "EnableBGM"=dword:00000001>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\Install]>>install.reg echo "InstallInfo"="%PathTemp%\\">>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\Login]>>install.reg echo @="">>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\PL]>>install.reg echo "0"=dword:00000001>>install.reg echo "-1"=dword:00000001>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc]>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\Configs]>>install.reg echo "EnableBGM"=dword:00000001>>install.reg echo "EnableMovie"=dword:00000001>>install.reg echo "EnableSound"=dword:00000001>>install.reg echo "PlayBGM"=dword:00000001>>install.reg echo "PlayBGMVolume"=dword:00000050>>install.reg echo "PlayMovie"=dword:00000001>>install.reg echo "PlaySound"=dword:00000001>>install.reg echo "PlaySoundVolume"=dword:00000064>>install.reg echo "ScreenMode"=dword:00000001>>install.reg echo "SvLdNumber"=dword:00000000>>install.reg echo "MessageStop"=dword:00000001>>install.reg echo "GameReport"=dword:00000000>>install.reg echo "BattleActiveTurn"=dword:00000001>>install.reg echo "PlayTutorial"=dword:00000001>>install.reg echo "PlayStyleBushou"=dword:00000000>>install.reg echo "BattleMode"=dword:00000002>>install.reg echo "MessageTime"=dword:00000005>>install.reg echo "MapMoveSpeed"=dword:00000005>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\Install]>>install.reg echo "InstallInfo"="%PathTemp%\\">>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\Login]>>install.reg echo @="">>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\PL]>>install.reg echo "San10-App-10"="San10PK">>install.reg echo "10"=dword:00000001>>install.reg echo "-11"=dword:00000001>>install.reg echo. set path="%cd%" echo 当前所在目录为: echo. echo     %path% echo. echo 将三国志10繁体中文版写入注册表,确认安装请按任意键。 echo. pause 1>nul 2>nul start /wait regedit /s install.reg del install.reg echo. echo 写入注册表成功!您可以关闭此窗口或按任意键退出。 echo. echo. echo 有问题请联系三国志系列游戏超级Q群:175530348,欢迎广大三国迷的加入! pause 1>nul 2>nul
【收藏】 三国志10注册表自动导入批处理 san12等得痛苦,又捡起老版本玩之,发现由于重装系统后不能进入游戏,用注册表文件还要手动修改路径…… 小弟特写了此批处理,将其放入游戏的安装目录后运行,可以自动识别路径并自动写入注册表。写完后亲测可以玩了^o^开心! 说明如下:   许多人在重新安装系统时无法运行三国志10繁体中文版游戏,必须重新安装游戏才可正常进行。   三国志系列游戏超级q群175530348的爱好者特编写了此批处理,可以自动写入注册表解决以上问题。 注意:请将其解压缩到游戏主程序所在的目录,双击运行。 代码如下:(打开记事本,将代码复制粘贴,另存为“三国志10注册表导入.bat”即可) @echo off echo set PathTemp=>set.txt copy set.txt temp.txt 1>nul 2>nul & cd=>>temp.txt del set.txt for /f "delims=" %%i in (temp.txt) do (set/p "=%%i">PathTemp1.bat) del temp.txt setlocal enabledelayedexpansion for /f "delims=" %%a in (PathTemp1.bat) do ( set aa=%%a set aa=!aa:\=\\! echo !aa!>>PathTemp.bat ) del PathTemp1.bat call PathTemp.bat del PathTemp.bat echo Windows Registry Editor Version 5.00>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI]>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc]>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\Configs]>>install.reg echo "PlayMovie"=dword:00000001>>install.reg echo "PlaySoundVolume"=dword:00000064>>install.reg echo "PlaySound"=dword:00000001>>install.reg echo "PlayBGMVolume"=dword:00000050>>install.reg echo "PlayBGM"=dword:00000001>>install.reg echo "ScreenMode"=dword:00000001>>install.reg echo "SvLdNumber"=dword:00000000>>install.reg echo "PlayTutorial"=dword:00000001>>install.reg echo "GameReport"=dword:00000000>>install.reg echo "MessageSpeed"=dword:00000002>>install.reg echo "BattleActiveTurn"=dword:00000001>>install.reg echo "PlayStyleBushou"=dword:00000000>>install.reg echo "EnableMovie"=dword:00000001>>install.reg echo "EnableSound"=dword:00000001>>install.reg echo "EnableBGM"=dword:00000001>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\Install]>>install.reg echo "InstallInfo"="%PathTemp%\\">>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\Login]>>install.reg echo @="">>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10 Tc\PL]>>install.reg echo "0"=dword:00000001>>install.reg echo "-1"=dword:00000001>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc]>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\Configs]>>install.reg echo "EnableBGM"=dword:00000001>>install.reg echo "EnableMovie"=dword:00000001>>install.reg echo "EnableSound"=dword:00000001>>install.reg echo "PlayBGM"=dword:00000001>>install.reg echo "PlayBGMVolume"=dword:00000050>>install.reg echo "PlayMovie"=dword:00000001>>install.reg echo "PlaySound"=dword:00000001>>install.reg echo "PlaySoundVolume"=dword:00000064>>install.reg echo "ScreenMode"=dword:00000001>>install.reg echo "SvLdNumber"=dword:00000000>>install.reg echo "MessageStop"=dword:00000001>>install.reg echo "GameReport"=dword:00000000>>install.reg echo "BattleActiveTurn"=dword:00000001>>install.reg echo "PlayTutorial"=dword:00000001>>install.reg echo "PlayStyleBushou"=dword:00000000>>install.reg echo "BattleMode"=dword:00000002>>install.reg echo "MessageTime"=dword:00000005>>install.reg echo "MapMoveSpeed"=dword:00000005>>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\Install]>>install.reg echo "InstallInfo"="%PathTemp%\\">>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\Login]>>install.reg echo @="">>install.reg echo.>>install.reg echo [HKEY_CURRENT_USER\Software\KOEI\San10PK Tc\PL]>>install.reg echo "San10-App-10"="San10PK">>install.reg echo "10"=dword:00000001>>install.reg echo "-11"=dword:00000001>>install.reg echo. set path="%cd%" echo 当前所在目录为: echo. echo     %path% echo. echo 将三国志10繁体中文版写入注册表,确认安装请按任意键。 echo. pause 1>nul 2>nul start /wait regedit /s install.reg del install.reg echo. echo 写入注册表成功!您可以关闭此窗口或按任意键退出。 echo. echo. echo 有问题请联系三国志系列游戏超级Q群:175530348,欢迎广大三国迷的加入! pause 1>nul 2>nul
[原创]11月无自定义房屋-枫野 好久不玩近期又捡起来 到国外站上下载了一些漂亮的房屋 结果发现有太多的不合理 根本不实用 那么多自定义搞乱了偶的D夹 干脆自己做了这套房子没有自定义的咚咚 用的都是EP1-8和SP1-8自带的。对这次作品还算满意,该有的都有了,还有个大地下室预留了空间,那些奖励物品什么的不常用可以扔地下去了。测试基本没有什么问题,小人入住后要删除最右边的路灯,否则长杂草没有通路去修建。装修版是把测试用的小人搬出去后购买模式里的东西都卖掉了,泳池中心的水池和房顶上的通风口要开MoveObjects on命令才能装上去,其他问题没了。喜欢的先留邮箱,两周后一起发。没有自定义的房子兆数很小,装修和未装修的一起发。建造:葫芦兽 名称:枫野别墅风格:现代用地:2x2装修:外/内居住:空房造价:<15W自定义物品:无制作时已安装的资料片版本:EP1-EP8参观顺序:地下:仓库(室内入口)院子:游泳池、车库、钓鱼池塘、种植园一楼:门庭、客厅、厨房、厕所、走廊、楼梯二楼:走廊、主卧、副卧、厕所、半封闭阳台、屋顶天台[img]http://monster.76free.cn/sims2horse/0-00.jpg[/img][img]http://monster.76free.cn/sims2horse/0-01.jpg[/img][img]http://monster.76free.cn/sims2horse/0-1.jpg[/img][img]http://monster.76free.cn/sims2horse/0-2.jpg[/img][img]http://monster.76free.cn/sims2horse/1-0.jpg[/img][img]http://monster.76free.cn/sims2horse/1-1.jpg[/img][img]http://monster.76free.cn/sims2horse/1-2.jpg[/img][img]http://monster.76free.cn/sims2horse/1-3.jpg[/img][img]http://monster.76free.cn/sims2horse/1-4.jpg[/img][img]http://monster.76free.cn/sims2horse/1-5.jpg[/img][img]http://monster.76free.cn/sims2horse/1-6.jpg[/img][img]http://monster.76free.cn/sims2horse/1-7.jpg[/img][img]http://monster.76free.cn/sims2horse/2-1.jpg[/img][img]http://monster.76free.cn/sims2horse/2-2.jpg[/img][img]http://monster.76free.cn/sims2horse/2-3.jpg[/img][img]http://monster.76free.cn/sims2horse/2-4.jpg[/img][img]http://monster.76free.cn/sims2horse/2-5.jpg[/img][img]http://monster.76free.cn/sims2horse/3-1.jpg[/img][img]http://monster.76free.cn/sims2horse/3-2.jpg[/img][img]http://monster.76free.cn/sims2horse/4-1.gif[/img][img]http://monster.76free.cn/sims2horse/4-2.gif[/img][img]http://monster.76free.cn/sims2horse/4-3.jpg[/img]备用地址 http://monster.76free.cn/sims2horse/index.htm
1 下一页