mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -97,11 +97,11 @@ dCcD_SrcCyl cc_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 250.0f,
|
||||
/* Height */ 400.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 8001C0B4-8001CD7C .text enemy_ice__FP8enemyice */
|
||||
@@ -432,10 +432,10 @@ dCcD_SrcSph fire_at_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 8001CDB8-8001D3B0 .text enemy_fire__FP9enemyfire */
|
||||
|
||||
@@ -39,11 +39,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 0.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
const char daAleaf_c::m_arcname[] = "VigaH";
|
||||
|
||||
@@ -48,11 +48,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
/* Height */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 00004838-00004B2C .text draw__10daAgbsw0_cFv */
|
||||
|
||||
+12
-12
@@ -1258,10 +1258,10 @@ static cPhs_State daAM_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mEyeSph.Set(eye_co_sph_src);
|
||||
a_this->mEyeSph.SetStts(&a_this->mStts);
|
||||
@@ -1289,10 +1289,10 @@ static cPhs_State daAM_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mMouthSph.Set(mouth_co_sph_src);
|
||||
a_this->mMouthSph.SetStts(&a_this->mStts);
|
||||
@@ -1320,11 +1320,11 @@ static cPhs_State daAM_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mBodyCyl.Set(body_co_cyl_src);
|
||||
a_this->mBodyCyl.SetStts(&a_this->mStts);
|
||||
@@ -1352,11 +1352,11 @@ static cPhs_State daAM_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mNeedleCyl.Set(sword_co_cyl_src);
|
||||
a_this->mNeedleCyl.SetStts(&a_this->mStts);
|
||||
|
||||
+12
-12
@@ -1347,10 +1347,10 @@ static cPhs_State daAM2_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mEyeSph.Set(eye_co_sph_src);
|
||||
a_this->mEyeSph.SetStts(&a_this->mStts);
|
||||
@@ -1379,10 +1379,10 @@ static cPhs_State daAM2_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mWeakSph.Set(week_co_sph_src);
|
||||
a_this->mWeakSph.SetStts(&a_this->mStts);
|
||||
@@ -1411,11 +1411,11 @@ static cPhs_State daAM2_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mBodyCyl.Set(body_co_cyl_src);
|
||||
a_this->mBodyCyl.SetStts(&a_this->mStts);
|
||||
@@ -1443,11 +1443,11 @@ static cPhs_State daAM2_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mNeedleCyl.Set(sword_co_cyl_src);
|
||||
a_this->mNeedleCyl.SetStts(&a_this->mStts);
|
||||
|
||||
@@ -37,11 +37,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 0.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
const char daAmiProp_c::m_arcname[] = "Hami1";
|
||||
|
||||
@@ -75,10 +75,10 @@ const dCcD_SrcSph daArrow_c::m_co_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 25.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 800D455C-800D457C .text createHeap_CB__FP10fopAc_ac_c */
|
||||
|
||||
@@ -138,10 +138,10 @@ static cPhs_State daAtt_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 90.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
#endif
|
||||
static dCcD_SrcCyl cc_cyl_src = {
|
||||
@@ -167,11 +167,11 @@ static cPhs_State daAtt_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 200.0f,
|
||||
/* Height */ 2000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph bm_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -196,10 +196,10 @@ static cPhs_State daAtt_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
att_class* a_this = (att_class*)i_this;
|
||||
|
||||
+12
-12
@@ -2572,10 +2572,10 @@ static cPhs_State daBb_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 62.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph head_tg_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -2608,10 +2608,10 @@ static cPhs_State daBb_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 62.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph body_tg_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -2644,10 +2644,10 @@ static cPhs_State daBb_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 62.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph body_co_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -2672,10 +2672,10 @@ static cPhs_State daBb_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 87.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
bb_class* i_this = (bb_class*)a_this;
|
||||
|
||||
+24
-24
@@ -335,10 +335,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph head_tg_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -363,10 +363,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 120.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph tosaka_tg_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -391,10 +391,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph body_cc_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -419,10 +419,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 250.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph foot_cc_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -447,10 +447,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph wind_at_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -475,10 +475,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 300.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph kamen_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -503,10 +503,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph eff_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -531,10 +531,10 @@ static cPhs_State daBdk_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -90,11 +90,11 @@ static cPhs_State daBdkobj_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
/* Height */ 450.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph hahen_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -119,10 +119,10 @@ static cPhs_State daBdkobj_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -68,10 +68,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcSph l_sph_src2 = {
|
||||
@@ -97,10 +97,10 @@ static dCcD_SrcSph l_sph_src2 = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
const char daBFlower_c::m_arcname[] = "VbakH";
|
||||
|
||||
@@ -297,10 +297,10 @@ static cPhs_State daBgn_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph core_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -325,10 +325,10 @@ static cPhs_State daBgn_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
fopAcM_SetupActor(i_this, bgn_class);
|
||||
}
|
||||
|
||||
@@ -169,10 +169,10 @@ static cPhs_State daBgn2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph core_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -197,10 +197,10 @@ static cPhs_State daBgn2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -169,10 +169,10 @@ static cPhs_State daBgn3_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph core_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -197,10 +197,10 @@ static cPhs_State daBgn3_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -227,11 +227,11 @@ static cPhs_State daBita_Create(fopAc_ac_c* i_ac) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
/* Height */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
fopAcM_SetupActor(i_ac, bita_class);
|
||||
|
||||
+15
-15
@@ -4913,11 +4913,11 @@ static cPhs_State daBk_Create(fopAc_ac_c* i_actor) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 62.5f,
|
||||
/* Height */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
i_this->m0B88.Set(co_cyl_src);
|
||||
i_this->m0B88.SetStts(&i_this->dr.mStts);
|
||||
@@ -4944,11 +4944,11 @@ static cPhs_State daBk_Create(fopAc_ac_c* i_actor) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 112.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
i_this->m0CB8.Set(tg_cyl_src);
|
||||
i_this->m0CB8.SetStts(&i_this->dr.mStts);
|
||||
@@ -4975,10 +4975,10 @@ static cPhs_State daBk_Create(fopAc_ac_c* i_actor) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 37.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
i_this->m0DE8.Set(head_sph_src);
|
||||
i_this->m0DE8.SetStts(&i_this->dr.mStts);
|
||||
@@ -5005,10 +5005,10 @@ static cPhs_State daBk_Create(fopAc_ac_c* i_actor) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
i_this->m1040.Set(wepon_sph_src);
|
||||
i_this->m1040.SetStts(&i_this->dr.mStts);
|
||||
@@ -5035,10 +5035,10 @@ static cPhs_State daBk_Create(fopAc_ac_c* i_actor) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 62.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
i_this->m0F14.Set(defence_sph_src);
|
||||
i_this->m0F14.SetStts(&i_this->dr.mStts);
|
||||
|
||||
@@ -179,10 +179,10 @@ static cPhs_State daBL_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -174,10 +174,10 @@ static cPhs_State daBmd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 300.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph core_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -202,10 +202,10 @@ static cPhs_State daBmd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -230,11 +230,11 @@ static cPhs_State daBmd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
/* Height */ 400.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -130,10 +130,10 @@ static cPhs_State daBmdfoot_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -144,10 +144,10 @@ static cPhs_State daBmdhand_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -159,10 +159,10 @@ static cPhs_State daBO_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph foot_co_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -187,10 +187,10 @@ static cPhs_State daBO_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl body_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -215,11 +215,11 @@ static cPhs_State daBO_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 0.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -133,10 +133,10 @@ static dCcD_SrcSph sph_src = {
|
||||
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcCps at_cps_src = {
|
||||
|
||||
@@ -323,10 +323,10 @@ namespace daBomb2 {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
void Act_c::cc_init() {
|
||||
|
||||
@@ -1376,10 +1376,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 800DCF18-800DD1A4 .text create_init__8daBomb_cFv */
|
||||
|
||||
+12
-12
@@ -274,10 +274,10 @@ void body_create_init(bpw_class*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph body_at_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -302,10 +302,10 @@ void body_create_init(bpw_class*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
@@ -340,10 +340,10 @@ void kantera_create_init(bpw_class*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
@@ -378,10 +378,10 @@ void damage_ball_create_init(bpw_class*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1279,11 +1279,11 @@ void CreateInit(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 5.0f,
|
||||
/* Height */ 1000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
bridge_class* i_this = (bridge_class*)a_this;
|
||||
|
||||
+15
-15
@@ -2444,11 +2444,11 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
/* Height */ 400.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl core_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -2473,11 +2473,11 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
/* Height */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph finger_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -2502,10 +2502,10 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph eye_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -2530,10 +2530,10 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph beam_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -2558,10 +2558,10 @@ static cPhs_State daBst_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
fopAcM_SetupActor(a_this, bst_class);
|
||||
|
||||
+15
-15
@@ -245,10 +245,10 @@ static cPhs_State daBtd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph eye_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -273,10 +273,10 @@ static cPhs_State daBtd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph fire_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -301,10 +301,10 @@ static cPhs_State daBtd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph sibuki_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -329,10 +329,10 @@ static cPhs_State daBtd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl hand_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -357,11 +357,11 @@ static cPhs_State daBtd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 0.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -179,10 +179,10 @@ static cPhs_State daBwd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph bero_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -207,10 +207,10 @@ static cPhs_State daBwd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph bero_co_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -235,10 +235,10 @@ static cPhs_State daBwd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -119,10 +119,10 @@ static cPhs_State daBwds_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph body_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -147,10 +147,10 @@ static cPhs_State daBwds_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph hs_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -175,10 +175,10 @@ static cPhs_State daBwds_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -32,11 +32,11 @@ static dCcD_SrcCyl canon_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 75.0f,
|
||||
/* Height */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
@@ -63,11 +63,11 @@ static dCcD_SrcCyl canon_cyl2_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 300.0f,
|
||||
/* Height */ 500.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -189,11 +189,11 @@ static cPhs_State daCC_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -50,11 +50,11 @@ namespace daComing3 {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -31,11 +31,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -158,11 +158,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 0.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static cXyz Vobj03_pos0[25];
|
||||
|
||||
@@ -31,10 +31,10 @@ const dCcD_SrcSph daDaiocta_c::m_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 180.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -31,10 +31,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 180.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -601,10 +601,10 @@ static cPhs_State daEp_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -629,11 +629,11 @@ static cPhs_State daEp_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 35.0f,
|
||||
/* Height */ 120.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
ep_class* i_this = (ep_class*)a_this;
|
||||
|
||||
@@ -40,11 +40,11 @@ const dCcD_SrcCyl daFallRock_c::m_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -338,10 +338,10 @@ static cPhs_State daFf_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mStts.Init(200, 0, a_this);
|
||||
a_this->mSph.Set(cc_sph_src);
|
||||
|
||||
+12
-12
@@ -2663,11 +2663,11 @@ static dCcD_SrcCyl cc_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, -150.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, -150.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
/* Height */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcSph wepon_sph_src = {
|
||||
@@ -2693,10 +2693,10 @@ static dCcD_SrcSph wepon_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcSph ball_tg_sph_src = {
|
||||
@@ -2722,10 +2722,10 @@ static dCcD_SrcSph ball_tg_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcSph ball_at_sph_src = {
|
||||
@@ -2751,10 +2751,10 @@ static dCcD_SrcSph ball_at_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 00009844-00009C70 .text daFganon_Create__FP10fopAc_ac_c */
|
||||
|
||||
@@ -69,10 +69,10 @@ static cPhs_State daFgmahou_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph at_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -97,10 +97,10 @@ static cPhs_State daFgmahou_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -34,11 +34,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 150.0f,
|
||||
/* Height */ 150.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl l_co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -63,11 +63,11 @@ static dCcD_SrcCyl l_co_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 130.0f,
|
||||
/* Height */ 170.0f,
|
||||
}
|
||||
}}
|
||||
};
|
||||
static dCcD_SrcCyl at_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -92,11 +92,11 @@ static dCcD_SrcCyl at_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 150.0f,
|
||||
/* Height */ 150.0f,
|
||||
}
|
||||
}}
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -31,10 +31,10 @@ const dCcD_SrcSph daFm_c::m_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
@@ -61,11 +61,11 @@ const dCcD_SrcCyl daFm_c::m_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
+12
-12
@@ -155,10 +155,10 @@ static cPhs_State daGM_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl body_co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -183,11 +183,11 @@ static cPhs_State daGM_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl wing_co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -212,11 +212,11 @@ static cPhs_State daGM_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl wind_co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -241,11 +241,11 @@ static cPhs_State daGM_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
+12
-12
@@ -219,11 +219,11 @@ static cPhs_State daGnd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, -150.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, -150.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
/* Height */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph head_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -248,10 +248,10 @@ static cPhs_State daGnd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph chest_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -276,10 +276,10 @@ static cPhs_State daGnd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph wepon_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -304,10 +304,10 @@ static cPhs_State daGnd_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -31,10 +31,10 @@ static dCcD_SrcSph l_sph_head_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 180.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
@@ -61,10 +61,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 180.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -129,10 +129,10 @@ static cPhs_State daHimo2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -84,11 +84,11 @@ static cPhs_State daHimo3_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
/* Height */ 4000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -113,10 +113,10 @@ static cPhs_State daHimo3_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph sph2_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -141,10 +141,10 @@ static cPhs_State daHimo3_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -74,10 +74,10 @@ static cPhs_State daHitobj_Create(fopAc_ac_c* pActor) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
i_this->mStts.Init(0xFF, 0xFF, i_this);
|
||||
i_this->mSph.Set(cc_sph_src);
|
||||
|
||||
@@ -31,10 +31,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 35.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -46,10 +46,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 00000078-000000B8 .text Delete__7daHys_cFv */
|
||||
|
||||
@@ -505,11 +505,11 @@ dCcD_SrcCyl daIball_c::m_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static actor_method_class l_daIball_Method = {
|
||||
|
||||
@@ -1508,11 +1508,11 @@ dCcD_SrcCyl daItem_c::m_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 10.0f,
|
||||
/* Height */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static actor_method_class l_daItem_Method = {
|
||||
|
||||
@@ -228,10 +228,10 @@ static cPhs_State daJBO_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
a_this->mSph.Set(co_sph_src);
|
||||
a_this->mSph.SetStts(&a_this->mStts);
|
||||
|
||||
@@ -160,10 +160,10 @@ static cPhs_State daKamome_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1021,11 +1021,11 @@ static cPhs_State daKanban_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 0.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
u32 maxHeapSize = 0;
|
||||
|
||||
@@ -84,10 +84,10 @@ static cPhs_State daKantera_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -205,10 +205,10 @@ static cPhs_State daKb_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -139,11 +139,11 @@ void dDoor_ssk_sub_c::init() {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
/* Height */ 300.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1307,10 +1307,10 @@ static cPhs_State daKi_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph tg_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -1335,10 +1335,10 @@ static cPhs_State daKi_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph co_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -1363,10 +1363,10 @@ static cPhs_State daKi_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
ki_class* i_this = (ki_class*)a_this;
|
||||
|
||||
@@ -394,10 +394,10 @@ static cPhs_State daKita_Create(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 400.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
kita_class* i_this = static_cast<kita_class*>(a_this);
|
||||
|
||||
@@ -90,10 +90,10 @@ static cPhs_State daKlft_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 250.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl p_co_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -118,11 +118,11 @@ static cPhs_State daKlft_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
/* Height */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1458,10 +1458,10 @@ static dCcD_SrcSph body_co_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 15.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static s8 fire_j[10] = {
|
||||
|
||||
@@ -179,10 +179,10 @@ static cPhs_State daLamp_Create(fopAc_ac_c* i_ac) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
i_this->mSph.Set(sph_src);
|
||||
|
||||
@@ -36,11 +36,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 280.0f,
|
||||
/* Height */ 510.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static cXyz up_vec(0.0f, 1.0f, 0.0f);
|
||||
|
||||
@@ -35,10 +35,10 @@ static dCcD_SrcSph l_sph_src_at = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 150.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcSph l_sph_src_col = {
|
||||
@@ -64,10 +64,10 @@ static dCcD_SrcSph l_sph_src_col = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -79,10 +79,10 @@ static cPhs_State daMant_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph mesh_cc_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -107,10 +107,10 @@ static cPhs_State daMant_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -100,11 +100,11 @@ static cPhs_State daMflft_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 10.0f,
|
||||
/* Height */ 1000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
+18
-18
@@ -364,11 +364,11 @@ static cPhs_State daMo2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 90.0f,
|
||||
/* Height */ 125.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcCyl tg_cyl_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -393,11 +393,11 @@ static cPhs_State daMo2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 45.0f,
|
||||
/* Height */ 137.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph head_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -422,10 +422,10 @@ static cPhs_State daMo2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 55.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph wepon_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -450,10 +450,10 @@ static cPhs_State daMo2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph wepon2_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -478,10 +478,10 @@ static cPhs_State daMo2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 62.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
static dCcD_SrcSph defence_sph_src = {
|
||||
// dCcD_SrcGObjInf
|
||||
@@ -506,10 +506,10 @@ static cPhs_State daMo2_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 62.5f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -272,11 +272,11 @@ static cPhs_State daMsw_Create(fopAc_ac_c* i_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 10.0f,
|
||||
/* Height */ 1000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
fopAcM_SetupActor(i_this, msw_class);
|
||||
|
||||
@@ -185,10 +185,10 @@ static cPhs_State daMt_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -50,11 +50,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 10.0f,
|
||||
/* Height */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 800F95B8-800F9654 .text __ct__10daNh_HIO_cFv */
|
||||
|
||||
@@ -31,11 +31,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -46,11 +46,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 000000EC-000001E4 .text __ct__16daNpc_Bmsw_HIO_cFv */
|
||||
|
||||
@@ -51,11 +51,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 000000EC-00000108 .text __ct__20daNpc_Bs1_childHIO_cFv */
|
||||
|
||||
@@ -43,11 +43,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -43,11 +43,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 000000EC-000001A8 .text __ct__17daNpc_Btsw2_HIO_cFv */
|
||||
|
||||
@@ -47,11 +47,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
@@ -78,11 +78,11 @@ static dCcD_SrcCyl l_wind_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -31,11 +31,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -102,11 +102,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 10.0f,
|
||||
/* Height */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
daNpc_Fa1_c::MoveFunc_t moveProc[] = {
|
||||
|
||||
@@ -49,11 +49,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
/* Height */ 170.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcCyl l_cyl2_src = {
|
||||
@@ -79,11 +79,11 @@ static dCcD_SrcCyl l_cyl2_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
/* Height */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcCyl l_cylAt_src = {
|
||||
@@ -109,11 +109,11 @@ static dCcD_SrcCyl l_cylAt_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 150.0f,
|
||||
/* Height */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcCps l_cpsAt_src = {
|
||||
|
||||
@@ -304,10 +304,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcSph l_tg_sph_src = {
|
||||
@@ -333,10 +333,10 @@ static dCcD_SrcSph l_tg_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcCps l_kam_at_cps_src = {
|
||||
|
||||
@@ -32,11 +32,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
/* Height */ 160.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -32,11 +32,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -65,11 +65,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcCyl l_light_cyl_src = {
|
||||
@@ -95,11 +95,11 @@ static dCcD_SrcCyl l_light_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcCps l_fan_light_cps_src = {
|
||||
@@ -155,11 +155,11 @@ static dCcD_SrcCyl l_wind_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -44,11 +44,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static const char* l_staff_name[] = {
|
||||
|
||||
@@ -32,11 +32,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
/* Height */ 160.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -499,11 +499,11 @@ static dCcD_SrcCyl l_cyl_src2 = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 40.0f,
|
||||
/* Height */ 160.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static char* l_npc_staff_id = {
|
||||
|
||||
@@ -1398,10 +1398,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static char* l_npc_staff_id[] = {
|
||||
|
||||
@@ -32,11 +32,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -32,11 +32,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 80.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -418,10 +418,10 @@ const dCcD_SrcSph daNpc_So_c::m_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 60.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -195,11 +195,11 @@ void daNZ_CreateInit(nz_class*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
/* Height */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -69,11 +69,11 @@ static cPhs_State daNZG_Create(fopAc_ac_c*) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
/* Height */ 20.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -32,11 +32,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 30.0f,
|
||||
/* Height */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -51,11 +51,11 @@ const dCcD_SrcCyl daObjBarrel::Act_c::M_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ l_l_radius,
|
||||
/* Height */ 100.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
const daObjBarrel::Act_c::Attr_c daObjBarrel::Act_c::M_attr = {
|
||||
|
||||
@@ -41,11 +41,11 @@ static const dCcD_SrcCyl l_cyl_at_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 1000.0f,
|
||||
/* Height */ 10000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static const dCcD_SrcCyl l_cyl_tg_src = {
|
||||
@@ -71,11 +71,11 @@ static const dCcD_SrcCyl l_cyl_tg_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 1000.0f,
|
||||
/* Height */ 10000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static cXyz l_ef_scale(1.0f, 1.0f, 1.0f);
|
||||
|
||||
@@ -31,11 +31,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 70.0f,
|
||||
/* Height */ 210.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
@@ -62,10 +62,10 @@ static dCcD_SrcSph l_sph_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 65.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user