Forum Discussion

Re: Map piece P15 on winter tiles in map editor is not a compete peice

I did some analysis on this and this is what I found:

1.None of the old map editors for the first game that I can find seem to be able to place the p15 tile at all (I tried ccmap and xcc editor)

2.Both the original game (at least the versions/copies I have) and the released source code define the p15 tile as being 1 x 1 in size in the data that defines the map tiles.

So this is a bug from the original game and I dont know how someone would have made a map containing the full version of this tile since none of the editors I can find support it.

If you have a map that contains a full version of tile p15 (and that displays the complete tile when you load it in-game) I would love to see that.

2 Replies

  • Nyerguds's avatar
    Nyerguds
    Hero+
    5 years ago

    @jonwil 

    XCC Editor has P15 in it all right. But it's not grouped with the others for some reason:

    [edit]

    Ah, seems they're sorted by internal ID there; that's why they're not with the rest.

  • jonwil's avatar
    jonwil
    5 years ago

    I suspect Olaf generated the map tile data by looking at the template files themselves and figuring out there size by eyeballing them rather than by taking data from the actual game code the way the Petroglyph editor did. So that explains why XCC Editor shows the full size of the template and the Petroglyph editor does not (since the Petroglyph editor is based on the in-game data AND checks against the number of icons in the template so it wont display the missing icons even if the .bin file references them)

    The game (original and remastered) will load and draw the full tile (because it doesn't actually use the width and height from the template data except in the inbuilt scenario editor).

    So it should be easy to fix by changing both the game code (in cdata.cpp) and in the Petroglyph editor to have the correct size of 4 x 2 (and such a fix will not break anything in terms of maps that have this tile placed no matter how it was placed)

Featured Places