Zeta-of-the-rim / RimWorld-Mod-Tutorials

Tutorials for modding Rimworld . It contains code examples and explanations for tutorials on the Rimworld Wiki .
17 stars 1 forks source link

Trouble With This Guide #2

Open ReedTheDuck opened 1 year ago

ReedTheDuck commented 1 year ago

Hello, I just would like to say that I'm brand new to both modding and github, so I'm not really sure this is the best place to ask questions. However, I've found your tutorial really well made and intuitive for beginners with minimal programming knowledge. However, I'm getting an error during step 1. I followed the steps, got notepad++, got RimPy. Using RimPy I found my local mod folder at: C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods and in it created a folder called "TestMod." Inside of the folder the structure looks like this:

About -About.xml -Preview.png Defs -ThingDefs.xml Patches -ThingDefs_Patches.xml Textures

At first, I was using your code and adding my own names to make it more unique, but I ran into problems during the step where you first start RimWorld to see if your mod works. When starting it up, I get the following message: image

After I get this message, if I open the in-game mods tab, I see that it has automatically disabled TestMod and re-enabled all of the DLC (If they were disabled on launch. I tried both disabling the DLC and leaving it enabled when launching with my TestMod. No matter what, the results were the same.) After this, I decided to just copy your code and see if it would work then, but it is still giving me the same mesage. I've included my preview Image and all of my code below. It should perfectly match what you've made but mine refuses to load.

About.xml `<?xml version="1.0" encoding="UTF-8"?>

Mod Name Here Your Name Here yourName.ModName Super Cool Mod
  • 1.4
  • ` **Preview.png** ![Preview](https://github.com/Zeta-of-the-rim/RimWorld-Mod-Tutorials/assets/144479056/35deadd7-354f-4905-a0ba-35795eacaef7) **ThingDefs.xml** ` ModName_ItemName A description of the item Graphic_Single 75 ResourcesRaw Thing 10 ` **ThingDefs_Patches.xml** `` Any idea on what I'm doing wrong?
    LionelColaso commented 1 year ago

    you should join this discord channel for quick replies and help related to mods https://discord.gg/Mw3YWmt7

    ReedTheDuck commented 1 year ago

    I don't know how to reply to you loveboylion or if you'll even see this but thank you.

    Zeta-of-the-rim commented 1 year ago

    Hey mate,

    Ignore me if you're already fixed this, but you appear to be missing your parent name or your item Give that a try and get back to me.

    Cheers, Zeta

    Chunnyluny commented 1 year ago

    I think you have put your mod in the steam folder instead of the local mods folder. Local mods are placed where your have installed your game. Someone else failed to see his mod because they put it in the steam mods folder, where mods go when you sub to them. If you test your mod it should be local and not where steam puts your mod because it is not yet published on steam!!

    amandamullerg commented 1 year ago

    Hello, I'm having the same problem. Tried to copy and paste everything exactly the same as well but nothing works so far