Jump to content

Terrain Modifiers from A=J・Z


Alphado-Jaki

Recommended Posts

ldaIho3l.jpg

Latest version is....

Alpha17 Compatible

 

These are terrain modifiers for RGW using the terrain_generator customization.

Here is 3 categories now.

 

Need to start fresh world, existing save can not work.

 

You can use this mod easily with other mod which un-modifies rwgmixer.

When you use with rwgmixer-modified MOD, replace terrain_generators, biome_generators and biome_spawn_rules.

 

  1. U88BHkTm.png NEW!! (21/04/2018)
     
    Mountain, river, and variated wavy plains.
    Variated terrain-generator and biome-generator for scenical generation.
    Generates no oceans and extreme lakes, but rivers and midium lakes.
    Sometimes cities are prevented by mountains.
     
  2. Vivid
    Sharpened beautiful mountains, river, but plains are completely flat.
    Mountain is completely renewed for this generator.
     
    Less variation than River + Various Plains, though larger city is generated.
  3. Vanilla-ish
    Terrain generation from present and old vanilla.
    All prefabs, city generation is compatible with latest alpha.
     
  4. Biome Based (05/04/2018)
    Last, but not least.
    This provides the most variated terrain generation.
    All geographical features belong to specific biomes, such as Mesa for Desert and Bomb Crater for Wasteland.
    This mod is WIP, sometime generates cliffs and cities are smaller than others.

 

 


 

Download link is given in each of preview posts.

 

For 7D2D Mod launcher user, copy following URL.

Then, File > Open URL and paste URL at the launcher

 

https://raw.githubusercontent.com/AlphadoJaki/7D2D_SphereII_Config/master/Terrain_Modifiers.xml

 

Finally you get the new tree named as Alphado in the laucher.

 

Whole project is hosted on GitHub.

 


My other mods or guides relating terrain generation.

 


 

I wanna say thanks again for.....

Tin

He helps me a lot in RGMIXER.XML Edit

and in Hub street layout thread.

You can also see his latest work in The Devils Eden.

 

Kinyajuu

He worked for socket system, RGW-Previewer, and, and, and........

OMG, I can't count up his great work in this small place. XD

Link to comment
Share on other sites

Full Varied NEW!! (21/04/2018)

Mountain, river, and variated wavy plains.

Variated terrain-generator and biome-generator for scenical generation.

Generates no oceans and extreme lakes, but rivers and midium lakes.

Sometimes cities are prevented by mountains.

 

Download Links

A17 (modlet support)

 

A16

 

Preview Images

 

T6cDsFr.jpg

MfxvIMx.jpg

IPhxy9E.jpg

coIRQ06.jpg

Vw0DLgP.jpg

ciEt6Yx.jpg

 

 

Preview Video

Link to comment
Share on other sites

Vivid

Sharpened beautiful mountains, river, but plains are completely flat.

Mountain is completely renewed for this generator.

Less variation than River + Various Plains, though larger city is generated.

 

Download Links

A17 (modlet support)

 

 

A16

 

If you want Extremely large city, use my RWG Overhaul Fix (EAC disable) with this mod.

 

Preview images

 

VtsWuQHl.jpg

jBg9AbXl.jpg

8oA2tDcl.jpg

 

 

City size comparation

 

[table=width: 500, class: grid, align: center]

[tr]

[td]Vanilla Alpha16.4[/td]

[td]Vivid City_L version[/td]

[/tr]

[tr]

[td]H8uSuiGm.png[/td]

[td]LwTvTq4m.png[/td]

[/tr]

[/table]

 

 

 

Link to comment
Share on other sites

Biome Based

Last, but not least.

This provides the most variated terrain generation.

All geographical features belong to specific biomes, such as Mesa for Desert and Bomb Crater for Wasteland.

This mod is WIP, sometime generates cliffs and cities are smaller than others.

 

Geographical Features

Grassy area (Forest, Pine Forest, Plains)

  • Standard mountain
  • Rough / Smooth plane
  • River with beautiful riverside area

Snowy mountain area (Snow)

  • Steep mountain
  • Smooth plane
  • River with beautiful riverside area

Desert area (Desert)

  • Mesa and Butte
  • Wavy / Smooth plane
  • River with beautiful riverside area

War damaged area (Burnt Forest, Wasteland)

  • Standard mountain
  • Smooth plane
  • Bomb crater
  • River without riverside

 

