[SQLabs] [Standalone] Cinematic Camera

[SQLabs] Cinematic Camera

Think, Imagine, Create.

Create stunning visuals for your FiveM server with this feature-rich Cinematic Camera. Whether you want to make a mind-blowing trailer, a jaw-dropping background, or anything else your heart desires. This Cinematic Camera has everything you need.

Links

Preview
Escrowed - £15 GBP
Source Available - £35 GBP

Preview

https://www.youtube.com/watch?v=DQXNWCgSAac
xEi51Id

Features

  • Completely Standalone
  • KVP Storage
  • Optional Whitelist
  • FOV Control
  • Optional PMA Voice support (allow you to hear others around you)
  • Timecycle (Filters) Support
  • Complete Depth Of Field Control
  • Motion Blur Control
  • Configurable Hide Hud and cinematic Bars functions
  • Keybindings For Speed Control
  • Complete Freecam Experience (txAdmin style)
  • Scaleforms (Such as Breaking news or Security Camera)
  • Attach to Objects, Peds, Players & Vehicles

NOTE

This Script Optionally Supports directly uploading to fivemange, if you have fivemanage_lib installed and setup.

Links

Preview
Escrowed - £10 GBP
Source Available - £35 GBP

Code is accessible Both Available
Subscription-based No
Lines (approximately) 1,700 +
Requirements Ox lib & fivemange_lib (optional)
Support Yes
4 Likes

Just the start of some quality releases by SQLabs :smiley:

1 Like

Do you have a copy of the config so we can see what’s editable?

1 Like

Hey!
Within the escrowed version:

## default Camera Settings
setr camera:FOV 50
setr camera:NearDof 0
setr camera:FarDof 8
setr camera:ShallowDoF 0
setr camera:MoveSpeed 1
setr camera:MotionBlur 0

# Camera Whitelist
## Turning off will allow all players to access the camera

set camera:whitelist true

# Upload apkiKey 
## Requires https://www.fivemanage.com, NOT discord!
### Discord will compress the image and has a rate limit on uploads, which could impact the rest of your server

set FIVEMANAGE_IMAGE_TOKEN ""
function HideHud(hide)
    -- add a trigger event here to hide your hud
    DisplayRadar(not hide)
    -- example
    --TriggerEvent('codem-blackhudv2:SetForceHide', hide, hide)
    return
end

function ShowBars(show)
    -- exectue code when the bars are shown
    return
end

function Notify(title, message)
    -- add a trigger event here to show a notification

    -- default: ox_lib
    lib.notify({
        title = title,
        description = message,
        position = 'top',
        duration = 15000,
        style = {
            backgroundColor = '#141517',
            color = '#C1C2C5',
            ['.description'] = {
              color = '#909296'
            }
        },
        icon = 'triangle-exclamation',
        iconColor = '#e63a20'
    })
end

-- for advanced users
FoVvalues = {"10", "20", "30", "40", "50", "60", "70", "80", "90","100"}
ShallowValues = {"false", "true"}

-- timecycles
FilterValues = {"None", "fp_vig_black","BloomMid", "NG_filmic15", "NG_filmic18","Multipayer_spectatorCam","secret_camera","CAMERA_BW","CAMERA_secuirity", "spectator8"}

There isnt too much, since pretty much everything about it can be changed in-game :slight_smile:

1 Like

Hi! Would you have the link for the fivemanage_lib? I installed the SDK thinking that was it, but I am still running into issues with it saying there is no API key when I have it listed. Thanks!

Price Dropped to 10 GBP :eyes:

What do I change to make it not whitelisted? I’ve tried both false and off and it’s still saying I don’t have perms

1 Like

Do you have a discord?

character control feature?

is it doesn’t work on qb core??