Schall Recharging Weapon


Experimental recharge mechanism. Introduced energy weapons, which recharge from personal batteries! Currently includes laser rifle, laser sniper rifle, laser shotgun, laser machine gun, mega laser cannon, chainsaw. (Locale: English, Deutsch, 正體中文, 简体中文, Português Brasileiro, Русский)

Content
4 months ago
0.17 - 2.0
8.44K
Combat

g quality recharging weapons don't generate ammo

a month ago
(updated a month ago)

I am using schall recharging weapon as well as several other mods, and am not getting weapon ammo for quality weapons. my disabilities & mental health are preventing me from doing a full debug process.

Has anyone checked a quality recharging weapon to make sure they normally generate ammo with only this mod and the space age mod Quality?

Edit: will post updates here if my health improves to the point I can resolve this myself.
addit: the issue looks likely to be caused by a conflict with the mod "weapon quality" by OwnlyMe since that mod changes weapon names, and this mod generates ammo based on weapon names.

a month ago

If this is a mod conflict, I suspect it is between this mod and the mod "weapon quality" due to the line in weapon quality's control.lua
item.set_stack{name = item.name:sub(1,-#item.quality.name-2), amount = 1, quality = item.quality}
This is being done to allow weapon damage and attack speed to scale with weapon quality, but is changing the weapon's name. I don't know what the output of the term "item.name:sub(1,-#item.quality.name-2)" is, but since from the faq it looks like weapon charging is based off item name, this probably explains my issue.

next steps: (that I may or may not take)
look into schall landmines and the rest of weapon quality to see if I can build a local patch.
in the unlikely event the above works, reach out to Schallfalke and OwnlyMe to for permission to make the compatibility patch public.

Alternative next steps:
wait and hope schall, ownlyme, or someone else patches this and lets me revel in the use of damage boosted quality chainsaws.

New response