Jump to content

Rand Denner

Member
  • Posts

    3
  • Joined

  • Last visited

Rand Denner's Achievements

  1. A few of the 10 duffle bags have unusual parameters. Bag_ShotgunDblSawnoffBag is the only one missing parameter WorldStaticModel. In fact, it is the only item in the whole file that is missing that parameter. Bag_DuffelBag and Bag_DuffelBagTINT are the only ones with parameter SoundParameter. Additionally, Bag_DuffelBagTINT is the only one with BloodLocation. I don't know if this is important or not. It's just something I found when looking at the files after I cleaned them up. clothing_bags (cleaned and organized).txt
  2. item ShotgunCase1 has two identical entries in newBags.txt Lines 86 to 102 match lines 219 to 235
  3. The items_weapons.txt file is in a real messy state. I cleaned it up using Notepad++ and found a number of duplicate stat entries. item SnowShovel, item Shovel, item Shovel2, item GardenHoe all have two Weight entries in their info, one set at 2.0, the second at 1.5. There are probably more issues hiding in there. In the file's original state, it's hard to read for humans. My cleaned but identical version to the original (with the exception of spacing) is attached. If you wish to confirm that my file version is identical to yours, but with only revised spacing, I recommend Notepad++'s compare plugin, with ignore spaces set in the options. It will show that the actual data is identical. If you are curious how I neatened it up, I used Notepad++ to convert all double spaces into singles through multiple passes until no double spaces remained. Then removed all spaces at the beginning or end of lines. Then I used find and replace again to add in the necessary 4 or 8 spaces at the beginning of appropriate lines. Finally, the alignment of the = across the entire file was done with the Code Alignment plugin. Hope it's useful. items_weapons (clean formatted).txt
×
×
  • Create New...