Jump to content
Korean Random

Missing shadow under nicknames etc. in players panels?


Recommended Posts

But you could know what there is in the default config. If there is no such setting in the default config, then surely you won't find one in mine ;)

 

There is. It is possible to add various shadow parameters, which is described in the commented out part of the default PlayersPanel.xc

*
 *   http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filters/DropShadowFilter.html
 *   "shadow": {
 *     "enabled"
 *     "distance" (in pixels)
 *     "angle"    (0.0 .. 360.0)
 *     "color"    "0xXXXXXX"
 *     "alpha"    (0.0 .. 100.0)
 *     "blur"     (0.0 .. 255.0)
 *     "strength" (0.0 .. 255.0)
 *     "quality"
 *     "inner"
 *     "knockout"
 *     "hideObject"
 *   }
 */
Edited by Andrew05
Link to comment
Short link
Share on other sites

I guess he is talking about standard fields. I don't touch their shadows, may be they have no shadows on vanilla client too?

I checked it on vanilla client, but somehow with all this white text I wasn't sure whether there is a shadow or not, but I think you may be right.

Anyway, thanks.

Link to comment
Short link
Share on other sites

added options in the "playersPanel" modes sections:
   "fragsShadowLeft", "fragsShadowRight" - shadow for frags field
   "nickShadowLeft", "nickShadowRight" - shadow for player name field
   "vehicleShadowLeft", "vehicleShadowRight" - shadow for vehicle name field

  • Upvote 1
Link to comment
Short link
Share on other sites

added options in the "playersPanel" modes sections:

   "fragsShadowLeft", "fragsShadowRight" - shadow for frags field

   "nickShadowLeft", "nickShadowRight" - shadow for player name field

   "vehicleShadowLeft", "vehicleShadowRight" - shadow for vehicle name field

where are the sections ? 

Link to comment
Short link
Share on other sites

I tried to use the same syntax as I use in my shadows in extraFields, and it doesn't change anything:

 

Example: "fragsShadowLeft": { "enabled": true, "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "blur": 4, "strength": 2 },

 

Nightly build 6313.

Link to comment
Short link
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.
Note: Your post will require moderator approval before it will be visible.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...