![]() |
Gani movie, or Script?
Okay, I was playing around with Gani Movie. But when I entered Movie Mode all the sprites cleared. Okay so I placed 1 hat down. I made it move but the questions are, how do I make it for example say something like chat? Does it automatically use walk ani for walking and what if I don't want it to.
So I immediately decided scripting was probably going to be way way easier. Turns out I was half right, very very simple. Theres only 1 catch. I was unable to change the appearance of the char gani after doing it. So maybe someone has some ideas to an alternative to gani movies for making cut scenes. If I can generate some feedback, I may attempt to build a tool that can later be released to help other servers do this. Here is what I was trying: PHP Code:
|
I assume this is for the editor we once discussed at some point?
If so, maybe you could have chat commands entered separately in the editor, between the commands for animations. Ideally, if you are making movies, you'd probably want to have the code compiled in a linear fashion, unless you know of a good way to make non-linear editing possible. In a linear system, you can't exactly lift and move animations, or 'clips', from where they are and mess with the order a lot. But it's really not a huge disadvantage if that kind of functionality is missing. You could put together a linear editor that allows you to select animations and other commands in the order the 'movie' is to be compiled, which would look like this: Animation 1 -> Chat 1 -> Animation 2 -> Chat 2 -> Chat 3 -> Animation 3 -> Seteffect However, a non-linear editor design would allow you to re-arrange the sequence of commands before you compile the code, meaning you could re-arrange them to a sequence like this: Animation 1 -> Chat 2 -> Chat 1 -> Animation 3 -> Chat 3 -> Animation 2 -> Seteffect But regardless of what you do, you'll probably want to make this as an editor with the ability to compile code based on the command sequence you've put in. |
You have to use the actor variables:
PHP Code:
|
actor.name = "crono (fabulous)" ~
|
Quote:
|
Quote:
|
Quote:
|
| All times are GMT +2. The time now is 07:36 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.