ติดตั้ง Steam
เข้าสู่ระบบ
|
ภาษา
简体中文 (จีนตัวย่อ)
繁體中文 (จีนตัวเต็ม)
日本語 (ญี่ปุ่น)
한국어 (เกาหลี)
български (บัลแกเรีย)
Čeština (เช็ก)
Dansk (เดนมาร์ก)
Deutsch (เยอรมัน)
English (อังกฤษ)
Español - España (สเปน)
Español - Latinoamérica (สเปน - ลาตินอเมริกา)
Ελληνικά (กรีก)
Français (ฝรั่งเศส)
Italiano (อิตาลี)
Bahasa Indonesia (อินโดนีเซีย)
Magyar (ฮังการี)
Nederlands (ดัตช์)
Norsk (นอร์เวย์)
Polski (โปแลนด์)
Português (โปรตุเกส - โปรตุเกส)
Português - Brasil (โปรตุเกส - บราซิล)
Română (โรมาเนีย)
Русский (รัสเซีย)
Suomi (ฟินแลนด์)
Svenska (สวีเดน)
Türkçe (ตุรกี)
Tiếng Việt (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
These are text files and can be edited without any 3D modelling knowledge at all.
If you are talking about the ETS2 cargo in-game, and not an existing mod, you'll have to unpack def.scs from your game files.
{ลิงก์ถูกลบแล้ว}https://forum.scssoft.com/viewtopic.php?t=95
Some people have trouble with it too
How did you have access to it ?
"Canned pork" is in dlc_east.scs.
I found them in dlc_north.scs
maybe i will change other cargo names too but first I need to figure this one out. So I can repeat it.
Now I have another question. How do we change pork name now ? I changed « name » from ‘@@cn_canned_pork@@‘ to ‘@@cn_canned_tuna@@‘ but I didnt change cargo_data: cargo.canned _pork.
But it didnt work, I still see canned pork in the game...
How do I change the name ?
--------------------------------------------------------------------------------------
i didn't change file name too.
i changed from this to this but it doesn't work:
cargo_data: cargo.canned_pork
{
name: "@@cn_canned_pork@@"
fragility: 0.4
group[]: containers
volume: 2.6
mass: 680.6
unit_reward_per_km: 0.584
unit_load_time: 78
body_types[]: refrigerated
body_types[]: insulated
}
---------------------------------------------------------------------------------------------------------------------------------
cargo_data: cargo.canned_pork
{
name: "@@cn_canned_tuna@@"
fragility: 0.4
group[]: containers
volume: 2.6
mass: 680.6
unit_reward_per_km: 0.584
unit_load_time: 78
body_types[]: refrigerated
body_types[]: insulated
}