File information

Last updated

Original upload

Created by

jack3459

Uploaded by

jack3459

Virus scan

Safe to use

16 comments

  1. Drexical
    Drexical
    • member
    • 0 kudos
    Great simple mod! Goes well with darker nights. 
  2. deleted165083833
    deleted165083833
    • account closed
    • 7 kudos
    does it break sth if its added to [Combat_Replacer_Ciri] too? for the werewolf fight in the cave
  3. hiroki19791017
    hiroki19791017
    • member
    • 0 kudos
    It's a great mod. just what i was looking for! I want Geralt to use this nice lamp, is there any way? Also, is there a way to replace the in-game torch with this lamp? If I could do that, instead of a blazing torch on my horse, I could attach a safer lamp, or attach it to my belt and let Geralt keep the light source while fighting.
    1. Undough
      Undough
      • member
      • 1 kudos
      Same
  4. YeungChiLongtimyeung
    YeungChiLongtimyeung
    • supporter
    • 0 kudos
    ..
  5. forcedtoREG
    forcedtoREG
    • member
    • 7 kudos
    Hey I had this error:
    Spoiler:  
    Show
    Error [mod0000_mergedfiles]game\player\player.ws(2657): Found unexpected '}'

    Although I do know how to fix this error.

    Would you mind double checking this file? I checked the RAW player.ws file of this mod, and THERE REALLY IS an EXTRA " } " at the end.
    1. jack3459
      jack3459
      • supporter
      • 41 kudos
      done
  6. gogozzzz
    gogozzzz
    • member
    • 1 kudos
    is it possible to add and equip items to ciri's quickslots? can she use?
    1. jack3459
      jack3459
      • supporter
      • 41 kudos
      It's a good idea,
      I have already suggested the creation of a specific menu for Ciri equipment.
      https://forums.cdprojektred.com/index.php?threads/the-vladimir-vilimovsky-ui-project.10000911/page-12
    2. gogozzzz
      gogozzzz
      • member
      • 1 kudos
      so, no reply till now.

      i remember geralt has 5 quickslot(2potion 2bomb 1misc), ciri has only 3 quickslot.
      i wonder, if use additem equipitem script for ciri, equip some items to her such as food, potion, lantern. what will happen?
    3. jack3459
      jack3459
      • supporter
      • 41 kudos
      Nothing, I try this option, it does not work for Ciri. in my opinion it is necessary to modify ciri.ws, ciri_inventory.w2ent, ciri_player.w2ent
      and the GUI menu script.
      what works.
      *************
      If you used
      ((CActor) thePlayer) .SetAppearance ('ciri_winter');
      it changes his appearance. then the command must start with ((CActor) thePlayer).
      What brings it closer to the use of the torch is 'Interactive Follower System', but this mod changes ciri Player to ciri NPC.

      'Interactive Follower System'
      https://www.nexusmods.com/witcher3/mods/2449
      read this file:HQXFollower.ws line 764
    4. gogozzzz
      gogozzzz
      • member
      • 1 kudos
      thanks very much.
      ciri really need some lighting tools. using dark night mod, very helpful for her quest.
  7. Lynwin
    Lynwin
    • supporter
    • 2 kudos
    Nude Geralt ?
    1. jack3459
      jack3459
      • supporter
      • 41 kudos
      pay no attention to Geralt's buttocks in the picture. this happens when you change characters with the console and a scene begins.
  8. GodsMistake
    GodsMistake
    • member
    • 4 kudos
    Great idea.. But could you let her use a torch instead?
    1. jack3459
      jack3459
      • supporter
      • 41 kudos
      I really try to try to do it with the torch but it misses the animation of the left arm.
      In the script I added the lines for animation and for change the lamp for a torch.

      //resourcePath = "quests\part_2\quest_files\q309_casablanca\entities\q309_hanging_lamp.w2ent";
      //resourcePath = "items\quest_items\q104\q104_item__keira_lamp.w2ent";
      //resourcePath = "items\work\lantern_dwarf_01\lantern_dwarf_01.w2ent";
      //resourcePath = "items\usable\quest_character_lamp.w2ent";
      //resourcePath = "items\work\work_torch\torch_work.w2ent";
      //resourcePath = "items\usable\torch\torch.w2ent";
      //resourcePath = "items\usable\oillamp\oillamp.w2ent";

      //thePlayer.PlayerStartAction( 1, 'man_geralt_carry_torch_low_loop_left' );