<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MetalMedved &#187; static meshes</title>
	<atom:link href="http://metalmedved.com/tag/statik-meshi/feed" rel="self" type="application/rss+xml" />
	<link>https://metalmedved.com</link>
	<description>Скины, оружие и мутаторы для Killing Floor</description>
	<lastBuildDate>Mon, 27 Oct 2025 18:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Making map: Static Meshes</title>
		<link>https://metalmedved.com/en/sozdanie-karty-statik-meshi.html</link>
		<comments>https://metalmedved.com/en/sozdanie-karty-statik-meshi.html#comments</comments>
		<pubDate>Mon, 17 Oct 2011 19:06:55 +0000</pubDate>
		<dc:creator>MetalMedved</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[killing floor]]></category>
		<category><![CDATA[map making]]></category>
		<category><![CDATA[static meshes]]></category>

		<guid isPermaLink="false">http://metalmedved.com/?p=1318</guid>
		<description><![CDATA[In this article: &#8211; Static Mesh browser overview. &#8211; Mesh import. &#8211; How to import static meshes from 3rd party games. &#8211; Properties. Static meshes is polygon mesh that are the most part of game world objects in many game engines including Unreal Engine. “Static” means that they have no animations but they may be [...]
Read also:<div>
<li><a href='https://metalmedved.com/en/sozdanie-karty-dveri-i-lifty.html' rel='bookmark' title='Map making: doors and evevators'>Map making: doors and evevators</a></li>
<li><a href='https://metalmedved.com/en/sozdanie-karty-rabota-s-teksturami.html' rel='bookmark' title='Making map: Working with textures'>Making map: Working with textures</a></li>
</div>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="https://lh5.googleusercontent.com/-8qvSD376D3E/Tpx09mcORwI/AAAAAAAAAp8/HliGLyra7t8/s400/mgsm0.jpg" alt="" /></p>
<p>In this article:</p>
<ul>
 &#8211; Static Mesh browser overview.<br />
 &#8211; Mesh import.<br />
 &#8211; How to import static meshes from 3rd party games.<br />
 &#8211; Properties.</ul>
<p><span id="more-1318"></span></p>
<p>Static meshes is polygon mesh that are the most part of game world objects in many game engines including Unreal Engine. “Static” means that they have no animations but they may be moved and resized at real-time without recompiling. Static meshes can be of any forms and dimensions (2D or 3D).<br />
They are more better for making complicated objects than BSP geometry objects and more flexible as well. Engine work with complicated static meshes more faster than equal BSP objects.</p>
<p>Static meshes examples inKilling Floor:</p>
<p style="text-align: center;"><a href="https://lh3.googleusercontent.com/-sZPBk1uIglw/Tpx03YZtEeI/AAAAAAAAApI/kF-2_egs-vc/s912/mgsm1.jpg" rel="lightbox[1318]"><img src="https://lh3.googleusercontent.com/-sZPBk1uIglw/Tpx03YZtEeI/AAAAAAAAApI/kF-2_egs-vc/s288/mgsm1.jpg" height="191" width="288" /></a></p>
<h3>Static Mesh Browser</h3>
<p>There are own browser for static meshes in Killing Floor. It may be opened by clicking tool button <img src="https://lh3.googleusercontent.com/-oa6xq5zyZ_0/Tpx03tLIMII/AAAAAAAAApM/0n3wz9nP5yc/s24/mgsm2.jpg" alt="" /> or selecting menu item <em>View > Static Meshes Browser</em>.</p>
<p style="text-align: center;"><a href="https://lh5.googleusercontent.com/-JYpOnjY_UJs/Tpx04AKcHuI/AAAAAAAAApQ/SqxO3bS_MMI/s635/mgsm3.jpg" rel="lightbox[1318]"><img src="https://lh5.googleusercontent.com/-JYpOnjY_UJs/Tpx04AKcHuI/AAAAAAAAApQ/SqxO3bS_MMI/s288/mgsm3.jpg" height="277" width="288" /></a></p>
<p>As in texture browser here you may look at object and map texture on it. You may move camera in static meshes browser viewport just as in map viewport. This tool uses usx package format. Texture may be maped on <em>Materials</em> tab. Mesh may consist of sevral parts with its own textures. Each part has a tab with number (starts at 0). To map texture you should select it in texture browser firstly then on needed part tab click <em>Use</em> button on <em>Material</em> field. To add mesh on map it needs to click <em>RMB > Add Static Mesh: ‘name’</em> at target map point or press <em>Insert Static Mesh into Level</em> button <img src="https://lh3.googleusercontent.com/-viO1AE7KHH0/Tpx04rugYhI/AAAAAAAAApY/oSfrCI6viug/s22/mgsm5.jpg" alt="" /> in static mesh browser. Using <em>Frame Current</em> button <img src="https://lh6.googleusercontent.com/-WwqJFtHTaDo/Tpx04ZScg9I/AAAAAAAAApU/D-uUhLm81TU/s22/mgsm4.jpg" alt="" /> you may set angle view in browser as at map viewport.</p>
<h3>Import</h3>
<p>To import static mesh you should select <em>File > Import</em> menu item. Supported formats: ase (mainly) and lwo. During import you may see window below that should be filled with package, group and name data.</p>
<p style="text-align: center;"><img src="https://lh3.googleusercontent.com/-jyMTS7L_0Kc/Tpx05cNhgTI/AAAAAAAAApc/LUqAeDXDIII/s366/mgsm6.jpg" alt="" /></p>
<p>Mesh is imported without own texture if you don’t import texture with the same name before. Use <em>Materials</em> tab to set textures.</p>
<h3>How to import static meshes from 3rd party games</h3>
<p>There are many programs for 3D model working. I offer to use MilkShape 3D. It is tiny, simple and powerful tool for model converting. Firstly you should import 3rd party mesh into Milkshape using <em>File > Import</em> menu item.</p>
<p style="text-align: center;"><a href="https://lh4.googleusercontent.com/-7Oh6HdFeTaE/Tpx06FzTuwI/AAAAAAAAApg/OyQAnruLhik/s640/mgsm7.jpg" rel="lightbox[1318]"><img src="https://lh4.googleusercontent.com/-7Oh6HdFeTaE/Tpx06FzTuwI/AAAAAAAAApg/OyQAnruLhik/s288/mgsm7.jpg" height="288" width="132" /></a></p>
<p>Then you may export mesh in needed format by <em>File > Export</em> menu item.</p>
<p style="text-align: center;"><a href="https://lh4.googleusercontent.com/-3R5tiz3TE5Y/Tpx06k-RN6I/AAAAAAAAApk/xZnVngjGuX0/s912/mgsm8.jpg" rel="lightbox[1318]"><img src="https://lh4.googleusercontent.com/-3R5tiz3TE5Y/Tpx06k-RN6I/AAAAAAAAApk/xZnVngjGuX0/s288/mgsm8.jpg" height="209" width="288" /></a></p>
<h3>How to convert static mesh to brush and vice versa</h3>
<p>Solid brush may be converted to static mesh using <em>RMB > Convert > To Static Mesh</em> on it. It opens window below.</p>
<p style="text-align: center;"><a href="https://lh6.googleusercontent.com/-ba-XVjXJyaY/Tpx07IpdgzI/AAAAAAAAApo/XYmxvW7ogt8/s912/mgsm9.jpg" rel="lightbox[1318]"><img src="https://lh6.googleusercontent.com/-ba-XVjXJyaY/Tpx07IpdgzI/AAAAAAAAApo/XYmxvW7ogt8/s288/mgsm9.jpg" height="191" width="288" /></a></p>
<p>Brush edges will be divided to faces with the same textures and Pivot. If you convert several brushes at the same time then they merge to one object. You may convert mesh group iteratively to unite it to one object (books pile).</p>
<p>To convert static meshes to brush select <em>Convert > To Brush</em>.</p>
<p style="text-align: center;"><a href="https://lh6.googleusercontent.com/-gZcuudRJIk0/Tpx077SGwPI/AAAAAAAAAps/leA6DFGuiMQ/s912/mgsm10.jpg" rel="lightbox[1318]"><img src="https://lh6.googleusercontent.com/-gZcuudRJIk0/Tpx077SGwPI/AAAAAAAAAps/leA6DFGuiMQ/s288/mgsm10.jpg" height="191" width="288" /></a></p>
<h3>Properties</h3>
<p>Take a look at basic properties of static meshes that is on map (<em>Display</em> tab). You may see default values at screenshot below. Don’t change it if you don’t know what you do.</p>
<p style="text-align: center;"><a href="https://lh4.googleusercontent.com/-QVFlEGzGGa4/Tpx08YjS-PI/AAAAAAAAApw/YKIoe-iD8ac/s550/mgsm11.jpg" rel="lightbox[1318]"><img src="https://lh4.googleusercontent.com/-QVFlEGzGGa4/Tpx08YjS-PI/AAAAAAAAApw/YKIoe-iD8ac/s288/mgsm11.jpg" height="288" width="183" /></a></p>
<p><em>AmbientGlow</em> – Independent inner glow.<br />
<em>bAcceptsProjectors</em> – Accept traces (blood, bulletholes).<br />
<em>bAlwaysFaceCamera</em> &#8211; For 2D objects only. Set True to place front surface in front of player view always.<br />
<em>bShadowCast</em> – Cast shadows<br />
<em>bUnlit</em> – Force full glow.<br />
<em>CullDistance</em> – View distance.<br />
<em>DrawScale</em> – General object multiplier.<br />
<em>DrawScale3D</em> &#8211; X, Y, and Z sizes. <img src="https://lh5.googleusercontent.com/-9mfC-drLTEE/Tpx0868Vn4I/AAAAAAAAAp0/PKLm2GHFSLE/s265/mgsm12.jpg" alt="" /><br />
<em>ForcedVisibilityZoneTag</em> – Object can be viewed only in that zone.<br />
<em>Skins</em> – Overrides previous textures.<br />
<em>StaticMesh</em> – Selected static mesh (package, group, name).</p>
<p>Collision propeties.</p>
<p style="text-align: center;"><a href="https://lh3.googleusercontent.com/-RbJFXrxUZL0/Tpx09ZiZm3I/AAAAAAAAAp4/UgzkoTCH9tc/s350/mgsm13.jpg" rel="lightbox[1318]"><img src="https://lh3.googleusercontent.com/-RbJFXrxUZL0/Tpx09ZiZm3I/AAAAAAAAAp4/UgzkoTCH9tc/s288/mgsm13.jpg" height="234" width="288" /></a></p>
<p><em>bAutoAlignToTerrain</em> – Surface binding.<br />
<em>bBlockActors and bBlockKarma</em> – Useless. Overriding by other params.<br />
<em>bBlockNonZeroExtentTraces</em> – Block players, zeds, dropped gears etc.<br />
<em>bBlockZeroExtentTraces</em> – Block bullets, grenades etc.<br />
<em>bCollideActors</em> – Interaction with other objects (set to false to override <em>bBlock</em>).<br />
<em>bPathColliding</em> – To block AI path building during compilation.<br />
<em>bUseCylinderCollision</em> – Use cylinder collision? (Better set to False).<br />
<em>CollisionHeight&#038;Radius</em> &#8211; cylinder collision height and radius.<br />
<em>SurfaceType</em> – Surface type. Useless. It is sets by mesh texture.</p>
<p><a href="http://killingfloor.ru/forum/index.php?/topic/1571-kf-sdk-static-meshes/" target="_blank">Source link</a></p>



Share:


	<a rel="nofollow"  target="_blank" href="http://vkontakte.ru/share.php?url=https%3A%2F%2Fmetalmedved.com%2Fen%2Fsozdanie-karty-statik-meshi.html&amp;title=Making%20map%3A%20Static%20Meshes&amp;description=%0D%0A%0D%0AIn%20this%20article%3A%0D%0A%0D%0A%20-%20Static%20Mesh%20browser%20overview.%0D%0A%20-%20Mesh%20import.%0D%0A%20-%20How%20to%20import%20static%20meshes%20from%203rd%20party%20games.%0D%0A%20-%20Properties.%0D%0A%0D%0AStatic%20meshes%20is%20polygon%20mesh%20that%20are%20the%20most%20part%20of%20game%20world%20objects%20in%20many%20game%20engines%20includi" title="Добавить ВКонтакте заметку об этой странице"><img src="https://metalmedved.com/wp-content/plugins/sociable-re/images/vk.png" title="Добавить ВКонтакте заметку об этой странице" alt="Добавить ВКонтакте заметку об этой странице" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/share?url=https%3A%2F%2Fmetalmedved.com%2Fen%2Fsozdanie-karty-statik-meshi.html&amp;text=Making%20map%3A%20Static%20Meshes" title="Twitter"><img src="https://metalmedved.com/wp-content/plugins/sociable-re/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fmetalmedved.com%2Fen%2Fsozdanie-karty-statik-meshi.html&amp;t=Making%20map%3A%20Static%20Meshes" title="Facebook"><img src="https://metalmedved.com/wp-content/plugins/sociable-re/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=https%3A%2F%2Fmetalmedved.com%2Fen%2Fsozdanie-karty-statik-meshi.html&amp;title=Making%20map%3A%20Static%20Meshes&amp;annotation=%0D%0A%0D%0AIn%20this%20article%3A%0D%0A%0D%0A%20-%20Static%20Mesh%20browser%20overview.%0D%0A%20-%20Mesh%20import.%0D%0A%20-%20How%20to%20import%20static%20meshes%20from%203rd%20party%20games.%0D%0A%20-%20Properties.%0D%0A%0D%0AStatic%20meshes%20is%20polygon%20mesh%20that%20are%20the%20most%20part%20of%20game%20world%20objects%20in%20many%20game%20engines%20includi" title="В закладки Google"><img src="https://metalmedved.com/wp-content/plugins/sociable-re/images/googlebookmark.png" title="В закладки Google" alt="В закладки Google" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wow.ya.ru/posts_share_link.xml?url=https%3A%2F%2Fmetalmedved.com%2Fen%2Fsozdanie-karty-statik-meshi.html&title=Making%20map%3A%20Static%20Meshes&body=%0D%0A%0D%0AIn%20this%20article%3A%0D%0A%0D%0A%20-%20Static%20Mesh%20browser%20overview.%0D%0A%20-%20Mesh%20import.%0D%0A%20-%20How%20to%20import%20static%20meshes%20from%203rd%20party%20games.%0D%0A%20-%20Properties.%0D%0A%0D%0AStatic%20meshes%20is%20polygon%20mesh%20that%20are%20the%20most%20part%20of%20game%20world%20objects%20in%20many%20game%20engines%20includi" title="Блог Я.ру"><img src="https://metalmedved.com/wp-content/plugins/sociable-re/images/yaru.png" title="Блог Я.ру" alt="Блог Я.ру" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://connect.mail.ru/share?share_url=https%3A%2F%2Fmetalmedved.com%2Fen%2Fsozdanie-karty-statik-meshi.html" title="Мой Мир"><img src="https://metalmedved.com/wp-content/plugins/sociable-re/images/moimir.png" title="Мой Мир" alt="Мой Мир" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=https%3A%2F%2Fmetalmedved.com%2Fen%2Fsozdanie-karty-statik-meshi.html&amp;partner=sociable" title="Print"><img src="https://metalmedved.com/wp-content/plugins/sociable-re/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>


<br/><br/><p>Read also:<div>
<li><a href='https://metalmedved.com/en/sozdanie-karty-dveri-i-lifty.html' rel='bookmark' title='Map making: doors and evevators'>Map making: doors and evevators</a></li>
<li><a href='https://metalmedved.com/en/sozdanie-karty-rabota-s-teksturami.html' rel='bookmark' title='Making map: Working with textures'>Making map: Working with textures</a></li>
</div></p>]]></content:encoded>
			<wfw:commentRss>https://metalmedved.com/en/sozdanie-karty-statik-meshi.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
