it is great, the items work great, but i do have a question is there any mod that i have to get? because i can't seem to find the minigun anywhere in the inventory pages, i even tried searching for it with all the "optional dependences" installed, thanks!
EDIT: i would also recomend adding some semi-automatic rifles EHEM (M1 Garand) EHEM
Simply commenting it out makes it work if i remember correctly, i did not see the option to actually enable the minigun in the settings so i just went to comment it out from the minigun.lua file.
There is a lot more to fix though, like gun sounds playing for all players in the world as well as all the impact sounds, breaking sounds etc.
Commenting out the "if minetest.settings:get_bool("minigun_aswell") then" and the last "end" in minigun.lua worked for me. I also support the addition of the M1 Garand. More old-school guns would be nice
it is great, the items work great, but i do have a question is there any mod that i have to get? because i can't seem to find the minigun anywhere in the inventory pages, i even tried searching for it with all the "optional dependences" installed, thanks!
EDIT: i would also recomend adding some semi-automatic rifles EHEM (M1 Garand) EHEM
messed something up in the mod a little and the minigun is not registered...
will fix it next update.
will probably add m1 garand and some other guns next update as well.
Hey i know why the minigun does not appear. From minigun.lua:
if minetest.settings:get_bool("minigun_aswell") then
minetest.register_tool("rangedweapons:minigun_r", {...
Simply commenting it out makes it work if i remember correctly, i did not see the option to actually enable the minigun in the settings so i just went to comment it out from the minigun.lua file.
There is a lot more to fix though, like gun sounds playing for all players in the world as well as all the impact sounds, breaking sounds etc.
the minigun is there its just not_in_creative_inventory =1
Commenting out the "if minetest.settings:get_bool("minigun_aswell") then" and the last "end" in minigun.lua worked for me. I also support the addition of the M1 Garand. More old-school guns would be nice