Jump to content

LaChouette

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Posts posted by LaChouette


  1.  

    Hello. I am having a problem with one of my missions. I would like to display an image (logo) at a certain time of the mission in full screen.

    I looked at some forums to help me, I managed to display the image with RscTitles and a trigger. But I still have a problem, the logo is displayed with the wrong size.
    Anyone have an idea or suggestion? I can't find a solution. thx

     

    What is happening now
    1589312587-001.png
    What i would like
    1589312587-002.png

     

    class RscTitles
    {
    titles[]={};
    class intro
    {
      	idd=-1;
      	movingEnable=0;
      	duration=10;
      	fadein=1;
      	fadeout=1.9;
      	name="intro";
      	controls[]={"title1"};
    
      	class title1
    	{
    		type=0;
    		idc=-1;
    		size=1;
    		colorBackground[]={0,0,0,0};
    		colorText[]={};
    		font = "PuristaMedium";
      	  	text="intro.paa";
    		style = 48 + 0x800;
      	  	sizeEx=0.100;
            x = safezoneX;
            y = safezoneY;
            w = safezoneW;
            h = safezoneH;
    	};
    };
    };

     


  2. Beautiful project again! I have some subjection to share with you.

     
    It'll be nice to have object that could be used for a commandemant station (radar control, a radio station that supports the Task Force Radio, etc...) much like your Portable Ground Control Station that I find beautiful.
     
    Maybe furniture and objects for military medical aid stations ?
×