-
Notifications
You must be signed in to change notification settings - Fork 0
How to alt:V
einsmoka edited this page Jan 27, 2023
·
9 revisions
No specific changes needed.
Add those lines to your meta: {
section.
So it kinda should look like this:
meta: {
stream/mp_m_freemode_01_mp_m_NAME.meta: SHOP_PED_APPAREL_META_FILE
stream/mp_f_freemode_01_mp_m_NAME.meta: SHOP_PED_APPAREL_META_FILE
stream/first_person.meta: PED_FIRST_PERSON_ASSET_DATA
stream/first_person_alternates.meta: PED_FIRST_PERSON_ALTERNATE_DATA
stream/pedalternatevariations.meta: ALTERNATE_VARIATIONS_FILE
}
Add the .meta files here.
The Folder structure should then look like this:
NAME\
├─ stream\
│ ├─ ped_male.rpf\
│ │ ├─ mp_m_freemode_01_mp_m_NAME\
│ │ │ ├─ jbib_000_u.ydd
│ │ │ ├─ jbib_diff_000_a_uni.ytd
│ │ ├─ mp_m_freemode_01_mp_m_NAME.ymt
│ ├─ ped_female.rpf\
│ │ ├─ mp_f_freemode_01_mp_f_NAME\
│ │ │ ├─ jbib_000_u.ydd
│ │ │ ├─ jbib_diff_000_a_uni.ytd
│ │ ├─ mp_f_freemode_01_mp_f_NAME.ymt
│ ├─ mp_m_freemode_01_mp_m_NAME.meta
│ ├─ mp_f_freemode_01_mp_f_NAME.meta
│ ├─ first_person.meta
│ ├─ first_person_alternates.meta
│ ├─ pedalternatevariations.meta
├─ resource.toml
├─ stream.toml