-
Posts
13 -
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
Files posted by Notex
-
MiniNPCs
Requires Alex Blade's ScriptHook: http://dev-c.com/rdr2/scripthookrdr2/
By default this mod will make all NPCs half size but you can customise the included ini file if you would like to make Author massive or all the NPCs if you would like to.
Changelog:
v1.0
Initial release
v1.1
Added configuration support. (Can change the player size and the NPC size separately)
v1.2
Added an option to enable/disable the mod in the configuration file
Basic error handling so the script doesn't cause an exception if the configuration file is missing
Maybe slightly more efficient
v1.2.1
Hotfix regarding configuration file issue
v1.3
Added ability to customise individual ped sizes depending on gender or if the ped is an animal (Horses, dogs, etc)
PedScaleMale=0.5f
PedScaleFemale=0.5f
PedScaleAnimals=0.5f
Source code (Horribly written):
https://gitlab.com/Notex/MiniNPCs
578 downloads