SIR_RICHARD 0 Posted January 27, 2019 hello community! I help run a DayZ SA server and we are trying to add in the mrds for the FNX45 and the reflex sight for the M4 from .62 but we have no idea where to get the assets or how to implement them. would anyone be able to help? Share this post Link to post Share on other sites
HeadCrabD 5 Posted January 28, 2019 (edited) Yeah. Its pretty easy. All you need to do Its get the Item's name. Follow the example there and writting down in the type.xml. Normally need 2-3 hrs to get items spawn. So be patient. Update: You probably will encounter this problem that may cause items not spawnning correctly. Type 'X' must be inherited from class 'X' No idea how to fix it. Edited January 28, 2019 by HeadCrabD 1 Share this post Link to post Share on other sites
mrwolv 46 Posted January 28, 2019 13 hours ago, SIR_RICHARD said: hello community! I help run a DayZ SA server and we are trying to add in the mrds for the FNX45 and the reflex sight for the M4 from .62 but we have no idea where to get the assets or how to implement them. would anyone be able to help? <type name="ReflexOptic"> <nominal>10</nominal> <lifetime>1800</lifetime> <restock>0</restock> <min>5</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="weapons"/> <usage name="Military"/> <usage name="Police"/> <value name="Tier1"/> <value name="Tier2"/> <value name="Tier3"/> <value name="Tier4"/> </type> <type name="FNP45_MRDSOptic"> <nominal>10</nominal> <lifetime>1800</lifetime> <restock>0</restock> <min>5</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="weapons"/> <usage name="Military"/> <usage name="Police"/> <value name="Tier1"/> <value name="Tier2"/> <value name="Tier3"/> <value name="Tier4"/> </type> 2 Share this post Link to post Share on other sites
SIR_RICHARD 0 Posted January 28, 2019 Thanks guys i really appreciate it, this solves all of my problems. i looked forever online and i couldn't find the asset names anywhere! seriously appreciate it though! Share this post Link to post Share on other sites
HogsMaws 2 Posted January 29, 2019 I think there is a reason why the devs didn't put it in there (see image) Share this post Link to post Share on other sites
HogsMaws 2 Posted January 29, 2019 here's the reflex optic. it looks ok I guess? Share this post Link to post Share on other sites
HogsMaws 2 Posted January 29, 2019 rich - you have better luck? Share this post Link to post Share on other sites
mrwolv 46 Posted January 29, 2019 18 hours ago, HogsMaws said: I think there is a reason why the devs didn't put it in there (see image) lol thats how they made it to be a few patches ago still works good when you see a player ectra they have tryed to blur out all iron sights but yeah dosent look to good Share this post Link to post Share on other sites
SIR_RICHARD 0 Posted January 30, 2019 On 1/29/2019 at 11:11 AM, HogsMaws said: rich - you have better luck? results are about the same. im not too worried about it at this point, i just wanted the sights in! Share this post Link to post Share on other sites