Known Issues

  • Sometime, there are the elevation gap between desert and others.
  • Distant terrain for mesa (desert) is not beautiful.
  • City hub is smaller than other generators.

 

Download Links

 

Preview images

 

Mountain

QooErFcl.png

 

River

VMLDVKCl.png

 

Mesa

Djky6f1l.png

 

Butte

I0TTc56l.png

 

Wavy Desert

n0NvlDol.png

 

Bomb Crater

ug2xTA6l.png

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...

hehe np. Atm I play A16 B138, too much work to move all modifications to latest version ;)

 

I tested it, the landscape is amazing, so much variety. I love the rocky hill area, and water was very nice.

 

One thing I miss from vanilla A16 is the high mountains. Is there some settings I can tweak to get higher mountains, if thats ok?

Link to comment
Share on other sites

Thanks:)

 

I tested it, the landscape is amazing, so much variety. I love the rocky hill area, and water was very nice.

 

I'm glad to hear that. Rocky area and river is where I take the most time and I'm confident of them ... now!! X)

 

One thing I miss from vanilla A16 is the high mountains. Is there some settings I can tweak to get higher mountains, if thats ok?

 

Of course.

Short fix is to edit the bias in "mountainScaled" (line 614)

 

			<module name="mountainScaled" type="ScaleBiasOutput">
			<property name="sourceModule" value="mountainBase"/>
			<property name="scale" value="1.6"/>
			<property name="bias" value="[color="#FF8C00"]2.3[/color]"/>
		</module>

 

Edit this into 2.6, 2.8, and much higher will make mountain higher.

(but will make plains a little higher as a side effect)

 

 

I'll do some mess when I'm on my PC.

Link to comment
Share on other sites

@xxx73

I can't be sure "high in what way", so I've made edit in some ways.:)

 

Here is example codes and the terrain which each of them creates.

Which one will fit to your preference? Or much more higher one?

 

1 no edit

 

mNmPOqU.png

 

 

2 more edge

(see line 632)

			<module name="continentMixed" type="Select">
			<property name="controlModule" value="continentController"/>
			<property name="sourceModule1" value="landMixed"/>
			<property name="sourceModule2" value="mountainFascioned"/>
			<property name="bounds" [color="#FF8C00"]value="1.2,100"[/color]/>
			<property name="edgeFalloff" [color="#FF8C00"]value="2.3"[/color]/>
		</module>

 

zm8Gzsl.png

 

 

3 higher

(see line 611)

			<module name="mountainScaled" type="ScaleBiasOutput">
			<property name="sourceModule" value="mountainBase"/>
			<property name="scale" value="1.6"/>
			<property name="bias" [color="#FF8C00"]value="2.6"[/color]/>
		</module>

 

kkp0HtO.png

 

 

4 much higher : mountain reaches height limit

(see line 611)

			<module name="mountainScaled" type="ScaleBiasOutput">
			<property name="sourceModule" value="mountainBase"/>
			<property name="scale" value="1.6"/>
			<property name="bias" [color="#FF8C00"]value="3.1"[/color]/>
		</module>

 

bnbdPBS.png

 

Link to comment
Share on other sites

Awesome, that's very user friendly :D

 

What about this setting, I though this controlled height of mountains in vanilla:

 

<module name="scaleBiasOutput" type="ScaleOutput">

<property name="sourceModule" value="worldMixed"/>

<property name="scale" value="230"/>

</module>

 

My world is looking great now with the tweaks.

A few more things:

 

Just one more thing, some places there is to my preference too much mountain, I can run for many kilometers with only mountains.

To reduce amount of mountain, what setting do I need to tweak?

 

I like to have more rivers and some places the rivers is very narrow, any way to make more rivers, rivers wider and more deep, is something here I need to change?

 

<module name="riverScaled" type="ScaleBiasOutput">

<property name="sourceModule" value="landSmooth"/>

<property name="scale" value="0"/>

<property name="bias" value="-0.22"/>

</module>

 

Sry for asking many questions, but I need to start a new server in one hour and I really want to use your mod.

Link to comment
Share on other sites

Awesome, that's very user friendly :D

 

What about this setting, I though this controlled height of mountains in vanilla:

 

<module name="scaleBiasOutput" type="ScaleOutput">
<property name="sourceModule" value="worldMixed"/>
<property name="scale" value="230"/>
</module>

 

