PDA

View Full Version : Maki


I Am Trunks
28th November 2001, 10:31
What info is in the .maki file???:confused:

I Am Trunks
28th November 2001, 10:41
by info i mean what data is in it(i forgot the word)

Plague
28th November 2001, 12:01
please put all your questions in the same thread.

the .maki files contain the same 'info/data' as the .m files named the same, example: sysfunc.maki and sysfunc.m is the same but the .m file is the source and the .maki file is the compiled version.

It's winamp scripts.

donno if I explained it good enough

I Am Trunks
28th November 2001, 13:22
& what data is that???

Lucas
28th November 2001, 13:45
Maki is a powerful scripting that helps you to trap events and makes your skin react according to them.

A .maki file is a compiled .m file. You can compile .m files using mc.exe (a dos application) which is located in your winamp3 folder.

Regards,
-L

I Am Trunks
28th November 2001, 15:57
How can i learn MAKI???

RhinoTrip
28th November 2001, 16:15
Well, first you might try reading a few threads in the main WA3 discussion forum. "Scripting" is a good topic to look for, and there are several sites with information. You might also look in one of the .m files included with various skins. The language is pretty self-explanatory (it's basically a C variant). - RT