Комментарии:
hey Eck314, is it still possible to use the same tutorial in 1.5?
ОтветитьMy windows says there's a trojan for the GitHub repo... i didn't download because i was worried the github repo was compromised or something
Ответитьdunno if you still read messages from this video as it is 2 years old now but i have just gotten into modding rimworld and with absolutely 0 experience in how to mod anything i would like to say a huge thankyou for creating this video as it has helped me immensely and has made the whole process alot less daunting
ОтветитьJust curious where do i find the textures and such
ОтветитьCan we get a 1.5 tutorial now?
ОтветитьI want to make a retexture mod how can i do that?
ОтветитьIs it in any way dangerous to write and run these c# files? I am kinda scared ill ruin my pc if I just jump into this
ОтветитьCan you please do a newer version of this? I don't know what versions and numbers to put in currently, and I wanna get started modding
ОтветитьI really learnt something, thanks Eck.
ОтветитьPeople usually use a separate user for recording so they can keep their desktop untouched
ОтветитьIs this still up to date?
Ответитьi greatly appreciate your dedication, ill be watching all of it :)
Ответитьlight mode is excrusiating to look at
ОтветитьJust for clarification since we got a few comments about this video in the RimWorld discord.
This game is not data-driven in the slightest. This is normal OOP.
The XML files are merely instance values and have little to do with data-driven structures.
If you really want to stretch, the map system is partially data driven by creating purpose driven grids, but that's it.
Adding to that, the linked 1.1 version of the tutorial in the wiki still perfectly applies to the current version 1.4.
hey can you make a tutorial video on how to make apparel mods? i mean i wanna make rimworld clothing mods but i dont know how..
ОтветитьFuniest part, when he said "I want to change all the 2 tab", because i was thinking that a lot before he said it.
ОтветитьAwesome video! which software do you use to swap the desktop by mouse?
ОтветитьAfter I did the package ID and Supported Versions The Error logs the error logs keep popping up
any tips
I had been wanting to learn how to make a mod for this game for a long time, but I had never done any programming before. It always seemed so daunting a task, especially when you first open a file and see nothing but a long wall of text.
Thanks to you and your help, now I have gone and done what I once saw as impossible and I made my first mod.
dont think this works anymore
Ответитьi am really new at modding and dont think this tutorial is working for 1.4 anyone with modding experience please let me know if you would like to help me in any way
ОтветитьI was thinking of making a mod about Farcry 5. Joseph Seed clothing and clothing for his family members. floor icons and so on. Could be cool.
ОтветитьAwesome video, thanks for uploading. I'm about 20 minutes in and it's nice to see the troubleshooting steps along the way.
Ответитьis there another way to find what the XML code should be for the most recent support version?
ОтветитьMod creation is infinitely easier with pre-prepared content creation tools like Bethesda's Creation Kit, so tutorials like this are an invaluable learning resource for when that isn't an option. Thanks for this!
Ответитьi have python knowledge and really wanted to create quality mods for the rimworld community to enjoy and this has helped me in starting that venture, thank you
ОтветитьI have some experience with Papyrus (scripting engine used by Elders Scrolls and Fallout) and it helped me a lot even as I had never even seen CSharp code before this video.
Although obviously I would've taken much longer to even set everything up and have a working mod without your help because unlike Skyrim and Fallout games, Rimworld has very little documentation. Thanks.
So everything in this code works and I'm so ready to work on future mods. However I have an issue with the translation that does the messages and motes. They refuse to work no matter how many times I revise them, any tips for it?
Ответитьyour voice sounds quite crisp. What headset is that that you're using?
ОтветитьMan, I haven't used C# since 2010. Got stuck on 3.0 :'( I guess this is a good opportunity to refresh my knowledge.
ОтветитьThere is an updated tutorial on the Rimworld Wiki, called Plague Gun 1.1, which is for game version 1.3 and up. I followed the same guide as in this video and it was a real mess trying to figure it all out. Eventually, about halfway through the C# section, I googled an error that popped up and found the Plague Gun 1.1 tutorial. Restarted the whole project from the start of the C# bit, and it works like a charm.
Hopefully, this helps someone...
Can u Make a Melee Weapon Tutorial?
ОтветитьI tried to patch a mod today .After getting frustrated ,I finally decided to watch this. Just reading mods definitely not enough for modding it seems
ОтветитьThanks for creating this! I was able to go from having the source files of an abandoned mod, but no idea where to start, to uploading that updated mod to the Steam Workshop. Thanks!
ОтветитьHow do i make new types of injuries
ОтветитьLove the recommendation about null-checking. Everyone says: "Just null-check everything" and then you don't see your errors. At least 30% of my time debugging is because a null checks hid some errors and then the error appeared somewhere completely unrelated.
ОтветитьThe one on the wiki is completely different than what is shown here, in any case if anyone like me has ran into the problem with overriding the Impact method on the Bullet class, you need to also include the bool parameter - then the Impact is properly found by VS and is overridden.
ОтветитьDoes the chance to infect need to match in both the xml and dll or does it just pull the one from the xml and ignore the one in the dll?
Ответитьheya im inspired to create a Baki mod in Rimworld,i literally dont know nothing about script,i go see more and learn a bit more if i get what i want i go notice
ОтветитьI followed the updated plague gun guide and changed it to make a revolver that fires all 6 bullets super fast, then reloads. Thanks for bringing that guide to my attention! I already knew about reskins. Now I'll be able to finally make an armored clothing mod! The C# integration seems interesting. Will come back to that later.
Ответить