Search found 70 matches

by zampano
Tue Aug 28, 2018 12:22 pm
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :( - Sprite Swapping Issues

Thanks for the update! As expected, I still can't trigger the export of swap_items since the swap manager bails on me x) Just answer this or send me a PM whenever you find the time to have a look at it or explore one of my other suggestions so that I'll get a notification. Thanks!
by zampano
Fri Aug 24, 2018 6:49 am
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :( - Sprite Swapping Issues

Okay. I’d be happy to send rhe project files whenever your ready to have a look at the bugs.
by zampano
Thu Aug 23, 2018 9:07 pm
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :( - Sprite Swapping Issues

Ah, that‘s great news! To use it with my project, I will however need one more thing: either a fix for the sprite manager to be able to add images again (can send you the recent project files) or having the „use uv swaps“ option (or a sub-option) in the export window automatically export the charact...
by zampano
Thu Aug 23, 2018 12:20 pm
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :(

Okay so now I can't even add anything to the sprite manager or at least the sprite manager doesn't display anything. Also, when I hit resize Atlas in the SPrite Manager and then "back" to close it, it works for a while, then the sprite manager closes, but I can't click anything and it triggers the w...
by zampano
Thu Aug 23, 2018 7:00 am
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :(

Looking forward to it, sounds good! Thought about the dummy sprite, too, but I really can‘t tolerate doubling the file size for a few simple image swaps. Of course it‘s more complicated to implement, I totally understand that it‘s not a simple request, but I would guess that most of the times, it‘s ...
by zampano
Wed Aug 22, 2018 7:40 pm
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :(

Hmmm okay. I urgently need to finish my animation and I can't use it this way due to the file doubling in size like described above. So I guess I need to use the Image Swap Manager for now. Please add the bugs I reported (all sprites turning black and numbers partially resetting after loading in "Im...
by zampano
Wed Aug 22, 2018 4:45 pm
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :(

Okay, so I did that and now it does seem to work. But I discovered that it adds each and every existing region as a swap_item to every single region that has image swap actived which results in a file that is twice as large even though in most cases, I only need one regian as swap_item... I would us...
by zampano
Wed Aug 22, 2018 4:21 pm
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :(

So in the sample you sent me there does not seem to be any swap items when I open the Sprite Frame Manager.
Yes, that is because I am only using "Image Swapping from Character Meshes". Do I still need to put something in the Sprite Frame Manager?
by zampano
Wed Aug 22, 2018 8:06 am
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :(

I found that this.target_creature.uv_swap_packets is empty for some reason so it will abort the item swap.

In the json file, uv_swap_items is also just an empty object. I double checked and I definitely activated UV Swap when exporting as well as on all the areas.
by zampano
Tue Aug 21, 2018 9:26 pm
Forum: Editor
Topic: Can‘t export :( - Sprite Swapping Issues
Replies: 22
Views: 25003

Re: Can‘t export :(

Can you tell me how I use SetActiveItemSwap in Phaser when using Image Swap from Character Meshes? I assumed I need to use the numbers shown in the "Image Swapping from Character Meshes" window, but it won't work even though I'm using the same code that worked with sprite manager image swapping befo...