Jump to content

BFT2020

Members
  • Posts

    3,528
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by BFT2020

  1. 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
  2. Ah the classics 😉 Points also if you fondly remember the original version, not the remastered one that came out with Wasteland 2
  3. I personally preferred the extra details in your replies as it explains what has to happen behind the scenes and why the decision is made to make specific announcements.
  4. Is it new animals or new models for existing animals? My takeaway was that they were updating the existing animal models and you might see minor changes (hog instead of boar, etc).
  5. If you want to limit the quality level found in loot, you would need to change the probability tables QLTemplateTO, T1, T2, and T3. For example, in T1 table: <qualitytemplate level="99,100" default_quality="1"> <loot quality="2" prob="0.264"/> <loot quality="3" prob="0.315"/> <loot quality="4" prob="0.397"/> <loot quality="5" prob="0.552"/> <loot quality="6" prob="1"/> </qualitytemplate> I made it harder to find the higher quality equipment in loot so I ended up changing the probabilities at one time. <set xpath="/lootcontainers/lootqualitytemplates/lootqualitytemplate/qualitytemplate/loot[@quality='3']/@prob">0.45</set> <set xpath="/lootcontainers/lootqualitytemplates/lootqualitytemplate/qualitytemplate/loot[@quality='4']/@prob">0.35</set> <set xpath="/lootcontainers/lootqualitytemplates/lootqualitytemplate/qualitytemplate/loot[@quality='5']/@prob">0.25</set> <set xpath="/lootcontainers/lootqualitytemplates/lootqualitytemplate/qualitytemplate/loot[@quality='6']/@prob">0.15</set> Another route you could go is remove them completely and then insert your own custom tables. Probably not be very difficult since you would only have a couple of quality levels so you can expand the loot stage range so less sub-nodes you would need. I went a different route (I had the same issue - once you find that Q6 weapon, why bother with crafting or searching anymore? I went a different route in my playstyle where I removed the ability to repair equipment. So you ended up having to buy new gear from traders or craft your own (I am right now testing out my modlet that introduced Q6 crafting), or using that halfway damaged weapon you found in loot until you can get something else to replace it. Also if you want to, you can look at any modlets I have created for people over A20/A21. You can just search for BFT2020 at github.com and it will take you to where I posted them for download. There are currently 24 in there.
  6. You have to mod them in. DF is an overhaul mod while the mod you have probably was geared towards vanilla 7D2D
  7. It's not just multiplayer. I had two waypoints for one trader and I just play single player.
  8. Looks like you didn’t copy everything, like a bunch of custom assets
  9. OP is looking for a way to remove the automatic trader waypoints added to the map, not traders themselves.
  10. If you are unable to search containers, something messed up with your loot xml file and it didn't load properly. Are you using any mods?
  11. Certain properties can't be inherited. Look at the Stone / Iron spear for example. The iron spear extends from the stone spear, but to setup the various values on how it works in game, it has to have that code for the item. I have created new items and use the inherit property to extend from another item in game, but limit it to just properties. Passive effects in the effect group nodes, I copy and input the values I want into those.
  12. Ah, I wasn't sure about that. Thanks. Originally the shapes were all just blocks, but now they are specified in the shape menu. That seems better as when I counted the blocks I got such a low number, and I could have sworn that vanilla used up considerable more of the allowed blocks ids than 6k
  13. Um, its remove not set. I demand accuracy when you mock me, accuracy!
  14. shhh. keep this on the downlow, but..... That should up the difficulty a bit, but allow you to stay in the pine forest 😉
  15. FYI There is a limit of 32k blocks in the game. I think vanilla has just under 6k blocks by itself.
  16. Ah, good to know. Was it workstations you couldn't power by electric through just xml changes or am I completely off my rocker here?
  17. I believe you have to copy and modify the block to allow it to be powered. I don't think you can do it just in xml.
  18. Try this <set xpath="//item[contains(@name,'Magazine')]/effect_group/triggered_effect[@action='AddProgressionLevel']/@value">2</set> If I did it right, that should change all magazines to increase the level by 2 every time you read it.
  19. If you see the white icons in the upper left corner, it means that the block has a shape menu associated with it. Select them then hold R down to bring it up (like the wooden frames). You should see more options with the T Pipe block now.
  20. adjective. capable of or susceptible to being manipulated; manipulatable.
  21. Same here I also changed the pipe pistol to .44 ammo, and changed the pipe machine gun from 7.62 to 9mm. Though I only changed the ammo types via xml and didn't touch the models / animation at all
  22. This was an issue with Alpha 21.0. TFP changed the rounds per minute from 1000 to 1 and added a new property RapidTrigger to the double barrel so you can rapidly click twice to get it to unload both barrels. This change was made for Alpha 21.1. Now when you hold down the trigger in A21, it doesn't fire both shots rapidly and requires another quick trigger action.
  23. Are you on A21? If so, you should be using the download from this thread which was updated for A21 Also, best to let the mod author know in that thread of any issues having with A21
  24. Or just use the bows, knives, or the 9mm pistol if you are trying to clear the room as silently as possible. The SMG shouldn't be able to stealthy clear the POI the same as the pistol or the bow. That is why the bows and knives have such a significant boost in hidden strike damage, as those are the weapons geared towards clearing out a POI stealthy. I think the SMG was wrongly placed in that category in previous Alphas. The SMG though does generate a lot less heat compared to the M60 when the silencer is added (1/3 less by my calculation) so if you are forced to fall back to a rapid fire weapon in a jam, then it has that going for it. Less likely to have a screamer or wandering horde investigating the noise if you use the SMG as a backup rather than going in guns blazing with the M60.
×
×
  • Create New...