It's still work with 1.1
Sorry for my English again.
Need change "clean" to "clear" (control.lua:259 and data.lua:23)
And change strings 122..126 (add "tostring") in control.lua to pmain['xres_text' ].text = tostring(camera_settings.w)
pmain['yres_text' ].text = tostring(camera_settings.h)
pmain ...
Search found 3 matches
- Wed Dec 02, 2020 7:41 pm
- Forum: Mods
- Topic: [HELPER 0.13-1.1] Screenshot Maker Deluxe 3.0 (EN,DE,JP)
- Replies: 10
- Views: 6604
- Sat Aug 03, 2019 1:17 pm
- Forum: Mods
- Topic: [HELPER 0.13-1.1] Screenshot Maker Deluxe 3.0 (EN,DE,JP)
- Replies: 10
- Views: 6604
Re: [HELPER 0.16/0.17] Screenshot Hotkey 2.0 (EN,DE,JP)
I chose ceil, because itβs better to take one extra pixel and guaranteed to capture the selected rectangle than not to get one pixel. However, there is no difference, this is just one pixel.
- Sat Aug 03, 2019 1:18 am
- Forum: Mods
- Topic: [HELPER 0.13-1.1] Screenshot Maker Deluxe 3.0 (EN,DE,JP)
- Replies: 10
- Views: 6604
Re: [HELPER 0.16.49] Screenshot Hotkey 2.0 (EN,DE,JP)
Hey, can you fix lines 141..145 (control.lua) from
args.xpos = tonumber (pmain['xpos_text' ].text)
args.ypos = tonumber (pmain['ypos_text' ].text)
args.xres = tointeger(pmain['xres_text' ].text)
args.yres = tointeger(pmain['yres_text' ].text)
args.zoom = tonumber (pmain['scale_text' ].text ...
args.xpos = tonumber (pmain['xpos_text' ].text)
args.ypos = tonumber (pmain['ypos_text' ].text)
args.xres = tointeger(pmain['xres_text' ].text)
args.yres = tointeger(pmain['yres_text' ].text)
args.zoom = tonumber (pmain['scale_text' ].text ...