Marimon Store
  • 💿Update artifacts
  • 📚Update game build
  • 🏠Favelas
    • Favela Barragem #1
    • Favela Barragem #2
    • Favela Barragem #3
    • Favela Ponte
    • Favela Helipa
    • Favela ET
    • Favela Bololo
    • Favela Fazendinha
    • Favela Farol
    • Favela Farol #3
    • Favela Ferro Velho #1
    • Favela Ferro Velho #2
    • Favela Cata-Vento V2
  • 🏨MAPS
    • Army
    • Studio
    • Court
    • Police Department
    • Mansion Black
    • Mansion Rooftop #1
    • Mansion NewSland
    • Mansion Farm
    • Tourism V2
    • Paleto Wedding
    • Grotto Festival
    • Beach Restaurant
    • Porto Moto Club
    • Nightclub All In
    • MotoClub Yellow Jack
    • District 13
    • District 14
    • District 15
    • Pier Restaurant
    • 2025 Fest
    • Beach Post
    • Nightclub 51
    • Block Helipa
Powered by GitBook
On this page
  1. 🏨MAPS

Tourism V2

Last updated 10 months ago

CtrlK
  • Local / Coords


  • Hall

1557.64, 6638.64, 3.12
['TourismV2'] = {
    ['enabled'] = true,
    ['autoAdjustTime'] = false,
    ['permission'] = '',
    ['idleWallpaperUrl'] = '',
    ['maxVolumePercent'] = 100,
    ['smokeFxMultiplier'] = 3,
    ['smokeTimeoutMs'] = 5000,
    ['sparklerFxMultiplier'] = 1,
    ['sparklerTimeoutMs'] = 1500,
    ['delayBetweenSmokeChainMs'] = 1500,
    ['delayToTriggerBassEffectsAfterPlayingMs'] = 2500,
    ['featureDelayWithControllerInterfaceClosedMs'] = 500,

    ['bass'] = {
        ['smoke'] = {
            ['cooldownMs'] = 30000,
            ['colorWithDynamicSpotlights'] = true
        },

        ['sparklers'] = {
            ['cooldownMs'] = 30000,
            ['colorWithDynamicSpotlights'] = true
        }
    },

    ['area'] = {
        ['range'] = 150.0,
        ['center'] = vector3(1557.64,6638.64,3.12),
        ['height'] = nil,
        ['polygons'] = nil
    },

    ['disableEmitters'] = nil,
    ['scaleform'] = nil,

    ['replacers'] = {
        ['v_ilev_cin_screen'] = 'script_rt_cinscreen',
    },

    ['monitors'] = nil,

    ['screens'] = nil,

    ['spotlights'] = nil,

    ['smokers'] = nil,
    ['sparklers'] = nil,

    ['speakers'] = {
        {
            ['hash'] = 'ba_prop_battle_club_speaker_large',
            ['visible'] = false,
            ['position'] = vector3(1557.64,6638.64,3.12),
            ['rotation'] = nil,
            ['heading'] = nil,
            ['lodDistance'] = nil,
            ['soundOffset'] = nil,
            ['distanceOffset'] = nil,
            ['maxDistance'] = 32.0,
            ['refDistance'] = 16.0,
            ['rolloffFactor'] = 1.25,
            ['coneInnerAngle'] = 90,
            ['coneOuterAngle'] = 180,
            ['coneOuterGain'] = 0.5,
            ['fadeDurationMs'] = 250,
            ['volumeMultiplier'] = 1.0,
            ['lowPassGainReductionPercent'] = 15
        },
    }
},