• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

A small dungeon

Jesper_Kladden

Donator
Joined
May 16, 2008
Messages
458
Reaction score
1
Location
Sweden
Hehe, I just wanted to show you my first mapping for like 6 months or more!

2gui7go.png



What say you? <-- Pirates of the carribean language for "What do you say" :D

Is it good :D?
 
Those stairs doesn't fit the grey mountain, but keep it up!

Add more nature to it and it will look better.
 
Use this doodad brush to easily place random walkable small stones and debris. The 2 brushes will be added after the grass tufts brush. I created it earlier today because I found it annoying that the regular small stone and small debris brushes also placed blocking items.

PHP:
<materialsextension name="Walkable debris and small stones" author="Oxious" description="Adds doodad brushes for walkable debris and small stones" client="8.40">
	
	<brush name="walkable debris" type="doodad" server_lookid="3648" draggable="true" on_blocking="false" thickness="25/100">
		<item id="3648" chance="10"/>
		<item id="3649" chance="10"/>
		<item id="3650" chance="10"/>
		<item id="3651" chance="10"/>
		<item id="3652" chance="10"/>
		<item id="3653" chance="10"/>
		<item id="3654" chance="10"/>
		<item id="3655" chance="10"/>
		<item id="3656" chance="10"/>
	</brush>
	
	<brush name="walkable small stones" type="doodad" server_lookid="3610" draggable="true" on_blocking="false" thickness="25/100">
		<item id="3610" chance="10"/>
		<item id="3611" chance="10"/>
		<item id="3612" chance="10"/>
		<item id="3613" chance="10"/>
		<item id="3614" chance="10"/>
		<item id="3621" chance="10"/>
		<item id="3622" chance="10"/>
		<item id="3623" chance="10"/>
	</brush>
	
	<tileset name="Nature"> 
        <doodad> 
			<brush name="walkable debris" after="grass tufts"/>
			<brush name="walkable small stones" after="grass tufts"/>

        </doodad> 
    </tileset> 
	
</materialsextension>
 
i don't like it, needs less use of unrelated pieces, and slighty more detail
 
Last edited:
Back
Top