Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 123

Threaded View

  1. #40
    Junior Member
    Join Date
    Jul 2015
    Location
    Europe
    Posts
    4
    Rep Power
    0

    Default

    I think that the maximum number of tiles will not be the problem:
    "Multi-volume" JNX maps

    JNX format only allows having up to 50000 tiles per map level, but there is a way to cross this limit, so called "multi-volume" JNX files.
    In this approach, the levels with bigger number of tiles are saved in separate files with the less than 50000 tiles in each level. The coordinates in the headers of these separate JNX files correspond to the coordinates of tiles they contain.

    An example. We need to make a 3-level JNX map with 10000 tiles in the first level, 40000 in the second, and 160000 in the third. In this case, we make 4 files: 3-level JNX with 10000 tiles in the 1st level, 40000 - in the 2nd, and 50000 in the 3rd, and three single-level JNX files - two files with 50000 tile in their only level, and one file with 10000 tiles.

    At the time of writing, the only program with the multi-volume JNX maps support is SAS.Planet, which uses JNXLib to produce the JNX maps.
    Source:
    Code:
    Please Login or Register to see the links
    Last edited by smokefree; 23rd January 2016 at 06:59 PM. Reason: Coded external link.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •