怎么改变RPG Maker VX文字颜色?

就是游戏中显示的物品颜色从默认方案有改变。比如某些贵重物品的颜色显示为金色、紫色、蓝色(模仿地下城--)谁会?没有成功... 就是游戏中显示的物品颜色从默认方案有改变。比如某些贵重物品的颜色显示为金色、紫色、蓝色(模仿地下城- -)
谁会?
没有成功
展开
 我来答
百度网友6516edb
2011-08-15 · TA获得超过1113个赞
知道小有建树答主
回答量:225
采纳率:100%
帮助的人:212万
展开全部
  没有分啊 - -
  module RPG
  class Skill
  def description
  description = @description.split(/@/)[0]
  return description != nil ? description : ''
  end
  def name_color_66RPG
  name_color = @description.split(/@/)[1]
  return name_color != nil ? name_color.to_i : 0
  end
  end
  class Weapon
  def description
  description = @description.split(/@/)[0]
  return description != nil ? description : ''
  end
  def name_color_66RPG
  name_color = @description.split(/@/)[1]
  return name_color != nil ? name_color.to_i : 0
  end
  end
  class Item
  def description
  description = @description.split(/@/)[0]
  return description != nil ? description : ''
  end
  def name_color_66RPG
  name_color = @description.split(/@/)[1]
  return name_color != nil ? name_color.to_i : 0
  end
  end
  class Armor
  def description
  description = @description.split(/@/)[0]
  return description != nil ? description : ''
  end
  def name_color_66RPG
  name_color = @description.split(/@/)[1]
  return name != nil ? name_color.to_i : 0
  end
  end
  end
  class Window_Base < Window
  def disabled_color
  return Color.new(255, 255, 255, 128)
  end

  def draw_item_name(item, x, y, enabled = true)
  if item != nil
  draw_icon(item.icon_index, x, y, enabled)
  self.contents.font.color = text_color(item.name_color_66RPG)
  self.contents.font.color.alpha = enabled ? 255 : 128
  self.contents.draw_text(x + 24, y, 172, WLH, item.name)
  end
  end
  end

  请把上面的脚本复制到MAIN上面..

  在数据库物品后添加 @?就行了...?=数字
更多追问追答
追问
粘贴到main里面后再在物品后面添加@n?(n=数字)不行啊?
还有……这个脚本怎么没有中文呢?
追答
!!!!!
请把上面的脚本复制到MAIN上面..
MAIN上面插入一个新建脚本啊- -
AiPPT
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图... 点击进入详情页
本回答由AiPPT提供
简单又好吃
2011-08-09 · TA获得超过374个赞
知道答主
回答量:155
采纳率:0%
帮助的人:75.2万
展开全部
输入文本中写“\c[n]文字”

n是数字

貌似是这样,你试一下~
追问
不能改变数据库的物品的文字颜色啊!
追答
默认的不行~
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
十二年前飞走的鱼
2011-08-08 · TA获得超过174个赞
知道答主
回答量:112
采纳率:0%
帮助的人:79.5万
展开全部
脚本
条件分歧语句+initialize中self.的一系列语句
貌似是self.color(255,255,255,0)
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式