-- -- Autor: Benjam√ån de la Fuente Ranea -- Fecha: 23-12-2008 -- -- Script con la descripciÛn del circuito -- RegisterCircuit(1, 6, { name = "circuit_indoor5.lua", comercialName = "The Dominator", bigPreview = "big_prev_circuit_5.pvr", model = "circuit_indoor5.mesh", leaderboardId = { Distribution = "295263", QA = "346943" }, lightMap = "", groundNodes = "Backgrnd,Barreras,Barreras_02,Barreras_03,Barreras_04,Barreras_05,Obstacles,Obstacles_02,Obstacles_03,Obstacles_04,Rampas,,Rampas_02,Rampas_03,rodea", noRayCollision = "Barreras,rodea", physicsNodes = "Item:ActorGeom:Nitro(1),Box01,Box02,Box03,Box04,Box05,Box06", camera = "circuit_indoor5", cutscene = "flyby_indoor5", nLaps = 5, --Por defecto 5 -- Velocidades m·ximas usadas por la IA para este circuito -- <= 0 para velocidad m·xima del vehÌculo -- > 0 para velocidad explÌcita controlPointsData = { _1 = { max = -1, min = 160 }, _3 = { max = 240, min = 130 }, _4 = { max = 260, min = 150 }, _5 = { max = 280, min = 150 }, _6 = { max = -1, min = 160 }, _7 = { max = 230, min = 160 }, _9 = { max = 280, min = 150 }, _10 = { max = 230, min = 140 }, _11 = { max = 240, min = 135 }, _12 = { max = 240, min = 135 }, _13 = { max = 260, min = 145 }, _14 = { max = -1, min = 160 }, _15 = { max = 230, min = 125 }, _16 = { max = 290, min = 155 }, _17 = { max = -1, min = 160 }, _19 = { max = 230, min = 130 }, _20 = { max = -1, min = 160 }, _21 = { max = 250, min = 150 }, _22 = { max = -1, min = 160 } }, respawnPoints = { 1,4,6,7,9,11,12,14.5,16.2,17,18,20.5,22,23.6,25,27,30 }, nitroPoints = { 5,17,25,27,31 }, itemDecisionPoints = { 25.7 }, preInit = function() execute("circuits/circuit_common.lua") end, onInit = function() SetActorAnim("Nitro(1)", { anim = "circuitStuff/nitro.anm", loop = true, }) end, })