-
Notifications
You must be signed in to change notification settings - Fork 11
Merge ice_world.strf into worldmap.strf #27
Comments
This would be good. Only tiles used in a tilemap have surfaces preloaded, so this shouldn't be a problem. |
We need to write some script to change the ids, and avoid conflicts when merging. |
@LMH0013 You already seem to be using a merged version of this in one of your add-ons. Could you merge the current version of |
@maxteufel The "merged" tilemap in my add-on I believe is actually a prototype for the ice_world tiles. Although it would be simple enough to combine the existing files, I am unclear of the motivation. I set up ice_world separately for several of reasons: first, the artistic style differs considerably from the forest tiles and looks bad on combined maps; second, I didn't want to make the worldmap tile mappings as unwieldy as the level tile mappings; and probably most importantly, ice_world tiles are designed to be used in a fundamentally different manner, utilizing a higher complexity of layering and generally it does not play well with the older tilemaps. |
@LMH0013 We're currently redesigning the Forest Island (see the forest-redesign branch). We think it would be a good idea to combine both worldmaps again (similar to 0.3.0), to provide a consistent storyline. Layering is indeed a good reason to split up the worldmaps by using special-tiles and teleporters, though. On the other hand, that might look strange (partly also because water will differ on the worldmaps, with the new animated water on Icy Island). Edit: You might want to evaluate the situation with @SuperTux/level-designers |
@LMH0013 There seem to be other tiles in the |
@maxteufel Thanks for the clarification. I thought that in 0.3.0 the worldmaps were separate and the Forest Island was loaded upon reaching a special tile at the edge of Icy Island. I think it was removed because something in the transition broke making switching between less seamless. Might be worth tweaking up map transitions so that modification of one island doesn't affect the other. It is true that there are some useful elements in ice_world, but look closely at them and you'll see they are pretty low-quality. The piers are just rotated versions of the original and thus have the wrong perspective. I admit, I was being lazy when I set them up. It is probably a good time to go looking for a graphics designer and do a once-over the forest map tileset (and maybe some of ice_world as well). The same sort of layering technique should probably be applied at the very least to the water and shoreline tiles. Personally, if I were doing it, I'd set up a forest_world tile mapping file in a similar fashion to ice_world. Keep it as general as possible so that custom worldmaps could easily be designed and look good. I suppose you could have one file with mapping from both islands, but I think I would suggest keeping the originals and layered separate just to keep things tidy. That would be useful for custom applications after all. |
This will allow us to merge the ice and forest worldmaps.
Also see #25 (comment) to #25 (comment).
The text was updated successfully, but these errors were encountered: