Character Types and Prefabs: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 20: Line 20:
You can also include some optional parameters:
You can also include some optional parameters:


* [[#Head Props|headProps]]
* [[Head props]]


This would look like the following in code:
This would look like the following in code:
Line 45: Line 45:
{| class= "wikitable"
{| class= "wikitable"
!width="10%"| character type
!width="10%"| character type
!align="center" width="40%"| prefab name
!align="center" width="30%"| prefab name
!align="center" width="40%"| description
!align="center" width="30%"| description
!width="10%"| image
!width="10%"| notes (image eventually)
!width="10%"| LUT template (to be removed when all same)
|-
|-
<!--  
<!--  
Line 59: Line 60:
*n/a
*n/a
| virtual characters are characters that you won't see in the level but may communicate with the player using via CryptoChat
| virtual characters are characters that you won't see in the level but may communicate with the player using via CryptoChat
|
|
|
|-
|-
Line 66: Line 68:
*Player_Jen  
*Player_Jen  
| This will allow you to add a playable character to your game.There can only be one per level.
| This will allow you to add a playable character to your game.There can only be one per level.
|
|
|
|-
|-
Line 73: Line 76:
| used for Jake Davis
| used for Jake Davis
| working as intended, will need leaf bone removal
| working as intended, will need leaf bone removal
| |[[File:LUT-Template.png|none|thumb|LUT version 2 working with the colour map :  M_Jake_Col]]
|-
|-
| npc
| npc
Line 79: Line 83:
| used for Biella Coleman
| used for Biella Coleman
|working as intended, will need leaf bone removal
|working as intended, will need leaf bone removal
||[[File:LUT-Template.png|none|thumb|LUT version 2 working with the colour map : Biella_Col]]
|-
|-
| npc
| npc
Line 85: Line 90:
| used for Barrett Brown
| used for Barrett Brown
| working as intended, will need leaf bone removal
| working as intended, will need leaf bone removal
| [[File:LUT-Template.png|none|thumb|LUT version 2 working with the colour map : M_Barret_Col]]
|-
|-
| npc
| npc
Line 91: Line 97:
| used for Shad
| used for Shad
| not working as intended, yet to be revamped  
| not working as intended, yet to be revamped  
|
|-
|-
| npc
| npc
Line 97: Line 104:
| used for Darren Martyn
| used for Darren Martyn
|working as intended, will need leaf bone removal
|working as intended, will need leaf bone removal
|[[File:LUT-Template.png|none|thumb|LUT version 2 working with the colour map : Darren_Col]]
|-
|-
| npc
| npc
Line 103: Line 111:
| used for Jaime
| used for Jaime
| yet to be revamped  
| yet to be revamped  
|
|-
|-
| npc
| npc
Line 109: Line 118:
| used for HF
| used for HF
| yet to be revamped - look at changing head to a prop and making this Masculine_Med_Hoodie_NPC so reuseable
| yet to be revamped - look at changing head to a prop and making this Masculine_Med_Hoodie_NPC so reuseable
|
|-
|-
| npc
| npc
|  
|  
*Masculine_Med_LeatherJacket_NPC
*Masculine_Med_LeatherJacket_NPC
| used for March O'niell
| used for March O'neill
| yet to be revamped  
| yet to be revamped  
|
|-
|-
| npc
| npc
Line 124: Line 135:
| used for Emmanuel and Kyle
| used for Emmanuel and Kyle
| first pass, expect Lut issues, currently LongJacket_Col_Docker is the only working LUT
| first pass, expect Lut issues, currently LongJacket_Col_Docker is the only working LUT
| [[File:LUT-Template.png|none|thumb|LUT version 2 working with the colour map : LongJacket_Col_Docker]]
|-
|-
| npc
| npc
Line 130: Line 142:
| used for Lauri Love
| used for Lauri Love
| yet to be revamped  
| yet to be revamped  
|
|-
| npc
|
*Feminine_Med_Shirt_NPC
| used for Naomi Colvin
| yet to be revamped
|
|-
|-
| npc
| npc
Line 139: Line 159:
| used for Mustafa Al Bassam
| used for Mustafa Al Bassam
| yet to be revamped  
| yet to be revamped  
| [[File:Character LUT Layout SmartJumper.png|none|thumb|  Smart Jumper LUT]]
|-
|-
| npc
| npc
Line 149: Line 170:
| description
| description
| yet to be revamped  
| yet to be revamped  
|-
| [[File:Character LUT Layout SmartSuit.png|none|thumb|SmartSuit LUT]]
| npc
|
*Feminine_Med_Shirt_NPC
| used for Naomi Colvin
| yet to be revamped
|-
|-
| npc
| npc
Line 162: Line 178:
| description
| description
| yet to be revamped  
| yet to be revamped  
|
|-
|-
| npc
| npc
Line 168: Line 185:
| used for mc.fly
| used for mc.fly
| yet to be revamped  
| yet to be revamped  
|
|-
|-
| npc
| npc
Line 177: Line 195:
| description
| description
| first pass, expect Lut issues, currently Vest_Col_Security-Apostle is the only working LUT
| first pass, expect Lut issues, currently Vest_Col_Security-Apostle is the only working LUT
|[[File:LUT-Template.png|none|thumb|LUT version 2 working with Vest_Col_Security-Apostle]]
|-
|-
| npc
| npc
Line 186: Line 205:
| description
| description
| yet to be revamped
| yet to be revamped
| [[File:Character LUT Layout Waistcoat.png|none|thumb|Waistcoat LUT]]
|}
|}



Latest revision as of 21:02, 13 December 2023

Characters


Adding characters to your level is important as this will allow you to add other important systems such as conversations which is one way to introduce story elements to your level.

To add characters to your level you must open up the mission script and locate the character table. It should look something like this:

[[File:|frame|none|alt=|caption charactertable.png]]

To add a character in the table you must include the following:

  • name
  • displayName
  • internalName
  • characterType
  • prefab

You can also include some optional parameters:

This would look like the following in code:

-- Character definitions:
	characters = {
		joe = {
			displayName = "Joe Harman",
			internalName = "Joe",
			characterType = "player",
			prefab = "player",
            headProps = {"F_Med_Glasses-01"},
			spawnpoint = "PlayerSpawn",
			voice = "Big_Guard",
		},
	},

Note. When the characterType is virtual you do not need to add a prefab or spawn-point.

Character Types and Prefabs

character type prefab name description notes (image eventually) LUT template (to be removed when all same)
virtual
  • n/a
virtual characters are characters that you won't see in the level but may communicate with the player using via CryptoChat
player
  • Player_Joe
  • Player_Jen
This will allow you to add a playable character to your game.There can only be one per level.
npc
  • Masculine_Med_BomberJacket_NPC
used for Jake Davis working as intended, will need leaf bone removal
LUT version 2 working with the colour map : M_Jake_Col
npc
  • Feminine_Med_CardiganNecklace_NPC
used for Biella Coleman working as intended, will need leaf bone removal
LUT version 2 working with the colour map : Biella_Col
npc
  • Masculine_Med_CasualBlazer_NPC
used for Barrett Brown working as intended, will need leaf bone removal
LUT version 2 working with the colour map : M_Barret_Col
npc
  • Masculine_Med_CasualJumper_NPC
used for Shad not working as intended, yet to be revamped
npc
  • Masculine_Med_CoatScarf_NPC
used for Darren Martyn working as intended, will need leaf bone removal
LUT version 2 working with the colour map : Darren_Col
npc
  • Feminine_Med_Hoodie_NPC
used for Jaime yet to be revamped
npc
  • Masculine_Med_HorseHead_NPC
used for HF yet to be revamped - look at changing head to a prop and making this Masculine_Med_Hoodie_NPC so reuseable
npc
  • Masculine_Med_LeatherJacket_NPC
used for March O'neill yet to be revamped
npc
  • Feminine_Lrg_LongJacket_NPC
  • Feminine_Med_LongJacket_NPC
  • Masculine_Lrg_LongJacket_NPC
  • Masculine_Med_LongJacket_NPC
used for Emmanuel and Kyle first pass, expect Lut issues, currently LongJacket_Col_Docker is the only working LUT
LUT version 2 working with the colour map : LongJacket_Col_Docker
npc
  • Masculine_Med_OpenShirt_NPC
used for Lauri Love yet to be revamped
npc
  • Feminine_Med_Shirt_NPC
used for Naomi Colvin yet to be revamped
npc
  • Feminine_Lrg_SmartJumper_NPC
  • Feminine_Med_SmartJumper_NPC
  • Masculine_Lrg_SmartJumper_NPC
  • Masculine_Med_SmartJumper_NPC
used for Mustafa Al Bassam yet to be revamped
Smart Jumper LUT
npc
  • Feminine_Lrg_SmartSuit_NPC
  • Feminine_Med_SmartSuit_NPC
  • Masculine_Lrg_SmartSuit_NPC
  • Masculine_Med_SmartSuit_NPC
  • Player_Joe
description yet to be revamped
SmartSuit LUT
npc
  • Feminine_Med_Teen_NPC
  • Player_Jen
description yet to be revamped
npc
  • Masculine_Med_TShirt_NPC
used for mc.fly yet to be revamped
npc
  • Feminine_Lrg_Vest_NPC
  • Feminine_Med_Vest_NPC
  • Masculine_Lrg_Vest_NPC
  • Masculine_Med_Vest_NPC X- broken rig
description first pass, expect Lut issues, currently Vest_Col_Security-Apostle is the only working LUT
LUT version 2 working with Vest_Col_Security-Apostle
npc
  • Feminine_Lrg_Waistcoat_NPC
  • Feminine_Med_Waistcoat_NPC
  • Masculine_Lrg_Waistcoat_NPC
  • Masculine_Med_Waistcoat_NPC
description yet to be revamped
Waistcoat LUT

Voice

There are currently two voices, "Big_Guard" or "Huge_Guard". A table giving more information should go here when more voices are added.

Custom LUTs and head props

This is a subject of it's own, to customise the look of your characters further you will want to read up on Head props and Character Colours.

Virtual characters

Once you have created your virtual characters in order to use them within conversations you will have to add them to a network that is shared with the player. By default the mission script includes a mobile network called "Semaeopus4G" to connect other characters to this network you must use the ConnectToNetwork function. For example: Mission.ConnectToNetwork(mission.characters.terrance,mission.networks.Semaeopus4G.name,mission.networks.Semaeopus4G.userAccessKey)

Adding Guards

When creating guards you must add:

  • Spawn points
  • Patrol route
  • Profile
  • Agent
-- Guard definitions:
	characters = {
		guard01 = {
	             displayName = "Thomas Template",
	             internalName = "Thomas",
	             characterType = "enemy",
		     prefab = "bigGuard",
                     profile = "GuardTemplate.lua",
                     agent = "Guard.lua",
		     spawnpoint = "GuardSpawn",
                     patrolroute = {
                             points = {
                                      "PatrolPoint_0-001",
                                      "PatrolPoint_0-002",
                                       },
                                      cyclic = false,
                                      },
		         },
	            },

Spawn points

To create a spawn point:

  • Create empty game object
  • Add the mission object script to the empty game object
  • Select type "Spawn"

Your inspector should look something like this:

Patrol route

To create a Patrol point:

  • Create empty game object
  • Add the Patrol point script to the empty game object
  • Within the Patrol point script component section you can define the maximum and minimum time a guard spends at the particular point.
  • Repeat this process for as many points as you require.

Your inspector should look something like this:

Profile

When creating a guard you can give each one a personal profile, which will effect how each guard communicates and behaves.

This is a basic template and structure you should use:

Character ={

    Motivation = 0.6,
    Sociability = 0.5,
    FavouriteColor = { 1, 0.5586207, 0, 1 },
    Background = {

		FirstName = "THOMAS",

		LastName = "TEMPLATE",

		Nickname = {
			"Tommy",
		},

		DerogetoryName = {
			"Noggin",
		},

		FavouriteSwear = {
			"gosh-darn",
		},

		FavouriteFood = {
			"slice of Wensleydale cheese",
		},

		FavouriteSnack = {
			"Babybell",
		},

		FavouriteDrink = {
			"coffee",
		},

		BestFriend = {
			"Tristan",
		},

		RecipientPetName = {
			"Sweetums",
		},

		SenderPetName = {
			"Hubby",
		},

		FavouriteExclamation = {
			"Golly",
		},

		RandomHashtag = {
		  "#ROFL",
		},

		Mood = {
	    "happy",
		},

		PastEvent = {
		 "ate",
		},

		FutureEvent = {
			 "eat",
		 },
     },
    },