Scale_mode more than 2x

Started by Grew, January 25, 2011, 03:26:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Grew

Bonjour,
Do you think there is a way to change scale mode more than 2x?
4x or 8x, to make some pixel's games for exemple!
My game developer instagram :
https://www.instagram.com/ben_dev_game/

handsource-dyko

Currently that is not possible, but it would sure be a nice feature to have. I know some other sdl based games/emulators support 3x and 4x
scale modes.

Drumpi

Yes, you can!!!
Just use global variable SCALE_RESOLUTION (if i dont remember wrong): you must input your resolution in XXXXYYYY format (8 digits, 4 for width and 4 for height), so you can scale to 2x, 4x, 8x, 5x, 0.5x, 3.7x or deform it, whatever you want.

Is one of the lastest additions to Bennu languaje (like SCALE_RESOLUTION_ASPECTRATIO and SCALE_RESOLUTION_ORIENTATION) ;)

PD: it don't support any kind of filter, i think.
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

Grew

Yeah! that's works very well!! :)
How did you know that?
My game developer instagram :
https://www.instagram.com/ben_dev_game/


Drumpi

Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

handsource-dyko

Didn't know it was possible. Is this a recently made improvement?

Drumpi

As josebita pointed, it's from release r101.
Actual release is r224 ;D
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

josebita


handsource-dyko

Wow! It seems it exists a lot longer then I thought. Is this on the wiki?
::)

Windgate

Quote from: handsource-dyko on January 26, 2011, 04:24:41 PM
Wow! It seems it exists a lot longer then I thought. Is this on the wiki?
::)

Bennu is infinite, trust me :P
Iván García Subero. Programador, profesor de informática, monitor de actividades culturales y presidente de TRINIT Asociación de Informáticos de Zaragoza. http://trinit.es

josebita

Quote from: handsource-dyko on January 26, 2011, 04:24:41 PM
Wow! It seems it exists a lot longer then I thought. Is this on the wiki?
::)
No, it's not in the wiki. I believe we should do something to fix this sort of things... Let me think of something.