Jump to content

HarrietOrtega

Members
  • Posts

    16
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Gallery

Downloads

News Articles

Modding Wiki

RDR2 Native Database

RDR2 Native Parameters

RDR2 Player Clothes Database

RDR2 Ped Voices Database

RDR2 Ped Speech Lines

RDR Modding Tutorials

RDR2 Ped Model Database

RDR2 Animations Database

RDRFR Changelog

RDRFR Installation Guide

RDRFR Features

RDRFR Settings

LML User Contributions

Everything posted by HarrietOrtega

  1. Is that with the RDR texture toolkit or the Nvidia Tecture Toolkit? From what I know the Nvidia toolkit should be able to but from a brief read of a forum post here, it seems to do a "thing" regarding colour spaces. I'm new to this so I'm just feeling my way through.
  2. Looks like we're both doing this, I'm on the fence about whether to continue though. I started going through and converting the upscaled animals aio from upscaled textures mod but I'm constatntly asking myself why I'm putting in the effort. That loud voice keeps yelling at me because there aren't any batch methods to do this...as you said, it's beyond tedious. I can batch out the format conversion with photoshop and nvidia texture toolkit but saving them back to .ytd with rdr texture toolkit has me pulling my hair out...coding a AAA game in assembly would be an easier process. As an aside, does anyone have a working link or fiile for the Codex toolkit for RDR? It's been removed on Nexus and all the links go to mediafire, when I try to download it, it keeps failing.
  3. I have to disagree here because these issues, at least for me, are present no matter the size of the mod. If replacing the skydome with a 3mb modded file or replacing a hundred KB or so xml causes a resource issue for the engine that breaks it's intended functionality then that is absolutely shocking. Also, the issues I mentioned happen if I clear my mod list completely but still have asi loader and scripthook in the directory, essentially doing nothing...there's nothing to load, so where would such a resource issue come from? Again, I'm not stating this as fact, but the way the game is hooked is just something to consider as one of the causes along with the others.
  4. Found out something interesting today. Sorry if it has been mentioned or discovered before. I was doing my usual setup of waiting in a random spot for a train and alongside it, trying to get the right SSDO and screen shadow settings to fix the incredibly blurry grass and textures. I remember thinking, I don't remember having this issue a few weeks ago and I was pulling my hair out for days trying to fix it. Anyway, I was standing on the hill opposite Valentine station and I quit the game to remove a couple of mods then loaded back in to see if the trains would come. Now I'd been using Special K, sometimes alongside Reshade but when I'm testing I just load the game normally. So immediately as I loaded in, there was a train with passengers pulling into the station. I quit, and fiddled with some settings in the visualsettings.dat and loaded back in to see if the train spawn was a fluke. Except this time I accidentally booted via Special K. Not an issue I thought. When I loaded in, the train was gone. So I quit etc etc and so forth. After a little while of seeing the train pulling into the station, then not, then seeing it, then not...I realised that everytime I saw the train was when I was not using Special K. It was repeatable, everytime I loaded through Special K, that train was gone. Alongside that, I realised that when I was using Special K, the clouds, grass and textures were extremely blurry, without Special K, the grass, clouds and textures had lots of detail and definition. It was such an odd thing to discover. A while back in this thread someone was talking about scripthook possibly being one of the issues causing the spawn bug and I'm inclined to agree because special K hooking into the game was clearly causing some strange behaviour. Also I have noticed that in my game, when using mods with scripthook and asi loader, no matter the version, was causing draw distance problems. When moving forward and looking into the distance there would be a sharp cutoff where the shadows and ambient occlusion would stop , way way waaaay before the default cutoff distances set in visualsettings.dat, beyond that the terrain and models would be fully lit, or should I say unlit. As I moved forward that demarcation line would move and the shadows would render in with it. Literally watching bright unshaded green trees and grass slowly get covered in shadow as I moved forward. When I removed the files and loaded the vanilla game, that sharp and unitended shadow cutoff was gone. Terrain and models were shaded correctly into the far distance and tree imposters and billboards at the horizon were as well, the engine was rendering as intended, not with half the distance into the horizon completely unlit or unoccluded. I also remember having the exact same issue in Guarma, except it was the path up to the waterfall where you meet Dutch on the cliff. At a certain distance from the waterfall, that area would be completely black, like it was covered in smog. The water was see through black untextured...it was as if you had set the SSDO and screenshadow entries to 1000. When I loaded into the save vanilla with no mods, the waterfall, cliffs and rock faces were shaded and textured normally. So long story short, I can't say for definite that hooking into the game is one of the root causes of this spawn issue but in my game it is quite clearly having an effect on the way the game engine is rendering assets. I'd be interested to know how many people complaining about savagely blurry textures over the years were running special K or reshade and whether those issues disappear without them.
  5. Sorry, I forgot to mention the details. If you download the Vestigia mod, install it with LML and inside the VESTIGIA folder you will find folders named 'global' and 'strings' along with 'install.xml'. Keep these and delete the other folders. Now inside the 'global' folder will be a 'systemsettings.ymt' file. Keep that file and delete everything else. So now you should have two folders named 'global' and 'strings' inside the 'VESTIGIA' folder and inside 'Global' will be one file, 'systemsettings.ymt' and inside the 'strings' folder will be 'strings.gxt2'. Three files in total. The systemsettings.ymt file changes the maximum setting of various graphical settings from High to Ultra as well as unhiding some advanced graphics options that are not in the vanilla settings. When you start up the game, the game will add these new settings to the advanced options in the graphics menu but before you do any of this, make sure you back up your save and your settings file (found in documents/rockstar games/red dead redemption/settings and profiles if you didn't already know) I'll not be held responsible if something botches your game. However it shouldn't at all. If you want to revert the changes, just delete the VESTIGIA folder and the game will revert the settings file back to vanilla.
  6. I've fixed the pop in issue by increasing the LOD Scale in systemsettings.xml from it's max of 2.0 to 6.0 with it's default as 2.0, step size 0.5 alongside adding entries for: <lod_mult_hd> <lod_mult_orphanhd> <lod_mult_lod> <lod_mult> <lod_mult_grass> with values between 10.0 and 40.0 in "base modifier" sections at the top of the timecycle_mods_1 and 2 xmls and also removing all the following entries for the aformentioned from the file. There are entries that adjust every graphical thing in those files and the timecycle files and sometimes that is undesirable for those of us with better machines than this was developed for. Beforehand I was literally watching rocks and bushes pop into view 2 meters in front of me, two steps back...disappeared, step forward, pop in, it was ridiculous. Play around with the values and find the right combo...for me, I had to push the lod scale all the way to 5.0 to get objects to fade in properly...you'll know when you hit your limit because, well, the game will just crash.
  7. I wanted to comment on this specifically because I remember going on the hunt to try and find the specific scripts responsible for the train spawning and schedules and I did come acrross some files (there are hundreds upon hundreds of scripts) that had some interesting stuff in them but I don't know enough about the programming side...and even if I did, most of the game files still have hashed entries and no one in the rdr modding discord seems interested in dehashing the files/entries that would maybe shed some light on exactly what the engine is doing with the trains and spawns. I've tried to get info related to how to go about trying to brute force dehash files (I have a LOT of free time) but I can't find out how to do it. All I know is that the hashing is done with a JOAAT "Jenkins One at a Time" algorithm. The rdr programming side info is locked behind gatekeepers and discord I've found and there's no incentive, it seems, for anyone to take a crack at this issue because it's not worth it. It's food for thought, the answer, or at least a partial one, is buried somewhere in those files along with, perhaps, an answer as to why increasing or decreasing any of the script, stack or heap size pools in the gameconfig.xml crashes the game at startup. I've had this bug up me that the script and stack sizes might do something but any changes to the ones that I think would matter breaks the game. So that's where I'm at, getting sucked back into this again!
  8. Maybe it is prudent that you all come together and cement a test conditions as well as control conditions for people to follow. You can't get reliable test data when everyone is doing things differently and there is no control. So stop the back and forth, come together and see if you can outline some form of test and control conditions that others as well as yourselves can follow, without that, nobodies data and results means anything...just my thoughts.
  9. I really appeciate this response, I use your mod and it's a shining example of hard work and dedication. Thanks to you both for making and maintaining one of my fav mods!
  10. Yeah, I'm not very vocal on forums but reading the comments section (if it's not locked like you said) it's so sad. I just don't get why you would make a mod and not fix it if it's broken etc...there's no pride in the work it seems or to try and understand what it is you are changing and the roll on effects it can have down the line. Makes me so mad. oh and Discord...everything is friggin Discord.
  11. This is true but developers know that their game will be messed with, I'd actually go as far as saying that all developers would support and release tools for the games they create if it weren't for the publishers and higher ups. I firmly believe that and it's always a good thing, Valve and Epic wouldn't be anywhere near where they are now if they had locked down their game engines and kept their mod tools to themselves 25+ years ago They don't have to support it at all and I'm not miffed about it, infact I really like the challenge of trying to decipher the data so I can add ONE additional blade of grass to the entity batch without creating a localised black hole. Sorry I'm ranting, I'll get back on topic, promise 🙂
  12. Oh yeah, don't get me wrong, what they've accomplished is insane. The amount of game assets alone is terrifying and a lot of work obviously went into the game. BUT, it's still a big pile of poop. I have tried playing unmodded several times but the blurry textures on my triple ultra wide...well, it just looks so rubbish that it takes me out of the game completely...then I do a cry.
  13. Yeah it's definately a tricky one. I bought this game years ago and I've been messing with the files since day one. I've not even played the game a 1/3 of the way through because I'm constantly tinkering with it...but one thing I can say, I've been modding games since Unreal and Half-Life hit the scene and have seen a lot of game engines come and go...the rage engine and it's implementation is shocking to me. I've never had so many problems with an engine, it's completely unstable...beautiful but unstable. On several occassions I've just thought I might just delete it altogether because it's just been a trial of attrition to play more than 10 minutes without a crash.
  14. Actually, I did do exactly that when I came across this thread and discovered my game had this issue. I stripped it bare and loaded everything one by one, loaded a save etc etc. For me .asi scripts have nothing to do with this issue and even with the spoonbills test, st.Denis trams were empty along with all other issues reported in this thread. When I redid the texture mod dir's and install.xmls, the issue doens't seem to be present for me anymore but that's just my system, I can't speak for others. Also, to be extra vigilant, I deleted my save games incase there were "footprints" on it left by mods I removed and started a whole new game fresh for troubleshooting.
  15. Just FYI, have you noticed the size of the files in wickedhorsemans mods? almost 50mb for each ytd file, plus all the *+hi files have 0 bytes. When I was sorting out that mod and the others, I was quite confused to say the least. However, to what you've said. I don't seem to have any of the issues you have described, the only difference is with the method...and I'm very inclined to think that the replace folder in LML works slightly differently than explicit fileReplacement with the install.xml because I experienced all the above when using the stream method and the replace folder. I mean, it's even possible that fileReplacement works slightly differently to fileReplacements, I don't know. I suppose the only one who can really answer that is the LML developer themselves.
  16. Erm, I spent the last two weeks doin exactlt that for all the texture mods i use.That's "terrain textures overhaul" "4k arthur" "4k Dutch" all of wicked horsemans upscales, the wrinkle masks, 4k side chacters ans two 2k gang texture mods and the Upscaled work from garbageman something something. I took on this mammout taske because I came across this thread and link to it while reading the comments on the comments board. So I tested this out and confirmed this problem exists. So I took all the upscale mods from garbageman (sorry if i'm getting his handle wrong) plus the upscaled animals AIO and hato do a very long process of finding what files from each archive were changed. Aparticular problem occurs when the file needs to be replaced to a differebt archive because of an update. All of these problems don't exist when you just stream the file but that doens'y give you jack*** to go on if you have hundreds of files in one folder that has no logical file structure as to what files are in which rpf archive. The added benefit of using the replacement method instead of streaming is for bug checking. Yesterday I spen 16 hours isolating a crash from a texture mod that was absolutely reproducible. It would crash in the same spot all the time. If I didn't restructure that authors mod, I would of never have been able to isolate that crash down to one specific file, confirm it and remove it, that was all possible because I had files logically seperated into folders named to their corresponding rpf archives...so when it came to trouble shooting, I could strip away chunks of folders at a time and if no crash happened, rinse and repeat until it does. then take that specific chunk and whittle it down until I find the folder causing the crash, then go through the files and isolate the one causing issues. So there are pleople crazy enough to do that but I'm autistic and have adhd...plus my dad was a computer engineer and I've had goo practice for programming and developing stuff on the pc that logical, organised file structures never do any harm but if you don't/can't be bothered to do that, you will have nightmares finding bugs. Anyway, sermon over. So I confirmed the issue you've all been talking about and after I sorted all texture mods into proper file structures with the method of replacement being FileReplacements instead of streaming...the aambient world seems to have go back to vanilla for me, I saaw a train pull up randomly at night and I legged it over to find passengers inside, I'm also hearing trains in the distance which I don't think was happening before, and lots of othe random events. Also a bonus that should be mention. Since changin the method of file loading, I no longer get choppy stutters, framerates and pop ins/lod issues and this is with a 4090) and there was an instant 90%~ reduction of crashs. It's quite simple for that, streaming loads everything into the game at once whther is specifically needed or not, file replacement onlt fetchs the text when it's needed...it's very clever the way LML can do this and now I realise that about streaming , like 5000 billion 4k textures into the game and keeping them irregardless of it's needed in the scene or not, will murder the game engine and FFFFFFF your game into oblivion. I decided to contact garbageman on Nexus and tell him about this and that if he wanted to have it and share it on his mod page for others, so he doesn't have to do all that insane work, he's more that welcome. He's got the link to the file but whether he uses it is up to him.
×
×
  • Create New...