Jump to content

BFT2020

Members
  • Posts

    3,502
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by BFT2020

  1. I got a working modlet posted. It will be under Crafting mod section in my A21 modlet post I didn't do my balance testing, just made sure everything was working accordingly. I did eventually add T0 Q6 items to the T5 POI drops, but they are currently commented out so if you want to add them, feel free to do so. I left some pretty detailed instructions in the loot file where you need to make the changes. Let me know if you see any bugs or any improvements necessary.
  2. Might be a silly question, but do you want Q6 T0 gear in the Tier 5 loot chest?
  3. I thought this was interesting, but Skyrim and Fallout, they have it coded in the game that you can't kill kids. AAA gaming development company that decided they are not going to give players the choice of killing kids, yet both franchises are very profitable for them. No kids in Conan, and I don't think Call of Duty had kids in it to kill (though CoD with the airport attack mission, that was brutal. I skipped over that one). TFP doesn't want to include kid zombies in their game, that is their choice. If you want to maim zombie kids in your game, then find a mod that allows you to do it.
  4. Players been doing that for awhile now, even before A21 Get infected, look 5 minutes for a cure, kill themselves to not have to deal with it break a leg, don’t want to be slow, kill themselves Gorge on food even when full, run out of food, kill themselves when they starve Play a survival game, don’t want to deal with survival elements, kill themselves to not deal with it The issue is not game mechanics, it’s players not wanting to have to deal with them at this point, they should be honest with themselves and just mod out anything remotely associated with survival
  5. So the majority of the work is now done and ready for me to start testing to see if I broke something. After that, just need to do the localization file, create a readme file listing all the changes to include wit the file, polish up some of the notes in the individual files and it will be ready for download. Shooting for tomorrow release but could drift into the weekend depending on if I can get some time tonight to start testing it.
  6. A20 did change the trader quest progression system though. Prior to A20, progressing with any trader increase the tier with all traders. A20 introduced TFP rep system with traders where you only advanced the tiers if you were doing quests for that specific trader. So now you had to do T1 quests with all traders if you wanted T2 quests from any of them, rather than just spamming quests with your local trader Hugh to raise the quests for Jen, Joel, Rekt, etc. And of course, they now tied in the trader inventory with the quest rep so traders you are going a ton of quests for will have better gear than those you are ignoring. It is a new mechanic to learn, but it makes more sense now that they are tied to the individual traders rather than traders as a whole.
  7. I take it headphones are not an option? 😉 Have you tried swapping out the NPC sounds in the sounds.xml file to something more PC? For example, find one of the NPC sounds that you don't like and create a new one from trader_jen As an example (I don't have the wasteland files in front of me so I can't give the specific file names so lets assume NPC1_cussingUpAStorm is the sounddatanode name for it): Jen's vanilla <SoundDataNode name="trader_jenlikefirstgreet"> <AudioSource name="Sounds/AudioSource_VO"/> <Noise ID="1" noise="7" time="3" muffled_when_crouched="0.5"/> <AudioClip ClipName="Sounds/VO/Trader/Jen/trader_jen_firstgreet_01" Subtitle="trader_jen_firstgreet_01"/> <AudioClip ClipName="Sounds/VO/Trader/Jen/trader_jen_firstgreet_02" Subtitle="trader_jen_firstgreet_02"/> <AudioClip ClipName="Sounds/VO/Trader/Jen/trader_jen_firstgreet_03" Subtitle="trader_jen_firstgreet_03" /> <LocalCrouchVolumeScale value="1.0"/> <CrouchNoiseScale value="0.5"/> <NoiseScale value="1"/> <MaxVoices value="10"/> <MaxRepeatRate value="1.111"/> </SoundDataNode> Copy and change the SoundDataNode name to <SoundDataNode name="NPC1_cussingUpAStorm"> <AudioSource name="Sounds/AudioSource_VO"/> <Noise ID="1" noise="7" time="3" muffled_when_crouched="0.5"/> <AudioClip ClipName="Sounds/VO/Trader/Jen/trader_jen_firstgreet_01" Subtitle="trader_jen_firstgreet_01"/> <AudioClip ClipName="Sounds/VO/Trader/Jen/trader_jen_firstgreet_02" Subtitle="trader_jen_firstgreet_02"/> <AudioClip ClipName="Sounds/VO/Trader/Jen/trader_jen_firstgreet_03" Subtitle="trader_jen_firstgreet_03" /> <LocalCrouchVolumeScale value="1.0"/> <CrouchNoiseScale value="0.5"/> <NoiseScale value="1"/> <MaxVoices value="10"/> <MaxRepeatRate value="1.111"/> </SoundDataNode> So assuming I did this correctly (and I am weak in the modding of sounds so this is a big assumption right now), when the NPC wants to cuss up a storm, it will see the SoundDataNode name but the code directs it to the Trader Jen First Time greeting instead
  8. also also I would recommend creating a modlet instead of modifying the game files. Vanilla would always be the same but your modlet would actually apply the changes. Realized just now after all the l's in the sentences that my mechanical keyboard is having some key issues 😆
  9. I just turned to the dark side of modding. 😏
  10. Here you go I think this applies when driving, not just high speeds
  11. FYI I already got the broken items added to the game and into the loot tables - Note, to keep this modlet as friendly as possible, I am not adding custom icons at this time for the broken items, I am just using the vanilla assets and adding a color tint to them so they are noticeably different than working gear - you also shouldn't be able to equip them Tasks remaining: Remove quality gear from trader rewards Limit trader stock to Q1 and Q2 Change Q6 items to T5 POIs only - not adding Wasteland at this time, but I am going to make them a rare drop Update localization file for new items added Test it out to verify no issues Come up with a decent name for this mod - I got nothing right now Some additional QOL improvements that weren't asked for but thought would be nice Military Stealth boots Q6 added to T5 POIs loot drops Adjust the trader rewards for T1-T4 to account for removing gear as a potential - leaning towards more ammo / parts / etc Football helmet, swat helmet, firefighter helmet, and mining helmet adding recipes for them and unlocks in case people want those in-game.
  12. give me a few days and I should have something that gives you 99% of what you are asking for.
  13. Not sure, I would have to see your original code to see where the original issue was. Some possibilities could be: Wrong unlock name in the schematic Wrong unlock by name in the property Hidden character / wrong character I got red error messages in the workbench on my crafting mod, the issue was tied back to the Unlocked by property that I didn't update for my changes.
  14. Have you tried again since you got this message the first time? OP might have been updating a link when you clicked on it and it was waiting approval
  15. This code should work. I didn't know the exact recipe you wanted for the shells, so I just copied and modified one that you already had in your files. items file <item name="explosiveAmmoSchematic"> <property name="Extends" value="schematicNoQualityMaster"/> <property name="CreativeMode" value="Player"/> <property name="CustomIcon" value="ammo12gExplosive"/> <property name="Unlocks" value="ammoShotgunExplosive"/> <effect_group tiered="false"> <triggered_effect trigger="onSelfPrimaryActionEnd" action="ModifyCVar" cvar="ammoShotgunExplosive" operation="set" value="1"/> <triggered_effect trigger="onSelfPrimaryActionEnd" action="GiveExp" exp="50"/> </effect_group> </item> recipes fie <recipe name="ammoShotgunExplosive" count="1" craft_area="workbench" tags="workbenchCrafting,learnable"> <ingredient name="resourceForgedSteel" count="1"/> <ingredient name="resourceGunPowder" count="6"/> <ingredient name="resourceScrapPolymers" count="1"/> </recipe>
  16. I been playing with Khaine’s wandering horde mod and changed horde nights to every 10 nights. Gives you more time to repair in between but still keeps the pressure on you.
  17. You are not 100% wrong. If you put that line in an items.xml file, it would change the name of the item. However, since we are putting that line in a loot.xml file, then it just changes the loot item in those groups with charred meat.
  18. easiest thing to do is to: <set xpath="//item[@name='foodCharredMeat']/@name">foodGrilledMeat</set> That should change all instances of charred meat to grilled meat. Also, you didn't mention what your error message was
  19. The upside is those missions are probably pointing you towards a town or city
  20. You are absolutely right, they moved it A21 <!-- *** INTELLECT:INFLUENCE_PERKS --> <!-- *** BETTER_BARTER --> ....... <effect_group> <passive_effect name="BarteringBuying" operation="base_add" level="1,2,3,4,5" value=".05,.1,.15,.2,.25"/> <passive_effect name="BarteringSelling" operation="base_add" level="1,2,3,4,5" value=".05,.1,.15,.2,.25"/> ....... </perk> <!-- *** DARING_ADVENTURER --> ...... <effect_group> <passive_effect name="TraderStage" operation="base_add" level="1,4" value="10,40"/> <passive_effect name="QuestBonusItemReward" operation="perc_add" level="1,4" value=".05,.20"/> <!-- Bonus Dukes --> <passive_effect name="QuestRewardChoiceCount" operation="base_add" level="4" value="1"/> ........ </perk> A20 <!-- Influence Perks (Intellect) --> <perk name="perkBetterBarter" parent="skillIntellectInfluence" name_key="perkBetterBarterName" desc_key="perkBetterBarterDesc" icon="ui_game_symbol_barter"> ....... <effect_group> <passive_effect name="BarteringBuying" operation="base_add" level="1,2,3,4,5" value=".05,.1,.15,.2,.25"/> <passive_effect name="BarteringSelling" operation="base_add" level="1,2,3,4,5" value=".05,.1,.15,.2,.25"/> <passive_effect name="SecretStash" operation="base_add" level="3,5" value="3000,5000"/> Which I find makes absolutely no sense in game terms. You perk into Better Barter to improve on your buying and selling from the traders while Daring Adventurer is to improve your questing with the trader. TraderStage is tied to the tiers of gear offered by the traders for sell while quest rewards are tied into a different system. Old method (A20 or earlier) Improving trader interactions for buying/selling - Better Barter only Improving trader interactions regarding questing - Daring Adventurer only A21 Improving trader interactions for buying/selling - Better Barter and Daring Adventurer Improving trader interactions regarding questing - Daring Adventurer only That probably explains why I haven't seen much of a boost from Better Barter in my current playthrough - Initially I thought it was only because I am only at Level 1 in the perk but apparently I am not getting any bonus to loot stage from it. To me, this would be like having to perk into From the Shadows to increase stealth damage bonus instead of Hidden Strike.
  21. Best to just ask people than AI, lots of people are here willing to help, though it might take some back and forth to get you on the right path
×
×
  • Create New...