Open ReedTheDuck opened 1 year ago
you should join this discord channel for quick replies and help related to mods https://discord.gg/Mw3YWmt7
I don't know how to reply to you loveboylion or if you'll even see this but thank you.
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
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!!
Hello, I'm having the same problem. Tried to copy and paste everything exactly the same as well but nothing works so far
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:
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"?>