Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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;
};
};