- 主题
- 回帖
- 0
- 精华
- 注册时间
- 2022-12-29
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 爆棚声望
-
- PGB
-
|
首先,我没有经过他本人的同意,因为很喜欢用他的皮肤,24发布后,就研究了一下,如果本人看到了,可以随时删除这个帖子哈,不是故意的,只是想分享。
这个是他皮肤的链接:
https://www.playgm.cn/forum.php? ... age%3D1#pid11899620
按照我的步骤,FM2024就能用
皮肤可以直接用做2024里面,把下面这个文件用记事本打开skin_config
内容复制粘贴下面的:
<record>
<!--
============================================================
Basic Skin Details
The commands in this file are only used to describe the skin.
Settings should be placed in the file "skins/<skin>/settings/<skin> settings.xml",
where <skin> is the name of the skin.
============================================================
-->
<!-- skin details - most of these are intentionally not translated -->
<translation id="name" type="use" value="Lethe Skin V23.3.1" />
<string id="author" value="影舞忘川" />
<translation id="description" type="use" value="playgm.cn" />
<string id="version" value="24.0.1" />
<flags id="parent" value="fm" />
<boolean id="base_skin" value="false" />
<string id="skin_name" value="Lethe Skin V24.0.1" />
<!--
Minimum game version this skin requires to be valid, and listed as an option in the list of skins .
This is used for two things:
- First of all you can force a sking to only be available for a minimum minor release (ie patch), in other words
setting the required_version to 7.0.1 makes sure the skin won't be listed if the game is in version 7.0.0.
- Secondly, the first number ("major version") is used to decide which version the skin was designed for,
so if the version is "7.0.0" it won't be listed in the list of skins if the game version is "6.0.0." or "8.0.0",
even though 7 is less than 8.
-->
<string id="required_version" value="24.0.0" />
</record> |
|