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

Messages - Wistening

#1
Help / Re: Need Help Making a Meal Recipe Def.
January 31, 2017, 09:09:12 PM
Hm, the recipe is not working.
#2
Help / Re: Need Help Making a Meal Recipe Def.
January 30, 2017, 05:28:08 PM
Quote from: b4d on January 30, 2017, 12:12:16 AM
Can I have a look at your recipe def?

I tried to make a sample recipe def, tested it and it works
<?xml version="1.0" encoding="utf-8"?>
<Defs>
  <RecipeDef>
<defName>CookMealWeird</defName>
<label>cook weird meal</label>
<description>Cooks a weird meal from a combination of simple meals and components.</description>
<jobString>Cooking weird meal.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
    <soundWorking>Recipe_CookMeal</soundWorking>
    <ingredients>
<li>
<filter>
<thingDefs>
<li>Component</li>           
          </thingDefs>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>MealSimple</li>           
          </thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<products>
      <MealWeird>1</MealWeird>
    </products>
<fixedIngredientFilter>
      <thingDefs>
        <li>Component</li>
<li>MealSimple</li>
      </thingDefs>
    </fixedIngredientFilter>
<skillRequirements>
<li>
<skill>Cooking</skill>
<minLevel>4</minLevel>
</li>
</skillRequirements>
    <workSkill>Cooking</workSkill>
<recipeUsers>
        <li>ElectricStove</li>
<li>FueledStove</li>
    </recipeUsers>
<workAmount>600</workAmount>
  </RecipeDef>
</Defs>


I'm no expert though. Don't know if there's any flaws on that recipe def

Yeah, here.
<?xml version="1.0" encoding="utf-8" ?>
<RecipeDefs>

        <defName>MakeBoltos</defName>
        <label>make bolt O's</label>
        <description>Make some good stuff.</description>
        <jobString>Cooking Bolt O's.</jobString>
        <workSpeedStat>CookSpeed</workSpeedStat>
        <effectWorking>Cook</effectWorking>
    <soundWorking>Recipe_CookMeal</soundWorking>
    <allowMixingIngredients>true</allowMixingIngredients>
    <ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
    <ingredients>
            <li>
                 <li>Component<li>
                     </filter>
                     <count 1.00>
                 <li>MealSimple<li>
                     </filter>
                     <count 1.00>
             </li>
     </ingredients>

    <products>
      <BoltOs>1</BoltOs>
    </products>
         
        <skillRequirements>
            <li>
                <skill>Cooking</skill>
                <minLevel>6</minLevel>
            </li>
        </skillRequirements>
    <workSkill>Cooking</workSkill>
    <recipeUsers>
         <li>ElectricStove</li>
        <li>FueledStove</li>
      </recipeUsers>
  </RecipeDef>
  <RecipeDef>
        <defName>Baconraw</defName>
        <label>prepare bacon from any meat</label>
        <description>unprocessed bacon, just meat and fat.</description>
        <jobString>Preparing bacon.</jobString>
        <workSpeedStat>ButcheryFleshSpeed</workSpeedStat>
        <effectWorking>ButcherFlesh</effectWorking>
    <soundWorking>Recipe_ButcherCorpseFlesh</soundWorking>
    <allowMixingIngredients>true</allowMixingIngredients>
        <ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
        <ingredients>
            <li>
                <filter>
                    <categories>
                        <li>MeatRaw</li>
          </categories>
                </filter>
                <count>0.5</count>
            </li>
        </ingredients>
        <products>
      <Baconraw>10</Baconraw>
    </products>
        <fixedIngredientFilter>
            <categories>
                <li>FoodRaw</li>
            </categories>
        </fixedIngredientFilter>
        <defaultIngredientFilter>
            <categories>
                <li>FoodRaw</li>
            </categories>
        </defaultIngredientFilter>
        <skillRequirements>
            <li>
                <skill>Cooking</skill>
                <minLevel>4</minLevel>
            </li>
        </skillRequirements>
    <workSkill>Cooking</workSkill>
    <recipeUsers>
            <li>TableButcher</li>
        </recipeUsers>
  </RecipeDef>
#3
Help / Need Help Making a Meal Recipe Def.
January 29, 2017, 11:16:49 AM
Okay, so how do I make a meal recipe def with only 2 ingredients, A Component and a Simple Meal?
It also keep telling me <Defs> is expected at line 42, position 11 when I start the game.
#4
Outdated / [A16] Sweet Victory Credits
January 24, 2017, 06:59:45 PM
SWEET VICTORY CREDITS

"You don't win no silver..."

Description:
Changes end game song (The one where you get off the planet and credits play) to Sweet Victory by David Eisley.

What it Sounds Like?
https://www.youtube.com/watch?v=i7fnlJ60RO8

Author/Mod Team
Me

Download
https://www.dropbox.com/s/ug46auf1icxah1w/Sweet%20Victory.zip?dl=0
https://steamcommunity.com/sharedfiles/filedetails/?id=849618921&searchtext=
How to install:
- Unzip the contents and place them in your RimWorld/Mods folder.
- Activate the mod in the mod menu in the game.
#5
Unfinished / [A16][WIP] SWEET VICTORY CREDITS
January 23, 2017, 05:30:31 PM
HELLO GUYS!

I am working on a song replacement mod for the end credits which will change the normal music to sweet victory.

Here's the song
https://www.youtube.com/watch?v=JAEDQwMtf4o

-----------------Features-------------
A sweet soundtrack
???



If anyone could help me with coding, that would be great.
#6
Help / What is the sound def for the end game music?
January 16, 2017, 06:19:03 PM
Trying to replace it...
#7
Outdated / Re: [A15] Alpha Animals
October 15, 2016, 09:39:08 PM
Steam Workshop?