sp-tarkov / server

University of Illinois/NCSA Open Source License
25 stars 9 forks source link

Feature - Function to allow adding weapon with full mod structure to a bot #739

Open refringe opened 1 week ago

refringe commented 1 week ago

e.g.

this.customItemService.addWeaponToBot(weaponTpl, weaponWeight, weaponSlot, botType);

Custom weapon mods could use this to insert their gun into bots.

Needs some investigation of above feasibility:


Originally written by chomp

refringe commented 1 week ago

Partially implemented (for pmcs only): https://dev.sp-tarkov.com/SPT-AKI/Server/commit/ea2257c2fb28c58e3ba3f338a23ad78ba9b97fca


Originally written by chomp