Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Request]how to enlarge the game


farrel24
 Share

Recommended Posts

@Growlith1223:

> To resize the picScreen(Game screen), You would have to code it in i think or you can just move the cursor to the edge of the picScreen and hold and resize it.

http://www.touchofdeathforums.com/smf/index.php/topic,66374.0.html

On-topic: you need to resize picScreen to a size that is divisible by 32\. then whatever size it is, you need to divide it by 32 and substract 1\. then on modConstants on both client and server, change MAX_MAPX to the result of the width divison and MAX_MAPY to the result of the height division. then you'd need to delete your maps, in both client and server folders.

so, it's something like:
(picScreenWidth / 32) - 1 = this would be MAX_MAPX
(picScreenHeight / 32) - 1 = this would be MAX_MAPY

also keep in mind picScreenWidth and picScreenHeight are not existing variables, i just used for example
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...