在SPT\user\mods\ManimalIcebreaker\db中的base.json
研究了一下…
找到疑似pmc出生点的代码,有3个:
第一个:(给player)
“CorePointId”: 0,
“DelayToCanSpawnSec”: 4,
“Id”: “40dad261-e881-4664-919d-049df89cc2ca”,
“Infiltration”: “Icebreaker”,
“Position”: {
“x”: -5.23,
“y”: 9.34,
“z”: 189.2
},
“Rotation”: 185.184,
“Sides”: [
“All”
]
},
{
“BotZoneName”: “”,
“Categories”: [
“Player”
],
第二个:(给player)
“CorePointId”: 0,
“DelayToCanSpawnSec”: 4,
“Id”: “b9c74b5b-a92b-4c15-b41c-c4275fd6a881”,
“Infiltration”: “Icebreaker”,
“Position”: {
“x”: -5.23,
“y”: 9.34,
“z”: 189.2
},
“Rotation”: 185.184,
“Sides”: [
“All”
]
},
{
“BotZoneName”: “”,
“Categories”: [
“Player”
],
“ColliderParams”: {
“_parent”: “SpawnSphereParams”,
“_props”: {
“Center”: {
“x”: 0,
“y”: 0,
“z”: 0
},
“Radius”: 4
}
},
第三个:(给bot)
“CorePointId”: 0,
“DelayToCanSpawnSec”: 4,
“Id”: “ddc9a716-00df-4167-a30b-6d0dae8fe3c8”,
“Infiltration”: “Icebreaker”,
“Position”: {
“x”: -5.23,
“y”: 9.34,
“z”: 189.2
},
“Rotation”: 185.184,
“Sides”: [
“All”
]
},
{
“BotZoneName”: “BotZoneStern”,
“Categories”: [
“Bot”
],
“ColliderParams”: {
“_parent”: “SpawnSphereParams”,
“_props”: {
“Center”: {
“x”: 0,
“y”: 0,
“z”: 0
},
“Radius”: 41.97
}
},
无论如何修改出生点坐标,都是默认出生点(船下)
求助!
4.013
已配图
是
其他问题









改坐标不行吗