Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/26/2015 in all areas

  1. We have put our game in Greelight! who ever want's can check it and vote it! thank you very much for your time! http://steamcommunity.com/sharedfiles/filedetails/?id=434291348 Here is a playable alpha demo in a game that am creating, game design, art and animations are made by me :) in the final version there will be over 20 different weapons ,the demo has only 5, any critique and feedback is more than welcome ,many things need fixing but anyway :) the animations are not made entirely with Spriter but a really good amount of them are. p.s. there a few animations that i used from the art packs, like the lighting and the blood splatters. Playable Demo https://dl.dropboxusercontent.com/u/5470697/Dark%20Demo%20INTRO/Dark%20Demo%20INTRO.html
    1 point
  2. Hi, Recently I have tried to integrate Spriter to my game by rendering it by myself. Before doing anything further I tried to render all the bone correctly. Here is the Grey Guy's bone looks like in Spriter: But what I got in my game is something like: There is a serious twist in the result I got, and I am not sure what goes wrong, seem it is related to non-uniform scale we have in greyguy skeleton. What I have done basically can be break done into following step: Get the Matrix of each bone by reading scml data. following code is related to bone matrix calculation. void Transform::ToMatrix( glm::mat4& mat ) const{ glm::mat4 scale(1.0f); scale = glm::scale(scale, m_scale); glm::mat4 rot = glm::toMat4(m_rot); glm::mat4 trans = glm::translate(glm::mat4(1.0f), m_trans); Matrix::Multiply(scale, rot, mat); Matrix::Multiply(mat, trans, mat);}void Matrix::Multiply( const glm::mat4& mat1, const glm::mat4& mat2, glm::mat4& output ){ output = mat2 * mat1;} Get the bone join coordinate by I am just doing (0.0, 0.0, 0.0, 1.0) * localMat * ParentMat1 * ..... ParentMatN Can you guys give me some lead about how could I fix this issue?
    1 point
  3. That is indeed a tough one...but one that will become much easire shortly after Edgar finishes the full featured generic Spriter implimentation and its ported. I'll post a more generic answer to that question until that time. Thank much for the suggestion and general aweosme level of helpfullness to the community RunnerPack! Cheers, Mike
    1 point
  4. I have an annoying bug in windows 8.1 When I set the interpolation curve of a parent object to something other then linear, the IK targets on the children move out of place. It's a spider so there are a lot of legs and a fairly deep hierarchy. I can set the interpolation for the timeline as a whole but this isn't ideal since it's messing up the timing for all of my secondary animations. My workaround right now will probably be to manually animate the legs, which is a HUGE pain. Hopefully that can get hammered out in a future release.
    1 point
  5. I'm trying to make sprite sheets that have effects like this http://vxresource.files.wordpress.com/2010/02/slash_effect_002.png And http://fc08.deviantart.net/fs70/f/2012/346/b/8/megaman_x_hadouken__remake__by_dragonfaku-d5ntxg0.gif Just simple tips/youtube videos for making them in photoshop. The energy glow/windy distorting effects (like in the spriter effects pack) are both what I'm looking to create. Also do you have tips for editting Spriter sprite sheets in photoshop, and making sure that when I save them, I don't get problems with transparency? Like if I decide to have a sprite sheet of the guy punching, and I add some blur or whatever to each frame of the punch, then save it, and I see black/gray/white stuff where it should just be clear... how do I prevent that? I used to get that problem a lot when I'd edit sprites in Little Fighter 2, trying to add energy beams and crap like that and then when I play the game, there's blackness around the energy beam >=[.
    1 point
  6. Hello everyone! Welcome to the first post 1.0 release of Spriter. Aside from a couple of bug fixes, this release includes a new video help option that lets you watch our YouTube tutorials in a floating window (with links to open the playlists in your default browser). Video Help will show up immediately upon startup to give guidance for beginners, and the window has an option to disable this behavior. Spriter will now warn you if you try to save outside the project directory that it won't be able to find it's images, and will also provide an explanation and the expected file structure when you load a file with missing images. An important note for Mac users. There is an optimization in this version that may correct the performance issues some users have been experiencing on the Mac. Please let me know if this fixes the issue for you, as it seemed to make a significant difference on our machines. We will continue to fix bugs and provide minor feature updates, but my primary focus at the moment is completing the developer documentation. Lastly, if you're reading this and you don't already own Spriter Pro, or you have a friend who doesn't, Steam is having their Autumn Sale now, and Spriter is 50% off until December 2nd. Spread the word! Thanks everyone, and enjoy the new build! download Spriter r2 here Change-Log 11/28/2014Additions and Enhancements Performance optimizations - possible fix for Mac slowdown issues Added Video Help on startup (with the option to never show again), and in the Help menu Added a link the Grey Guy example file in the Help menu Added a warning when attempting to save outside of the project directory(with the option to never show again) Added a warning/explanation that pops up when a project has missing images, and displays the expected file tree(with the option to never show again) Added a Help menu option to reset all 'show this message again' checkboxes Saving a resized project no longer allows you to save to your current project folder or any of it's subfolders to avoid confusion and overwriting or mixing up both projects' images Saving a resized project now confirms individual image overwrites as it creates resized copies of images Original image size data is now preserved in Missing Image placeholders Original image size data is now preserved when saving a project with missing images Bug Fixes Fixed a crash that could occur with certain projects with missing folders and images Fixed a bug that would give autosaves the *.scon extension when working on a project last saved as *.scon, even though all autosave data is saved as scml Fixed a bug that would cause child bones created on very wide parent bones to have 0 width
    1 point
×
×
  • Create New...