texturepacker not packing subfolders
#1
from confluences bat file

START /B /WAIT ..\..\Tools\TexturePacker\TexturePacker -input media -output media\Textures.xbt

does not pack the subfolders, flagging for instance.

does this work for other people? the texture,xbt file is created with the images in media folder root.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#2
so this works correctly for skinners?
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
for me, yes.
i'm using linux though...
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
For me also but I had some problems if there was a space in path.

The media I packed had subfolders, I see that confluence has sub / subfolders.
Reply
#5
thanks guys,

i had to build texturepacker.exe from source and now it works.

i built the release version, it is 10Kb bigger than the exe in svn. i also had to modify a couple includes to get it to build.

waffa are you on linux also? just curious if xbmc want's this new exe for windows or if it works in windows for other people.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#6
I'm on Windows.
Reply
#7
I can run TexturePacker in windows too. It say '...unable to load image xxx.png'. I used VS2008 to recompile from source, it is 10k bigger then svn version.
Reply
#8
I've had no troubles until today when it suddenly refuses to include any subfolders.

My TexturePacker is 64KB.

EDIT: Windows 7 by the way.
Reply
#9
Here's the TexturePacker.bat

PHP Code:
@echo off

START 
//WAIT media/TexturePacker -input media\ -output media\Textures.xbt 

Tried using -input media but that's exactly the same.

I can't figure out why it's suddenly decided stop working. I've re-downloaded all the files with no luck, and even tried the one in the Xperience SVN and that's now doing the same.
Reply
#10
hitcher did you rebuild texturepacker? if not would you like the recompiled one i built?

i use win-xp. though haven't tried in about two weeks. i'll test it again and upload it if you want.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#11
I've never built one myself instead I simply used the one from XBMC source.

If you wouldn't mind sharing that would be great because I can't for the life of me figure out what's gone wrong.
Reply
#12
http://xbmc-addons.googlecode.com/svn/pa...Packer.zip

this worked for me, but haven't used it in a couple weeks
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#13
Yay, it's working again.

Many thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
texturepacker not packing subfolders0