UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Tim Smith

so simple question, can i download my bo2 movie that i just made in Theater and just save it in my desktop ?


I want to upload it to my youtube.


Thanks in advance!
7 years ago
I take no credit for this Tut. However, make sure to credit "alaurenc9". Just wanted to share it with people.


First go open _zombiemode_spawner.gsc & Find :
Code Snippet
Plaintext
self thread maps\_zombiemode_powerups::check_for_instakill( player );
Replace with :
Code Snippet
Plaintext
self thread maps\_zombiemode_powerups::check_for_instakill( player, mod, hit_location );


Save and close the file, now go open _zombiemode_powerups.gsc Find & Replace the hole check_for_instakill() function with this :
Code Snippet
Plaintext
check_for_instakill( player, mod )
{
   if( IsDefined( player ) && IsAlive( player ) && level.zombie_vars[ "zombie_insta_kill" ] )
   {
      if( is_magic_bullet_shield_enabled( self ) )
      {
         return;
      }
      if( self.animname == "boss_zombie" )
      {
         return;
      }
      if( player.use_weapon_type == "MOD_MELEE" )
      {
         player.last_kill_method = "MOD_MELEE";
      }
      else
      {
         player.last_kill_method = "MOD_UNKNOWN";
      }
      modName = remove_mod_from_methodofdeath( mod );
      if( flag( "dog_round" ) )
      {
         self DoDamage( self.health + 666, self.origin, player, undefined, modName );
         player notify( "zombie_killed" );
      }
      else
      {
         self maps\_zombiemode_spawner::zombie_head_gib();
         self DoDamage( self.health + 666, self.origin, player, undefined, modName );
         player notify( "zombie_killed" );
      }
   }
}


Save and close that file also. Now open _zombiemode_utility.gsc Paste this at the bottom of the file
Code Snippet
Plaintext
remove_mod_from_methodofdeath( mod )
{
   modStrings = StrTok( mod, "_" );
   modName = "";
   for( i = 1; i < modStrings.size; i ++ )
   {
      modName += modStrings[i];
   }
   return modName;
}


That's it enjoy.  :gusta:
7 years ago
Anyone is having issues with steam ? or it just me ?


Coz it won't even open.

Double Post Merge: December 23, 2016, 06:48:40 pm
NVM, they got back up. Guess Gaben wanted a break lol
7 years ago
Dark Matter Styled Camo


I made this in 30 minutes and decided to share it with the community :P.


Name of the material is : mtl_dark_matter


Videos Showcasing the camo :
8 years ago
i've sent my stuff to some people and they're reporting to have this issue :

i've never seen this ?
any ideas ?
8 years ago
Here's the thing. i used Scoba's tool to get the Ghosts joints and eveything worked perfectly. just the ads up don't work it look like this :

