Head props

From Off Grid Wiki
Revision as of 15:54, 25 September 2019 by Filipe (talk | contribs)
Jump to navigation Jump to search

Introduction

When setting up a character in Mission Script it's possible to define their head props, like hair, hats, glasses and earpieces. There is no limit to the number of props used in a character (apart from how well all the props fit together). If nothing is defined then the character will use whatever default props the character prefab might have.

Replace this
Replace this 2
Replace this 3

Script Example

characters = {
        guard1 = {
            displayName = "Marcus Fordham",
            internalName = "guard1",
            prefab = "Masculine_Med_Vest_Enemy",
            headProps =
            {
                 "F_Lrg_Earpiece_01", "M_Lrg_Hair-Long-Ponytail-Fringe_01", "F_Med_Glasses-01"
            },
        }

Props List

Prefab Name Image(s) Note
F_Lrg_Earpiece_01 / F_Med_Earpiece_01 / M_Lrg_Earpiece_01 / M_Med_Earpiece_01
F_Lrg_Glasses-01 / F_Med_Glasses-01 / M_Lrg_Glasses-01 / M_Med_Glasses-01
Replace this
Replace this 2
Replace this 3
F_Lrg_Glasses-Aviators-01 / F_Med_Glasses-Aviators-01 / M_Lrg_Glasses-Aviators-01 / M_Med_Glasses-Aviators-01
Replace this
F_Lrg_Hair-Long-Fringe_01 / F_Med_Hair-Long-Fringe_01 / M_Lrg_Hair-Long-Fringe_01 / M_Med_Hair-Long-Fringe_01
Replace this
F_Lrg_Hair-Long-Ponytail-Fringe_01 / F_Med_Hair-Long-Ponytail-Fringe_01 / M_Lrg_Hair-Long-Ponytail-Fringe_01 / M_Med_Hair-Long-Ponytail-Fringe_01
Replace this
F_Lrg_Hair-Long-Wavey_02 / F_Med_Hair-Long-Wavey_02 / M_Lrg_Hair-Long-Wavey_02 / M_Med_Hair-Long-Wavey_02
Replace this
F_Lrg_Hair-Short-Buzz_01 / F_Med_Hair-Short-Buzz_01 / M_Lrg_Hair-Short-Buzz_01 / M_Med_Hair-Short-Buzz_01
Replace this
F_Lrg_Hair-Short-Curly-Clip_01 / F_Med_Hair-Short-Curly-Clip_01 / M_Lrg_Hair-Short-Curly-Clip_01 / M_Med_Hair-Short-Curly-Clip_01
Replace this
F_Lrg_Hair-Short-Pointy_01 / F_Med_Hair-Short-Pointy_01 / M_Lrg_Hair-Short-Pointy_01 / M_Med_Hair-Short-Pointy_01
Replace this
F_Lrg_Hair-Short-SideFringe_01 / F_Med_Hair-Short-SideFringe_01 / M_Lrg_Hair-Short-SideFringe_01 / M_Med_Hair-Short-SideFringe_01
Replace this
F_Lrg_Hair_Short_SideFringe-02 / F_Med_Hair_Short_SideFringe-02 / M_Lrg_Hair_Short_SideFringe-02 / M_Med_Hair_Short_SideFringe-02
Replace this
F_Lrg_Hair_Short_SideFringe-03 / F_Med_Hair_Short_SideFringe-03 / M_Lrg_Hair_Short_SideFringe-03 / M_Med_Hair_Short_SideFringe-03
Replace this
F_Lrg_Hat-Beanie-01 / F_Med_Hat-Beanie-01 / M_Lrg_Hat-Beanie-01 / M_Med_Hat-Beanie-01
Replace this
F_Lrg_Hat-Cap-01 / F_Med_Hat-Cap-01 / M_Lrg_Hat-Cap-01 / M_Med_Hat-Cap-01
Replace this
F_Lrg_Hat-HardHat-01 / F_Med_Hat-HardHat-01 / M_Lrg_Hat-HardHat-01 / M_Med_Hat-HardHat-01
Replace this