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
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;
};
};