Page 16 of 40 FirstFirst ... 6141516171826 ... LastLast
Results 226 to 240 of 592
  1. #226
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    796
    Reputation
    106
    Thanks
    2,171
    My Mood
    Inspired
    @SleepyLia can I make fiddler script to use your custom character data?

    I already made it long time ago, but I formatted the file differently.
    I plan to upload last version for my methods that can use/convert files generated by your updater.

    Another thing that I think could be useful, is a blacklist for generation for example a txt file with a list of itemIds to don't put into generated files.

  2. #227
    SleepyLia's Avatar
    Join Date
    Jun 2021
    Gender
    female
    Posts
    177
    Reputation
    10
    Thanks
    1,239
    Quote Originally Posted by 8otto View Post
    @SleepyLia can I make fiddler script to use your custom character data?

    I already made it long time ago, but I formatted the file differently.
    I plan to upload last version for my methods that can use/convert files generated by your updater.

    Another thing that I think could be useful, is a blacklist for generation for example a txt file with a list of itemIds to don't put into generated files.
    You can do as you please, I made market updater for all people, including those who want to work on their own projects. That is why I have now included generation of files inside of 'IDs' folder to make it easier for people to extract all IDs without having to go through and get them manually with FModel.

    Thanks for suggestion, I plan on improving the market updater/unlocker when I have time during weekend and I will add blacklist ^^
    Last edited by SleepyLia; 08-31-2023 at 07:31 AM.

  3. #228
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    796
    Reputation
    106
    Thanks
    2,171
    My Mood
    Inspired
    Quote Originally Posted by SleepyLia View Post


    You can do as you please, I made market updater for all people, including those who want to work on their own projects. That is why I have now included generation of files inside of 'IDs' folder to make it easier for people to extract all IDs without having to go through and get them manually with FModel.

    Thanks for suggestion, I plan on improving the market updater/unlocker when I have time during weekend and I will add blacklist ^^
    Thank you, nice project I also downloaded the old version's source code, when I have free time I'll download the new one, I did a simple modification, I added the possibility to create a Path.txt file with Paks' path idk if you add this in latest version

  4. #229
    SleepyLia's Avatar
    Join Date
    Jun 2021
    Gender
    female
    Posts
    177
    Reputation
    10
    Thanks
    1,239
    Quote Originally Posted by 8otto View Post
    Thank you, nice project I also downloaded the old version's source code, when I have free time I'll download the new one, I did a simple modification, I added the possibility to create a Path.txt file with Paks' path idk if you add this in latest version
    I didn't add it, but I did now.
    I've uploaded the new source that you can download with the new features + saving path to txt file.

  5. #230
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    796
    Reputation
    106
    Thanks
    2,171
    My Mood
    Inspired
    Quote Originally Posted by SleepyLia View Post


    I didn't add it, but I did now.
    I've uploaded the new source that you can download with the new features + saving path to txt file.
    Superfast, nice job thank you! I'll download it now

  6. #231
    SleepyLia's Avatar
    Join Date
    Jun 2021
    Gender
    female
    Posts
    177
    Reputation
    10
    Thanks
    1,239

    Cool

    Quote Originally Posted by 8otto View Post
    Superfast, nice job thank you! I'll download it now
    Updated source again, added generation of blacklist.json that will allow people to add IDs that they don't want generated.
    The blacklist will work for Cosmetics/Outfits, Items, Addons, Offerings, and Perks.

    The blacklist.json will be generated like so:
    Code:
    {
      "IDs": [
        "Item_LamentConfiguration"
      ]
    }
    Then just append to the array as see fit, for example if you wanted to blacklist Dwight's bloodletting from being generated in files:
    Code:
    {
      "IDs": [
        "Item_LamentConfiguration",
        "DF_Torso04_BloodLetting"
      ]
    }
    If you have any other suggestions feel free to let me know

    Edit:
    Since external communication is now allowed you can add me on Discord if you would like for easier communication.
    Discord: bhvr
    (Yes, I claimed the username 'bhvr' because why not
    )
    Last edited by SleepyLia; 09-01-2023 at 06:30 PM.

  7. #232
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    796
    Reputation
    106
    Thanks
    2,171
    My Mood
    Inspired
    Here's my blacklist with all event, unreleased or not unlockable stuff

    Code:
    {
    	"IDs": [
    		"Addon_Firecracker_BlackPowder",
    		"Addon_Firecracker_BuckShot",
    		"Addon_Firecracker_FlashPowder",
    		"Addon_Firecracker_GunPowder",
    		"Addon_Firecracker_LargePack",
    		"Addon_Firecracker_LongFuse",
    		"Addon_Firecracker_MagnesiumPowder",
    		"Addon_Firecracker_MediumFuse",
    		"Addon_Flashlight_BrokenBulb",
    		"Addon_Killer_Halloween2020",
    		"Addon_Medkit_BlightedSyringe",
    		"Anniversary2019Offering",
    		"Anniversary2020Offering",
    		"Anniversary2021Offering",
    		"Anniversary2022Offering",
    		"Anniversary2023Offering",
    		"BlackSplinter",
    		"BoneSplinter",
    		"CattleTag28",
    		"ChildrensBook",
    		"ColdwindCattleTag81",
    		"CrescentMoonBouquet",
    		"DecrepitClapboard",
    		"EmergencyCertificate",
    		"FakeItem_Camper_OnryoTape",
    		"Father_Key_Card",
    		"FullMoonBouquet",
    		"FumingCordage",
    		"FumingWelcomeSign",
    		"GlassSplinter",
    		"Halloween2021Offering",
    		"Halloween2022Offering",
    		"HalloweenOffering",
    		"HarvestFestivalLeaflet",
    		"Item_Blighted_Serum",
    		"Item_Camper_AnniversaryToolbox",
    		"Item_Camper_ContaminationSerum",
    		"Item_Camper_Firecracker_Anniversary2019",
    		"Item_Camper_Firecracker_Chinese",
    		"Item_Camper_Firecracker_Flashbang",
    		"Item_Camper_Firecracker_WinterEvent",
    		"Item_Camper_Flashlight04",
    		"Item_Camper_Flashlight_Anniversary2020",
    		"Item_Camper_Flashlight_Anniversary2022",
    		"Item_Camper_K29InfectionRemover",
    		"Item_Camper_K32Emp",
    		"Item_Camper_K33Turret",
    		"Item_Camper_LunarToolbox",
    		"Item_Camper_Medkit05",
    		"Item_Camper_Medkit_Anniversary2020",
    		"Item_Camper_Medkit_Anniversary2022",
    		"Item_Camper_Toolbox_Anniversary2022",
    		"Item_FragileObject",
    		"Item_LamentConfiguration",
    		"LunacyTicket",
    		"MacmillanLedgerPage",
    		"MuddySplinter",
    		"NewMoonBouquet",
    		"PElliotLunacyTicket",
    		"PElliottLunacyTicket",
    		"PaintedRiverRock",
    		"PsychiatricAssessmentReport",
    		"QuarterMoonBouquet",
    		"RedMoney",
    		"ShockSplinter",
    		"ShreddedPlate",
    		"SignedLedgerPage",
    		"SmokingSplinter",
    		"SummerOffering",
    		"VirginiaPlate"
    	]
    }
    Last edited by 8otto; 09-03-2023 at 05:39 AM.

  8. The Following User Says Thank You to 8otto For This Useful Post:

    agureve (09-03-2023)

  9. #233
    drza's Avatar
    Join Date
    Oct 2021
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    after install

    if i do the install on one system and load the game on another without installing these files will it show up on any system i play or only the one I installed the mod software on?

  10. #234
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    796
    Reputation
    106
    Thanks
    2,171
    My Mood
    Inspired
    Quote Originally Posted by drza View Post
    if i do the install on one system and load the game on another without installing these files will it show up on any system i play or only the one I installed the mod software on?
    You have to use Fiddler in this way
    https://docs.telerik.com/fiddler/con...rremotemachine

  11. #235
    echoress's Avatar
    Join Date
    Sep 2023
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    wtf

    https://imgur.com/a/qqHrR6I

    I don't have a xenomorph, but I do have his perks.

    idk how...

  12. #236
    vinzetv's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    I only able to use survivor's item addons for 1 game, any solution?

  13. #237
    SleepyLia's Avatar
    Join Date
    Jun 2021
    Gender
    female
    Posts
    177
    Reputation
    10
    Thanks
    1,239
    Quote Originally Posted by vinzetv View Post
    I only able to use survivor's item addons for 1 game, any solution?
    Open and close bloodweb and then switch inventory presets and back again.

  14. #238
    Crisscl's Avatar
    Join Date
    Sep 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Quote Originally Posted by SleepyLia View Post


    Open and close bloodweb and then switch inventory presets and back again.
    This work only in epic games?

  15. #239
    SleepyLia's Avatar
    Join Date
    Jun 2021
    Gender
    female
    Posts
    177
    Reputation
    10
    Thanks
    1,239
    Quote Originally Posted by Crisscl View Post
    This work only in epic games?
    If you're talking about the unlocker then it works on all platforms.
    HOWEVER, you need a SSL bypass for Steam. Epic Games/Microsoft Store will work without issue.

    As for what you quoted; that will fix missing items on all platforms.

  16. #240
    Crisscl's Avatar
    Join Date
    Sep 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Quote Originally Posted by SleepyLia View Post


    If you're talking about the unlocker then it works on all platforms.
    HOWEVER, you need a SSL bypass for Steam. Epic Games/Microsoft Store will work without issue.

    As for what you quoted; that will fix missing items on all platforms.
    And how i make that SSL by pass, because i try modified Engine but don't work

Page 16 of 40 FirstFirst ... 6141516171826 ... LastLast