Hi, I made an effort to write the correct code for this mod and slightly restructured it. If you want, you can use it. You just need to rename the stream directory to mp008metaped_textures_m, create a new directory named patchpack005, and copy the files with letters and numbers from the mp008metaped_textures_m directory to patchpack005. Finally, replace the old install file with this renamed install file and voila, no more stream, only file replacement
Would that overwrite the lml that is already there?
No...only if you already have this mod installed.
Windows will ask if it can "overwrite" the folders that already exist, however, this is not detrimental...just redundant. Any files or folders that do not exist will be written (installed) and will not produce a windows prompt asking for permission to overwrite or replace.
This will not overwrite any other mod. If you have another mod that has similar files, those files will NOT be overwritten, because they have their own folders and install.xmls. If you do have other mods that have similar files, you can use Lenny's Mod Manager to manipulate load order, which will give you control over which files (mods) are given priority and thus which will show up in your game.
In Lenny's Mod Manager, the top of the list is the "last in priority/load order", those in the very bottom are high priority, meaning that they will override any other mod in the list that has a similar file.
Hi man how are you im back for one day....You have error in code in first you have Resource to StreamingFiles and in the end you have FileReplacement to FilePath>StreamingFiles and to GamePath>platform:/packs/base/models/StreamingFiles there no dir like that , and you doubleing code ..... dir is platform:/packs/base/models/metaped_textures_p ______ mp001metaped_textures_p and mp008metaped_textures_p - are for metaped_textures_p put those files in that dir...and try ______ EasyInstall> <Name>UpscaledHorses</Name> <Author>Blackbird</Author> <Version>1.0</Version> <Resources> <Resource> <FileReplacements> <GamePath>platform:/packs/base/models/metaped_textures_p</GamePath> <FilePath>...../horses/metaped_textures_p</FilePath> </FileReplacements> </Resource> </Resources> </EasyInstall>
and nothing else...when you have all files in one dir and from one dir you can use FileReplacements method instead FileReplacement now it must say Found 173 replacement resources in ..../horses All files will have their location set as platform:/packs/base/models/metaped_textures_p (((( i use only +hi) _____ in mod log in your way is written filed to replace one of two mp...metaped and other are streaming ______ and i see all files from stream dir are from \x64\dlcpacks\mp008\dlc.rpf\x64\packs\base\models\metaped_textures_m.rpf\ mey be you can use same method... ______ <FileReplacements> <GamePath>platform:/x64/mp008/packs/base/models/metaped_textures_m</GamePath> <FilePath>...../horses/metaped_textures_m</FilePath> </FileReplacements> </Resource> </Resources> </EasyInstall> ________________________ now i test it works perfect no errors...this is from log and your mod....
Found 142 replacement resources in metaped_textures_m All files will have their location set as platform:/x64/mp008/packs/base/models/metaped_textures_m Found 296 replacement resources in metaped_textures_p All files will have their location set as platform:/packs/base/models/metaped_textures_p Done parsing installation file E:\Red Dead Redemption 2\lml\Horses\install.xml ___________________________________________ <EasyInstall> <Name>Horses</Name> <Author>Blackbird</Author> <Version>1.0</Version> <Resources> <Resource> <FileReplacements> <GamePath>platform:/x64/mp008/packs/base/models/metaped_textures_m</GamePath> <FilePath>metaped_textures_m</FilePath> </FileReplacements> <FileReplacements> <GamePath>platform:/packs/base/models/metaped_textures_p</GamePath> <FilePath>metaped_textures_p</FilePath> </FileReplacements> </Resource> </Resources> </EasyInstall> --------------
Sorry, but my install.xml is a bit different. I’ve combined several mods for Upscaled Animals into one directory, so my install file looks quite different. However, you can easily create your own. Just read my post carefully, see what goes where, and copy the last part into your current install, delete all other. Backup the original one. The installation should be right before the two directories.Copy without "---" -------------------------- If anyone wants all the upscaled animals + horses, I can explain how to do and provide a detailed installation file without duplicates
Hey, unfortunately it seems that the bug of the textures not covering the whole horses is still here (but inverted for me ^^) I am using the version 2.0 (4009-2-0-1714614963)
Do the horses sold in the stable have horseshoes on their feet? Unfortunately, this feature does not work in the game. I would appreciate it if you could add this :)
you can do that very easily by editing the horses files.. you will find a guide here for how to that.. just by a very quick copy/paste.. and you can add shoes to any horse you like
here is the link and you can find everything in the file for horse basic edit, open it and scroll down a little you will find how to add shoes to any horse, feathers. change colors, long/short hair or mane, change eye color.. horse size.. everything you want.
also for you my friend @garbageman42069.. in the link I posted you can find a file that has all the texture files for most horses in game by name.. I think this is great for you if you want want to check a specific horse texture or something to correct an error
Do you know if it's possible to upscale the dirt decals on the horse? I realized recently that it's the dirt that makes the horses look so low quality. I've been messing with the settings in visualsettings.dat trying to get it to look less funky but there isn't really much that can be done
s#*! its probably one of the textures I didn't upscale then, rockstar seperated all the horse textures in like a hundred folders so I couldnt find them all, I don't know what texture is responsible for just the head so I don't know if ill be able to fix it
31 comments
https://drive.google.com/file/d/1klyiTvukAGtJy66C52mhDnrTSH-D3l08/view?usp=sharing
Windows will ask if it can "overwrite" the folders that already exist, however, this is not detrimental...just redundant. Any files or folders that do not exist will be written (installed) and will not produce a windows prompt asking for permission to overwrite or replace.
This will not overwrite any other mod. If you have another mod that has similar files, those files will NOT be overwritten, because they have their own folders and install.xmls. If you do have other mods that have similar files, you can use Lenny's Mod Manager to manipulate load order, which will give you control over which files (mods) are given priority and thus which will show up in your game.
In Lenny's Mod Manager, the top of the list is the "last in priority/load order", those in the very bottom are high priority, meaning that they will override any other mod in the list that has a similar file.
______
mp001metaped_textures_p and mp008metaped_textures_p - are for metaped_textures_p put those files in that dir...and try
______
EasyInstall>
<Name>UpscaledHorses</Name>
<Author>Blackbird</Author>
<Version>1.0</Version>
<Resources>
<Resource>
<FileReplacements>
<GamePath>platform:/packs/base/models/metaped_textures_p</GamePath>
<FilePath>...../horses/metaped_textures_p</FilePath>
</FileReplacements>
</Resource>
</Resources>
</EasyInstall>
and nothing else...when you have all files in one dir and from one dir you can use FileReplacements method instead FileReplacement
now it must say Found 173 replacement resources in ..../horses
All files will have their location set as platform:/packs/base/models/metaped_textures_p (((( i use only +hi)
_____
in mod log in your way is written filed to replace one of two mp...metaped and other are streaming
______
and i see all files from stream dir are from
\x64\dlcpacks\mp008\dlc.rpf\x64\packs\base\models\metaped_textures_m.rpf\
mey be you can use same method...
______
<FileReplacements>
<GamePath>platform:/x64/mp008/packs/base/models/metaped_textures_m</GamePath>
<FilePath>...../horses/metaped_textures_m</FilePath>
</FileReplacements>
</Resource>
</Resources>
</EasyInstall>
________________________
now i test it works perfect no errors...this is from log and your mod....
Found 142 replacement resources in metaped_textures_m
All files will have their location set as platform:/x64/mp008/packs/base/models/metaped_textures_m
Found 296 replacement resources in metaped_textures_p
All files will have their location set as platform:/packs/base/models/metaped_textures_p
Done parsing installation file E:\Red Dead Redemption 2\lml\Horses\install.xml
___________________________________________
<EasyInstall>
<Name>Horses</Name>
<Author>Blackbird</Author>
<Version>1.0</Version>
<Resources>
<Resource>
<FileReplacements>
<GamePath>platform:/x64/mp008/packs/base/models/metaped_textures_m</GamePath>
<FilePath>metaped_textures_m</FilePath>
</FileReplacements>
<FileReplacements>
<GamePath>platform:/packs/base/models/metaped_textures_p</GamePath>
<FilePath>metaped_textures_p</FilePath>
</FileReplacements>
</Resource>
</Resources>
</EasyInstall>
--------------
--------------------------
If anyone wants all the upscaled animals + horses, I can explain how to do and provide a detailed installation file without duplicates
I am using the version 2.0 (4009-2-0-1714614963)
here is the link and you can find everything in the file for horse basic edit, open it and scroll down a little you will find how to add shoes to any horse, feathers. change colors, long/short hair or mane, change eye color.. horse size.. everything you want.
edit: ill release an update rn that should help fix it.. maybe