Skip to content

Instantly share code, notes, and snippets.

View AlphadoJaki's full-sized avatar

Alphado-Jaki AlphadoJaki

View GitHub Profile
@AlphadoJaki
AlphadoJaki / rwgmixer.xml
Created January 21, 2019 12:28
spoil hub test
<configs>
<append xpath="/*/terrain_generators/*[@name='vanilla']">
<!-- Set up world size -->
<module name="val_worldSize" type="Constant">
<property name="constant" value="4096"/>
</module>
<module name="val_worldSizeHalfInv" type="ScaleOutput">
<property name="sourceModule" value="val_worldSize"/>
<property name="scale" value="-0.5"/>
</module>
@AlphadoJaki
AlphadoJaki / rwgmixer.xml
Last active January 30, 2019 23:31
rwg sub generator
<module name="val_0" type="Constant"/>
<module name="val_p1" type="Constant"><property name="constant" value="1"/></module>
<module name="val_m1" type="Constant"><property name="constant" value="-1"/></module>
<module name="val_worldSize" type="Constant">
<property name="constant" value="4096"/>
</module>
<module name="val_worldSizeInv" type="InvertOutput"><property name="sourceModule" value="val_worldSize"/></module>
<module name="val_worldSizeRecip" type="Power"><property name="baseModule" value="val_worldSize"/><property name="powerModule" value="val_m1"/></module>
@AlphadoJaki
AlphadoJaki / volcanotest_rwgmixer.xml
Created December 19, 2018 18:14
just a test to make volcano
<rwgmixer>
<set xpath="/*/terrain_generators">
<terrain_generator name="vanilla" base_height="32" water_level="41">
<module name="bone" type="Cylinders">
<property name="frequency" value="0.00001"/>
</module>
<module name="boneInter" type="ScaleBiasOutput">
<property name="sourceModule" value="bone"/>
<property name="scale" value="100"/>
<property name="bias" value="-99.80"/>
Alpha 17.1 Experimental B8 Is Out!
Hey Survivalist,
We’ve just released Alpha 17.1 Experimental B8 and could really use your help finding the last remaining big issues.
To improve stamina players now start with 150 food which is now shown in the hud and menu to communicate you can overeat and not waste food.
When players stamina is between 100 and 150, there are no detrimental stamina effects.
Strength requirements for the Sexual Tyrannosaurus perk have been lowered and we have made the description clear that it does reduce mining stamina costs as well as melee costs. We moved it from the combat perk section to a new section called general strength perks. We’ve reduced the stamina cost of all tools. We’ve also reduced stone tool stamina penalties.
@AlphadoJaki
AlphadoJaki / rwgmixer.xml
Created June 8, 2018 22:53
plane+forest or wasteland
<?xml version="1.0" encoding="utf-8"?>
<rwgmixer>
<world ruleset="vanilla" />
<rulesets>
<ruleset name="vanilla" cell_cache_size="8" cell_size="1800" cell_offset="0" generation_distance="10000" terrain_generator="vanilla" biome_generator="vanilla">
<cell_rule name="default" prob="1"/>
<!--<cell_rule name="customHubTest" position="0,1" prob="0"/>-->
</ruleset>
</rulesets>
@AlphadoJaki
AlphadoJaki / rwgmixer.xml
Last active April 9, 2018 13:59
Smooth transition to radiated biome
<?xml version="1.0" encoding="utf-8"?>
<rwgmixer>
<world ruleset="vanilla" />
<rulesets>
<ruleset name="vanilla" cell_cache_size="8" cell_size="1800" cell_offset="0" generation_distance="10000" terrain_generator="vanilla" biome_generator="vanilla">
<cell_rule name="default" prob="1"/>
<!--<cell_rule name="customHubTest" position="0,1" prob="0"/>-->
</ruleset>
</rulesets>