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 - Goatlike

#1
Outdated / [MOD] (Alpha 5d) Campfire v0.1.1
June 10, 2014, 03:56:22 AM


Description: Add simple campfire. May cooking simple and fine meals on it. Giving light. The best cooking place in first time!

v0.2: For cooking need wood! Simple meal = 10 raw food + 2 wood. Fine Meal = 5 raw food + 5 raw meat + 5 wood.

Mod Team:

  • Goatlike


How to install:
- Unzip the contents and place them in your RimWorld/Mods folder.
- Activate the mod in the mod menu in the game.

Credits:
Thanks Cala13er for custom DLL.

Changelog:

Versions for Alpha 5:

- v0.1.1 - Added new ugly grafics
- v0.1 for A5d

Older versions for Alpha 4:

- v0.2 hotfix - BUGS EVERYWHERE! Added meals defs
- v0.2 - Add custom recipes
- v0.1 hotfix - compatiblity with cook stove
- v0.1 - first release


Download:

[attachment deleted by admin: too old]
#2
Help / [Solved] Light witout power
June 09, 2014, 04:14:56 AM
Hi. I create new mod, but i can't fix one feature. Glowing effect. I write in ThingDef <comps>
  <li>
    <compClass>CompGlower</compClass>
    <glowRadius>6</glowRadius>
   <glowColor>(217,112,33,0)</glowColor>
  </li>
</comps>

But nothing happen. It is need energy? If yes, then how create glowing without energy?

Maybe i need one more def for glowing?

Sorry if it stupid question or you don't understood me  :)