Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: DiscoBiscuit on January 16, 2011, 04:08:03 PM

Title: Is there a list of UTeam player settings?
Post by: DiscoBiscuit on January 16, 2011, 04:08:03 PM
The ones like runSpeed maxSpeed etc. ?
Title: Re: Is there a list of UTeam player settings?
Post by: Stickly Man! 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.
Title: Re: Is there a list of UTeam player settings?
Post by: DiscoBiscuit on January 16, 2011, 04:36:15 PM
Thanks!
Title: Re: Is there a list of UTeam player settings?
Post by: JamminR on January 16, 2011, 07:59:01 PM
/me makes mental note of new FAQ/document/feature explanation for ULX (and it's new GUI)
Title: Re: Is there a list of UTeam player settings?
Post by: DiscoBiscuit on January 17, 2011, 01:37:11 AM
I also didn't know it was in xgui
Title: Re: Is there a list of UTeam player settings?
Post by: JamminR 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.
Title: Re: Is there a list of UTeam player settings?
Post by: Megiddo on January 17, 2011, 04:49:02 PM
I'd say he's done a magnificent job.

Agreed :)