User Tag List

Results 1 to 3 of 3

Thread: Setting Up MMFI

  1. #1
    No Products Registered

    Join Date
    Dec 2006
    Posts
    108
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Setting Up MMFI

    Hey.. just downloaded MMFI for XLua, and saw that you just get mmfi.dll in the zip.

    What directory do I dump the .dll into? How do I tell XLua about it so I can begin using it? Basically, how in the heck do I set it up to start using it?! The docs don't seem to mention it.

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Setting Up MMFI

    same directory the script will be in

    to load it, there's a load C module action, or you could use require("mmfi") at the top of your script

    EDIT: you could also put it into a subdirectory, but you'll have to provide that directory to lua... i never use the load C module action though so i don't know if it will work in this case, but if using 'require', you could use the following line as the first line in your script (or at least before your 'require' calls):

    package.cpath = package.cpath .. [[;.\your_subdir\?.dll]]

    even then you'd still use require("mmfi") to load it

  3. #3
    Clicker Multimedia Fusion 2
    Retriever2's Avatar
    Join Date
    Jun 2006
    Location
    United States
    Posts
    502
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Setting Up MMFI

    Load C Module action is the foolproof way to load libraries because it doesn't care where you put them.

Similar Threads

  1. Qualifiers with new MMFI?
    By SolarB in forum Lua Scripting
    Replies: 2
    Last Post: 23rd July 2012, 04:04 PM
  2. xlua mmfi...
    By Zode in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 28th November 2011, 01:00 PM
  3. Setting a value to 0
    By Jibs in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 6th November 2011, 12:27 AM
  4. Xlua : Problem with MMFI
    By donmanolo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 29th August 2011, 05:17 AM
  5. XLua MMFI help
    By Sheexy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 26th April 2011, 05:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •