SphereCommunity
Little program request. - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Little program request. (/Thread-Little-program-request)

Pages: 1 2


Little program request. - rastrero - 12-19-2016 07:34 AM

Hi,

I did some nice anims (yes I am so mad, I spent several time doing it, and im doing more´)

I need a program that allow me to insert every picture of the anim in the right place inside the anim.mul just reading the name of the picture.

I mean, a script that read each name of every picture of a single folder and put it in the right place inside the mul.

I have no idea about how to do this.

Anyone can help me with this?
I´m thinking about doing it with python, but I dont know how to interact with the mul. Is there any wiki or something about that?

Otherwise. Im also looking for a way to open a .vd in a same image, Just like a sprite. Anybody knows where to start with this? Is there any info about this .vd format?

ty a lot


RE: Little program request. - Leonidas - 12-19-2016 01:36 PM

Don't know anything about doing anims, but you could check out UOFiddler, I've heard of people using that for what you are trying to achieve.


RE: Little program request. - ShiryuX - 12-19-2016 01:47 PM

"Manawydan Anim to VD Convertor"


RE: Little program request. - rastrero - 12-19-2016 09:22 PM

Ty Shiryux, looks that it exactly what I need. I´ll try it later. Big Grin
If it works... well... Say hello to rifles and laser saber anim. xD

(12-19-2016 01:36 PM)Leonidas Wrote:  Don't know anything about doing anims, but you could check out UOFiddler, I've heard of people using that for what you are trying to achieve.

I know uofiddler is the one im using almost for all. But If i got to import every picture one by one gonna take me 2-4 hours, and I can do several mistake that would increase time. Tongue But ty for the reply


RE: Little program request. - rastrero - 12-19-2016 10:48 PM

Cant make it works... It ask about a liste.txt, what is that list? I create it but i gaves me an error and there was no convertion.

What should be in that list?


RE: Little program request. - ShiryuX - 12-20-2016 02:31 AM

The position of the bmps, I think.

https://www.servuo.com/threads/custom-animations-extracting-from-a-flc-gif.305/
https://www.servuo.com/threads/how-to-add-custom-animations-to-uo.310/

This is what the file looks like:
Code:
0:0
CenterX:28
CenterY:0
0:1
CenterX:31
CenterY:0
0:2
CenterX:33
CenterY:0
0:3
CenterX:34
CenterY:0
0:4
CenterX:38
CenterY:0
0:5
CenterX:39
CenterY:0
0:6
CenterX:36
CenterY:0
0:7
CenterX:31
CenterY:0
0:8
CenterX:33
CenterY:0
0:9
CenterX:29
CenterY:0
1:0
CenterX:31
CenterY:0
1:1
CenterX:32
CenterY:0
1:2
CenterX:32
CenterY:0
1:3
CenterX:35
CenterY:0
1:4
CenterX:37
CenterY:0
1:5
CenterX:37
CenterY:0
1:6
CenterX:42
CenterY:0
1:7
CenterX:35
CenterY:0
1:8
CenterX:34
CenterY:0
1:9
CenterX:33
CenterY:0

And this is the folder organization:



RE: Little program request. - rastrero - 12-20-2016 06:22 AM

Hey, very very thx Shiryu.

Is there anyway to take this list automatic from an original animation?
I´m paiting over original animation to skip define all positions of every picture.

For example, the rifle is a modifitacion of the crossbow, and the saber is paiting over a longsword, so original positions works.
If I have to set every position manualy from more than 1000 pictures I think I´ll try to do a little program throu python. A good excuse to learn python.
I have in mind to do 10 anims more, if I dont get a faster way to do it I´ll cant. This kind of "work" burns a lot.

Where can I see how anim.mul works inside? I dont know how to interact with the anim.mul. Is this info anywhere? Or a program to carve on the mul to see what I need??

If I finally create the program I´ll share it here, (source and exe) and create a tutorial about how to create new weapons and armor using the minor amount of time possible, also tricks and tips. But I need help to get the mul info for the program.
PLus: Modify the size of an anim to make it bigger or smaller would take less than 10 mins with this method.
ty


RE: Little program request. - ShiryuX - 12-21-2016 04:22 AM

I guess you can try to grab the list with UOFiddler from the original anim or something like that, exporting it to vd or to gif and generating the bmp/anims from the gif with list included. Don't remember if you can replace the original anims with UOFiddler+ or UOFiddler NTN importing bmps.


RE: Little program request. - rastrero - 12-21-2016 06:22 AM

I´ll Try fidler+, maybe it have all I need or at least the list. Ty buddy.

edit:

hmmm I cant take the list from uofiddler+


RE: Little program request. - rastrero - 12-21-2016 07:41 AM

I did download the git from uofiddler... lets see if I can find something usefull.