@ Lantry:
Using CubeScript, you can change your screen size immediately before and after the screenshot. Unfortunately, in order to actually apply these changes to the screenshot, you have to do a resetgl which can take over 5 seconds on some maps and with some computer systems (and the fact that it varies so widely is its own disadvantage).
In case you're still interested in such a time-consuming process, (Ninjas VenteX-san and Viper-san, does it look like this? XD)
Using that, if you start finding the startscreen as screenshots, you'll want to increase the sleeps until you get the desired result.
Using CubeScript, you can change your screen size immediately before and after the screenshot. Unfortunately, in order to actually apply these changes to the screenshot, you have to do a resetgl which can take over 5 seconds on some maps and with some computer systems (and the fact that it varies so widely is its own disadvantage).
In case you're still interested in such a time-consuming process, (Ninjas VenteX-san and Viper-san, does it look like this? XD)
[SELECT ALL] Code:
alias rscr [
tmp_scr = (concat $scr_w $scr_h)
scr_w (*f $arg1 $scr_w)
scr_h (*f $arg1 $scr_h)
resetgl
sleep 5500 [screenshot]
sleep 5550 [
scr_w (at $tmp_scr 0)
scr_h (at $tmp_scr 1)
resetgl]]
// rscr .625
// makes a screenshot 62.5% as big as your current screen size