Jump to content

deadwoodd

Members
  • Posts

    9
  • Joined

  • Last visited

Personal Information

  • Country
    United States
  • Gender
    Male

deadwoodd's Achievements

Feller

Feller (1/10)

1

Reputation

  1. I haven't looked much into 1899 Firearms, but does it use the streaming method? If it does, have you tried modifying the install.xml to use the replacement method? And if so, are you still seeing problems?
  2. There is no definitive answer here, but a "corrupted" save file is a possibility. When I did all of my testing, it was on a fresh save, so can't say if that's the case for sure. I would suggest trying one of the gameconfig's posted in this thread first. If that doesn't work, the only way to test is to try on a new save.
  3. I took a look and Dual Leg Holster w/ No Straps shouldn't cause any issues, however Remove Knife Sheath & Remove Satchel partly utilize the streaming method, so those may cause problems. Fortunately though, given the number of files and the size, it should be very easy to change those to use the correct method.
  4. Can confirm, I am indeed an idiot 😁 I'll edit the post to fix that and will clarify it's a powershell script, not python
  5. My fault, I missed the trams part of your comment. Here's a general guide for the newcomers to the thread. Since streaming textures seems to be the primary cause of the issue, we want to look for our texture mods that use streaming and see if we can make them use the replacement method instead. This takes place in the install.xml files of the mods. Luckily for us, there is a powershell script you can run which will essentially turn the mod's streaming method into the replacement method. The script can be found here. Let's take a look at the mod Characters Overhaul as an example. When we look at the mod's install.xml, we can see this: Now if we use the powershell script to change this into the replacement method, we now see this: (cropped for the sake of the forums) You can see that instead of streaming the entire folder, we are using each individual texture instead as a file replacement. Obviously this can be done one by one, but given the amount of textures some of these mods have, that would be a painstaking process, which is where the powershell script comes into play. We can also see that the script calls for a source_paths.txt file. This text file should include the exact directories of the files you wish to replace. This can be achieved by using OpenIV to find the directories. All of them must be included. Here's an example of a source_paths.txt file. This works with any texture mod that uses the streaming method. Here are a list of mods that I am currently using with no problems. Crime & Law Rebalance Better Camera No Kill Cam Filter Flo Characters Overhaul Upscaled Vegetation Terrain Textures Overhaul Blackwater Terrain Textures Overhaul Best TAA & Visual Effects (slightly modified and combined with the Darker Nights mod) I am also using the gameconfig provided by werwolf969 which you can find on this post. All in all, I have zero issues with any spawns whatsoever. Not sure if worth mentioning, but I am running at 1440p at 1.5x resolution scale with a 3080 Ti and a 12700k. When it comes to WhyEm's, I've had no luck getting this to work properly using the replacement method (meaning regardless of the method used, trains do not spawn with WhyEm's). Werewolf might have addressed this in this post but I have not had the time to test it (and quite frankly, I'm okay with not using WhyEm's mods at the moment).
  6. The only thing I'd also like to mention here is that you may have working trains and animal spawns, but you might have empty trolley cars in town like Saint Denis for example. This was actually the main test for me. If I saw trolley cars spawning with passengers in the back, I knew that train/animal spawns would also be working.
  7. How exactly are you creating the install.xml's? Are you actually going through each individual file and putting them each into the install.xml? There's no way, right? Because I can't imagine how long that would take to do each individual file. Are you using a script or something?
×
×
  • Create New...