Kefrem4386 Posted May 21, 2021 Share Posted May 21, 2021 Ive downloaded a couple mods but can not for the life of me figure out how to get them onto my character in game. Ive done research..used this parsing... Game.AddToInventory(“Items.[item Name], [X]”) player.inventory.addItem(Items.[itemName],[X]) I have Cyber Engine Tweaks and i type it on the code line but it just keeps coming back with an error. Can anyone give me some pointers and throw me a bone here? Thanks Link to comment Share on other sites More sharing options...
reilaria Posted May 25, 2021 Share Posted May 25, 2021 You have two metod: if u have the comand its easy, just copy the code, example if u want to have the titanium gas mask u need to copy the code Game.AddToInventory("Items.Mask_02_basic_01", 1) and it ll appear on your inventory OR use the mod Respector Link to comment Share on other sites More sharing options...
Recommended Posts