Jump to content

Trooper Biggs

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Trooper Biggs

  • Rank
    Rookie
  1. Hi! I've been working on a mission for some time now and I'm trying to use RscTitles to make an image appear on screen at a certain time in the mission, and become fullscreen for a few moments. However whenever I put the image into the script and execute it, it's very small even though the image file itself is 1920x1080p, the same resolution as my monitor. Any way I can fix this? Here's my description.ext. class RscTitles { titles[]={}; class intro { idd=-1; movingEnable=0; duration=4; fadein=1; fadeout=1.9; name="intro"; controls[]={"title1"}; class title1 { type=0; idc=-1; size=4; colorBackground[]={0,0,0,0}; colorText[]={1,1,1,1}; font="PuristaMedium"; text="SCP5.jpg"; style = 0x30 + 0x800 sizeEx=2; x=0.2; y=0.4; w=0.6; h=0.168; }; }; }; The image is supposed to look like this, But instead, it appears in game like this.
  2. Trooper Biggs

    RscTitles image size problem

    Did you ever solve this problem? I've been trying to do the exact same thing and I can't find a solution anywhere.
  3. Trooper Biggs

    Ogv problem

    Hi, did you ever fix this issue? I've encountered the same thing. I have a scene that fades in and out repeatedly as if the player is passing out, but all of the black spaces in the video are just cut out, but my audio doesn't cut with it.
×