Author Topic: Is there a list of UTeam player settings?  (Read 3038 times)

0 Members and 1 Guest are viewing this topic.

Offline DiscoBiscuit

  • Full Member
  • ***
  • Posts: 112
  • Karma: 1
    • DiscoBuild
Is there a list of UTeam player settings?
« on: January 16, 2011, 04:08:03 PM »
The ones like runSpeed maxSpeed etc. ?

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Is there a list of UTeam player settings?
« Reply #1 on: January 16, 2011, 04:26:55 PM »
http://wiki.garrysmod.com/?title=Serverside_Lua#Player_2
http://wiki.garrysmod.com/?title=Serverside_Lua#Entity

Basically, UTeam accepts any of those functions where the name is :Set<blah>, and the function in question accepts a single number input.

such as Player:SetRunSpeed( val ) would be runSpeed.

I've gone through them and created a list of the most useful ones for use in XGUI, these are what I got:

Code: [Select]
armor
deaths
duckSpeed
frags
gravity
health
jumpPower
maxHealth
model
runSpeed
stepSize
unDuckSpeed
walkSpeed

I've left out things like crouchedWalkSpeed, maxSpeed, and FOV, etc.
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline DiscoBiscuit

  • Full Member
  • ***
  • Posts: 112
  • Karma: 1
    • DiscoBuild
Re: Is there a list of UTeam player settings?
« Reply #2 on: January 16, 2011, 04:36:15 PM »
Thanks!

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Is there a list of UTeam player settings?
« Reply #3 on: January 16, 2011, 07:59:01 PM »
* JamminR makes mental note of new FAQ/document/feature explanation for ULX (and it's new GUI)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline DiscoBiscuit

  • Full Member
  • ***
  • Posts: 112
  • Karma: 1
    • DiscoBuild
Re: Is there a list of UTeam player settings?
« Reply #4 on: January 17, 2011, 01:37:11 AM »
I also didn't know it was in xgui

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Is there a list of UTeam player settings?
« Reply #5 on: January 17, 2011, 01:03:45 PM »
Yep, though our 'overall' focus is to enable everything through console (for those dedicated server owners), and we kept a whip near Stickly Man lest he should add XGUI features that couldn't be done through console, his primary focus on inclusion into ULX was for making XGUI do all that ULX does, but with GUI.

I'd say he's done a magnificent job.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Is there a list of UTeam player settings?
« Reply #6 on: January 17, 2011, 04:49:02 PM »
I'd say he's done a magnificent job.

Agreed :)
Experiencing God's grace one day at a time.