Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RGSS3 Custom Font Junk Symbol Fix
#1
Custom Font Junk Symbol Fix

สคริปต์เขียนโดย : Lone Wolf
ลิงค์ต้นฉบับ : http://forums.rpgmakerweb.com/index.php?...-snippets/


รายละเอียด : แก้ไขตัวสี่เหลี่ยมเจ้าปัญหาแบบในกระทู้นี้ http://irpg.in.th/thread-484.html

สกรีนช๊อต :
[Image: Untitled-3.png]

วิธีการใช้งาน : เอาไปใส่ไว้เหนือ Main ครับ หรือจะดัดแปลงไปใส่ใน Window_Base เลยก็ได้

ข้อตกลงการนำไปใช้งาน : ไม่มี เพราะเป็นตัว BUGS FIX ของ RPG Maker VX Ace



โค๊ดสคริปต์
[shcode=rails]
class Window_Base
alias :process_normal_character_vxa :process_normal_character
def process_normal_character(c, pos)
return unless c >= ' '
process_normal_character_vxa(c, pos)
end
end
[/shcode]
[-] The following 4 users say Thank You to luvikung for this post:
  • LuZi, Muge9thD, Mysticphoenix, TheMoo2000
Reply
#2
ทำไมสกรีนช็อตยังมีสี่เหลี่ยมอยู่ ;w;
[Image: 76561198011764062.png]

[Image: graphic.png]
[-] The following 2 users say Thank You to Jirayu for this post:
  • sharifyasan, TheMoo2000
Reply
#3
คงจะบอกว่าบัคเป็นไงสินะ ;w;
ขอโต๊ดกั๊บ
[Image: 76561198060790174.png] [Image: 0a851ef42f.gif]
[-] The following 1 user says Thank You to platou18 for this post:
  • TheMoo2000
Reply
#4
(08-30-2012, 03:35 PM)Jirayu Wrote: ทำไมสกรีนช็อตยังมีสี่เหลี่ยมอยู่ ;w;

โชว์ให้ดูไงท่านว่ามันบัคยังไง 555+
[-] The following 1 user says Thank You to luvikung for this post:
  • TheMoo2000
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)