Posts by llife
-
-
llife added a new file:
Quote**For Any Version Before 3.3.0,
It is highly recommended to sell all or delete all items from your stash before updating!!!**
new trader with a few new weapons...
includes:
- vintorez - armalite style 9x39 caliber rifle,
- 6.5 Creedmoor marksmen rifle,
- 458 socom armalite rifle,
- SBR-57, small amralite rifle chambered in 5.7x28.
- mags for each new rifle,
- 6.5 ammo.. armor piercing and heavy round,
- 458 socom rounds, armor piercing and a range round,
- retextured armor and backpacks (black),
- a couple of retextured heavy trooper mask with higher armor level to be actually useful,
- a few of custom handguards (foregrip position has been moved further out)
- A chance for the daily and/or weekly elimination quest
all credits for ideas and/or older outdated mods are included,
including:- vintorez - kovacs
- 6.5 Creedmoor - okaoka2 & SUKENIKOV
- black gear - justsnu
- heavy trooper - wolfik
- valmod3 - samswat - for the template of how i made my mod
- biggerbang - Thunderbags - for template of how i implemented my trader
- K4_a for helping debug flea market prices.
- Huge thank you to @katto for the updated 458 socom bundles!!
If i missed anyone or if you do not wish for me to include your item just let me know and i'll remove.
-
i made a fix for custom traders for your AIO, just added a enable true/false to the config and js of trader files in your mod. with it enabled will work as usual, with disabled custom traders now work...
Code
Display More"UpdateTime":{ "Enabled": false, "updateTime": [ { "traderId": "54cb50c76803fa8b248b4571", "seconds": 3600 }, { "traderId": "54cb57776803fa99248b456e", "seconds": 3600 }, { "traderId": "579dc571d53a0658a154fbec", "seconds": 3600 }, { "traderId": "58330581ace78e27b8b10cee", "seconds": 3600 }, { "traderId": "5935c25fb3acc3127c3d8cd9", "seconds": 3600 }, { "traderId": "5a7c2eca46aef81a7ca2145d", "seconds": 3600 }, { "traderId": "5ac3b934156ae10c4430e83c", "seconds": 3600 }, { "traderId": "5c0647fdd443bc2504c2d371", "seconds": 3600 }, { "traderId": "ragfair", "seconds": 3600 } ] },
Code
Display Moreif (mod.UpdateTime.Enabled == true) { if (mod.UpdateTime.updateTime != [ { "traderId": "54cb50c76803fa8b248b4571", "seconds": 3600 }, { "traderId": "54cb57776803fa99248b456e", "seconds": 3600 }, { "traderId": "579dc571d53a0658a154fbec", "seconds": 3600 }, { "traderId": "58330581ace78e27b8b10cee", "seconds": 3600 }, { "traderId": "5935c25fb3acc3127c3d8cd9", "seconds": 3600 }, { "traderId": "5a7c2eca46aef81a7ca2145d", "seconds": 3600 }, { "traderId": "5ac3b934156ae10c4430e83c", "seconds": 3600 }, { "traderId": "5c0647fdd443bc2504c2d371", "seconds": 3600 }, { "traderId": "ragfair", "seconds": 3600 } ]) { this.updateTime(); } }