Jump to content

[scarCODE] Simple Server logo/watermark


IT07

Recommended Posts

serverLogo (SL)

by IT07

 

 

SCREENSHOT (Nvidia PHYSX example)

http://imgur.com/pJSefQC

 

DESCRIPTION

A very simple script that will show a logo of your choice on every player's screen

 

DOWNLOAD

https://github.com/IT07/Game_code/tree/master/ArmA_3/A3_scarCODE_Bundle/serverLogo%20%28SL%29

 

NOTES

Have fun :)

Link to comment
Share on other sites

  • 2 weeks later...

Great scripts, love your work. How did you get the non white background (transparent for the image)?  I used .jpg and it had a white background even though i saved it as transparent in cs5.  I know now that jpg wont support trans.  Ive tried png and arma wont load it as well as .tif.  Im stumped lol.

 

 

Edit:  **NEWS FLASH**  Im no longer stumped.  Saved the .png as a .paa in text2view.  

 

 

http://imgur.com/jcqeStl

Link to comment
Share on other sites

  • 8 months later...
  • 1 month later...
  • 4 months later...
On 9.8.2015 at 5:24 AM, ZENITHOVMAN said:

Looks really cool. Very unique, but getting an RscTitles conflict as I also use StatusBars as well.

Working through it! 

Thank you once again for your time and efforts.  ;)

 

Stench

How do u fix the problem?

i have the same i think! ^^

 

This is my description.ext:

//Status Bar
    class RscTitles
    {
    
    #include "addons\Status_Bar\statusBar.hpp"
    
    #include "scarCODE\SL\main_SL.hpp"
    
    };
    
class cfgFunctions
{
    class scarCODE
    {
        tag = "SC";
        class serverLogo
        {
            file = "scarCODE\SL\functions_SL";
            class showWatermark { postInit = 1; };
        };
    };
};

20161021114325_1.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...