forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
83aca09e78
commit
f83074eb6d
1 changed files with 17 additions and 17 deletions
|
@ -5,9 +5,9 @@ Config = {
|
|||
animalCoords = vector4(1580.2, 2169.23, 78.22, 40.94),
|
||||
animalScenario = 'WORLD_COW_GRAZING',
|
||||
animalSettings = {
|
||||
FreezeAnimal = true,
|
||||
FreezeAnimal = false, -- Should be false for scenarios to work
|
||||
Invincible = true,
|
||||
BlockingOfNonTemporaryEvents = true,
|
||||
BlockingOfNonTemporaryEvents = true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -15,9 +15,9 @@ Config = {
|
|||
animalCoords = vector4(1582.36, 2167.7, 78.3, 8.31),
|
||||
animalScenario = 'WORLD_HEN_PECKING',
|
||||
animalSettings = {
|
||||
FreezeAnimal = true,
|
||||
FreezeAnimal = false, -- Should be false for scenarios to work
|
||||
Invincible = true,
|
||||
BlockingOfNonTemporaryEvents = true,
|
||||
BlockingOfNonTemporaryEvents = true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -26,16 +26,16 @@ Config = {
|
|||
pedHash = `A_F_Y_Indian_01`,
|
||||
pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153),
|
||||
pedAnimation = {
|
||||
animDict = 'amb@code_human_stand_mobile@male@standing@call@enter',
|
||||
animName = 'enter',
|
||||
animFlag = 1
|
||||
animDict = 'amb@world_human_stand_tablet@female@base', -- Verified tablet animation
|
||||
animName = 'base',
|
||||
animFlag = 49
|
||||
},
|
||||
pedProp = {
|
||||
propHash = `prop_cs_tablet`,
|
||||
propBone = 60309,
|
||||
propBone = 28422, -- Correct bone for left hand
|
||||
propPlacement = {
|
||||
0.03, -0.02, -0.03,
|
||||
0.0, 0.0, 0.0
|
||||
0.18, 0.08, -0.14, -- Position adjustments
|
||||
10.0, -100.0, 0.0 -- Rotation adjustments
|
||||
}
|
||||
},
|
||||
pedSettings = {
|
||||
|
@ -43,21 +43,21 @@ Config = {
|
|||
Invincible = true,
|
||||
BlockingOfNonTemporaryEvents = true
|
||||
}
|
||||
}, -- This comma was missing
|
||||
},
|
||||
{
|
||||
pedHash = `CS_Bankman`,
|
||||
pedCoords = vector4(-352.1639, -51.3455, 48.0365, 339.4478),
|
||||
pedAnimation = {
|
||||
animDict = 'amb@code_human_stand_mobile@male@standing@call@enter',
|
||||
animName = 'enter',
|
||||
animFlag = 1
|
||||
animDict = 'amb@world_human_stand_tablet@male@base', -- Male version
|
||||
animName = 'base',
|
||||
animFlag = 49
|
||||
},
|
||||
pedProp = {
|
||||
propHash = `prop_cs_tablet`,
|
||||
propBone = 60309,
|
||||
propBone = 28422,
|
||||
propPlacement = {
|
||||
0.03, -0.02, -0.03,
|
||||
0.0, 0.0, 0.0
|
||||
0.17, 0.07, -0.15,
|
||||
10.0, -100.0, 0.0
|
||||
}
|
||||
},
|
||||
pedSettings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue