[Solved] Some of my weapons don't work with Better Combat

Started by Lord_Of_Crumbs on

Topic category: Troubleshooting, bugs, and solutions

Active 10 months ago
Joined Sep 2022
Points:
334

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
[Solved] Some of my weapons don't work with Better Combat
Sun, 11/26/2023 - 06:18 (edited)

So, I'm making a weapon mod and some (most) of my weapons work with Better Combat, but there are also some that just don't work at all for some reason. I have no clue what is causing this and I saw that someone else had this issue, but they posted on reddit.

Edited by Lord_Of_Crumbs on Sun, 11/26/2023 - 06:18
Active 1 year ago
Joined Jul 2018
Points:
733

User statistics:

  • Modifications: 2
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 28
any update on this? im…
Wed, 08/02/2023 - 14:32

any update on this? im trying to do something with the better combat mod too

Active 10 months ago
Joined Sep 2022
Points:
334

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
I figured out the problem,…
Thu, 08/03/2023 - 22:51

I figured out the problem, better combat seems to generate attack patterns from the name of your weapon in its code. So you can basically make your weapon fit one of the template types by having its name in the code name for the weapon. Weapon types here.

Active 10 months ago
Joined Sep 2022
Points:
334

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
For example, the weapons in…
Thu, 08/03/2023 - 22:53

For example, the weapons in my mod that worked had names like "hammer" or "rapier" in them, but the ones that didn't work had unique names like "Angel's Bane"