Hehe, thanks. :)

 

I have no idea about that's result, so I tested.

NOTE: This is same seed and same place.

 

 

OMG! it looks so different!

VWv8jIw.png

 

 

If this make you happier then I recommend to test with value 200, 170, 150, 140....etc.

Best value for you should exist.

 

My world is looking great now with the tweaks.

Just one more thing, some places there is to my preference too much mountain, I can run for many kilometers with only mountains.

To reduce amount of mountain, what setting do I need to tweak?

 

Yep. You can make less mountain with this edit.

(see line 623)

		<module name="continentFirst" type="FastNoise" seed_additive="-2">
		<property name="frequency" [color="#FF8C00"]value="0.54"[/color]/>[color="#000080"]<!-- Make larger such as 0.6 or 0.7 -->[/color]
		<property name="roughness" value="4"/>
	</module>

 

However, this also make mountains more edgy or less smooth as a Side effect.

Next edit will reduce it. *Use this when your mountain areas are nice size enough.*

 

		<module name="continentMixed" type="Select">
		<property name="controlModule" value="continentController"/>
		<property name="sourceModule1" value="landMixed"/>
		<property name="sourceModule2" value="mountainFascioned"/>
		<property name="bounds" value="1.45,100"/>
		<property name="edgeFalloff" [color="#FF8C00"]value="2.45"[/color]/>[color="#000080"]<!-- Make larger such as 2.55 or 2.7 -->[/color]
	</module>

Link to comment
Share on other sites

I like to have more rivers and some places the rivers is very narrow, any way to make more rivers, rivers wider and more deep, is something here I need to change?

 

<module name="riverScaled" type="ScaleBiasOutput">
<property name="sourceModule" value="landSmooth"/>
<property name="scale" value="0"/>
<property name="bias" value="-0.22"/>
</module>

 

 

 

NP. For more rivers.

(see line 647)

		<module name="worldController" type="FastNoise" seed_additive="-3">
		<property name="frequency" [color="#FF8C00"]value="0.27"[/color]/>[color="#000080"]<!--Make this larger such as 0.3 or 0.35-->[/color]
		<property name="octaveCount" value="3"/>
	</module>

 

 

For wider rivers.

(see line 660)

		<module name="worldMixed" type="Select">
		<property name="controlModule" value="plusWorldController"/>
		<property name="sourceModule1" value="continentMixed"/>
		<property name="sourceModule2" value="riverScaled"/>
		<property name="bounds" [color="#FF8C00"]value="-100,0.097"[/color]/>[color="#000080"]<!--Make right side value larger such as 0.1 or 0.14-->[/color]
		<property name="edgeFalloff" value="0.22"/>
	</module>

Link to comment
Share on other sites

Lol,I tested it also and the mountains look horrible with <property name="scale" value="230"/>. No Im not happier with that setting, I just thought it was related to mountain heights.....stay away from that :D

 

Going to test the river and mountain settings you posted. Im so excited about how the map will be, my friends will love it, again thanks for your quick answers and easy to follow replies.

With your help I think I will manage to create a great map to be ready for my new server, I told my friends we are delayed by an hour :D

 

About mountains, when I said I wanted less mountains I forgot that I had this insane setting one; <property name="scale" value="230"/>, when testing with this setting back to normal the amount of mountains seem good.

Link to comment
Share on other sites

Here is a few pictures from ingame after starting a new server today with this mod. I have done some tweaks so things that look wired is my doing. I also combined this mod with prefab pack.

 

 

i405_cimgpsh_orig.png

upload photo

 

i408_cimgpsh_orig.png

upload photo

 

i407_cimgpsh_orig.png

upload photo

 

i406_cimgpsh_orig.png

upload photo

 

The landscape look and feel much more real, diverse, exciting, wild and beautiful. Exploring is much more fun, things is much more hidden in the landscape and not easy to spot, so I had to use the two first days to find a small town, it was so much more fun to play...wow...amazing

Link to comment
Share on other sites

Really amazing job... this is SO much more what I expected from A16!

 

Thanks! I'm glad to hear. =)

There is many possibility on terrain modification.

 

 

@xxx73

Wow...., looks so nice...!

 

Yes, to make much more fun journey and exploring was my goal, so...... your words are the best praises for me. XD

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...