• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Subquake's Undead Legacy

Ive been following this mod since your fisrt post, it looks great, ran it for like 15 mins on some random server that was running it, it ran great. I like the layout, only thought i had was maybe change one of the green bas at the bottom, think one is food, other....i forget lol

 
Ive been following this mod since your fisrt post, it looks great, ran it for like 15 mins on some random server that was running it, it ran great. I like the layout, only thought i had was maybe change one of the green bas at the bottom, think one is food, other....i forget lol
Colors for hp, stamina, water and food will be slightly altered to more neutral and less "in the face" colors to more subtle colors in the future to give it a more retro vibe :)
 
Subquake,

The hunting knife book is not locking steel and titanium recipes.

Code:
	<item id="912" name="huntingKnifeBook">
	<property name="Extends" value="schematicMaster"/>
	<property class="Action1">
		<property name="Recipes_to_learn" value="huntingKnife,ulmHuntingKnifeSteel,ulmHuntingKnifeTitanium"/>
		<!--
<property name="Skills_to_gain" value="craftSkillWeapons"/> 
		-->
	</property>
Should be:

Code:
	<item id="912" name="huntingKnifeBook">
	<property name="Extends" value="schematicMaster"/>
	<property class="Action1">
		<property name="Recipes_to_learn" value="huntingKnife,ulmKnifeSteel,ulmKnifeTitanium"/>
		<!--
<property name="Skills_to_gain" value="craftSkillWeapons"/> 
		-->
	</property>
The word "hunting" is not used in the steel and titanium knife name.

 
Subquake,
The hunting knife book is not locking steel and titanium recipes.

Code:
	<item id="912" name="huntingKnifeBook">
	<property name="Extends" value="schematicMaster"/>
	<property class="Action1">
		<property name="Recipes_to_learn" value="huntingKnife,ulmHuntingKnifeSteel,ulmHuntingKnifeTitanium"/>
		<!--
<property name="Skills_to_gain" value="craftSkillWeapons"/> 
		-->
	</property>
Should be:

Code:
	<item id="912" name="huntingKnifeBook">
	<property name="Extends" value="schematicMaster"/>
	<property class="Action1">
		<property name="Recipes_to_learn" value="huntingKnife,ulmKnifeSteel,ulmKnifeTitanium"/>
		<!--
<property name="Skills_to_gain" value="craftSkillWeapons"/> 
		-->
	</property>
The word "hunting" is not used in the steel and titanium knife name.
Thanks for noticing that, I will include the fix for it in the next update :)

 
I tend to host a server, with slower progression. Im finding drop rates to be very high. tools for example, ive only been playing a few hours and already have 4 iron pick, shovel and so on. If this is how you intended it thats cool :)

 
I tend to host a server, with slower progression. Im finding drop rates to be very high. tools for example, ive only been playing a few hours and already have 4 iron pick, shovel and so on. If this is how you intended it thats cool :)
You can always set the loot rates lower, for example 25% ;)

 
Congratulations for this Mod. It is wonderful in every way and with all the effort it has, it looks much better than any other Mod.

Forgive my little English :(

Just by chance can you put some texts in Spanish?

I hope it continues to improve although it is already a success for me: D

 
Congratulations for this Mod. It is wonderful in every way and with all the effort it has, it looks much better than any other Mod.Forgive my little English :(

Just by chance can you put some texts in Spanish?

I hope it continues to improve although it is already a success for me: D
Funny you asked, there is one guy i spoke earlier on discord, that might consider starting to work on translating it for Spanish in the future :)

 
I did lol i may lower it to 15%! :) Nice work though. Does the mod have the combo pack? Or plans to add it in future if not?
No, but it's compatible with compo pack, you can install it on your server, nothing required on the client side for that.

 
Love this mod but, do you intend to add anything else to add more depth to the farming side of the game? Like wheat so you can actually cook more of those complex meals that require yeast. Cause right now it's not easy to find flour. Just a thought and wanted to know where you stand on adding more to the mod.

 
what do you use to upgrade ladders from basic ladder to wooden ladder because i have nails in my backpack but it doesn't upgrade them or am i missing something.

is it nails or screws to upgrade the ladder as i can't make out the icon it flashes up on trying to upgrade them

 
what do you use to upgrade ladders from basic ladder to wooden ladder because i have nails in my backpack but it doesn't upgrade them or am i missing something.is it nails or screws to upgrade the ladder as i can't make out the icon it flashes up on trying to upgrade them
You have to use either one of the Claw Hammers (Iron, Steel or Titanium) or a Nail gun, other tools won't work ;)

Here are the allowed materials per item tool type (names from XML):

Stone Axe:

wood, clayLump, dirtFragment, snowBall, yuccaFibers, ulmTwigs, ulmPlanks, cobblestones, scrapIron

Crude Iron Axe:

wood, clayLump, dirtFragment, snowBall, yuccaFibers, ulmTwigs, ulmPlanks, cobblestones, scrapIron, concreteMix, forgedIron, shortMetalPipe, ulmRebar, padlock

Wrench (Iron, Steel or Titanium):

wood, clayLump, dirtFragment, snowBall, yuccaFibers, ulmTwigs, ulmPlanks, cobblestones, scrapIron, concreteMix, forgedIron, shortMetalPipe, ulmRebar, padlock, forgedSteel, steelPolish, ulmShortSteelPipe, ulmShortTitaniumPipe, ulmSteelRebar, ulmTitaniumRebar, ulmWaterTank, ulmPropaneTank

Claw Hammer (Iron, Steel or Titanium):

wood, clayLump, dirtFragment, snowBall, yuccaFibers, ulmTwigs, ulmPlanks, cobblestones, scrapIron, concreteMix, forgedIron, shortMetalPipe, ulmRebar, padlock, forgedSteel, steelPolish, ulmShortSteelPipe, ulmShortTitaniumPipe, ulmSteelRebar, ulmTitaniumRebar, nail

Nail gun:

wood, clayLump, dirtFragment, snowBall, yuccaFibers, ulmTwigs, ulmPlanks, cobblestones, scrapIron, concreteMix, forgedIron, shortMetalPipe, ulmRebar, padlock, forgedSteel, steelPolish, ulmShortSteelPipe, ulmShortTitaniumPipe, ulmSteelRebar, ulmTitaniumRebar, nail

 
Last edited by a moderator:
Back
Top