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/66219321_1.jpg", }, engine = { colormap = "hc/66219321_1.jpg", lit = 0, twosided = 1, }, engineAlpha = { colormap = "hc/66219321_2.jpg", opacitymap = "hc/66219321_3.jpg", }, }, }, }, appKeys = { fxDefs = { thrustSmokeTail = { flameTexture = "fx/t0000fx4_hpxawstorange.png", }, nitroSmokeTail = { color = rgb8Color( 247, 232, 146 ), }, thrustSmokeLeft = { flameTexture = "fx/t0000fx4_hpxawstorange.png", }, thrustSmokeRight = { flameTexture = "fx/t0000fx4_hpxawstorange.png", }, brakeSmokeLeft = { flameTexture = "fx/t0000fx4_hpxawstorange.png", }, brakeSmokeRight = { flameTexture = "fx/t0000fx4_hpxawstorange.png", }, }, }, })