Jump to content

linfre

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by linfre

  1. linfre

    Reimport in C3

    Thank you for the reply. I understand. I actually solved the issue by putting each spriter object in its own family. And make sure to use the family in the code. So when I update the spriter file I just add the new spriter object in the family and delete the old one and the sprites and it works like a charm and just takes a couple of seconds to do. This way I do not have to worry about the code. But looking forward for a proper fix nonetheless
  2. linfre

    Reimport in C3

    Hi, How do you reimport a spriter file with updated sprites and animations in C3? When I zip and import it in C3 it creates a totally new spriter object and family. Isn't it possible to just update the existing one like it was in C2? Thank you in advance!
  3. For some reason I can't import a spriter zip into an existing C3 project. Whatever I try it only imports an empty spriter object. However, when starting a new C3 project and dragging in the same spriter zip it imports correctly. Any idea why it is not working in an existing project? This is driving me insane. Update: Found the issue. The layout you are importing to needs to have an eventsheet connected to it or it will not work. So my issue was that I created a new "Spriter" layout only and no event sheet.
  4. Hi, Haven't seen if this has been updated but I'm making a game with characters that needs a ton of differrent character maps and would really want to use the spritesheet mode for this game as it would save a ton of resources. However there is no way that all the parts will fit on one spritesheet. There is an option on export to split spritesheets into more than one but can it be used in construct 2 or are we limited to only one spritesheet still? Thanks!
  5. Hi. Is it possible to change the origin of a spriter object? I have spriter characters exported as spritesheets from Spriter and the origin is always centered. This becomes an issue when z-sorting based on the y positions as the characters y position is in the center instead of the feet like the rest of the objects. Any ideas how to fix that? Thank you in advance.
  6. Edit: It seems to work if I start a whole new spriter project. But how can I make my existing project work again? The file must be corrupt or something :/ I attached the whole spriter project folder if it helps. Enemies.zip
  7. Hi. Yes of course. It is just an empty project with a spriter object. But for some reason everything I export out from spriter now generates an java script error. Before regular spriter objects worked but now everything is broken after trying the spritesheet export. spriter_test.capx
  8. Hi. I'm trying to import a spriter object in C2 as a spritesheet object and have followed the tutorial for it. But for some reason I get the error message attached. What am I doing wrong? I'm doing exactly like in the tutorial. Exporting and importing regular spriter objects works without a problem. Thank you in advance.
×
×
  • Create New...