Jump to content
RealModScene
Sign in to follow this  
jamescrow

Kinnect filter problem

Recommended Posts

If you check them it should be only kinect games, if you uncheck them, then it will be kinect games + everything else... you cna't remove them unless you create a filter script that filters them out

Share this post


Link to post
Share on other sites

how can i do that?

i want filter for only x360 games without kinnect.

 

thanks.

Edit 2 files:

\Media\Scripts\Filter.lua Add: 

GameListFilterCategories["Hide Kinect"] = GameListFilterHideKinect
\Media\Scripts\FilterFunctions.lua Add:

function GameListFilterHideKinect(Content)
	-- Return if this game isn't a kinect game
	return not bit32.btest( Content.Flags, ContentFlag.KinectCompatible )
end
** edit: **

I've tested it now, and it does indeed work exactly as it should... i'll post a video after work ;)

** edit2: **

instead of a video, here's some screenshots:

123s550.png

oihbeq.png

23tozlx.png

Edited by Swizzy

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...