whats the difference in a mule ini or the regular ini files,,
i have set ini files up but groups not working well not sure if i missed something.
"regular ini files" --- do you mean kissassist ini files?
muleassist and kissassist are just similar but different macros that use a similar ini structure in some parts because muleassist was a fork from kissassist --- they're not 1:1 compatible as they both have things the other doesn't.
many plugins and other macros also have .ini files - ini is just a very basic (and outdated) key/value pair storage
it is suited for things like:
coolthing = "this cool thing of awesomeness"
so something could check that file and say "hey for the key "coolthing" what is the value? and the value would be "this cool thing of awesomeness"