Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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;
};
};