设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 3036|回复: 2
打印 上一主题 下一主题

[有事请教] 请问如何去掉菜单的等级?

[复制链接]

Lv2.观梦者

梦石
0
星屑
613
在线时间
83 小时
注册时间
2018-2-11
帖子
19
跳转到指定楼层
1
发表于 2018-2-12 23:35:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
本帖最后由 Ichiyuko_ 于 2018-2-13 12:00 编辑

如何去掉菜单里显示的等级?“LV”可以在用语里面去掉,但是等级的数字没办法在设定里删掉。

Lv4.逐梦者

梦石
0
星屑
6230
在线时间
1457 小时
注册时间
2015-7-25
帖子
617

极短25参与开拓者

2
发表于 2018-2-13 12:17:58 | 只看该作者
开一个新插件,整个默认菜单里的显示等级的地方都去掉了

Window_MenuStatus.prototype.drawActorSimpleStatus = function(actor, x, y, width) {
    var lineHeight = this.lineHeight();
    var x2 = x + 180;
    var width2 = Math.min(200, width - 180 - this.textPadding());
    this.drawActorName(actor, x, y);
    this.drawActorIcons(actor, x, y + lineHeight * 2);
    this.drawActorClass(actor, x2, y);
    this.drawActorHp(actor, x2, y + lineHeight * 1, width2);
    this.drawActorMp(actor, x2, y + lineHeight * 2, width2);
};
Window_SkillStatus.prototype.drawActorSimpleStatus = function(actor, x, y, width) {
    var lineHeight = this.lineHeight();
    var x2 = x + 180;
    var width2 = Math.min(200, width - 180 - this.textPadding());
    this.drawActorName(actor, x, y);
    this.drawActorIcons(actor, x, y + lineHeight * 2);
    this.drawActorClass(actor, x2, y);
    this.drawActorHp(actor, x2, y + lineHeight * 1, width2);
    this.drawActorMp(actor, x2, y + lineHeight * 2, width2);
};
Window_Status.prototype.drawBasicInfo = function(x, y) {
    var lineHeight = this.lineHeight();
    this.drawActorIcons(this._actor, x, y + lineHeight * 1);
    this.drawActorHp(this._actor, x, y + lineHeight * 2);
    this.drawActorMp(this._actor, x, y + lineHeight * 3);
};

评分

参与人数 1+1 收起 理由
文雅夕露 + 1 认可答案

查看全部评分

笨肉包的游戏讨论群932812135 (实时更新) 喜欢的话欢迎加入~
目前的坑
??? #像素风OC游戏 准备中 短篇-约5小时
花城梦之心 #像素风OC游戏 系统开发+素材绘制中
【不可思议的迷宫】幽灵契约外传:歌莉娅 v0.3.8.1 (游戏文件已上传更新
同时更新中~ (沉迷摸鱼中~更新速度较慢请见谅w)
这是属于笨肉包一个人的旅行~(再见了...蚊子湯,七重酱,笨肉包永远想你们!TwT
旅途的最终目标~ ???(保密~
回复 支持 1 反对 0

使用道具 举报

Lv2.观梦者

梦石
0
星屑
613
在线时间
83 小时
注册时间
2018-2-11
帖子
19
3
 楼主| 发表于 2018-2-13 17:22:49 | 只看该作者
魔法丶小肉包 发表于 2018-2-13 12:17
开一个新插件,整个默认菜单里的显示等级的地方都去掉了

Window_MenuStatus.prototype.drawActorSimpleSta ...

解决了!谢谢ww
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2025-7-9 10:43

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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