irpg Community

Full Version: Custom Font Junk Symbol Fix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
ทำไมสกรีนช็อตยังมีสี่เหลี่ยมอยู่ ;w;
คงจะบอกว่าบัคเป็นไงสินะ ;w;
(08-30-2012, 03:35 PM)Jirayu Wrote: [ -> ]ทำไมสกรีนช็อตยังมีสี่เหลี่ยมอยู่ ;w;

โชว์ให้ดูไงท่านว่ามันบัคยังไง 555+