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),
|
animalCoords = vector4(1580.2, 2169.23, 78.22, 40.94),
|
||||||
animalScenario = 'WORLD_COW_GRAZING',
|
animalScenario = 'WORLD_COW_GRAZING',
|
||||||
animalSettings = {
|
animalSettings = {
|
||||||
FreezeAnimal = true,
|
FreezeAnimal = false, -- Should be false for scenarios to work
|
||||||
Invincible = true,
|
Invincible = true,
|
||||||
BlockingOfNonTemporaryEvents = true,
|
BlockingOfNonTemporaryEvents = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -15,9 +15,9 @@ Config = {
|
||||||
animalCoords = vector4(1582.36, 2167.7, 78.3, 8.31),
|
animalCoords = vector4(1582.36, 2167.7, 78.3, 8.31),
|
||||||
animalScenario = 'WORLD_HEN_PECKING',
|
animalScenario = 'WORLD_HEN_PECKING',
|
||||||
animalSettings = {
|
animalSettings = {
|
||||||
FreezeAnimal = true,
|
FreezeAnimal = false, -- Should be false for scenarios to work
|
||||||
Invincible = true,
|
Invincible = true,
|
||||||
BlockingOfNonTemporaryEvents = true,
|
BlockingOfNonTemporaryEvents = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -26,16 +26,16 @@ Config = {
|
||||||
pedHash = `A_F_Y_Indian_01`,
|
pedHash = `A_F_Y_Indian_01`,
|
||||||
pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153),
|
pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153),
|
||||||
pedAnimation = {
|
pedAnimation = {
|
||||||
animDict = 'amb@code_human_stand_mobile@male@standing@call@enter',
|
animDict = 'amb@world_human_stand_tablet@female@base', -- Verified tablet animation
|
||||||
animName = 'enter',
|
animName = 'base',
|
||||||
animFlag = 1
|
animFlag = 49
|
||||||
},
|
},
|
||||||
pedProp = {
|
pedProp = {
|
||||||
propHash = `prop_cs_tablet`,
|
propHash = `prop_cs_tablet`,
|
||||||
propBone = 60309,
|
propBone = 28422, -- Correct bone for left hand
|
||||||
propPlacement = {
|
propPlacement = {
|
||||||
0.03, -0.02, -0.03,
|
0.18, 0.08, -0.14, -- Position adjustments
|
||||||
0.0, 0.0, 0.0
|
10.0, -100.0, 0.0 -- Rotation adjustments
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pedSettings = {
|
pedSettings = {
|
||||||
|
@ -43,21 +43,21 @@ Config = {
|
||||||
Invincible = true,
|
Invincible = true,
|
||||||
BlockingOfNonTemporaryEvents = true
|
BlockingOfNonTemporaryEvents = true
|
||||||
}
|
}
|
||||||
}, -- This comma was missing
|
},
|
||||||
{
|
{
|
||||||
pedHash = `CS_Bankman`,
|
pedHash = `CS_Bankman`,
|
||||||
pedCoords = vector4(-352.1639, -51.3455, 48.0365, 339.4478),
|
pedCoords = vector4(-352.1639, -51.3455, 48.0365, 339.4478),
|
||||||
pedAnimation = {
|
pedAnimation = {
|
||||||
animDict = 'amb@code_human_stand_mobile@male@standing@call@enter',
|
animDict = 'amb@world_human_stand_tablet@male@base', -- Male version
|
||||||
animName = 'enter',
|
animName = 'base',
|
||||||
animFlag = 1
|
animFlag = 49
|
||||||
},
|
},
|
||||||
pedProp = {
|
pedProp = {
|
||||||
propHash = `prop_cs_tablet`,
|
propHash = `prop_cs_tablet`,
|
||||||
propBone = 60309,
|
propBone = 28422,
|
||||||
propPlacement = {
|
propPlacement = {
|
||||||
0.03, -0.02, -0.03,
|
0.17, 0.07, -0.15,
|
||||||
0.0, 0.0, 0.0
|
10.0, -100.0, 0.0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pedSettings = {
|
pedSettings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue