|
SpecSpoof (SpecSpoof)Github |相关wiki |源站链接支持: fabricSpecSpoof:一个用于修改F3菜单中硬件字符串的Fabric模组!
SpecSpoof是一个Fabric模组,允许您修改F3菜单中显示的硬件字符串。通过这个模组,您可以自定义F3菜单中显示的硬件信息。无论您是想炫耀您 _(欺诈)_ 的高端硬件,还是想保持您的规格私密。
这个模组应该与其他模组高度兼容,但如果您发现任何不兼容性或错误,只需在GitHub存储库中提出问题。我可能会尝试实现一个解决方法。
用法:
- *至少启动一次带有该模组的Minecraft*
- *转到.minecraft中的config文件夹*
- *应该会创建一个名为\"SpecSpoof.json\"的文件*
- *使用您选择的文本编辑器打开该文件并开始修改!*
*快速文档:*
{
\"CPU\": \"你的CPU名称\", //所需的假CPU名称
\"GPU\": \"你的GPU名称\", //所需的假GPU名称
\"FPS\": 1000, //要伪造的期望FPS
\"disableFPSThreshold\": 100 // 用于停用假FPS的FPS阈值,您看,为了使其更可信,如果您的帧数下降,帧速率应该实际反映出来。想象一下说你有1000帧每秒,但你的游戏像幻灯片一样运行,那根本行不通。(如果您不想要此功能,则设置为0,如果您不想要伪造FPS,则设置为999999)
\"GPUVendor\": \"供应商\", // 这是显示在分辨率旁边的括号中的内容,您可能希望将其更改为您期望的GPU品牌,以使其可信。
\"GPUDriver\": \"驱动程序\" // 这是GPU驱动程序字符串,显示在GPU字符串下方,如果您想让您的假GPU可信,请还应更改此内容。
}
**按[F3+T]重新加载模组的配置,而无需重新启动游戏!**
*对于ModMenu集成,您需要安装ModMenu 7.1.0或更高版本*
格式也由您决定,您可以使其实际可信,或者只是在字符串上放置随机无意义的内容。
*示例:*
{
\"CPU\": \"112x Intel(R) Xeon(R) w9-3495X\",
\"GPU\": \"NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2\",
\"FPS\": 3400,
\"disableFPSThreshold\": 100
\"GPUVendor\": \"NVIDIA Corporation\",
\"GPUDriver\": \"3.2.0 NVIDIA 531.37\"
}
{
\"CPU\": \"Rose Flowers\",
\"GPU\": \"Pigeons\",
\"FPS\": 10,
\"disableFPSThreshold\": 0
\"GPUVendor\": \"Eggs Inc\",
\"GPUDriver\": \"1.2 months\"
}
截图:
来自Modrinth所有游戏版本1.21.61.21.71.21.81.21.51.211.21.11.21.21.21.31.21.41.141.14.11.14.21.14.31.14.41.151.15.11.15.21.161.16.11.16.21.16.31.16.41.16.51.171.17.11.181.18.11.18.21.191.19.11.19.21.19.31.19.41.201.20.11.20.21.20.31.20.4所有类型fabricSpecSpoof 1.3.6SpecSpoof-1.3.6.jar下载1.3.6#ReleaseSmall maintanence update- Support 1.21.6### IMPORTANT NOTE:**Vulkanmod support is dropped**, this might be permanent im not sure. i simply do not have the required energy to maintain a mod with external dependencies.Vulkanmod, in particular, added so much bloat to SpecSpoof’s codebase that I had to create my own abstraction layer in RoseBush just to handle reflection. At that point, things got out of hand.If I do end up dropping Vulkanmod permanently, feel free to fork the project and maintain support yourself!展开版本: 1.3.6支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricRelease下载次数: 206SpecSpoof 1.3.5SpecSpoof-1.3.5.jar下载1.3.5#BetaInitial 1.21.5 Support update- **New option!, \"GPUBackend\".**, This is a new field in the F3 menu exclusive to version 1.21.5, you can play around with the value via SpecSpoof!展开版本: 1.3.5支持游戏: 1.21.5类型:FabricBeta下载次数: 255SpecSpoof 1.3.4SpecSpoof-1.3.4.jar下载1.3.4#ReleaseCritical fix update 2!- **Update to Rose Bush 1.2 to fix config race condition**- **Update to Minecraft 1.21.4**展开版本: 1.3.4支持游戏: 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4类型:FabricRelease下载次数: 1,223SpecSpoof 1.3.3SpecSpoof-1.3.3.jar下载1.3.3#ReleaseCritical fix update!- **Fixed an issue where SpecSpoof would spam the console**, previously it would spam \"Options fetched successfully\" per frame, which is incredibly exhausting.- **Removed STDOUT logging in some areas in place for LoggerFactory**, So the prints from SpecSpoof is way more concise.Sorry this took to long to catch. have a nice day!展开版本: 1.3.3支持游戏: 1.21, 1.21.1, 1.21.2, 1.21.3类型:FabricRelease下载次数: 146SpecSpoof 1.3.2SpecSpoof-1.3.2.jar下载1.3.2#ReleaseOne of the most complex mod extension by far.- **Added support for [vulkanmod](https://modrinth.com/mod/vulkanmod)**, close [#6](https://github.com/Aeroshide/SpecSpoof/issues/6) on github. (previously, changes on config wont apply)Its a small one, but it was a headache to implement. Thanks for downloading!展开版本: 1.3.2支持游戏: 1.21, 1.21.1, 1.21.2, 1.21.3类型:FabricRelease下载次数: 189SpecSpoof 1.3.1SpecSpoof-1.3.1.jar下载1.3.1#ReleaseFirst hotfix update!- **Safer CPU lookup to prevent platform-specific crashes**, This essentially means that this mod is now possible to work on [Pojav](https://pojavlauncherteam.github.io/)- **Fixed an issue where \"GPUVendor\" could not be changed from [ModMenu](https://modrinth.com/mod/modmenu)**展开版本: 1.3.1支持游戏: 1.21类型:FabricRelease下载次数: 188SpecSpoof 1.3SpecSpoof-1.3.jar下载1.3#ReleaseMassive update internally.- **Dropped versions below 1.21**, development will only move forward.- **Config system fully refactored**, now using [Roselib](https://modrinth.com/mod/rose-bush) as backend _(this generally means less config related errors if you experience that a lot in previous versions)_- **Config hot reload upon saving changes from [ModMenu](https://modrinth.com/mod/modmenu)** _(no more restarting game when you have ModMenu)_- Removed \"Open JSON File\" option in the [ModMenu](https://modrinth.com/mod/modmenu) GUI- **Added a button beside each fields to reset the field\'s value to default** _(The R button)_That\'s it, thanks for using the mod!.展开版本: 1.3支持游戏: 1.21类型:FabricRelease下载次数: 158SpecSpoof 1.2SpecSpoof-1.2.jar下载1.2#Release- ModMenu integration, so you dont have to tamper with json anymore (requires ModMenu 7.1.0 and above)- Made GPU Vendor and GPU Driver modifiable, this means you can fraud even more- Less silly config, should crash less now展开版本: 1.2支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 1,089SpecSpoof 1.1SpecSpoof-1.1.jar下载1.1#Release- Refactored the config system, now uses json which should be easier to use- New \"backend\", the mod should now be compatible with any mod that also changes the F3 menu- You can now also fake FPS, it would be funni if you have high end hardware but your game runs like a slideshow- Config hot reload by pressing F3+T (while in world)- Support 1.14展开版本: 1.1支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型:FabricRelease下载次数: 149SpecSpoof 1.0SpecSpoof-1.0-SNAPSHOT.jar下载1.0-SNAPSHOT#Release展开版本: 1.0-SNAPSHOT支持游戏: 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型:FabricRelease下载次数: 80全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
SpecSpoof |
楼主
2025-8-10 19:25:23
回复(0)
收起回复
|