Partoutatix Posted January 11, 2018 Share Posted January 11, 2018 (edited) I want to add more schematics to the list of schematics you already known when you begin the game (like the kaer morhen->warrior's leather jacket schematic). Where can I change this? Edited January 11, 2018 by Partoutatix Link to comment Share on other sites More sharing options...
Partoutatix Posted January 13, 2018 Author Share Posted January 13, 2018 playerWitcher.ws Link to comment Share on other sites More sharing options...
erik1998 Posted January 17, 2018 Share Posted January 17, 2018 Hello, you also know how to change witch gear is quipped when you start a knew game? I added a lot of recipes in playerWitcher.ws where i found the other recipes but after starting a knew game i didn't had them, any ideas? Link to comment Share on other sites More sharing options...
Partoutatix Posted January 17, 2018 Author Share Posted January 17, 2018 (edited) ^Not sure but playerWitcher.ws also shows how they add and equip the starting equipment to the player character for the B&W-only mode: var ids : array<SItemUniqueId>; ids = inv.AddAnItem( 'EP2 Standalone Starting Armor' ); EquipItem( ids[0] ); ids.Clear(); ids = inv.AddAnItem( 'EP2 Standalone Starting Boots' ); EquipItem( ids[0] ); ids.Clear(); ids = inv.AddAnItem( 'EP2 Standalone Starting Gloves' ); EquipItem( ids[0] ); ids.Clear(); ids = inv.AddAnItem( 'EP2 Standalone Starting Pants' ); EquipItem( ids[0] );ids.Clear(); As for the recipes, you have to be thorough and look for all the lines where the starting recipes are added since it's done for NG, HoS-only NG, B&W-only NG etc. Edited January 17, 2018 by Partoutatix Link to comment Share on other sites More sharing options...
Recommended Posts