Keen: Modding Forum Index Keen: Modding
All the modding info you'll ever need
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tileset Tool - The V2 Tileset Editor (Updated 2012-12-29)
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Keen: Modding Forum Index -> Vorticons Tile Property Tools
View previous topic :: View next topic  
Author Message
CommanderSpleen



Joined: 31 Aug 2003
Posts: 965
Location: The Land of Sparkly Things

PostPosted: Tue Aug 24, 2010 1:40 am    Post subject: Reply with quote

There's a bug with 1.1. If you disable animation on a tile, it shows up as tile zero in-game.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Tue Aug 24, 2010 4:53 pm    Post subject: Reply with quote

That shouldn't even be possible for the old system. You must have a patch that's corrupting the animation array.
Back to top
View user's profile Send private message
CommanderSpleen



Joined: 31 Aug 2003
Posts: 965
Location: The Land of Sparkly Things

PostPosted: Tue Aug 24, 2010 11:53 pm    Post subject: Reply with quote

Nope, I just took out everything except the tileinfo patch and the symptom persists.

Found the problem: the program is setting the animation property to zero when disabling animation, where the game expects 1 for a single-frame animation. The zero setting makes it just draw the first tile in the tileset.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Wed Aug 25, 2010 11:23 pm    Post subject: Reply with quote

Oh. I didn't know that wasn't the way it worked.

Edit:
try this. I'm going to try to make 0.1.x obsolete as soon as I can. That codebase is becoming foreign to me!
Back to top
View user's profile Send private message
levellass



Joined: 11 Oct 2006
Posts: 2053
Location: Ngaruawahia New Zealand

PostPosted: Thu Aug 26, 2010 12:19 am    Post subject: Reply with quote

Tileinfo has the same problem when you try to make a new tileinfo, all the animations are set to 0, which ruins the tileset.
Back to top
View user's profile Send private message
CommanderSpleen



Joined: 31 Aug 2003
Posts: 965
Location: The Land of Sparkly Things

PostPosted: Mon Feb 07, 2011 10:20 am    Post subject: Reply with quote

So I'm finally using the new version with the Vorticons Extended patch, and have a feature request.

It's overly complicated to set an animation sequence in a way that you can use any of its tiles as the starting tile (i.e. to reduce repetition as is often done with backgrounds).

Well, it's not terribly complicated to apply it to one... but if you have, for example, a heap of four-tile animations that need 0,1,2,3 / 0,1,2,-1 / 0,1,-2,-1 / 0,-3,-2,-1 as their animation properties, this is tiresome. And then oscillations... :000

At the very least a way to copy/paste animation would be pretty coolgut. An option to apply the full set at once > all
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Mon Feb 07, 2011 10:43 pm    Post subject: Reply with quote

Have you tried the shift and rotate buttons? They aren't very intuitive, but they were meant as a stop-gap for this sort of thing. Shift subtracts one from the frame indexes, and rotate moves the first frame to the last and the other frames move over accordingly. (I hope I remembered that right. The new animation editor was supposed to have replaced it already. x[ )
Back to top
View user's profile Send private message
CommanderSpleen



Joined: 31 Aug 2003
Posts: 965
Location: The Land of Sparkly Things

PostPosted: Tue Feb 08, 2011 2:11 am    Post subject: Reply with quote

Ohh, I see. That's probably effective enough.

Haven't heard about the animation editor. Who's making that?
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Tue Feb 08, 2011 8:59 pm    Post subject: Reply with quote

I am, it's a new feature of Tileset Tool. I had intended all along for animation editing to be done graphically. I had announced it and some other new features on IRC a while ago, but progress has been derailed by one or more very complex bugs.
Back to top
View user's profile Send private message
CommanderSpleen



Joined: 31 Aug 2003
Posts: 965
Location: The Land of Sparkly Things

PostPosted: Thu Feb 24, 2011 9:04 am    Post subject: Reply with quote

Also, did I do something weird or is every tile set to Masking behaviour by default instead of Does Nothing?
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Thu Feb 24, 2011 9:52 pm    Post subject: Reply with quote

That was a bug a while ago. It should be fixed in the last version I released.
Back to top
View user's profile Send private message
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Mon Oct 24, 2011 9:33 pm    Post subject: Reply with quote

Bump!

I haven't left for good, I just ran out of steam for a while. I've just uploaded the latest experimental version to github. It has major changes from the last release, but it may be quite buggy. I would appreciate it if somebody would build it and let me know if it's not hopelessly broken! It's also officially open source now, so hopefully it will be less dependent on my continued interest in the future. (No I'm not leaving yet, don't worry!)
Back to top
View user's profile Send private message
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Mon Nov 26, 2012 3:24 am    Post subject: Reply with quote

I've finally gotten around to cross-compiling some copies of the git version. It includes support for a new version of the palette patch with per-tileset palettes and color-cycling in addition to the fading and custom darkness from my earlier version. You can find the new patch here.

Cross-compiling has gotten better since the last release, but it's still a pain to setup. >:(
Back to top
View user's profile Send private message
levellass



Joined: 11 Oct 2006
Posts: 2053
Location: Ngaruawahia New Zealand

PostPosted: Tue Nov 27, 2012 7:47 pm    Post subject: Reply with quote

Is there any chance we could get a 1 level mod setup for this latest version of the tileset? Just something to show us what to do, what's possible and why our particular setup isn't working? It would be greatly appreciated.
Back to top
View user's profile Send private message
Dr. Kylstein



Joined: 16 Dec 2009
Posts: 117

PostPosted: Tue Nov 27, 2012 10:37 pm    Post subject: Reply with quote

What's not working for you? I had hoped to have my mod completed as the tech demo, but that's not going to happen anytime soon. What would you need in a demo mod?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Keen: Modding Forum Index -> Vorticons Tile Property Tools All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group