- 主题
- 回帖
- 0
- 精华
- 注册时间
- 2022-12-29
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 爆棚声望
-
- PGB
-
|
皮肤可以直接用做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> |
|