Require( "animob/animob.ts" ) function rgb8Color( r, g, b ) return ( r*65536 + g*256 + b ) end return AnimobAconf({ version = 1, default = "hboat/hoverboat.aconf", object = { appearance = { modelSettings = { hull = { colormap = "hboat/t000hboat001d_blacknred.jpg", }, exhaust = { colormap = "hboat/t000hboat002a1_redxawst.jpg", }, }, }, }, appKeys = { fxDefs = { thrust = { flameTexture = "fx/t0000fx2_hpxawstred.png", }, }, }, })