RimWorld

RimWorld

FantasticWorlds(1.1)
Interesting concept, poor implementation
I really like the idea behind this mod, but after looking through the code, I'm removing it. As noted in another discussion post (that has not gotten any response I notice), you're overwritting existing defs, which should never be done. You've just copied the biome defs from the base game, with the same defname, and added your plants. This is what patch operations are for. You can add things to defs without effectively destroying the original def. That way when the base game updates, those changes don't get over written by your mod. I notice that some of the new animals are not included in your biome defs, for instance. Any other mods that change the same defs will cause issues as well.

You've also copied abstract defs which are not changed at all from the base game, which is not necessary. You can inherit from those bases just fine. The same issues apply here as above. Your mod should only include your code, meaning the defs for the new plants. Use patch operations to change the graphic paths of existing plants and to add your plants to existing biomes. Why does your mod have a def for rice, when you make no changes to rice? Again, this could prevent other mods that might want to change rice from working correctly, and if the base game changes something about rice, users of your mod won't get that change unless you notice it happened and copy it to your mod.
< >
Zobrazeno 12 z 2 komentářů
Cotton Joe  [vývojář] 28. dub. 2020 v 18.53 
I know very little about modding. I have figured out how to change a few things just by reading the files and messing around with it. If you would like to take this concept and make a new mod out of it, thats fine. hell you can even copy any of the textures or anything else you like.
I updated this mod here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2270354898

Joseph, if you want to learn more about RW modding come to the RW Discord https://discord.gg/rimworld I can show you the simple fixes I made and there are many others who can help you if you want to learn more.
Naposledy upravil velcroboy333; 28. říj. 2020 v 11.09
< >
Zobrazeno 12 z 2 komentářů
Na stránku: 1530 50