Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
what settings you use in def file?
"def\vehicle\truck\mercedes.actros2014\paint_job\"
but on other truck like scania, It work just fine (ofcourse it was the scania template for the scania)
for the setting... I'm not sure sure, bcuz I think it was the same I guess ? since it was exported by the ets2 studio?
{
accessory_paint_job_data : kriusk2a.mercedes.actros2014.paint_job
{
# Regular skins (Airbrush/colors)
name: "kriusk"
price: 1
unlock: 1
icon: "kriusk2a"
stock: false
airbrush: true
paint_job_mask: "/vehicle/truck/upgrade/paintjob/kriusk2a.tobj"
# TODO: Test ordering of these.
mask_r_color: (0.0000, 0.0000, 0.0000)
mask_g_color: (0.0000, 0.0000, 0.0000)
mask_b_color: (0.0000, 0.0000, 0.0000)
base_color: (0.0000, 0.0000, 0.0000)
mask_r_locked: false
mask_g_locked: false
mask_b_locked: false
base_color_locked: false
# Metallics
flipflake: false
flip_color: (0.1500, 0.1500, 0.1500)
flake_color: (1.0000, 1.0000, 1.0000)
flip_strength: 1.3
flake_uvscale: 48
flake_density: 1
flake_shininess: 20
flake_clearcoat_rolloff: 4.5
flake_noise: "/vehicle/truck/upgrade/paintjob/kriusk2a_f.tobj"
flip_color_locked: false
flake_color_locked: false
alternate_uvset: true
}
}
*this is the test mod that I make, so I dind't change anything in this*
if im not wrong that give that mirror effect you mean
*all depnds how skin is make
just check how look the orinal skin
you can read more here for all setting you have in file:
http://modding.scssoft.com/wiki/Documentation/Engine/Units/accessory_paint_job_data
what i mean if you do color skin use color settings (SCS color default)
SiiNunit
{
accessory_paint_job_data: color0.mercedes.actros2014.paint_job
{
name: "@@custom_color@@"
price: 5200
unlock: 0
icon: "color_custom_icon"
base_color: (0.1714, 0.1714, 0.1714)
base_color_locked: false
stock: false
suitable_for[]: "bigspace.mercedes.actros2014.cabin"
suitable_for[]: "gigaspace.mercedes.actros2014.cabin"
suitable_for[]: "streamspace.mercedes.actros2014.cabin"
suitable_for[]: "gs_8x4.mercedes.actros2014.cabin"
}
}
if you do some metalic jobs then use metalic setting (SCS metalic default)
SiiNunit
{
accessory_paint_job_data: color0m.mercedes.actros2014.paint_job
{
name: "@@custom_metallic@@"
price: 10000
unlock: 0
icon: "color_custom_metallic_icon"
flipflake: true
base_color: (0.4507, 0.3139, 0.1119)
flip_color: (0.0843, 0.0497, 0.008)
flip_strength: 1.3
flake_color: (1, 0.8656, 0.4019)
flake_uvscale: 32.0
flake_density: 1.0
flake_shininess: 50.0
flake_clearcoat_rolloff: 3.5
flake_noise: "/material/custom/flake_noise.tobj"
base_color_locked: false
flip_color_locked: false
flake_color_locked: false
alternate_uvset: true
suitable_for[]: "bigspace.mercedes.actros2014.cabin"
suitable_for[]: "gigaspace.mercedes.actros2014.cabin"
suitable_for[]: "streamspace.mercedes.actros2014.cabin"
suitable_for[]: "gs_8x4.mercedes.actros2014.cabin"
}
}
thank you soo much I have been stuck with this for 3 days.