Jump to content

RWG similar to A16


n2n1

Recommended Posts

Is there any way to make a terrain more three-dimensional as it was in A16? Now it is very flat.

In fact, i ask - is it possible to move code from A16 to A17? That code was the basis for my modifications and i achieved the desired result with it.

It would be easier for me to manage the old code.

 

I tried to copy-paste, but it gave me a weird result. Perhaps some settings have changed or are no longer used.

 

What do you think is the reason for such "strange" transformations of the landscape?

For what then we need the "sockets system" if we fell back to the Alpha 9 ?

Link to comment
Share on other sites

Fast fix for A16 to A17 conversion is to insert following module as output.

*final* is your current output module.

			<module name="scaleA16ToA17" type="ScaleInput">
			<property name="sourceModule" value="*final*"/>
			<property name="x" value="0.001953125"/>
			<property name="z" value="0.001953125"/>
		</module>

 

Also, A17 is using different value for base_height and water_level, so change water_level with 32 (base_height).

 

 

This is not complete conversion. A17 uses some kind of Terrace module for post-process, which causes some weirdness in lowland.

eRezFcim.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...