项目

一般

简介

自定义系统UI制作 » 历史记录 » 版本 31

tejie, 2024-03-07 14:43

1 1 tejie
{{toc}}
2
3
h2. 自定义系统UI制作
4
5 14 tejie
相关说明
6
[[自定义补丁包配置]]
7 31 tejie
[[资源编辑器编辑对话框]]
8 14 tejie
9 21 tejie
h3. %{color:fireBrick}下载工具%
10 1 tejie
11 20 tejie
点击下载-->"TeJie_UIEditor":https://bbs.tejiegm.com/forum.php?mod=viewthread&tid=955&extra=page%3D1&_dsign=e9e327f3
12 1 tejie
下载解压后,
13 20 tejie
*%{color:red}本地路径中不可以有中文%*
14 2 tejie
15
-
16
-
17
18 22 tejie
h3. %{color:fireBrick}配置编辑资源%
19 2 tejie
20 28 tejie
*{color:green}下载某套UI资源-->[[自定义补丁包配置|自定义补丁资源]]*
21 6 tejie
比如下载ui6
22
解压至本地
23
E:\ui6_res\
24
25 28 tejie
*{color:green}配置资源编辑路径*
26 2 tejie
uieditorconfig.txt
27 3 tejie
|!clipboard-202403071132-kkcja.png!|
28 2 tejie
29 28 tejie
*{color:deepskyblue}配置项1*
30 4 tejie
_uiEditorResPath_
31
配置游戏内的各系统UI所用资源的本地路径,
32 2 tejie
33 4 tejie
编辑游戏内系统UI时,需要打开此配置项
34 2 tejie
35 4 tejie
举例
36
uiEditorResPath=E:\ui6_res\ui6\
37
38
39 28 tejie
*{color:deepskyblue}配置项2*
40 4 tejie
_uiEditorloggerPath_ 
41
配置游戏登录器UI所用资源的本地路径,
42 2 tejie
43 4 tejie
编辑登录器UI时,需要打开此配置项,且关闭配置项1
44 2 tejie
45 4 tejie
举例
46
uiEditorloggerPath=E:\ui6_res\ui6\
47
48
49 28 tejie
*{color:deepskyblue}配置项3*
50 4 tejie
_uieditorplat_
51 5 tejie
要编辑的资源平台类型 
52
1为PC
53
2为手机
54 7 tejie
55
-
56
-
57
58 23 tejie
h3. %{color:fireBrick}启动编辑工具进行编辑%
59 8 tejie
60 29 tejie
*{color:green}启动编辑工具*
61
双击工具目录中-->TeJie_UIEditor.exe文件
62 1 tejie
|!clipboard-202403071144-r5mnu.png!|
63 8 tejie
64 29 tejie
*{color:green}切换至制作中的版本*
65 1 tejie
|点击切换游戏按钮|输入制作中的游戏版本 kmxxxxxxx|
66
|!clipboard-202403071147-r1jry.png!|!clipboard-202403071148-velsx.png!|
67 8 tejie
68 29 tejie
*{color:green}呼出编辑界面*
69 30 tejie
进入游戏后按下 *{color:Teal}ctr+e* ,呼出编辑界面
70 13 tejie
|游戏内系统UI对象列表
71
uieditorconfig.txt
72
配置uiEditorResPath项|登录器系统UI对象列表
73
uieditorconfig.txt
74
不配置uiEditorResPath项
75
配置uiEditorloggerPath项|
76 12 tejie
|!clipboard-202403071157-34pw0.png!|!clipboard-202403071153-ihxen.png!|
77 15 tejie
78 16 tejie
79
-
80
-
81
82 24 tejie
h3. %{color:fireBrick}编辑后的资源打包上传%
83 17 tejie
84
*生成补丁包文件*
85
将编辑后的资源目录,放入打包工具-->PatchBuilder
86
打包完毕,将生成对应的tpk文件
87
|!clipboard-202403071317-n3s6j.png!|
88
89
*上传补丁包文件*
90
|制作服补丁包上传
91
通过tejiePlatform工具上传|正式服补丁包上传
92
通过后台管理工具上传|
93
|!clipboard-202403071320-ioam3.png!|!clipboard-202403071325-se8eh.png!|
94 18 tejie
95
-
96
-
97
98 25 tejie
h3. %{color:fireBrick}版本中配置补丁包文件%
99 18 tejie
100
*tejieConfig配置*
101 27 tejie
|^.[tjconfig]
102 18 tejie
uires_maker=手机版制作服补丁资源
103
uires=手机版正式服补丁资源
104
uirespc_maker=pc版制作服补丁资源
105 27 tejie
uirespc=pc版正式服补丁资源|!clipboard-202403071348-as32e.png!|
106 18 tejie
107
-
108
-
109
110 26 tejie
h3. %{color:fireBrick}其它事项%
111 19 tejie
112
* 如对某套UI中的某个系统界面调整
113
可使用增量更新的方法,
114
无须重新打完整补丁包
115
[[自定义补丁包配置#section-3|补丁包增量更新方法]]