Hi looking forward to the update. as i want to use your dlc quets mod. also in script merger there is a conflict with brother in arms what cant be auto solved
Not compatible with Next Gen, but i do remember playing this on old gen and it was seamless back then, to the point i forgot a mod actually did this, just thought it part of the game. But a heads up for now, it will give you script errors on next gen, especially if merging with other mods.
This mod breaks playerwitcher.ws upon merging in 4.04. creates this error: Error [mod0000_mergedfiles]game\player\playerwitcher.ws(11886): Found unexpected '}'
for those who want to drive next-gen a mod! install only the dlc file, manually! Then locate the file playerWitcher.ws (Mods/mod0000_MergedFiles/content/scripts/game/player/playerWitcher.ws) searching functions -> private final function AddStartingSchematics()!
search for these lines... AddCraftingSchematic('Infused dust schematic',true, true); AddCraftingSchematic('Infused shard schematic',true, true); AddCraftingSchematic('Infused crystal schematic',true, true);
below them add the four lines! //bettergold AddCraftingSchematic('Gold ore schematic',true, true); AddCraftingSchematic('Gold ingot schematic',true, true); AddCraftingSchematic('Gold ingot schematic 1',true, true); AddCraftingSchematic('Gold plate schematic',true, true); //bettergold
i was just wandering, is there any way to decrease the number of this type of loot in the game, especially gold nuggets, i am using other looting mods mostly from LEGO mod page and i have merged them without a problem but it does appear that the consistency of gold loot is a bit too high, or maybe it was ok/normal for vanilla version of the game but for this specific combination of loot reducing mods it is just a bit too high, but i really like the armor mods that you have that require this mod so so i am willing to go with it although if there is any way to lower the amount of gold loot that would be awsome. i would reduce it at least by 50% maybe even for 75-80%. also, are you still planing on adding more stuff in the game that require this mod? thanks in advance.
if i download just the mod and not DLC would that make it so that crafting gold plates and everything is in place but just that i wont be able to find gold as loot. since while testing i deleted just the mod and not dlc part and the gold loot was still in the game in chests so maybe if i do it other way around the gold should not be lootable from chests but crafting options should still exist? could that work, basically instaling just mod better gold without DLC better gold?
Hi, kinda new to modding. I'd like to know where do I paste the dlcbettermod folder? Should i create a 'mod' folder in the dlc folder and paste it in there?
17 comments
creates this error:
Error [mod0000_mergedfiles]game\player\playerwitcher.ws(11886): Found unexpected '}'
install only the dlc file, manually!
Then locate the file playerWitcher.ws (Mods/mod0000_MergedFiles/content/scripts/game/player/playerWitcher.ws)
searching functions -> private final function AddStartingSchematics()!
search for these lines...
AddCraftingSchematic('Infused dust schematic',true, true);
AddCraftingSchematic('Infused shard schematic',true, true);
AddCraftingSchematic('Infused crystal schematic',true, true);
below them add the four lines!
//bettergold
AddCraftingSchematic('Gold ore schematic',true, true);
AddCraftingSchematic('Gold ingot schematic',true, true);
AddCraftingSchematic('Gold ingot schematic 1',true, true);
AddCraftingSchematic('Gold plate schematic',true, true);
//bettergold
it is!
looking forward to see the update, maybe crafting something like golden swords or something :)
also, are you still planing on adding more stuff in the game that require this mod?
thanks in advance.