AoS Posted June 10, 2004 Report Posted June 10, 2004 ok, i know how to put in a full map lvz but have no clue how to do a Specific coordinate lvz, like a Box in a map being the only place with the lvz not the whole map, ino SuSe will prolly respond so ill just wait...
Bomook Posted June 11, 2004 Report Posted June 11, 2004 under the category [mapobjects], put:(top left x coordinate),(top left y coordinate),(image number),(layer),(display method),(loop time in ticks),(object number) as an example, if you want to display a static image as a background image, with the top left coordinates in the center of the map, it would be:[mapobjects]8192,8192,IMAGE0,AfterBackground,ShowAlways,0,0 Also, coordinates are not in tiles, but in pixels (or 1/16 of a tile). The other layers are: BelowAll, AfterBackground, AfterTiles, AfterWeapons, AfterShips, AfterGauges, AfterChat, and TopMost. The last three fields for the most part can be ignored if you're having trouble finding exact pixel coordinates, just open the map editor, find your tile coordinates and multiply it by 16
Yupa Posted June 11, 2004 Report Posted June 11, 2004 if you examine the coordinates generated by TiledMajick (I'm !@#$%^&*uming that's what you used) you will see that it is just a lot of "Specific coordinate"s
Twerp Posted June 11, 2004 Report Posted June 11, 2004 When he was doing the lvz, does he need to add an ending coordinate?
Himura Kenshin Posted June 11, 2004 Report Posted June 11, 2004 err no it justs puts the image's top most left corner there and the image filles the tiles around.
Twerp Posted June 11, 2004 Report Posted June 11, 2004 How do you get it to stop at the spot where you want it to?
Yupa Posted June 11, 2004 Report Posted June 11, 2004 what? A background of one image repeated over and over? You don't, generally - though I have seen at least one program for specifying particular areas. TiledMajick probably just !@#$%^&*umes a full map and does the necessary division.
»ZiGNoTZaG Posted June 11, 2004 Report Posted June 11, 2004 a bit of design thought should be used at this point. youll want to know how large the area is, and make your background the proper size so that when you tile it, it will achieve the proper result, ending in the right location. or, you could cheat and make asnippet, to fill the last part, or overlap a few of the images.
Recommended Posts