Require( "animob/animob.ts" ) function rgb8Color( r, g, b ) return ( r*65536 + g*256 + b ) end return AnimobAconf({ version = 1, default = "hc/mhc003hb_trickboard.aconf", object = { appearance = { modelSettings = { main = { colormap = "hc/thc03hb005_pink.jpg", }, engine = { colormap = "hc/thc03hb005_pink.jpg", lit = 0, twosided = 1, }, engineAlpha = { colormap = "hc/thc03hb000_fan.jpg", opacitymap = "hc/thc03hb000xx_fanalpha.jpg", }, }, }, }, appKeys = { fxDefs = { thrustSmokeTail = { flameTexture = "fx/t0000fx7_hpxawstprpl.png", }, nitroSmokeTail = { color = rgb8Color( 221, 87, 207 ), }, thrustSmokeLeft = { flameTexture = "fx/t0000fx7_hpxawstprpl.png", }, thrustSmokeRight = { flameTexture = "fx/t0000fx7_hpxawstprpl.png", }, brakeSmokeLeft = { flameTexture = "fx/t0000fx7_hpxawstprpl.png", }, brakeSmokeRight = { flameTexture = "fx/t0000fx7_hpxawstprpl.png", }, }, }, })