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

Project1

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

[已经过期] 脚本问题

[复制链接]

Lv1.梦旅人

梦石
0
星屑
161
在线时间
629 小时
注册时间
2012-6-9
帖子
1321
跳转到指定楼层
1
发表于 2013-3-23 11:19:25 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
当UTFSBOX  = true的时候,
RUBY 代码复制
  1. rescue
  2.     UTFS_print.call sprintf UTFSEXT, filename
  3.   end

就会出错,求解决。

RUBY 代码复制
  1. UTFSTEXT = "游戏文件丢失,目录%s.\n请联系游戏的作者.\n"
  2. #选择代替的图像(默认为空白):
  3. UTFSSUB  = ""
  4. #是否跳过缺失的音频(true or(或者) false):
  5. UTFSBOX  = false
  6.  
  7. #============================================================
  8.  
  9. UTFS_print = UTFSBOX ? method(:print) : method(:msgbox)
  10.  
  11. class << Bitmap
  12.   alias_method :utfs_new, :new unless method_defined?(:utfs_new)
  13.   def new(*args)
  14.     utfs_new(*args)
  15.   rescue
  16.     if args.size == 1
  17.       UTFS_print.call sprintf UTFSTEXT, args[0]
  18.     end
  19.     begin
  20.       utfs_new(UTFSSUB)
  21.     rescue
  22.       utfs_new(32, 32)
  23.     end
  24.   end
  25. end
  26.  
  27. module Audio
  28.   class << self
  29.     alias_method :utfs_se_play, :se_play
  30.     alias_method :utfs_me_play, :me_play
  31.     alias_method :utfs_bgm_play, :bgm_play
  32.     alias_method :utfs_bgs_play, :bgs_play
  33.   end
  34.  
  35.   def self.se_play(filename, volume = 100, pitch = 100)
  36.     self.utfs_se_play(filename, volume, pitch)
  37.   rescue
  38.     UTFS_print.call sprintf UTFSTEXT, filename
  39.   end
  40.  
  41.   def self.me_play(filename, volume = 100, pitch = 100)
  42.     self.utfs_me_play(filename, volume, pitch)
  43.   rescue
  44.     UTFS_print.call sprintf UTFSTEXT, filename
  45.   end
  46.  
  47.   def self.bgm_play(filename, volume = 100, pitch = 100, pos = 0)
  48.     self.utfs_bgm_play(filename, volume, pitch, pos)
  49.   rescue
  50.     UTFS_print.call sprintf UTFSEXT, filename
  51.   end
  52.  
  53.   def self.bgs_play(filename, volume = 100, pitch = 100, pos = 0)
  54.     self.utfs_bgs_play(filename, volume, pitch, pos)
  55.   rescue
  56.     UTFS_print.call sprintf UTFSTEXT, filename
  57.   end
  58. end


错误.rar (299.03 KB, 下载次数: 44)

Lv1.梦旅人

梦石
0
星屑
200
在线时间
120 小时
注册时间
2007-8-17
帖子
147
2
发表于 2013-3-23 19:32:33 | 只看该作者
我猜测是 找不到要调用的方法 这个错误

点评

不就是重写了音效模块 定义提示缺失的文件嘛。仔细看了你一楼给出的代码,第50行,UTFSTEXT 这个常量写错了 少了个T  发表于 2013-3-24 08:35
下载附件就行了,你根本不知道这个脚本是干什么的。  发表于 2013-3-23 20:38
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
50
在线时间
687 小时
注册时间
2012-10-29
帖子
1543
3
发表于 2013-3-23 21:12:34 | 只看该作者
filename 是什么?有设定过吗?似乎没有看到音档的档名。
修改劇本中,仔細審查原來的劇情大綱,覺得有點不太滿意,嘗試編寫不同主角不同主線的劇情,希望能寫得出來。
回复 支持 反对

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-11-17 06:45

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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