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

Map doesnt render right


interloper
 Share

Recommended Posts

If you are looking to change your gameplay screen size, view:

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

If it is the regular game size, it looks like the form is out of position.  Check your frm.main to make sure nothing is moved incorrectly.

Also, please label your posts correctly.  Use [EO 1.3.1] or whatever version you are using in the future.
Link to comment
Share on other sites

@Robin:

> Delete your maps on both the client and server.

works now thx

@Vitin:

> Lemme calculate it .
>
> MAX_MAPX = 25
>
> MAX_MAPY = 20
>
> You did the formula wrong you have to subtract "1" from the last product.
> Change it on both client and server sides and delete all the maps and you are done.

thx but now that I deleted the maps it works fine with 26 and 21
Link to comment
Share on other sites

@interloper:

> thx but now that I deleted the maps it works fine with 26 and 21

It might not look how it did before but your calculations will be slightly off causing the screen to be squashed.

The screen size is:

```
(MAX_MAPX/Y - 1) * 32
```
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...