MOD介绍:
这是什么?
这是一组允许你启动SkyrimVR加上一些需要像mageVR这样的外部exe的mod,只需点击一下WMR到Alduin的3d模型,这样就可以更加舒适地启动,例如设置为天际SkyrimVR SKSEVR mod组织者2 whit mage VR,在WMR家中单击一下。
这是怎么做到的?
一个非常hacky的方式,基本上alduin模型是一个UWP应用程序(windows商店的应用程序类型)做一个非常简单的事情
首先调用协议startskyrim:
接下来自己关闭
结束
这将基本上触发windows注册中绑定到startskyrim的任何exe,然后是这个东西的下一部分,我们创建startskyrim协议并将其绑定到exe,并将其添加到Windows寄存器,以便当UWP应用程序调用它时,执行该exe。
我正在谈论的exe是一个由一个名为Bat2Exe的工具生成的exe,它允许你将一个bat文件转换为一个exe文件,而正在转换的bat文件是一个bat文件,基本上启动了skyrim VR以及我们需要启动的其他任何东西例如在“SkyrimVR SKSEVR trought mod organizer 2 whit mage VR”的场景中,蝙蝠会这样做
1为WMR启动steamVR
2等待15秒,让它有时间蒸汽打开,以防它关闭
3 START MageVR
4等待10秒钟给MageVR启动时间
5启动一个lnk文件打开SKSE for SkyrimVR trought mod organizer 2(当你要求MO2在桌面上创建快捷方式时获得的那个)
这个bat文件在执行时基本上会打开这个设置,但是科学上最好能够从WMR Home中的VR内部启动它,然后我们将该bat转换为exe,将exe放在给定位置,绑定protocol startskyrim:在协议中安装UWP应用程序,安装UWP应用程序,并将UWP应用程序放在WMR主页中(它显示为alduin的3d模型),当点击alduin的3d模型时,它会加载所有内容并在大约45加载mageVR后,你将在SkyrimVR内部秒
什么包含这个mod下载?
您下载的zip包含UWP应用程序,证书可以安装UWP应用程序(Windows商店不接受这样的利基应用程序,所以我最终必须自签名,所以你需要安装我的证书才能够安装它),reg文件在使用时会将所有需要的条目添加到Windows注册表中以将startskyrim:绑定到C:\ VRapp \ SkyrimVR.exe,最后一个示例bat文件供你编辑添加到你的位置有WMR,mageVR和SKSEVR的steamVR的快捷方式,如果你有另一个设置编辑蝙蝠你的舔如果你需要帮助配置蝙蝠联系我,我会尽力帮助你。
说明
0生成快速启动SKSE / SkyrimVR,MageVR(如果有)和SteamVR for WMR(如果你有MageVR)的快捷方式
1编辑BAT文件,内部说明(如果您需要额外的帮助告诉我)
2使用BAT2EXE将BAT文件转换为EXE
3名称生成的EXE为:“SkyrimVR.exe”
4创建一个名为“VRapp”的文件夹C:\
5在“C:\ VRapp”中生成生成的EXE“SkyrimVR.exe”
6双击REG文件以安装协议
7双击CER文件
8点击安装证书
9选择本地机器,然后选择
10选择在以下商店中放置所有证书,然后选择可信的根证明当局并点击下一步
11点击完成
12双击appxbudle文件并取消安装后启动和点击安装的选项
常问问题
问:我不相信你的证书
A.不要使用它,抱歉。
问:我不使用Mage VR
A.修改BAT以只有线路来启动SKSE / SkyrimVR并且你很好
你需要的东西:
你需要bat2exe,在谷歌搜索它,我从www#majorgeeks#com/files/details/bat_to_exe_converter.html获得它
你需要一些计算机知识来编辑我认为的蝙蝠
积分
alduin模型:ketchfab.com/models/c1d54a5145004198ac9c45da418239c8
——————————————————————————————————————————————————————
What is this?
This is a set of things that allows you to launch SkyrimVR plus some mods that require external exe like mageVR by a single click inside the WMR to a 3d model of Alduin, this make more confortable to launch for example a setup whit SkyrimVR SKSEVR trought mod organizer 2 whit mage VR, by a single click inside the WMR home.
How is this done?
By a very hacky way, basically the alduin model is a UWP application(the windows store's type of application) that do a very simple things
first call the protocol startskyrim:
next closes itself
End
This will basically trigger whatever exe is bound in the windows register to startskyrim, then comes the next part of this thing, we create the startskyrim protocol and bind it to a exe, and add this to the windows register so when the UWP application calls it, executes that exe.
The exe im talking about is a exe generated whit a tool called Bat2Exe that allows you to transform a bat file to a exe, and the bat file that is being transformed is a bat file that basically launches skyrim VR and whatever else we need to launch for example in the scenario of "SkyrimVR SKSEVR trought mod organizer 2 whit mage VR" the bat would do this
1 START steamVR for WMR
2 wait 15 seconds to give time to steam to open itself in case it was closed
3 START MageVR
4 wait 10 seconds to give time for MageVR to start
5 START a lnk file that open SKSE for SkyrimVR trought mod organizer 2(the one you get when you ask MO2 to create a shortcut in the desktop)
This bat file would basically open that setup when executed, but science it would be better to be able to launch it from inside VR in the WMR Home, then we convert that bat to a exe, put the exe in a given location, bind the protocol startskyrim: to that exe in the protocol, install the UWP application, and place the UWP application inside the WMR home(it would appear as 3d model of alduin) when clicking that 3d model of alduin, it would load everything and in about 45 seconds you would be inside of SkyrimVR with mageVR loaded
What Contains this mod download?
The zip you download contain the UWP application, the certificate to be able to install the UWP application(windows store would not accept such a niche application, so i ended up having to self sign it, so you need to install my certificate to be able to install it), the reg file that when used would add all the needed entries to the Windows registry to bind startskyrim: to C:\VRapp\SkyrimVR.exe, and at last a example bat file for you to edit to add where you have the shortcuts to steamVR for WMR, mageVR and SKSEVR, if you have another setup edit the bat to your licking if you need help configuring the bat contact me and i will try to help you.
Instructions
0 GENERATE SHORTCUTS FOR LAUNCHING SKSE VR/SkyrimVR, MageVR(if you have it) and SteamVR for WMR(if you have MageVR)
1 EDIT THE BAT FILE, INSTRUCTIONS INSIDE(if you need extra help tell me)
2 CONVERT THE BAT FILE TO EXE USING BAT2EXE
3 NAME THE GENERATED EXE AS: "SkyrimVR.exe"
4 CREATE A FOLDER NAMED "VRapp" INSIDE C:\
5 PUT THE GENERATED EXE "SkyrimVR.exe" IN "C:\VRapp"
6 DOUBLE CLICK THE REG FILE TO INSTALL THE PROTOCOL
7 DOUBLE CLICK THE CER FILE
8 CLICK INSTALL CERTIFICATE
9 SELECT LOCAL MACHINE AND THEN NEXT
10 SELECT PLACE ALL CERTIFICATES IN THE FOLLOWING STORE AND THEN SELECT TRUSTED ROOT CERTIFICATION AUTHORITIES AND CLICK OG THEN NEXT
11 CLICK FINISH
12 DOUBLE CLICK THE appxbudle FILE AND UNSELECT THE OPTION TO LAUNCH AFTER INSTALLATION AND CLICK INSTALL
FAQ
Q. I don't trust your certificate
A. Don't use this, sorry about it.
Q. I dont use Mage VR
A. modify the BAT to have only the line to launch SKSE/SkyrimVR and you are good
Things you need:
You need bat2exe, search it on google, i obtained it from www#majorgeeks#com/files/details/bat_to_exe_converter.html
You need some computer knowledge to edit the bat i think
Credits
Model for alduin: ketchfab.com/models/c1d54a5145004198ac9c45da418239c8
资源查找:
回复区
昵称:
邮箱:
内容: