all i want is the ability to remove the item enhancements, could you explain how you edited the files to get that to happen?
EDIT: so i found at least one part of where you edited the files to remove enhancements, in the base_scripts.dzip\game\guiinventory , but when i copy that section into mine and compile it, nothing changes, i dont get the prompts you wrote of "all the slots are full do you want to remove one", is there another place where you edited?
I checked base_scripts.dzip\game\guiinventory and now I'm looking at these lines in the player.ws file:
[5188] var confirmRemoveEnhancement : CGuiConfirmRemoveItemUpgrade; [5239]confirmRemoveEnhancement = new CGuiConfirmRemoveItemUpgrade in theHud.m_messages;
But I get this script error: game/player/player.ws [5188] Unknown type 'CGuiConfirmRemoveItemUpgrade' for property 'confirmRemoveEnhancement'
I'm completely unsure of how to edit it to make it really work. Did you have any success?
I managed to get only the enhancement removal ability working.
Just check and compare for differences with a text editor the following files between the modded and unmodded versions: base_scripts\core\array.ws base_scripts\core\string.ws base_scripts\game\gui\guicharacter.ws base_scripts\game\gui\guiinventory.ws base_scripts\game\gui\guiutils.ws base_scripts\game\player\player.ws
And you could not make a similar assembly only to replace the poker prize with (Tweaked Minigame Bets) and perks with (Training skills since level 1). Thank you very much in advance.
10 comments
EDIT: so i found at least one part of where you edited the files to remove enhancements, in the base_scripts.dzip\game\guiinventory , but when i copy that section into mine and compile it, nothing changes, i dont get the prompts you wrote of "all the slots are full do you want to remove one", is there another place where you edited?
[5188] var confirmRemoveEnhancement : CGuiConfirmRemoveItemUpgrade;
[5239]confirmRemoveEnhancement = new CGuiConfirmRemoveItemUpgrade in theHud.m_messages;
But I get this script error: game/player/player.ws [5188] Unknown type 'CGuiConfirmRemoveItemUpgrade' for property 'confirmRemoveEnhancement'
I'm completely unsure of how to edit it to make it really work. Did you have any success?
Just check and compare for differences with a text editor the following files between the modded and unmodded versions:
base_scripts\core\array.ws
base_scripts\core\string.ws
base_scripts\game\gui\guicharacter.ws
base_scripts\game\gui\guiinventory.ws
base_scripts\game\gui\guiutils.ws
base_scripts\game\player\player.ws
what should i do?
http://www.nexusmods.com/witcher2/mods/649/?
Cheers by the way!
Thank you for this mod!