Does any one have a solution to my problem?

Im making a multiplayer rpg with a massive map because of the size of the map the camera goes to the av. loc of all players after that I tried to make the cam zoom out using @kiwiphoenix364’s zoom addon but that just zooms in


plz help

1 Like

Can you zoom in by a negative ammount? Just guessing because i havent messed around with that extension yet.

no you can give it a decimal so 0.1 zoomes out but not the way i want it to

Post the game here and I’ll try to help

1 Like

ok here it is

Here ya go, I fixed it but it’s pretty hard to see

1 Like

Press the menu button

1 Like

thanks =)

1 Like


could you tell me how to controll it via variable?

you can’t, the width and height are both constants, so you cannot change them at all unless you edit the numbers. You could use the zoom extension tho

You can change the screen size ya know kust use this code namespace userconfig { export const ARCADE_SCREEN_WIDTH = 160 export const ARCADE_SCREEN_HEIGHT = 120 } and change the numbers accordingly. it cant be changed though once it is set in you can’t assign a variable and change it later on. btw this code is in java

oh ok,like set the constant to smth large and zoom in using the zoom extension

yeah, that should work

K thx