RimWorld
thenightgaunt 2022 年 11 月 17 日 下午 2:23
Looking for good modding resources to learn to mod Rimworld
The Biotech DLC has given me some ideas for mods I would like to try to make, but I've never modded Rimworld before. I've got a little experience with C# and I know a little bit about xml, but that's about it.

Can anyone recommend some good resources for learning how to mod rimworld? So far I've been looking at the Rimworldwiki's page on modding (which isn't great) and Oz's Rimworld modding tutorial on github (which is great for getting started, but expanding past it is tricky).

I'm also trying to find an active forum where modders talk about mods and where I can ask for advice on issue I run into.

The rimworldmodding subreddit is low traffic and is 99% people requesting mods, and the ludeon forum is just as low traffic these days (the last post that's not someone announcing they updated a mod in the "mods" forum was from 10 days ago).

Thank you.
< >
目前顯示第 1-8 則留言,共 8
whatamidoing 2022 年 11 月 17 日 下午 2:56 
I'm pretty sure there's no such active forum. If there's any, it's probably on Discord, but I'm not touching that. For learning how to, look at the code for the game and other mods that do related things. Probably going to need to read the Harmony documentation too.
thenightgaunt 2022 年 11 月 17 日 下午 5:38 
引用自 whatamidoing
I'm pretty sure there's no such active forum. If there's any, it's probably on Discord, but I'm not touching that. For learning how to, look at the code for the game and other mods that do related things. Probably going to need to read the Harmony documentation too.

Darn. Thank you for the info though.

Do you know of any sites or resources that are a bit more in-depth than the wiki? About what does what and where various things are located?

For example, I'm trying to add a line in a single def from Biotech (basically to let an ability target animals as well as pawns). But I'm not sure if there are other defs at play or if there's something else that would need to be changed. I'd check the wiki, but the value "targetingparams" doesn't come up in a search on there.

That's what I mean by a site with a bit more in-depth info.
whatamidoing 2022 年 11 月 17 日 下午 5:57 
For XML stuff like that, there's the autodocumentation[htmlpreview.github.io] that shows what the game uses where.
Bathory 2022 年 11 月 17 日 下午 6:03 
I'm also taking my first steps into modding Rimworld. If you'd like, we could keep in touch to share what we've figured out.

Currently I've added XML for new xenotype, faction, and items. But I'm reading through the C# source code and figuring out how to create my own abilities.
thenightgaunt 2022 年 12 月 5 日 下午 12:29 
引用自 whatamidoing
For XML stuff like that, there's the autodocumentation[htmlpreview.github.io] that shows what the game uses where.

Thank you. This will be really helpful!
thenightgaunt 2022 年 12 月 5 日 下午 12:30 
引用自 Bathory
I'm also taking my first steps into modding Rimworld. If you'd like, we could keep in touch to share what we've figured out.

Currently I've added XML for new xenotype, faction, and items. But I'm reading through the C# source code and figuring out how to create my own abilities.

Thank you for the offer. I may take you up on that. Though I'm currently drowning under work/life so it might be a bit (the joy of having small children). But i'll reach out to you when I get back to this.

Good luck with your own project. :)
Jackochainsaw 2022 年 12 月 5 日 下午 1:28 
You might want to check out this video by Eck314 on YT. https://youtu.be/UgCOhFzeX4A It's a step by step for Rimworld mods which can give you a bit of insight, it's a 2 hour vid that is pretty comprehensive and there is a template that he links in the video that you can use as a basis just to make a starter mod. I was considering learning to mod in Rimworld myself as I have a few ideas to toy with but don't have the time at the moment due to work. I believe that as well as C#, Rimworld uses JSON, it's similar to XML. The only tricky thing with the mods is the debug so my advice is to start simple and make it more complicated in increments.
brian_va 2022 年 12 月 5 日 下午 1:46 
in case you haven't see them:
https://rimworldwiki.com/wiki/Modding_Tutorials

theres also this from the ludeon forum
https://ludeon.com/forums/index.php?topic=33219.0

there was also a discussion "fairly" recently that had a few links, with fairly being somewhat lose in meaning.
< >
目前顯示第 1-8 則留言,共 8
每頁顯示: 1530 50

張貼日期: 2022 年 11 月 17 日 下午 2:23
回覆: 8