Jump to content

Search the Community

Showing results for tags 'file'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Spriter General
    • Spriter
    • Help and Tutorials
  • Art Packs
    • Spriter Animated Art Packs
  • Developers
    • Spriter Implementations
    • Developer Help
  • General
    • Open Topic
    • Your Works
  • Jobs, Freelance, and Collaboration
    • Portfolios
    • Job offers (Paid)

Product Groups

  • Software
  • Animated Art Packs
  • Bundles
  • Environment Art Packs
  • 3D Art Packs

Categories

  • Software
    • 3rd Party Productivity Software
  • Paid Spriter Animations
    • Paid Spriter Art Pack Skins
  • Paid Environment Art
  • Free Spriter Animations
    • Free Art Pack Skins
  • Free Environment Art
  • 3D Art for games

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. When there is something that Spriter users know than it is that once the project path is set it cannot be changed anymore or the project images get lost. Well.. Here is a small guide how it can be actually changed. What do you need? Notepad++ Actually it is not a need but it's just easier to work with. Now let's assume your Spriter File (SCML) is inside the folder where all your sprites are located. In the above example my SCML file is called "Juggernaut". Now let's put it one folder higher in the file hierarchy. What I did is to cut out the "Juggernaut " SCML from the "Body Parts" Folder and placed it to the parent folder. If you open the scml file now. After getting a pop-up dialog that notifies you about missing sprites the following thing will happen: That happens because Spriter is still searching for the images in the old folder but since the file has moved the path has to be changed as well. Here is the trick Right Click on the SCML file Choose "open with" and then your favorite editor. In my case Notepad++ Then you will see a syntax similar to xml. Simply add a name attribute to the folder tag Give it the path to the folder your sprites are located e.g name="Body Parts" Search and replace all FILE NAME ATTRIBUTES with the path to the sprites e.g name="Body Parts/Head.png" (in the image above I had to continue it with file id = 7) Save and open Spriter the normal way Enjoy No more missing Sprites ;D
  2. Hello everyone: I am currently trying to find the file documentation for the spriter format for SCML, and was wondering if it is anywhere and i am missing it. If so does anyone know where abouts and can provide a link. What am i using it for? I am currently working on a 2d game engine and am too stubborn to use other peoples code and like doing as much as i can myself, that and the way i have implemented animations and other elements won't work as well with pre-existing implementations, If there is no offcial documentation for it does anyone have the time to do a breakdown of everything so i am not to miss something? Many thanks jordy
×
×
  • Create New...