Weapon looks like :
Any ideas ?
Thanks!
8 years ago
So, i've recently made a new area in my map. haven't compiled since then. and now each time i compile it spams this :
Spoiler: click to open...
Code Snippet
Plaintext
CoD2Map v1.1 (c) 2002 Id Software Inc. / Infinity Ward
---- cod2map ----
----- FS_Startup -----
Current search path:
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\bin/main
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_27.iwd (60 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_26.iwd (522 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_25.iwd (139 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_24.iwd (502 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_23.iwd (3 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_22.iwd (529 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_21.iwd (13 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_20.iwd (69 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_19.iwd (52 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_18.iwd (51 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_17.iwd (42 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_16.iwd (44 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_15.iwd (145 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_14.iwd (655 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_13.iwd (400 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_12.iwd (453 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_11.iwd (366 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_10.iwd (549 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_09.iwd (413 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_08.iwd (484 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_07.iwd (755 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_06.iwd (537 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_05.iwd (569 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_04.iwd (711 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_03.iwd (743 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_02.iwd (694 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_01.iwd (350 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\iw_00.iwd (808 files)
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//main
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//main_shared
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\bin/raw
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\bin/raw_shared
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\bin/devraw
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\bin/devraw_shared
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//raw
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//raw_shared
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//devraw
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//devraw_shared
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\localized_english_iw06.iwd (1804 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\localized_english_iw05.iwd (1246 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\localized_english_iw04.iwd (363 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\localized_english_iw03.iwd (28 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\localized_english_iw02.iwd (3163 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\localized_english_iw01.iwd (5164 files)
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\main\localized_english_iw00.iwd (4592 files)
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//raw/english
C:/Program Files (x86)/Steam/steamapps/common/Call of Duty World at War//devraw/english


File Handles:
----------------------
27018 files in iwd files
Loading map file C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map
writing C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\raw\maps\zm_mansion.d3dprt


finding triangle windings...
assigning primary lights...
finished in 1002 seconds
splitting windings into lightable areas...
coalescing coincident windings...
removing occluded winding fragments...
ERROR: Texture repeats too many times.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2210 at 1560 1160 132
ERROR: Texture repeats too many times.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2078 at 303 -795 16
ERROR: Texture repeats too many times.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2078 at 303 -834 16
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2121 at 308 -832 12
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 5 at 308 -832 12
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 93 -538 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 114 -543 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 77 -538 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 94 -543 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 76 -541 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 156 -556 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 137 -548 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 152 -558 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 133 -550 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 196 -577 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 181 -571 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 232 -607 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 219 -598 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 261 -646 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 250 -633 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 283 -692 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 274 -677 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 299 -747 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 292 -729 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 308 -814 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 305 -792 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2133 at 303 -789 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 307 -873 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 307 -832 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 306 -849 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 299 -929 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 300 -910 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 284 -979 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 288 -962 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 261 -1021 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 268 -1006 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 231 -1057 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 240 -1044 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 194 -1086 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 206 -1075 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 157 -1105 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 139 -1111 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 162 -1100 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 140 -1107 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 98 -1123 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 80 -1124 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 4 at 107 -1117 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 305 -873 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 307 -832 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 308 -850 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 307 -871 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 297 -929 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 303 -911 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 282 -978 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 290 -963 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 259 -1020 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 269 -1008 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 229 -1055 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 242 -1046 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 193 -1084 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 207 -1077 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 155 -1102 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 139 -1110 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 162 -1103 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 141 -1113 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 97 -1120 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 80 -1124 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5547 brush 3 at 116 -1119 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 118 -542 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 115 -541 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 165 -558 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 153 -553 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 127 -544 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 207 -583 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 180 -565 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 198 -576 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 229 -610 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 228 -605 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 216 -592 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 210 -587 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 215 -589 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 266 -657 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 264 -657 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 255 -643 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 258 -641 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 267 -652 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 250 -631 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 283 -693 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 285 -706 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 277 -686 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 274 -666 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 278 -680 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 269 -667 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 299 -751 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 299 -765 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 294 -741 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 293 -719 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 296 -735 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 288 -717 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 306 -788 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2123 at 300 -772 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 70 -536 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 40 -532 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 130 -551 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 90 -543 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 119 -550 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 109 -545 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 128 -548 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 82 -538 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 103 -542 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 94 -541 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 127 -545 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 181 -572 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 157 -561 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 160 -564 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 178 -568 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 175 -565 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 148 -553 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 152 -557 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 161 -559 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 149 -558 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 140 -550 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 139 -554 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 200 -585 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 223 -599 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 218 -599 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 204 -589 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 223 -600 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 201 -584 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 197 -580 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 193 -575 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 237 -617 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 264 -644 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 252 -637 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 237 -610 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 248 -624 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 238 -614 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 258 -635 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 288 -693 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 267 -655 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 268 -651 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 277 -668 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 304 -754 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 289 -705 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 297 -725 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 306 -815 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 303 -787 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 302 -764 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 308 -785 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 40 -536 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2091 at 30 -534 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -307 -791 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -307 -832 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -306 -811 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -298 -733 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -300 -752 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -282 -683 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -286 -699 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -258 -639 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -265 -654 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -227 -603 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -236 -616 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -188 -575 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -200 -585 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -134 -551 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -154 -557 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -137 -556 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -159 -563 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -68 -538 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -81 -538 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -76 -541 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -98 -542 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -74 -541 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2129 at -102 -545 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -304 -791 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -307 -832 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -308 -811 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -296 -733 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -302 -751 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -280 -683 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -288 -698 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -256 -641 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -267 -653 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -225 -605 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -238 -614 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -186 -577 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -201 -583 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -134 -553 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -153 -562 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -138 -550 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -159 -560 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -75 -538 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -74 -541 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -93 -544 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -88 -538 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2128 at -111 -544 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -188 -802 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -186 -817 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -181 -762 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -181 -775 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -168 -727 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -171 -739 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -142 -693 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -151 -700 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -142 -696 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -153 -707 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -125 -676 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -132 -685 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -94 -659 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -104 -666 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -62 -649 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -68 -654 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -81 -655 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -15 -644 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -30 -647 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 30 -644 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 15 -646 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 81 -655 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 68 -651 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 62 -652 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 105 -664 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 93 -661 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 133 -683 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 123 -678 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 156 -707 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 149 -702 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 142 -693 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 173 -738 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 166 -728 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 184 -774 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 178 -762 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 188 -817 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 185 -802 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 188 -862 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 186 -847 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 181 -902 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 181 -889 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 168 -937 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 171 -925 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 151 -964 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 142 -971 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 153 -957 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 142 -968 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 125 -988 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 132 -979 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 94 -1005 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 104 -998 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 62 -1015 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 81 -1009 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 68 -1010 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 15 -1020 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at 30 -1017 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -30 -1020 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -15 -1018 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -68 -1013 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -81 -1009 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -62 -1012 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -105 -1000 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -93 -1003 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -133 -981 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -123 -986 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -156 -957 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -142 -971 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -149 -962 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -173 -926 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -166 -936 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -184 -890 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -178 -902 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -188 -847 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 5 at -185 -862 17
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 2 at -188 -832 16
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 3 at -188 -832 16
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -185 -802 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -188 -817 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -178 -762 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -184 -774 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -166 -728 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -173 -738 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -142 -693 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -149 -702 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -156 -707 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -123 -678 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -133 -683 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -93 -661 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -105 -664 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -62 -652 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -68 -651 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -81 -655 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -15 -646 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -30 -644 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 30 -647 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 15 -644 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 81 -655 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 68 -654 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 62 -649 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 104 -666 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 94 -659 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 132 -685 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 125 -676 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 153 -707 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 142 -696 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 151 -700 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 142 -693 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 171 -739 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 168 -727 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 181 -775 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 181 -762 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 186 -817 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 188 -802 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 185 -862 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 188 -847 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 178 -902 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 184 -890 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 166 -936 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 173 -926 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 149 -962 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 142 -971 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 156 -957 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 123 -986 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 133 -981 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 93 -1003 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 105 -1000 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 62 -1012 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 81 -1009 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 68 -1013 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 15 -1018 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at 30 -1020 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -30 -1017 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -15 -1020 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -68 -1010 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -81 -1009 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -62 -1015 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -104 -998 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -94 -1005 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -132 -979 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -125 -988 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -142 -968 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -153 -957 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -142 -971 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -151 -964 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -171 -925 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -168 -937 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -181 -889 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -181 -902 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -186 -847 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5554 brush 4 at -188 -862 15
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -130 -808 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -133 -818 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -125 -781 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -129 -789 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -117 -757 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -122 -764 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -104 -738 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -111 -743 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -88 -723 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -95 -726 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -66 -711 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -76 -717 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -69 -709 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -76 -714 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -81 -717 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -43 -705 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -52 -704 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -14 -702 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -24 -700 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 16 -702 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 6 -699 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 43 -707 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 35 -703 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 73 -717 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 65 -715 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 62 -710 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 86 -728 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 81 -721 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 101 -744 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 98 -737 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 112 -765 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 111 -756 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 119 -789 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 120 -780 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 122 -818 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 124 -808 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 122 -848 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 125 -838 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 117 -875 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 121 -867 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 109 -899 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 114 -892 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 96 -918 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 103 -913 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 80 -933 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 87 -930 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 62 -942 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 73 -939 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 66 -944 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 35 -951 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 44 -952 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 6 -954 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at 16 -956 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -24 -954 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -14 -957 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -51 -949 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -43 -953 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -68 -943 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -76 -940 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -81 -939 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -66 -947 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -76 -944 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -94 -928 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -89 -935 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -109 -912 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -106 -919 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -120 -891 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -119 -900 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -127 -867 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -128 -876 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -130 -838 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 5552 brush 0 at -132 -848 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2115 at -308 -832 12
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2085 at -308 -832 12
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -103 -1123 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -75 -1127 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -95 -1121 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -138 -1115 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -159 -1106 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -135 -1113 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -153 -1104 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -201 -1083 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -187 -1090 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -237 -1052 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -225 -1062 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -266 -1014 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -255 -1026 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -287 -968 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -279 -983 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -301 -915 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -295 -933 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -308 -853 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2118 at -304 -874 14
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -103 -1119 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -75 -1127 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -96 -1124 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -138 -1109 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -159 -1103 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -135 -1114 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -155 -1108 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -200 -1081 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -188 -1091 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -236 -1050 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -226 -1063 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -264 -1012 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -257 -1027 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -285 -967 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -281 -984 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -299 -914 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -297 -933 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -305 -853 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2117 at -307 -874 10
ERROR: Lightmap uses more than one pixel per inch.
In map C:\Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\map_source\zm_mansion.map on entity 0 brush 2116 at -71 -1127 12
finished in 18 seconds
finding sun shadow casters...
splitting large windings...
merging into concave windings...
fixing t-junctions...
tethering holes to their concave windings...
building lightmap groups...
finished in 13 seconds
assigning lightmaps...
finding index mapping and snapping vertices...
triangulating all windings...
0 self-tjunctions fixed
0 degenerate tris removed
smoothing normals...
emitting triangles...
triangulating all windings...
0 self-tjunctions fixed
0 degenerate tris removed
smoothing normals...
emitting triangles...
combining layered materials...
151 vertices couldn't be merged because the textures point different ways
emitting cells and portals...
Saving Console Log from time 12:41:01 AM

cod2map crashes after this any ideas ?
8 years ago
So, i've been trying to get some ghosts tanims to work but they just don't.
like the m27 :
In-Maya Gif (Working Perfectly) :



in game everything is positioned incorrectly. anyone having idea about converting Ghosts tanims ?
Thanks in advance.   

8 years ago
As the title says. It doesn't have to be fully 100% the same.... Just something slows the player down...
Thx :)
8 years ago
so everything is set up correctly. just i can't open/see the trigger
standing in front of the trigger :

Kvp #Trigger :
http://prnt.sc/b3ofzw
Door
http://prntscr.com/b3ogow
8 years ago
ok so bo3 textures are weird and sometimes they come with no color map.
anyway i can turn the normal map into a color map ?

Thanks :)!
8 years ago
ok now i'm literally fucked up the bo3 weapons just tried every scale and it didn't even fit to player viewhands :

here's an image if you didn't see it well.

Thanks in advance :)!
8 years ago
As the title says it. when I pull a specific gun in the game it just crash the game and send an error which is
Dobj player_body has more than 128 bones.
And when I open console it just add the gun joints with it.
8 years ago
So i ported over the ISR27 From Bo3. it uses 10-11 material. but all of them uses one image.
so this is what the gun look like...

anyway to fix it ?
Thanks :D!
8 years ago
So any way to get that 130 points when you have insta-kill powerup. just like in the black ops series ?
Thanks! ;D .
8 years ago
Loading ...