• 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!

RME Problem.

Woso

New Member
Joined
Feb 27, 2010
Messages
89
Reaction score
0
Okay, after I re installed my computer I forgot to save rme in a external hard drive so the settings were lost.
So here's the first problem I got:

So I grabbed the mountain piece and dragged it to the right, but the piece won't move with the mouse as I want it to do. It wont change place untill I let go of the mouse.

Second problem:

If I use earth(Cave walls) I want it to look as the second picture, this one I did manualy but doing big caves like that is boring.

Rep for the one who helps:)
 
For the second problem, %PROGRAMFILES%\Remere's Map Editor\data\854\grounds.xml
Code:
	<brush name="earth" type="ground" lookid="101" z-order="10500">
[B]		<item id="101" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="150"[/COLOR]/>
		<item id="5711" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5712" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5713" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5714" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5715" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5716" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5717" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5718" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5719" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5720" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5721" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5722" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5723" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5724" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5725" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5726" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>[/B]
		
		<border align="outer" id="21"/>
		<border align="outer" to="none" id="21"/>
	</brush>
 
For the second problem, %PROGRAMFILES%\Remere's Map Editor\data\854\grounds.xml
Code:
	<brush name="earth" type="ground" lookid="101" z-order="10500">
[B]		<item id="101" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="150"[/COLOR]/>
		<item id="5711" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5712" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5713" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5714" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5715" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5716" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5717" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5718" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5719" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5720" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5721" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5722" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5723" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5724" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5725" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>
		<item id="5726" [COLOR="Blue"]chance[/COLOR][COLOR="Red"]="1"[/COLOR]/>[/B]
		
		<border align="outer" id="21"/>
		<border align="outer" to="none" id="21"/>
	</brush>

Is that one edited and finished?
 
Cykotitan changed the chance that just that earth ID will be mapped, and all are chance="1" witch means that all earth IDs have the exact same chance to be mapped. Before "the normal" earth ID had a higher chance to get mapped.



First problem: I can't even see your cursor... I've never seen something like this. Tried to reinstall?
 
Cykotitan changed the chance that just that earth ID will be mapped, and all are chance="1" witch means that all earth IDs have the exact same chance to be mapped. Before "the normal" earth ID had a higher chance to get mapped.
No, I didn't change anything.
 
Back
Top