Custom Objects manual by SiamJai

  • 30 Replies
  • 35291 Views
*

Offline Miss Paula

  • 953
  • 30
  • I demand more of these.
    • View Profile
Custom Objects manual by SiamJai
« on: February 17, 2009, 17:54:45 »
Originally by SiamJai
I wrote a comprehensive manual about custom objects, with the hope that it will help people understand the concept. :)

Features
Custom object creation, configuration and embedding are all covered in detail. Colored illustrations and animated diagrams provide visual clues where needed. The manual includes an example spritesheet (PacMan) and its configuration codes, with thorough explanation.




Caveat
This manual is not an introduction to animation.
It was written so that you can make best use of your existing animation skills by fully understanding this unique format - hence its title: Animator's Manual. Later on, I will write tutorials that focus exclusively on animation techniques.

Feedback and Updates
Animator's Manual will be included in the Level Editor pdf manual only after object movement has been implemented. In the meantime, the manual is available on my site. This allows continuous minor updates that would normally not be feasible with the pdf format. (Thanks for TW Design members for their help and observations on the beta! ^_^ )

Feedback, comments, corrections are all appreciated. :)


[mod]updated the link to point to the new location of the article.[/mod]
« Last Edit: January 13, 2011, 06:43:31 by SiamJai »
Spoiler: (click to show/hide)
:hs::hs::hs::hs::fish::hs::hs::hs::hs:
:hs:

*

Offline Joozey

  • 122
  • 0
  • It's a clockwork universe.
    • View Profile
Re: Custom Objects manual by SiamJai
« Reply #1 on: March 03, 2009, 21:41:14 »
Awesome!
Gears grinding on maximum power, belts slipping to high speed.<br />In name of Her Majesty Victoria, FULL THRUST INTO ARMADA!

*

Offline SiamJai

  • 706
  • 31
    • View Profile
    • A gaming blog like no other.
Re: Custom Objects manual by SiamJai
« Reply #2 on: March 04, 2009, 01:47:03 »
Thanks! :)

Re: Custom Objects manual by SiamJai
« Reply #3 on: March 14, 2009, 04:29:06 »
This was VERY usefull.  ;)

*

Offline SiamJai

  • 706
  • 31
    • View Profile
    • A gaming blog like no other.
Re: Custom Objects manual by SiamJai
« Reply #4 on: March 14, 2009, 07:31:13 »
Thank you - I'm glad you found it useful. :)


(A small revision: found a broken link to the old forum, updated to link to the new one. If anyone spots similar errors, please let me know.)

*

Offline Dynamite

  • 277
  • 0
  • Stuck in a coloured spectrum
    • View Profile
Re: Custom Objects manual by SiamJai
« Reply #5 on: May 16, 2009, 13:51:53 »
Can you please sticky this? I can never find this post.

*

Offline TechnoGeek

  • 238
  • 0
  • My new project, Notroid
    • View Profile
Re: Custom Objects manual by SiamJai
« Reply #6 on: May 16, 2009, 23:49:32 »
Can you please sticky this? I can never find this post.
i think it already is/was...
Spoiler: Technogeek's Signature (click to show/hide)

*

Offline googoogjoob

  • Forum Walrus
  • 823
  • 9
  • The Walrus is me.
    • View Profile
    • I have a LiveJournal. Yes. I do.
Re: Custom Objects manual by SiamJai
« Reply #7 on: May 17, 2009, 02:14:08 »
It wasn't sticky but now it is.
good bye

*

Offline SiamJai

  • 706
  • 31
    • View Profile
    • A gaming blog like no other.
Re: Custom Objects manual by SiamJai
« Reply #8 on: May 17, 2009, 02:28:49 »
It wasn't sticky but now it is.

Hmm... I could've sworn I saw it stickied by Paula on this forum before... but maybe I mix it up with another topic. She definitely brought the topic in from the old forum, which I'm thankful for. And thanks Goog for making it sticky, then. :)

Anyway, you have found it, Dynamite, so it's cool. If you need it again, just look somewhere in the top ten topics on this board. ;)

*

Offline AhhCobras

  • 29
  • 0
  • We're all mad here. I'm mad. You're mad.
    • View Profile
Re: Custom Objects manual by SiamJai
« Reply #9 on: May 29, 2009, 05:00:01 »
Is there a total noob's custom object tutorial yet? Or coming soon? DL'ed this manual, but without the more basic knowledge I'm kind of stuck.  :(


Simply start at the beginning, go on till you reach the end.... then stop.

*

Offline Evil

  • 1112
  • 1
  • 1723
    • View Profile
Re: Custom Objects manual by SiamJai
« Reply #10 on: May 29, 2009, 07:18:11 »
Is there a total noob's custom object tutorial yet? Or coming soon? DL'ed this manual, but without the more basic knowledge I'm kind of stuck.  :(

Shawnachu has a tutorial video

http://www.youtube.com/shawnachu

*

Offline SiamJai

  • 706
  • 31
    • View Profile
    • A gaming blog like no other.
Re: Custom Objects manual by SiamJai
« Reply #11 on: May 29, 2009, 11:39:54 »
Is there a total noob's custom object tutorial yet? Or coming soon? DL'ed this manual, but without the more basic knowledge I'm kind of stuck.  :(

Which part do you find complicated? What would you like to see covered in more detail? I wrote the manual in a way that the only prerequisite knowledge should be creating the animation itself. Do you need tips on how to create animation and spritesheets?

Check out Shawnachu's video and see if it helps. He also has a topic about it on the old forum (I can't link to it directly here, but you can find it easily in the Custom Object Support subforum.)

If you still have questions, post here and we'll surely find answers. ;)

*

Offline Dynamite

  • 277
  • 0
  • Stuck in a coloured spectrum
    • View Profile
Re: Custom Objects manual by SiamJai
« Reply #12 on: May 29, 2009, 13:25:56 »
How do I make the animation start in a random frame? Like I have a tree custom object but they all look like they're swaying together in the same motion. If I make them all start in different frames then It would look better.
Anyone know how?

*

Offline SiamJai

  • 706
  • 31
    • View Profile
    • A gaming blog like no other.
Re: Custom Objects manual by SiamJai
« Reply #13 on: May 29, 2009, 13:42:41 »
Use the same png file for each object, but when you write the World.ini codes, add the following line:

Code: [Select]
Init AnimFrom=##
Where ## is the frame number that you would like the animation to start at. Make this number different for each object and they will start at different frames. :)
« Last Edit: May 29, 2009, 13:45:58 by SiamJai »

*

Offline Dynamite

  • 277
  • 0
  • Stuck in a coloured spectrum
    • View Profile
Re: Custom Objects manual by SiamJai
« Reply #14 on: May 29, 2009, 14:38:20 »
No but I have 1 object. I want each of these objects to randomly set the starting frame.

I tried things like:

Init AnimFrom=ran#(10)
Init AnimFrom=random(10)

but they don't work. Unless I just duplicate like 5 of the same objects