Refactored directory structure, added game files from TMP

This commit is contained in:
2023-12-04 21:54:28 +02:00
parent c35f861d97
commit ff3388e795
7726 changed files with 564910 additions and 17 deletions

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\back_damage.GR2"
MotionDuration 1.0
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\back_damage1.GR2"
MotionDuration 1.0
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\back_Knockdown.GR2"
MotionDuration 1.4
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\back_Standup.GR2"
MotionDuration 1.8
Accumulation -5.29 -57.33 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\front_damage.GR2"
MotionDuration 1.0
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\front_damage1.GR2"
MotionDuration 1.0
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "D:/Ymir Work/monster2/hanma_boss/front_dead.GR2"
MotionDuration 5.333333
Accumulation 0.00 0.00 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\front_Knockdown.GR2"
MotionDuration 1.13333
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\front_Standup.GR2"
MotionDuration 1.53333
Accumulation -15.99 -69.76 0.00

View File

@ -0,0 +1,114 @@
ScriptType RaceDataScript
BaseModelFileName "D:\Ymir Work\monster2\hanma_boss\hanma_boss.GR2"
Group ShapeData
{
PathName ""
ShapeDataCount 0
}
Group AttachingData
{
AttachingDataCount 7
Group AttachingData00
{
AttachingDataType 1
isAttaching 1
AttachingModelIndex 0
AttachingBoneName "Bip01 Spine"
CollisionType 1
SphereDataCount 1
Group SphereData00
{
Radius 190.000000
Position 0.000000 -60.000000 30.000000
}
}
Group AttachingData01
{
AttachingDataType 1
isAttaching 1
AttachingModelIndex 0
AttachingBoneName "Bip01 Spine"
CollisionType 3
SphereDataCount 1
Group SphereData00
{
Radius 260.000000
Position 0.000000 -60.000000 30.000000
}
}
Group AttachingData02
{
AttachingDataType 2
isAttaching 1
AttachingModelIndex 0
AttachingBoneName "Bip01 L Hand"
EffectScriptName "D:\Ymir Work\effect\monster2\whiteblue1_great.mse"
EffectPosition 0.000000 0.000000 0.000000
EffectRotation 0.000000 0.000000 0.000000
}
Group AttachingData03
{
AttachingDataType 2
isAttaching 1
AttachingModelIndex 0
AttachingBoneName "Bip01 R Hand"
EffectScriptName "D:\Ymir Work\effect\monster2\whiteblue1_great.mse"
EffectPosition 0.000000 0.000000 0.000000
EffectRotation 0.000000 0.000000 0.000000
}
Group AttachingData04
{
AttachingDataType 2
isAttaching 1
AttachingModelIndex 0
AttachingBoneName "Bip01 R Foot"
EffectScriptName "D:\Ymir Work\effect\monster2\whiteblue1_great.mse"
EffectPosition 0.000000 0.000000 0.000000
EffectRotation 0.000000 0.000000 0.000000
}
Group AttachingData05
{
AttachingDataType 2
isAttaching 1
AttachingModelIndex 0
AttachingBoneName "Bip01 L Foot"
EffectScriptName "D:\Ymir Work\effect\monster2\whiteblue1_great.mse"
EffectPosition 0.000000 0.000000 0.000000
EffectRotation 0.000000 0.000000 0.000000
}
Group AttachingData06
{
AttachingDataType 2
isAttaching 1
AttachingModelIndex 0
AttachingBoneName "Bip02 R Hand"
EffectScriptName "D:\Ymir Work\effect\monster2\whiteblue1.mse"
EffectPosition 0.000000 0.000000 0.000000
EffectRotation 0.000000 0.000000 0.000000
}
}

View File

@ -0,0 +1,19 @@
GENERAL WAIT wait.msa 70
GENERAL WAIT1 wait2.msa 20
GENERAL WAIT2 wait2.msa 10
GENERAL RUN run.msa 100
GENERAL NORMAL_ATTACK normal_attack.msa 60
GENERAL NORMAL_ATTACK1 normal_attack1.msa 40
GENERAL SPECIAL special_attack.msa 50
GENERAL SPECIAL1 special_attack1.msa 50
GENERAL FRONT_DAMAGE front_damage.msa 50
GENERAL FRONT_DAMAGE1 front_damage1.msa 50
GENERAL FRONT_DEAD front_dead.msa 100
GENERAL FRONT_KNOCKDOWN front_knockdown.msa 100
GENERAL FRONT_STANDUP front_standup.msa 100
GENERAL BACK_DAMAGE back_damage.msa 50
GENERAL BACK_DAMAGE1 back_damage1.msa 50
GENERAL BACK_KNOCKDOWN back_knockdown.msa 100
GENERAL BACK_STANDUP back_Standup.msa 100
GENERAL BACK_DEAD front_dead.msa 100
GENERAL WALK walk.msa 100

View File

@ -0,0 +1,44 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\normal_attack.GR2"
MotionDuration 1.666667
Accumulation 0.00 -92.97 0.00
Group MotionEventData
{
MotionEventDataCount 2
Group Event00
{
MotionEventType 1
StartingTime 0.332522
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "Bip01 L Toe0"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster2/impact2.mse"
EffectPosition 0.000000 -100.000000 -60.000000
}
Group Event01
{
MotionEventType 4
StartingTime 0.320357
DuringTime 0.200000
EnableHitProcess 0
AttackType 0
HittingType 2
StiffenTime 0.000000
InvisibleTime 0.300000
ExternalForce 0.000000
HitLimitCount 0
CollisionType 4
SphereDataCount 1
Group SphereData00
{
Radius 400.000000
Position 0.000000 -350.000000 0.000000
}
}
}

