0 of 0

File information

Last updated

Original upload

Created by

flymelin83

Uploaded by

flymelin83

Virus scan

Safe to use

24 comments

  1. GoddessofTamriel96
    GoddessofTamriel96
    • member
    • 0 kudos
    i am unsure if its working, the weight isnt being shown still, but the durability is, so im confused
  2. Flame4ik
    Flame4ik
    • member
    • 0 kudos

    Repair!
  3. this mods conflict with VladE3ui extra skills slots addon because both need a modified playerWitcher.ws can you make a version of this mod for extra skills slots ? 
    1. flymelin83
      flymelin83
      • member
      • 5 kudos
      just find:
      return 0.0f; //modLimitless

      searching "//modLimitless"

      and edit it.
      //return 0.0f; //modLimitless
      return encumbrance;
  4. dabao12345
    dabao12345
    • member
    • 0 kudos
    Hey brother, please ask how to modify the font size of the UI,You can only change the size of the subtitles in the game menu.,I own a laptop.,My eyes hurt whenever I read.,The words of UI are too small.,Brother, can you help me?,Thank you, brother.。
    1. flymelin83
      flymelin83
      • member
      • 5 kudos
      Most of them should be in the ws file, edited using Notepad++, and using search functions such as "font size" and edit it, there are many UI elements that should be included.

      And I guess a few may be in the damn redswf file. It requires JPEXS tool to edit its script, and you may need to ask the original author.
    2. dabao12345
      dabao12345
      • member
      • 0 kudos
      Hey brother, I've tried what you said but it's disrespectful, there are a lot of ws files in the case of trying to modify the font size, I modified some about the book, but when I entered the game, the font was displayed abnormally, as a notebook user, I can't do anything now, I hope brother can help me make one, then I will be grateful, thank you brother
    3. dabao12345
      dabao12345
      • member
      • 0 kudos
      private function FormatDescription( text : string ) : string
      {
      return "<textformat leading=\"" + DESC_TEXT_LEADING + "\"><font size='" + DESC_FONT_SIZE + "'>"
      + text
      + "</font></textformat>";
      }

      private function FormatTitle( title : string ) : string
      {
      return "<font color ='#FFFFFF' size='" + TITLE_FONT_SIZE + "' face=\"$BoldFont\">"
      + title
      + "</font>";
      }

      private function FormatLabel( title : string ) : string
      {
      return "<font size='1" + LABEL_FONT_SIZE + "'>" + StrUpperUTF( title ) + "</font>";
      Hey bro, can you teach me how to fix this? Every time I add a number after "font size" and enter the game, the font becomes all messed up. Thanks a lot, man.
    4. flymelin83
      flymelin83
      • member
      • 5 kudos
      Sorry, perhaps you should overwrite with the original MOD file.
      Usually, if we are not particularly familiar with game code or MOD author, we are not sure which part of the code corresponds to which content.
      Perhaps one day I will study it and take a look. I'm sorry for wasting your time.
    5. dabao12345
      dabao12345
      • member
      • 0 kudos
      nothing,thinks.
  5. sHoGo87
    sHoGo87
    • member
    • 34 kudos
    Congratulations on the release my friend! 🍻 Thank you for making it. 👍

    One thing that I forgotten to mention, it's regarding the new Fiend Decoction effect we added so it can be useful again. If you would like to fully restore the vanilla effect it had (increases the amount of weight) than inside the modVladE3UI_Extras you would have to delete the folder mutagens that contains the script mutagen16.ws which you can find in scripts\game\gameplay\effects\effects\. 
    You will also need to uncook the bundle and delete the effects_mutagens.xml file in abilities and abilities_plus folders. Than cook the file back.

    That way you can restore the fiend decoction effect back and there is one more step that comes to restore the localizations, to do that you would have to decode the w3strings and delete this line from it:     

    1063959|fc92150b||Increases Geralt's vitality. <--- It depends on the language but from what I remember we only added the PL, ES, ESMX and EN which has been used for the rest of the localizations. Anyway just delete this line that starts with this ID 1063959.
    Than just encode it back and you're good and the Fiend decoction has been fully restored to its vanilla variation.

    If you will need any help or have some questions than feel free and message me. Keep up the great job you're doing!
    1. flymelin83
      flymelin83
      • member
      • 5 kudos
      Thank you for your reminder!

      By the way, is the "unknown" text in the language.w3string file in the mod  extra folder a translation for tracking unknown stronger monsters on a mini map ?

      I was still working on the Simplified Chinese translation of your mod last night and found many location names in the main MOD language.w3string.

      I compared and translated it in the language file of CDPR game file, but I didn't find any differences when playing with untranslated files. What are they used for?
    2. sHoGo87
      sHoGo87
      • member
      • 34 kudos
      No problem and you're welcome.

      Yes exactly, it's in the same file I mentioned earlier. It's a pretty short one as in that .w3strings files you will find the translations for the Monster Tracker + the option to toggle it on/off in the menu, name and description for White Raven perk + new saddlebags description to match with the changes from Limitless and the new description for the Fiend decoction.

      Don't bother with them as these are for some unfinished Glossary Locations menu that was left by the original authors of Vladimir UI. We wanted to finish it and rework it a bit but to many files from it are using (probabily) some old gen assets and it would be a huge amount of work so we decided to leave it as it was. On the margin, you can have a peak at that panel ingame to see how it could look by using the console command vladWIP and toggle it on in the mod menu, than it will appear at your inventory menus screen.

      Like I wrote those were meant and preserved to be for the Location/Places names and descriptions and were also left by the original Vlad's authors. We thought that we will finish them but after we realized how much work it will be than we left it. Gongel started even translating them and adding descriptions in Polish and English. I still have that csv somewhere on my PC. If someday we will have a lot of free time and the energy for it than maybe we will try to rework that panel once again and finish it but at the moment we don't have any plans.

      EDIT:
      I think that have found a nice method and solution to bring back the Glossary Locations Menu, so we have to change our minds and finish this. ;-D Will talk later to my teammate and if we decide to work on this than I would aim for one more (this time really) final update and release it around inbetween Christmas and New Year.
    3. flymelin83
      flymelin83
      • member
      • 5 kudos
      This is good news, thank you both for your efforts. I just finished overtime and just saw the news.
    4. flymelin83
      flymelin83
      • member
      • 5 kudos
      Hi  szogo87, I update the mod!
      Not only the "effects_mutagens.xml" file, I also delete all ID from localizations, only left:

      2116544001|61e13a7a||Buffed Monster
      2116544002|c6a6b0e5||Unknown

      And I translated all language "w3string" files, mostly from translation software, except the PL, ES, ESMX, EN. (It was already translated by you before).

      And CN, ZH translated manually by me.

      I am concerned that if users directly use my MOD, it may disrupt their translations. Sometimes those translated MODS are not only published on Nexus.
    5. sHoGo87
      sHoGo87
      • member
      • 34 kudos
      Yes, you're right because the other translations were for the Limitless stuff. My bad, I have forgotten about them. Sorry.

      It shouldn't if you didn't changed the ID's and use those that were already assigned for the mod. Also it depends mostly of the load order, as that mod that has higher priority will always override the lower ones and the same applies for the w3strings.
  6. LunarKnightz
    LunarKnightz
    • member
    • 0 kudos
    国人大佬😘🙌
    1. flymelin83
      flymelin83
      • member
      • 5 kudos
      怪胎VIP才是国人大佬哈哈,我连编程都不会,他今天做了一个很牛逼的MOD,把迪胖被杀的情节变得合理多了,你可以看看
    2. LunarKnightz
      LunarKnightz
      • member
      • 0 kudos
      看到了,你们都是大佬,哈哈哈,我还给他设置了特别关注,这下把你也加上😁
    3. 2812996416q
      2812996416q
      • member
      • 1 kudos
      大佬,可以给个链接或关键词吗
    4. flymelin83
      flymelin83
      • member
      • 5 kudos
      你点击超链接 MOD 就过去了
  7. gongel
    gongel
    • member
    • 22 kudos
    Hi flymelin83
    Thank you for making restored weight and Durability for Vladimir UI X E3 UI. Great job 💪👊
    1. flymelin83
      flymelin83
      • member
      • 5 kudos
      Thank you for your support.😃
  8. LoganRiviiskiy
    LoganRiviiskiy
    • member
    • 4 kudos
    Thank you 🙏