ULX

Author Topic: Anybody has an idea about this?  (Read 2649 times)

0 Members and 3 Guests are viewing this topic.

Offline Marmiguamed

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Anybody has an idea about this?
« 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?

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 803
  • Karma: 58
Re: Anybody has an idea about this?
« Reply #1 on: July 23, 2016, 12:14:59 PM »
Unless it's explicitly denied to them, it should work.
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline Marmiguamed

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Anybody has an idea about this?
« Reply #2 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

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Anybody has an idea about this?
« Reply #3 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.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Anybody has an idea about this?
« Reply #4 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
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 803
  • Karma: 58
Re: Anybody has an idea about this?
« Reply #5 on: July 23, 2016, 09:39:36 PM »
Duh... I didn't see it wasn't ulx
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline Marmiguamed

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Anybody has an idea about this?
« Reply #6 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

Offline Marmiguamed

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Anybody has an idea about this?
« Reply #7 on: July 26, 2016, 05:27:45 PM »
I ended up simply setting up a group for playx access
thanks for your help :)