Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: A mod for the Mappy script  (Read 914 times)

0 Members and 1 Guest are viewing this topic.

Antidote

>.>
A mod for the Mappy script
« on: October 27, 2006, 02:39:29 pm »
  • In all seriousness who's serious?
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1485
Ok since the mappy script can only calculate the amount of tiles that make up the width and height of the map it made think: "ok if that is the case why can't i just multiply the mappy's file 'width' and 'height' by the size of the tile" so here is the code i added to the script:
Code: [Select]
map_width = mappyMapWidth * mappyTileSize;
map_height = mappyMapHeight * mappyTileSize;
and when i ran the program with a 320x240 map i got 320x240 in those respective var's so good luck
« Last Edit: October 27, 2006, 05:31:14 pm by Antidote »
Logged
  • Axiomatic Data Laboratories
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.187 seconds with 39 queries.