-- -- Autor: Benjam√ån de la Fuente Ranea -- Fecha: 23-12-2008 -- -- Script con la descripciÛn del circuito -- RegisterCircuit(3, 6, { name = "circuit_stadium6.lua", comercialName = "The Screwdriver", bigPreview = "big_prev_circuit_18.pvr", model = "circuit_stadium6.mesh", leaderboardId = { Distribution = "295223", QA = "347113" }, lightMap = "", groundNodes = "Backgrnd,Rampas,Rampas_01,peralteback,Rampas_02,Rampas_03,Rampas_04,Rampas_05,rodea", noRayCollision = "Rampas,Rampas,_01,Rampas_02,Rampas_03,Rampas_04,Rampas_05,rodea", physicsNodes = "Item:ActorGeom:Nitro(1),Item:ActorGeom:Nitro(2),ActivateAlphaPuente,DeactivateAlphaPuente", camera = "circuit_stadium6", cutscene = "flyby_stadium6", 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 = 250 }, _2 = { max = -1, min = 250 }, _3 = { max = 340, min = 170 }, _4 = { max = -1, min = 250 }, _5 = { max = 340, min = 155 }, _6 = { max = -1, min = 250 }, _7 = { max = 340, min = 150 }, _8 = { max = 350, min = 165 }, _9 = { max = -1, min = 200 }, _10 = { max = -1, min = 250 }, _11 = { max = 340, min = 150 }, _12 = { max = 340, min = 150 }, _13 = { max = -1, min = 250 }, _14 = { max = 340, min = 150 }, _15 = { max = -1, min = 250 }, _23 = { max = 300, min = 150 }, _24 = { max = -1, min = 250 }, }, respawnPoints = { 1,4,6,7,9,10,11,12,13,14,15,16,17,18,19,20,22,24,25 }, nitroPoints = { 16,17,18,20,24,25 }, itemDecisionPoints = { 5,18 }, preInit = function() execute("circuits/circuit_common.lua") function foco(_id) return { model = "circuitStuff/foco.mesh", name = "foco" .. _id, layer = LF_WORLD + 1 } end end, onInit = function() SetActorAnim("Nitro(1)", "circuitStuff/nitro.anm", true, "") SetActorAnim("Nitro(2)", "circuitStuff/nitro.anm", true, "") end, })