Search results

+
  1. P

    ScriptMerger's Kdiff3 doing 2-way instead of 3-way merges on dlc files.

    Fixed by woodbyte: https://www.nexusmods.com/witcher3/mods/3395
  2. P

    Is Dynamic Resolution mod still possible for W3?

    TBH with those specs you should easily be able to do a solid 30fps at max or near max details @1080p unless you're going for hairworks. Probably something going on with your hardware or software setup. You check if the CPU/GPU clocks aren't getting throttled when you're running the game?
  3. P

    Gameplay Demo - Your Suggestion/Feedback Thread

    World interaction/usability 1 . From the footage I wasn't sure how exactly the player is supposed to know which parts of the gameworld are interactive or lootable and which aren't, whether you have to actively walk up to them or engage batman/witcher senses to figure out if they're interactive...
  4. P

    [Mod request] - Remove question marks for a lot of underwater treasures in Skellige

    Hah. Don't know how you can change map markers, haven't yet looked into modding that aspect of the game, sorry. Though I'm sure Cercaphus could point you to people who should know as they've been modding the game for years and actually get a kick out of making mods rather than playing them...
  5. P

    ScriptMerger's Kdiff3 doing 2-way instead of 3-way merges on dlc files.

    This doesn't only happen with my mods, seems to happen with any two mods that change the dlc xml files(at least the blood&wine ones). Could it be that nobody noticed it up till now? A friend also noticed that Blood&Wine/bob seems absent from...
  6. P

    ScriptMerger's Kdiff3 doing 2-way instead of 3-way merges on dlc files.

    ScriptMerger's Kdiff3 doing 2-way instead of 3-way merges on dlc files. Been having this issue where upon merging one of my mods with another mod (ex: https://www.nexusmods.com/witcher3/mods/2863 with https://www.nexusmods.com/witcher3/mods/1265) that changes the same dlc xml files, script...
  7. P

    Loot system mystery ?

    ^Seems the problem was that there was a non-book item tagged with NoShow, NoDrop ("Armor maintenancet") in the loot list "_unique_books_other". Bug? Since it had a higher priority(-1) than all the other placeholder coins in that list it was always being picked. I hope this was just a oneoff thing
  8. P

    Loot system mystery ?

    Having another issue with figuring out how the loot system works. Let's say I replaced a lot of item types(including books) in def_loot_containers.xml with <loot_entry name="Crowns" player_level_min="0" player_level_max="0" quantity_min="1" quantity_max="2" chance="1"/> I assumed that giving...
  9. P

    [Modding Help] Make NPC Enemies NOT drop their weapons as loot.

    ^It's a small change, but might as well make a mod of it: https://www.nexusmods.com/witcher3/mods/2881
  10. P

    [Modding Help] Make NPC Enemies NOT drop their weapons as loot.

    Wasn't easily finding any combination of weapon tags filter that would preserve all the (supposedly) unique or quest weapons while removing all the junkish repetitive ones. Best suggestion so far seems to be to filter them by quest tag and item quality level(in this case I keep only level...
  11. P

    [Modding Help] Make NPC Enemies NOT drop their weapons as loot.

    inventory.RemoveItemByTag('Weapon',-1); before UpdateLoot() in bTaskDeath.ws seems to work, although it also potentially removes unique/quest weapons. Will have to see which tags only occur for the junk/non-unique type weapons obtained from an enemy's remains.
  12. P

    [Modding Help] Make NPC Enemies NOT drop their weapons as loot.

    [Modding Help] Make NPC Enemies NOT drop their weapons as loot. I'd like to have this feature as part of a loot overhaul mod. Thought it would be a simple matter of editing one line or adding a new one to remove a dead npc's equiped weapon from its remains container upon death, yet all I've...
  13. P

    The Witcher 1&2 Remakes?

    Would sure be nice to see TW1-3 playable as a single game/gameworld. Maybe for the PS5 generation.
  14. P

    Do the series' opposing factions make up for the lack of a party system *SPOILERS*

    Never cared for controlling a party of characters in an rpg, just my own.
  15. P

    Cyberpunk 2077 - Your Ideas For A Dream RPG

    Just please have a third person/OTS camera, even if only as an option. First person is my least favorite camera type for an rpg(behind third person and top down) and I believe the last two Deus Ex games would have sold a lot better if they had included an optional third person camera.
  16. P

    Inventory Thread

    Would've been nice if selecting an item or schematic in the crafting panel or shop panel showed you a preview of what it would look like on you.
  17. P

    Please add an option to disable timed decisions.

    ^I think there's a couple more sequences, like when worlds seem to collide, riding with Anna Henrietta. Still, what an odd thing to ask for. That's your problem.
  18. P

    [Mod Request/Help] Side Quests Mandatory to do More Main Quests

    Can't help ya with the mod but there are a bunch of side quests that will fail/vanish if you proceed too far with the main quest.
  19. P

    Modding The Witcher 3 : a collection of tools you need

    Edit: My bad, apparently I had been looking in the wrong xml files. The data is in def_loot_quests.xml. Solved. I'd like to know how I can change the loot a container has when it doesn't seem to come from the loot lists already defined in def_loot_containers.xml, def_loot_livingworld.xml etc...
Top Bottom