Jump to content

HGSS | Dynamic textures in maps


Recommended Posts

This guide has been made for two reasons. The first reason is to explain why, when we make a NSBMD map for a HeartGold or SoulSilver ROM, some textures are moving around the map, instead of being still. The second reason is to make a list of every movement, so we can read it when making a map and asign the correct movements for each texture.

When a map is imported in HGSS, a different movement is asigned for each first 8 textures listed in the NSBMD model. These textures are commonly ordered alphabetically, so if we want no dynamic textures in the map, we can name 8 unused textures as "AAAsomething" or similar, and hide these textures in off-screen polygons. But if we want to take advantage of these texture movements, here's the list of each movement for the first to the eighth texture (as they are ordered in the NSBMD texture list section). We'd also need to name the first 8 textures so they are in the first 8 slots, but some of them will not be hidden in the map, but shown and with a movement.
 

  1. Movement of lakes: soft left/right + perpetual down (pond_on)
  2. Soft up/down (sea_line02)
  3. Perpetual right (pond_line)
  4. ?
  5. Perpetual diagonal right-up (sea_un)
  6. Perpetual diagonal left-down (sea_on)
  7. ?
  8. Perpetual left
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...