Clan Servers - Personalizing Field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RWS_Hossman

    #1

    Clan Servers - Personalizing Field

    Ok, first let me say I'm sorry for asking a 3rd party question that I'm not fully sure how to word correctly, but hopefully you good people will be able to help me out anyway.

    One of the owners of our clan server has asked me to find out how to add in a clan gif/jpeg/graphic on the opening load up page for our clan server. The best I can describe it is when you are loading up a map to join a server, the bottom right (?) hand side of the page tends to have a clan's personalized ID or logo on it. We would like to do this as well, but the owner just hasn't found out how to load that up.

    Is there some code that he needs to include or is he just overlooking something in the code as it is set in. We currently use a php server - and since, as I said, I'm asking this as a third party, I'm not sure if I'm making myself very clear.

    Any help?
  • Gunny Highway

    #2
    Re: Clan Servers - Personalizing Field

    In the server config file, a .con, file are the entries:

    sv.sponsorLogoURL ""
    sv.communityLogoURL ""


    These have to point to a http:// source, e.g.


    sv.sponsorLogoURL "http://www.myclanserverdomainname.com/logo.jpg"
    sv.communityLogoURL "http://www.myclanserverdomainname.com/sponsor.jpg"

    Comment

    • RWS_Hossman

      #3
      Re: Clan Servers - Personalizing Field

      Great, thanks for the quick reply Gunny Highway. Invaluable assistance.

      Comment

      • Gunny Highway

        #4
        Re: Clan Servers - Personalizing Field

        Originally posted by RWS_Hossman
        Great, thanks for the quick reply Gunny Highway. Invaluable assistance.
        No problem, glad to help

        Comment

        Working...