dragonslayer770
Refugee
the weapons I craft or fined still have mass is 6
yes I get this oneWhen you load the game up are you getting any warnings .. I have other UI Modlets installed and the Drconfused one would not load the windows.xml.
Its possible the windows.xml is not applying ...this will show up if you press F1 and scroll through the logs
I get same with Drconfused modlet, I will look into this a bit more tonight when i get home ... its probabaly a conflict with another modlet or mod for my errors . Drconfused thread has no reports of his auger and chainsaw mods not working properly and they are using same code as yours.yes I get this one WRN XML patch for "XUi/windows.xml" from mod "More_Weapon_Mods" did not apply: <set xpath="/windows/window[@name=windowAssemble]/panel[@name=content]/rect[@depth=1]/grid[@name=parts]/@rows"
<set xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect[@depth='1']/rect[@depth='1']/grid[@name='parts']/@rows">10</set>
Thanks for the update DrconfusedLooks like I was forgetting a piece of the code here is the update
there should have been these two /rect[@depth='1'/rect[@depth='1' but I only had one so it was not finding the right location.Code:<set xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect[@depth='1']/rect[@depth='1']/grid[@name='parts']/@rows">10</set>
This should work now, tested on my augers and chainsaws and works.
What you want to do is add some harvest events to the blocks in question... examplehey all is there a modlet for adding gold, or any others to the vains and rocks?and if I have to make them how so I add them to the vains and rocks?
thank you.
<append xpath="blocks/block[@name='terrStone']>
<drop event="Harvest" name="resourceGoldNugget" count="3" prob="0.01" tag="oreWoodHarvest"/>
</append>
I am not understanding what the question is, can you elaborate?thank you Drconfused the fix worked.but I have another Question what is the xpath to remove the windowCraftingQueue and to insertAfter.
thank you guy for the help.
<property name="CustomIcon" value="AwesomeICONhere"/>
<property name="CustomIconTint" value="ffb0b0"/>
<property name="CustomIcon" value="meleeToolMachete"/>
<property name="CustomIconTint" value="44aa00"/>
im asking how to get the colors. like how did u get the redish color?I am not understanding what the question is, can you elaborate?
And for custom tint all I know so far is that it works on icons but not sure how to do that if its a model.
example to tint something a deep redish color
Code:<property name="CustomIcon" value="AwesomeICONhere"/> <property name="CustomIconTint" value="ffb0b0"/>
thank you. so I'm using Drconfused code and the color is off here is what I'm using, the first event is blue and the first harvest is red. is this ok?Heres a good link for help to get the hex and rgb values https://htmlcolorcodes.com/