登陆 注册 QQ登陆
快捷导航
查看: 6|回复: 0

[模组分享] 截图设置 (ScreenshotSettings)-MOD模组

[复制链接]

4999

主题

60

回帖

1万

积分

龙❁妻

Rank: 8Rank: 8

经验
10280 EP
金粒
5181 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:12:26 | 显示全部楼层 |阅读模式 IP:浙江宁波
截图设置 (ScreenshotSettings)Github |相关wiki |源站链接支持: fabric , quilt截图设置是适用于QuiltFabric的一个模组,允许您配置关于游戏截图的各种内容。

  ScreenshotSettings 是一个专为Quilt/Fabric设计的模组,允许您在游戏中进行各种截图设置。

自定义文件命名系统可以做的事情

  文件命名系统目前是比较基础的,只支持8种模板。

- <datetime> - Minecraft的默认截图命名格式。
- <world> - 单人游戏中的世界名称,多人游戏中的服务器名称。
- <version> - 截图所在Minecraft版本的版本号。(例如 1.19.2)
- <x>, <y>, 和 <z> - 截图所在位置的坐标。
- <shader> - 激活的着色器包。(需要Iris Shaders)
- <player> - 您的Minecraft用户名。如果您想将多个帐户的截图放在同一个位置但保持有序,这将非常有用。

自动创建子目录

通过在命名系统中包含“/”,您可以基于上面提到的模板创建一个目录结构。

您可以根据截图所在的世界/服务器或截图时使用的着色包自动整理您的截图到文件夹中。

个人使用的命名方案是<world>/<datetime>,因为这样更容易根据截图位置浏览我的截图,并且可以防止命名冲突。

PNG元数据的注意事项

Windows资源管理器无法显示此模组包含的元数据。您需要获取一个Windows专用程序才能查看它。

查看元数据:CLI

如果您习惯使用命令行工具,可以使用 [ImageMagick](链接) 的 `identify --verbose` 命令来查看它。

ImageMagick在Windows、Mac和Linux上均有发行版,如果您使用Linux,大概率已经安装了它。

这是我推荐的方法,因为它允许您设置脚本来搜索或整理您的截图,但如果您只对_查看_元数据感兴趣,也许您更感兴趣的是使用GUI。

查看元数据:GUI

如果您不习惯使用命令行工具... 我发现至今最好的方法(至少在Windows上)是使用 [exiftoolgui](链接)。

它要求您已安装基本的 [exiftool](链接),但“默认”安装过程并不是非常用户友好。

为了安装基本工具,我建议使用Oliver Betz的 [exiftool for windows](链接)。它附带了一个GUI安装程序,总体更加便捷。

安装完成后,您需要导航到您的截图,并查看 `All` 标签页以查看所有元数据。此模组附加的元数据应该出现在底部,就像上面的截图中显示的那样。

这实际上适��于WSL

因为Minecraft在Windows上使用URI来解析文件路径,您实际上可以使用已安装的WSL发行版的路径作为有效的保存位置,以使通过WSL操作您的截图集合稍微更加方便。

截图:



来自Modrinth所有游戏版本1.20.11.19.41.19.31.19.2所有类型fabricquilt1.4.0screenshotsettings-1.4.0.jar下载1.4.0#Releasescreenshotsettings-1.4.0-dev.jar下载1.4.0#Releasescreenshotsettings-1.4.0-sources.jar下载1.4.0#Release展开版本: 1.4.0支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 6851.3.1screenshotsettings-1.3.1.jar下载1.3.1#Releasescreenshotsettings-1.3.1-dev.jar下载1.3.1#Releasescreenshotsettings-1.3.1-sources.jar下载1.3.1#Release展开版本: 1.3.1支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 2811.3.0screenshotsettings-1.3.0.jar下载1.3.0#Releasescreenshotsettings-1.3.0-dev.jar下载1.3.0#Releasescreenshotsettings-1.3.0-sources.jar下载1.3.0#ReleaseUpdates the mod to run on MC 1.19.4展开版本: 1.3.0支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 2111.2.0screenshotsettings-1.2.0.jar下载1.2.0#Releasescreenshotsettings-1.2.0-dev.jar下载1.2.0#Releasescreenshotsettings-1.2.0-sources.jar下载1.2.0#Release展开版本: 1.2.0支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 2771.1.1screenshotsettings-1.1.1.jar下载1.1.1#Release- Moved *back* to fabric toolchain so that way the mod can work on both fabric and quilt, rather than only quilt.As far as *I\'m* concerned, this mod is now fully complete. Any future changes will be for adding feature requests or bug fixes for issues opened on the mod\'s GitHub.*See the full commit history [**here**](https://github.com/fmbellomy/ScreenshotSettings/compare/1.0.5...1.1.1)*展开版本: 1.1.1支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 4881.0.5screenshotsettings-1.0.5.jar下载1.0.5#Release- Moved the project to the Quilt toolchain.- This means it will only work on Quilt, rather than both Fabric *and* Quilt.- Fixes a crash caused by taking a screenshot in the menu when using a naming template that relies on world data.- (I didn\'t even *know* you could take screenshots in the main menu. Why would anyone even want to do that?)- Replaces the config loading/saving system with Cloth Config\'s AutoConfig API, but that\'s a technical detail that shouldn\'t really impact you as a user.See the full commit history [here](https://github.com/fmbellomy/ScreenshotSettings/compare/1.0.4...1.0.5)展开版本: 1.0.5支持游戏: 1.19.2类型:QuiltRelease下载次数: 761.0.4screenshotsettings-1.0.4.jar下载1.0.4#Releasescreenshotsettings-1.0.4-dev.jar下载1.0.4#Releasescreenshotsettings-1.0.4-sources.jar下载1.0.4#ReleaseAdded dependencies to fabric.mod.json, so if you\'re missing one the game will tell you more nicely, rather than just crashing and giving a stack trace.1.0.3 is skipped as a release because one of the dependencies had the wrong id, and thus would always fail to start.See the full commit history [**here**](https://github.com/fmbellomy/ScreenshotSettings/compare/1.0.2...1.0.4)展开版本: 1.0.4支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 2171.0.2screenshotsettings-1.0.2.jar下载1.0.2#Releaseadded `<player>` template to naming scheme.see commit history here: https://github.com/fmbellomy/ScreenshotSettings/compare/v1.0.1...1.0.2展开版本: 1.0.2支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 821.0.1screenshotsettings-1.0.1.jar下载1.0.1#Release- Fixed a bug where using subdirectories in the screenshot naming scheme would result in filename collisions to overwrite each other instead of being given a suffix.- Added `<shader>` template- Changed `<coordinates>` template to `<x>` `<y>` `<z>` templates- Renamed `<timedate>` to `<datetime>`**Full Changelog**: https://github.com/fmbellomy/ScreenshotSettings/compare/v1.0.0...v1.0.1展开版本: 1.0.1支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 79v1.0.0screenshotsettings-1.0.0.jar下载1.0.0#ReleaseFeature Complete, and relatively stable so long as you don\'t go manually editing the config in a text editor.A config system rewrite is approaching though.Full Changelog: https://github.com/fmbellomy/ScreenshotSettings/commits/v1.0.0展开版本: 1.0.0支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 79全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
截图设置
楼主 2025-8-10 19:12:26 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-8-23 20:17 , Processed in 0.198196 second(s), 49 queries .

快速回复 返回顶部 返回列表