安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









Color copying as it's done in MWM is accomplished by requesting the part's paintable texture to be copied, which is simple to do, but it also make a mess of things if the copied "color" has any scratches/decals on it.
Sadly, this isn't because of laziness, but because the JVM simply isn't powerful enough to directly read color data from textures, so it can't give you an RGB/HSV readout without the help of external tools, sorry :(
Fortunately for you, you can get the RGB/HSV values of your special color manually!
The textures of painted/scratched parts are stored as .jpg images in the same directory as where the car is saved (\save\cars\ or \save\career\(Career name)-(Club#)\, for example);
[END OF PART 1, Steam has a character limit! :D)
The more painted/scratched and/or deformed parts your car has, the more files it'll come with;
For example, you'll only see a "PlayerCar0" at first, but as you paint/damage it, the amount of files created upon saving it will grow, with increasing number values as "extensions";
You can rename the texture files from (for example) "PlayerCar0.9" to "PlayerCar09.jpg" to allow you to open the file in an image editor, so you can get the color values!
In the mix, there are also mesh files, used to store deformation (.scx), which usually have a smaller file size than the textures (but it could still take some tries to find a valid .jpg file among them)
Some people directly edit these .jpg files instead of using the in-game painter to create impressive liveries!