• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

PKM (Light Machine Gun)

Noisy Pants

Refugee
Last edited by a moderator:
For those who want something with a bit more pep, here is the PKM: https://drive.google.com/file/d/16VCQ4Of08tLtVHEC_EzvFgWF-JBlt81u/view?usp=sharing Took details from, https://modernfirearms.net/en/machineguns/russia-machineguns/pk-pks-pkm-pkms-eng/, for crafting this beast. For those that don't know, in very simplified terms, an AK-47; which is where I got the idea to make this mod.
Brilliant as you get More data are required To know How it works The manufacturing of this mod Merchant or create it

 
Last edited by a moderator:
Your loot.xml is not loading. To get it working i did these edits:

Changed

Code:
<append xpath="/loot">

<lootcontainers>
to

Code:
<append xpath="/lootcontainers">
and removed this entry at line 565

Code:
</lootcontainers>
 
Your loot.xml is not loading. To get it working i did these edits:
Changed

Code:
<append xpath="/loot">

<lootcontainers>
to

Code:
<append xpath="/lootcontainers">
and removed this entry at line 565

Code:
</lootcontainers>
thank you, just to be clear - like this;

beginning:

PKMclip1.JPG

end:

PKMclip2.JPG

 
Last edited by a moderator:
Code:
<config>
<append xpath="/lootcontainers">

<!-- Overrides the probability on a per item basis -->
<!-- Level is the percentage to Max Level for the player. Max level is found in progression.xml -->
<!-- https://docs.google.com/spreadsheets/d/1MHeXohG2uKJEUKI82fPMjZN2PYBgsJJzO_-L6t-ddQw -->
<lootprobtemplates>
<lootprobtemplate name="baseProbTemplate">
	<loot level="1,100" prob="0.25"/>
	<loot level="101,200" prob="0.5"/>
	<loot level="201,300" prob="0.75"/>
	<loot level="301,999999" prob="1"/>
</lootprobtemplate>



<lootgroup name="commonBooks" count="1">
<item name="Skorpionschematic"/> 
</lootgroup>

</append>
</config>
(I removed everything except the first and last entry to make it easier to see in the post here)

Edit: I havent tested the loot changes and such, just noticed that the loot.xml gave an error. So just changed the part that stopped it from loading :)

 
Last edited by a moderator:
sorry guys, as a noob - thus being beneath you - would you please cut me some slack, this is very hard for me to do, I've watched a lot of YouTube videos, posted questions, etc.

 
sorry guys, as a noob - thus being beneath you - would you please cut me some slack, this is very hard for me to do, I've watched a lot of YouTube videos, posted questions, etc.
What would you like to know exactly as quasimiyao has answered your question on how xpath for What you need is set. What are you asking and sorry was stirring quasimiyao.

We all started somewhere tho. Just need to set out what your after and all is all to be able to help

 
What would you like to know exactly as quasimiyao has answered your question on how xpath for What you need is set. What are you asking and sorry was stirring quasimiyao.
We all started somewhere tho. Just need to set out what your after and all is all to be able to help
I uploaded the fixed version using quasimiyao help, now that i've thought about it i was being a bit touchy, my apologies. I have legitimate mental health issues that are a speed bump for me modding; i'm working on not being so touchy

 
I uploaded the fixed version using quasimiyao help, now that i've thought about it i was being a bit touchy, my apologies. I have legitimate mental health issues that are a speed bump for me modding; i'm working on not being so touchy
Oh no issues just wasn't sure exactly what you were asking in case we had read it wrong and weren't being helpful.

No one is beneath anyone here in the modding forums. We are equals and this modding community is the best esp when one needs or asks for help :-)

 
Last edited by a moderator:
Back
Top