View File

@ -0,0 +1,65 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\normal_attack1.GR2"
MotionDuration 1.666667
Accumulation 0.00 -92.97 0.00
Group MotionEventData
{
MotionEventDataCount 4
Group Event00
{
MotionEventType 1
StartingTime 0.948905
IndependentFlag 0
AttachingEnable 1
AttachingBoneName "Bip02 L Hand"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster2/ice_boom1.mse"
EffectPosition 0.000000 0.000000 0.000000
}
Group Event01
{
MotionEventType 1
StartingTime 1.038118
IndependentFlag 0
AttachingEnable 1
AttachingBoneName "Bip02 L Hand"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster2/ice_boom1.mse"
EffectPosition 0.000000 0.000000 0.000000
}
Group Event02
{
MotionEventType 4
StartingTime 0.965126
DuringTime 0.200000
EnableHitProcess 0
AttackType 0
HittingType 2
StiffenTime 0.000000
InvisibleTime 0.300000
ExternalForce 0.000000
HitLimitCount 0
CollisionType 4
SphereDataCount 1
Group SphereData00
{
Radius 400.000000
Position 0.000000 -300.000000 0.000000
}
}
Group Event03
{
MotionEventType 2
StartingTime 0.965126
DuringTime 0.200000
Power 200
AffectingRange 200
}
}

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\Run.GR2"
MotionDuration 0.833333
Accumulation 0.00 -32.53 0.00

View File

@ -0,0 +1,65 @@
ScriptType MotionData
MotionFileName "D:/Ymir Work/monster2/hanma_boss/special_attack.GR2"
MotionDuration 2.833333
Accumulation 0.00 0.00 0.00
Group MotionEventData
{
MotionEventDataCount 4
Group Event00
{
MotionEventType 1
StartingTime 1.158151
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "Bip02 Spine1"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster2/impact_water2.mse"
EffectPosition 0.000000 -350.000000 320.000000
}
Group Event01
{
MotionEventType 1
StartingTime 1.227088
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "hanma_boss_weapon"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster2/spell1.mse"
EffectPosition 0.000000 -350.000000 320.000000
}
Group Event02
{
MotionEventType 2
StartingTime 1.185726
DuringTime 0.200000
Power 300
AffectingRange 200
}
Group Event03
{
MotionEventType 4
StartingTime 1.185726
DuringTime 0.200000
EnableHitProcess 0
AttackType 0
HittingType 2
StiffenTime 0.000000
InvisibleTime 0.300000
ExternalForce 0.000000
HitLimitCount 0
CollisionType 4
SphereDataCount 1
Group SphereData00
{
Radius 900.000000
Position 0.000000 -200.000000 0.000000
}
}
}

View File

@ -0,0 +1,110 @@
ScriptType MotionData
MotionFileName "D:/Ymir Work/monster2/hanma_boss/special_attack1.GR2"
MotionDuration 4.000000
Accumulation 0.00 0.00 0.00
Group MotionEventData
{
MotionEventDataCount 8
Group Event00
{
MotionEventType 1
StartingTime 1.245742
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "hanma_boss_weapon"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster2/tornado1_blue.mse"
EffectPosition 0.000000 -100.000000 0.000000
}
Group Event01
{
MotionEventType 1
StartingTime 1.274939
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "Bip02 L Hand"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster2/spell2.mse"
EffectPosition 0.000000 -100.000000 0.000000
}
Group Event02
{
MotionEventType 1
StartingTime 1.605839
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "hanma_boss_weapon"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster/fox_ninetail_25.mse"
EffectPosition 500.000000 0.000000 0.000000
}
Group Event03
{
MotionEventType 1
StartingTime 1.615572
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "hanma_boss_weapon"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster/fox_ninetail_25.mse"
EffectPosition -500.000000 0.000000 0.000000
}
Group Event04
{
MotionEventType 1
StartingTime 1.605839
IndependentFlag 0
AttachingEnable 0
AttachingBoneName "hanma_boss_weapon"
FollowingEnable 0
EffectFileName "d:/ymir work/effect/monster/fox_ninetail_25.mse"
EffectPosition 0.000000 -500.000000 0.000000
}
Group Event05
{
MotionEventType 4
StartingTime 1.615572
DuringTime 0.200000
EnableHitProcess 0
AttackType 0
HittingType 2
StiffenTime 0.000000
InvisibleTime 0.300000
ExternalForce 0.000000
HitLimitCount 0
CollisionType 4
SphereDataCount 1
Group SphereData00
{
Radius 1000.000000
Position 0.000000 0.000000 0.000000
}
}
Group Event06
{
MotionEventType 2
StartingTime 1.615572
DuringTime 0.300000
Power 300
AffectingRange 200
}
Group Event07
{
MotionEventType 2
StartingTime 1.605839
DuringTime 0.300000
Power 300
AffectingRange 200
}
}

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\wait.GR2"
MotionDuration 2.0
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\wait1.GR2"
MotionDuration 3.33333
Accumulation 0.00 -92.97 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "D:/Ymir Work/monster2/hanma_boss/wait2.GR2"
MotionDuration 4.666667
Accumulation 0.00 0.00 0.00

View File

@ -0,0 +1,6 @@
ScriptType MotionData
MotionFileName "d:\ymir work\monster2\yamachun_boss\Walk.GR2"
MotionDuration 1.93333
Accumulation 1.29 -32.53 0.00