This mode was created for practice purposes.
The main purpose is to modify the mod.js script, not to add items.
Because we are using a translator, interpretation may not be possible.
It is difficult to add locales at this time.
# need
MFAC SHOP MODULE
# install
# config.json option
{ “Magazine”: true, “MagazineSize”: true, # Height=1; Width=1; “MagazineMulti”: 10, # Cartridges._max_count*=MagazineMulti “RainbowColor”: true, “loopItem”: true, “oldLocales”: false, “lvl1Traders”: false } # MagazineSize, MagazineMulti
- MagazineSize
_props.ExtraSizeLeft=0;
_props.ExtraSizeDown=0;
_props.Height=1;
_props.Width=1;
- MagazineMulti
Cartridges._max_count*=modConfig.MagazineMulti;
# “RainbowColor”: true, in mm_items.json
Added background color change to rainbow color.
I created this simply because I wanted to classify it by background color.
# loop in mm_items.json
When adding only some items of the parent item by changing them.
# add item list
- Add by changing only the icon and background color of the THICC.
icon list : powerbank, grizzly, cristmas_prize_02, plastic_suitcase_set, double_gun_case etc…
and
BackgroundColor list : “default”,“orange”,“violet”,“grey”,“black”,“green”,“blue”,“yellow”,“red”
- Glock, AXMC, SVD edit mag
- LillyWeight
“Weight”: -1
- LillyAmmor
ArmBand, glasses, pipe
Details
-
GUID
Not Available
-
License
-
Source Code
Oh btw I think your locales are wrong or missing, at least depending on which version of Mighty_Condor’s API you are using.
If you want to add them correctly, it should look like
“locales”: { “en”: { “Name”: “AR-15 Aeroknox AX-15 5.56x45 upper receiver”, “ShortName”: “AX-15”, “Description”: “The AX-15 modular upper receiver for AR-based weapons. Fitted with mounts for attaching additional equipment. Manufactured by Aeroknox.” }, “ch”: { “Name”: “AR-15 Aeroknox AX-15 5.56x45上机匣”, “ShortName”: “AX-15”, “Description”: “为AR系列武器设计的AX-15模块化上机匣。附有用于安装附加装备的基座。由Aeroknox生产。” }, “ru”: { “Name”: “Верхний ресивер Aeroknox \“AX-15\” для AR-15 5.56x45”, “ShortName”: “AX-15”, “Description”: “Модульный верхний ресивер AX-15 для оружия на базе AR-15. Имеет направляющую для крепления дополнительного оборудования. Производство Aeroknox.” } } }, All this depends on how many languages you want to add, you should know what prefix it is for your respective language.
Also probably might want to attribute Mighty_Condor you are using the mod.ts made by him.
Edit: NVM apparently the JS doesn’t work that well ven with those changs.