ID:273821
 
hey guys I got a prob.
My game screen changed since i removed my interface from the game anyway my screen resized to make the icons look really tiny how do i fix this?

i used these
not the actual numbers and how the map is made up but these commands wont work pls help

view = 3
icon_size="32x32"

heres some screen shots:
with the codes applied:
http://www.byond.com/games/hubpic/96885_8319.png

no codes :
http://www.byond.com/games/hubpic/96885_8320.png

anyway pls help
Changing world.icon_size won't impact the display the way you're thinking. That's something the client is responsible for. If the icons look too small in DS, you have to set map.icon-size in the skin. Or, you can find out why the map is shrunk down so much.

I'm guessing that the map is showing only very small icons because even though you removed your interface, a piece of it is left behind. Any screen_loc outside of normal view bounds will stretch the screen, and the map will try to scale the icons so it fits everything in your field of view.

Lummox JR
In response to Lummox JR
how would find the left over interface?
In response to Dj dovis
Anyone have any ideas on how to fix this??? Pls help
In response to Dj dovis
DJ, add [email protected] - I will assist you 1 on 1.
In response to Dj dovis
world.view and world.iconsize i'm guessing.