0 bestanden geliket
126 reacties
0 filmpjes
17 uploads
112 volgers
149.087 downloads
@FastBurst this is a really old mod and my rigging was pretty piss. That said, until I get around to doing it, you can do the following:
* Open codewalker (enhanced) -> tools -> asset converter
* Convert the files over to enhanced
* If you want to fix the blood mapping, reexport enhanced YDD to XML
* Replace BloodZoneAdjust section with
<Item name="BloodZoneAdjust" type="Array">
<Value x="0.4" y="0" z="1" w="1" />
<Value x="0.2" y="0.4" z="1" w="1" />
<Value x="0.1" y="0.6" z="-1" w="1" />
<Value x="0.1" y="0.7" z="1" w="-1" />
<Value x="0.1" y="0.8" z="1" w="1" />
<Value x="0.1" y="0.9" z="1" w="1" />
</Item>
@FastBurst Just rename and replace. A lot of people here create a custom DLC (see AddonPeds mod for example) and pop new peds in there, update ambientpedmodelsets.meta and popgroups.ymt instead of replacing
@safari4831 Works like a charm now thank you! Revert feature is goated. Going to recommend this mod in any OIV installation I make moving forward.
Thanks all for the feedback. I also got the OIV package installer maintainer to fix an issue that was breaking installs of this mod. So I've updated the readmes:
For legacy, fully recommending installing with the OIV Installer https://www.gta5-mods.com/tools/oiv-package-installer#comments_tab. Manual is still an option.
For enhanced, added OpenRPF manual installation instructions. I'll build an OIV to do it with the OIV Installer later when I have time.
Hopefully this should make this mod foolproof, if something breaks users should be able to revert back without any hassle.
Might be able to do a quick hack to trim the BOM right before here: https://github.com/crxhvrd/CodeWalkerProjects/blob/master/CodeWalker.OIVInstaller/OivInstaller.cs#L741
@safari4831 Just wanted to reflag the concern about your installer being unable to parse the BOM at the beginning of files like scenarios.meta
@GokuwasHere Thanks. If I can somehow get a pure dlc installation, uninstall instructions would be a breeze
@GokuwasHere Yes I dont think onigiri is compatible with openrpf. I may offer an OpenRPF install method later. That said, you were able to get scenarios and ambientpedmodelsets to work as dlc files? Do you mind sharing your bmamascommon with me? Maybe over discord (hat8228)
@justokin Thanks that was outdated. I pushed a new version with an updated the readme, let me know if you are able to successfully install
@byFaux sorry about that. If you look in the manual install can you do the steps in reverse? Maybe youll see something obvious that the install broke