How do i allow my players to make graphic mods ?

0 favourites
  • 3 posts
From the Asset Store
Over 1700 16x16 pixel art RPG icons for item and skills
  • Hi,

    I would like to load sprites sheet at runtime to make my game easy to mod. How ?

    Thank you

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • hi, i'm wondering if i can use tileMap and it's "Load image from URL" in place of a sprite for my player character. This way i could keep my spritesheet animation Character separated. Does any one have ever used TileMap this way ?

  • This can definitely work. However, keep in mind that various controls are not supported by tilemap, such as rotation, imagepoints etc.

    It can also be cumbersome to control animations as you have to write your own function for frame changes, animation speed etc.

    You could try tiled background as an alternative as it supports image scaling, rotation and offsets in order to parse through the image map. Again, animation controls missing.

    Another suggestion would be to still use sprites, loop through the animations and frames and load the images from an URL. Like this you have the full sprite functionality.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)