fix: fix span between checkpoint and resetpoint.

- change the span between checkpoint and resetpoint to prevent paper ball model respawn offset error.
- the span between 4 flames and resetpoint now is 3.65
- the span for 2 flames now is 3.3258
- these data were measured by Lee623 and picked by mode number in all original levels (because there is no uniform number in original levels).
This commit is contained in:
2025-07-18 14:30:18 +08:00
parent 3bed920f11
commit a1a215ec19

View File

@ -579,9 +579,9 @@ class BBP_OT_add_sector_component_pair(bpy.types.Operator, ComponentSectorParam)
# but it is different in FourFlams and TwoFlams # but it is different in FourFlams and TwoFlams
resetp_offset: float resetp_offset: float
if checkp_ty == PROP_ballance_element.BallanceElementType.PS_FourFlames: if checkp_ty == PROP_ballance_element.BallanceElementType.PS_FourFlames:
resetp_offset = 3.25 resetp_offset = 3.65
else: else:
resetp_offset = 2.0 resetp_offset = 3.3258
# add elements # add elements
# create checkpoint # create checkpoint