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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Probably running something you shouldn't be ;)
Getting largo spam of errors on building destruction, any ideas ?
Cheers!
Hitpoint HitRoof4 listed in replaceDamagedHitpoints not found in the model ca\buildings\dum_olez_istan2.p3d
Hopefully this gets fixed so that this mod gets more visibility and use in more missions as it definitely deserves to!
That might be another contributing factor to why this is not showing up in the launcher.
Currently it name = "Fallujah 2.0.";
description = "Fallujah 2.0."; should be description = "Fallujah 2.0";
That extra period at the end of the 2.0 is causing the mod to not find this steam page to autodownload as the launcher is trying to find a mod with the name Fallujah 2.0. Hopefully a quick fix that gets pushed soon!
I've made a patch for the map meanwhile, but I've used this code to fix it. I pulled this from the PMC Editing wikipedia.
class Grid : Grid {
offsetX = 0;
offsetY = 12800;
class Zoom1
{
zoomMax = 0.015;
format = "XY";
formatX = "0000";
formatY = "0000";
stepX = 10;
stepY = -10;
};
class Zoom2
{
zoomMax = 0.2;
format = "XY";
formatX = "000";
formatY = "000";
stepX = 100;
stepY = -100;
};
class Zoom3
{
zoomMax = 0.8;
format = "XY";
formatX = "00";
formatY = "00";
stepX = 1000;
stepY = -1000;
};
class Zoom4
{
zoomMax = 1;
format = "XY";
formatX = "0";
formatY = "0";
stepX = 10000;
stepY = -10000;
};
};