I joined 1 Week Gamejam
I made a Side-scrolling action game with Unity at 1Week Gamejam.
You can play here, for free! -> https://unityroom.com/games/furu_sword

I made a Side-scrolling action game with Unity at 1Week Gamejam.
You can play here, for free! -> https://unityroom.com/games/furu_sword


ModularPartDef is a Def that defines a part that can be attached to a modular weapon. It's written as follows;

The name of the def. Required like any other Defs.
The name of the part displayed in the game.
https://steamcommunity.com/sharedfiles/filedetails/?id=2935666729
↑SUBSCRIBE NOW↑
2023-02-19 09:02:09 +0000 UTC View PostThis is a ThingDef in XML file of PDW addon. I've underlined the important points in red;

A good way to get started is to copy-paste from the base game weapon XML, and modify some of it. If so, here's what you should change:
1. Set parent of ThingDef to "BaseModularWeapon".
2022-11-18 11:32:48 +0000 UTC
View Post
The file structure of "ModularWeapons - PDW Addon" is as follows;

About folder
The About folder is like any other mod. Don't forget to add ModularWeapons mod into <modDependencies> in About.xml.
2022-11-09 08:01:21 +0000 UTC
View Post

Gunsmith system of ModularWeapons requires specially formatted texture files. So we need AssetBundles to prepare it.
Step1: Install Unity to your device.
From here; https://unity3d.com/
I recommend the same version of Unity as Rimworld, but it doesn't seem to have to be ...
2022-11-08 07:36:35 +0000 UTC View Post