Hux Posted September 27, 2016 Report Share Posted September 27, 2016 I've added all the M-900 variants to HS Traders: class C_Heli_light_01_blue_F {price = 2500;}; class C_Heli_light_01_red_F {price = 2500;}; class C_Heli_light_01_ion_F {price = 2500;}; class C_Heli_light_01_blueLine_F {price = 2500;}; class C_Heli_light_01_digital_F {price = 2500;}; class C_Heli_light_01_elliptical_F {price = 2500;}; class C_Heli_light_01_furious_F {price = 2500;}; class C_Heli_light_01_graywatcher_F {price = 2500;}; class C_Heli_light_01_jeans_F {price = 2500;}; class C_Heli_light_01_light_F {price = 2500;}; class C_Heli_light_01_shadow_F {price = 2500;}; class C_Heli_light_01_sheriff_F {price = 2500;}; class C_Heli_light_01_speedy_F {price = 2500;}; class C_Heli_light_01_sunset_F {price = 2500;}; class C_Heli_light_01_vrana_F {price = 2500;}; class C_Heli_light_01_wasp_F {price = 2500;}; class C_Heli_light_01_wave_F {price = 2500;}; class C_Heli_light_01_stripped_F {price = 2500;}; class C_Heli_light_01_luxe_F {price = 2500;}; But they all have the same texture. I read in another thread the epoch model has random texture every server restart but I've never seen this. Why don't I get the different textures with the added M-900? Thank you. Link to comment Share on other sites More sharing options...
vbawol Posted September 27, 2016 Report Share Posted September 27, 2016 Hey Hux, our version of this Heli C_Heli_Light_01_civil_EPOCH already supports all the color variants. They are randomly set on spawning of the vehicle the first time and are persisted in the database. Also, this is why normal A3 vehicles are not customized: https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_config/sandbox_config.hpp#L53 Link to comment Share on other sites More sharing options...
Hux Posted September 28, 2016 Author Report Share Posted September 28, 2016 11 hours ago, vbawol said: Hey Hux, our version of this Heli C_Heli_Light_01_civil_EPOCH already supports all the color variants. They are randomly set on spawning of the vehicle the first time and are persisted in the database. Also, this is why normal A3 vehicles are not customized: https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_config/sandbox_config.hpp#L53 Thank you. Link to comment Share on other sites More sharing options...