Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - cythedag

#1
Outdated / [MOD] (Alpha 9) Stroyent .99b
March 25, 2015, 06:39:22 AM
Introducing Stroyent!



Hello everyone!
Are you tired of letting all of that Human meaty goodness go to waste when you either cremate or bury the fallen?
Try Stroyent!TM
(galactic patent pending)

This juicer takes all of that delectable flesh (pre-butchered of course) and breaks it down into it's molecular components! All of the amino acids, enzymes, and minerals are preserved in this high tech Human goo! Stroyent is such an unnatural high tech product that it cannot rot or go rancid, and it's so delicious and nutritious you don't have to be a soulless cybernetic cannibal to enjoy it!
Try it today!

Thanks to Kirid for the awesome stroyent icon, and JuliaEllie for inspiration from her Apothicarius mod.
Please let me know if you run into any bugs, or have any comments/suggestions.

Download
https://www.dropbox.com/s/9j1g8ff6itux5pq/Stroyent99b.rar?dl=0
#2
Help / Flame traps?
March 25, 2015, 05:24:56 AM
I got an idea from JuliaEllie's mod https://ludeon.com/forums/index.php?topic=7222.0 Floor spike trap. Is it possible to make a flame trap, that causes everything within a certain radius to burst into flames? Not only could it be used as a trap, but you could hypothetically set a dumping stockpile within the radius of the trap and use it as a makeshift incinerator. Thoughts? Comments?
#3
Help / Trying to mod in a human flesh receipe
March 22, 2015, 06:08:05 AM
Hey, im kinda new to modding. I'm making a mod that converts human flesh into an alternative meat product. I love the idea of my colonists being fueled by the blood of their enemies.... or allies.... anyways. For the life of me I cannot figure out what im doing wrong. Here is a snippet of the code im using:

<ingredients>
<li>
<filter>
<categories>
<li>MeatRaw</li>
</categories>
</filter>
<count>15</count>
</li>
</ingredients>
<products>
<stroyent>10</stroyent>
</products>
<fixedIngredientFilter>
<categories>
<li>MeatRaw</li>
</categories>
</fixedIngredientFilter>


I've tried Human_Meat from what i've seen in the defs but it's pulling up an error on load that the ThingsCatagoryDef human_meat is invalid. Any help would be very appreciated as I don't know what the heck im doing!