About This File
This script reads outfits from scriptmetadata.meta and lets you use them in game. There are currently 1382 outfits for both male and female freemode characters.
Using: /outfit [id]
Updating scriptmetadata.meta
scriptmetadata.meta gets more outfits with every update, here's how you can update it:
OpenIV:
- Go to update\update.rpf\common\data
- Right click on scriptmetadata.meta
- Select save content/export
- Take the extracted file and replace it with the one your server is using
CodeWalker RPF Explorer:
- Go to update\update.rpf\common\data
- Right click on scriptmetadata.meta
- Select extract raw
- Take the extracted file and replace it with the one your server is using
Notes
- Some outfit IDs might do nothing, ask Rockstar
- In RAGE version 0.3, drawable IDs above 255 aren't supported so you might have some weird looking outfits. From what I heard this is not a problem in upcoming 0.4.
Credits to OpenIV and CodeWalker devs, this script wouldn't be possible without their efforts.
What's New in Version 1.1.0 See changelog
Released
- Implemented a cache system due to scriptmetadata.meta parsing taking too long, now it will only be parsed if scriptmetadata.meta's size changes.
- Updated scriptmetadata.meta to the latest game version