Currently trying to resize Orochi_Kyo's dialog system to work on 16:9(1280x720) Anyone have any pointers to resize this.VIDEO My code so farSpoiler, click to toggle visibilty
;;------------------------------------------------------------------- [Dialogue Info] ;Ikemen feature enabled = 1 starttime = 30 endtime = 60 switchtime = 30 skiptime = 30 skip.key = "a" cancel.key = "b&c&x&y&z&s" p1.bg.anim = 700 ;p1.bg.spr = p1.bg.offset = 0, 32 p1.bg.facing = 1 p1.bg.scale = 1.0, 1.0 p2.bg.anim = 701 ;p2.bg.spr = p2.bg.offset = 0, 144 p2.bg.facing = 1 p2.bg.scale = 1.0, 1.0 p1.face.spr = 9000,1 p1.face.offset = -40,35 p1.face.facing = 1 p1.face.scale = 0.32, 0.32 ;p1.face.window = 0, 0, 1280, 720 p2.face.spr = 9000,1 p2.face.offset = 360, 147 p2.face.facing = -1 p2.face.scale = 0.32, 0.32 ;p2.face.window = 0, 0, 1280, 720 p1.name.offset = 90, 45 p1.name.font = 2,0,1 p1.name.scale = 1.0, 1.0 p2.name.offset = 10, 157 p2.name.font = 2,0,1 p2.name.scale = 1.0, 1.0 p1.text.offset = 90, 59 p1.text.font = 2,0,1 p1.text.scale = 1.0, 1.0 p1.text.spacing = 0, 0 p1.text.delay = 3 p1.text.textwrap = w p1.text.window = 90,32, 300,96 p2.text.offset = 10, 171 p2.text.font = 2,0,1 p2.text.scale = 1.0, 1.0 p2.text.spacing = 0, 0 p2.text.delay = 3 p2.text.textwrap = w p2.text.window = 10,144, 220,208
the original code for 640x480 Spoiler, click to toggle visibilty
;------------------------------------------------------------------- [Dialogue Info] ;Ikemen feature enabled = 1 starttime = 30 endtime = 60 switchtime = 30 skiptime = 30 skip.key = "a" cancel.key = "b&c&x&y&z&s" p1.bg.anim = 700 ;p1.bg.spr = p1.bg.offset = 0, 32 p1.bg.facing = 1 p1.bg.scale = 1.0, 1.0 p2.bg.anim = 701 ;p2.bg.spr = p2.bg.offset = 0, 144 p2.bg.facing = 1 p2.bg.scale = 1.0, 1.0 p1.face.spr = 9000,1 p1.face.offset = 0, 96 p1.face.facing = 1 p1.face.scale = 1.0, 1.0 ;p1.face.window = 0, 0, 320, 240 p2.face.spr = 9000,1 p2.face.offset = 320, 208 p2.face.facing = -1 p2.face.scale = 1.0, 1.0 ;p2.face.window = 0, 0, 320, 240 p1.name.offset = 90, 45 p1.name.font = 2,0,1 p1.name.scale = 1.0, 1.0 p2.name.offset = 10, 157 p2.name.font = 2,0,1 p2.name.scale = 1.0, 1.0 p1.text.offset = 90, 59 p1.text.font = 2,0,1 p1.text.scale = 1.0, 1.0 p1.text.spacing = 0, 0 p1.text.delay = 3 p1.text.textwrap = w p1.text.window = 90,32, 300,96 p2.text.offset = 10, 171 p2.text.font = 2,0,1 p2.text.scale = 1.0, 1.0 p2.text.spacing = 0, 0 p2.text.delay = 3 p2.text.textwrap = w p2.text.window = 10,144, 220,208