Jump to content
RealModScene

kunis

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by kunis


  1. Hello guys.. I'm not really in to that coding thing. tried to do stuff but failed.

    Thing is i connected external HDD and want filter games only from my external HDD (Usb0).

    I couldn't manage to get exact script so just created folder in ex HDD "GODgames" and tried this:

     

    GameListFilterCategories.User["ExternalHDD"] = function(Content)
        return (string.match(Content.Directory, "^.-GODgames.-$") ~= nil)
    end

     

    And when using this filter no games appeared.

    Any help?

×
×
  • Create New...