Files
GeyserModelEngine-plugin/README.md
哈2哈哈哈3 9f5487d356 Update README.md
2024-05-13 17:02:57 +08:00

74 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GeyserModelEngine
> GitHub仓库https://github.com/zimzaza4/GeyserModelEngine
[English (working)](README_EN.md) | [简体中文](README.md)
# 这是个什么玩意
能让你Geyser服务器支持MEG4
<img src="docsimg/demo.jpg" width="500">
# 如何安装
根据服务端版本下载以下插件
[GeyserUtils](https://github.com/zimzaza4/GeyserUtils)
[GeyserModelEngine](https://github.com/zimzaza4/GeyserModelEngine)
[zimzaza4的Geyser自定义实体分支](https://github.com/zimzaza4/Geyser)
[GeyserModelEnginePackGenerator](https://github.com/zimzaza4/GeyserModelEnginePackGenerator)
下载完后,将`GeyserModelEngine` `Geyser自定义实体分支`放入插件文件夹
根据服务端版本把`geyserutils-spigot`/`velocity`/`bungeecord`放入插件文件夹
`GeyserModelEnginePackGenerator` `geyserutils-geyser`放入geyser的扩展文件夹
先启动服务器生成相关配置文件,之后关闭服务器就安装好了
当然,先别急着用,现在你还得接着读下去
# 转换模型
`GeyserModelEnginePackGenerator`会自己转换模型打包资源包
我们打开以下路径 `plugins/Geyser-Spigot/extensions/geysermodelenginepackgenerator/input/`
在此目录创建一个文件夹名为模型的ID比如我有个模型id为`parry_knight`,那就命名为`parry_knight`
<img src="docsimg/example.jpg" width="500">
> 每个模型都要有独立的模型文件夹
我们将模型、动画和纹理全部原封不动丢进这个文件夹
<img src="docsimg/example1.jpg" width="500">
重启服务器或者重载geyser来到`plugins/Geyser-Spigot/extensions/geysermodelenginepackgenerator`目录
<img src="docsimg/example2.jpg" width="500">
将geysermodelenginepackgenerator生成的`generated_pack.zip`丢进Geyser-Spigot/packs目录就安装好了
最后一步重载Geyser或者重启服务器加载资源包
# 完结
恭喜你现在学会如何使用了有BUG请发Issues
# 当前限制
* 不支持多贴图
* 待挖掘
# 常见问题
### 为什么生成模型后会变成史蒂夫?
可能你步骤错了,或者这个模型有问题无法转换?