Ulysses

General => Off-Topic => Topic started by: Marmiguamed on July 23, 2016, 11:03:23 AM

Title: Anybody has an idea about this?
Post by: Marmiguamed on July 23, 2016, 11:03:23 AM
I would like to give playx access to only one person (using ULX).
Thing is I don't know what commands to authorize..

I would go with:
Code: [Select]
ulx userallow "name" "playx_uri"
but it doesn't work.. the player still gets "you do not have permission to use the player"

anyone has an idea?
Title: Re: Anybody has an idea about this?
Post by: iViscosity on July 23, 2016, 12:14:59 PM
Unless it's explicitly denied to them, it should work.
Title: Re: Anybody has an idea about this?
Post by: Marmiguamed on July 23, 2016, 08:32:54 PM
Unless it's explicitly denied to them, it should work.

Well the players get a "You don't have permission to use the player" pop up when they open a uri
Title: Re: Anybody has an idea about this?
Post by: JamminR on July 23, 2016, 08:57:50 PM
iViscosity, I don't think playx is written to be ULX command based.
Marmiguamed, I don't think you can use ulx access commands to control playx access without writing code to do so.

It's likely group based. The person would have to be in the group that playx is allowed.
You'd really have to write a ULX command that calls the function that playx_uri command calls.
Title: Re: Anybody has an idea about this?
Post by: JamminR on July 23, 2016, 09:08:49 PM
I just found a PlayX community on workshop.
It mentions ULX.
It's guide says 'add permissions', but, doesn't mention what permissions.
I recommend you ask int he PlayX community what permissions to give.
http://steamcommunity.com/groups/playx
Title: Re: Anybody has an idea about this?
Post by: iViscosity on July 23, 2016, 09:39:36 PM
Duh... I didn't see it wasn't ulx
Title: Re: Anybody has an idea about this?
Post by: Marmiguamed on July 23, 2016, 09:40:30 PM
I just found a PlayX community on workshop.
It mentions ULX.
It's guide says 'add permissions', but, doesn't mention what permissions.
I recommend you ask int he PlayX community what permissions to give.
http://steamcommunity.com/groups/playx
All right,I will check and report back with what I find.
Thanks for the community link!


Sent using Tapatalk
Title: Re: Anybody has an idea about this?
Post by: Marmiguamed on July 26, 2016, 05:27:45 PM
I ended up simply setting up a group for playx access
thanks for your help :)