2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/World/ScriptLoader.hpp"
|
|
|
|
|
|
|
|
#include "Runtime/Camera/CCinematicCamera.hpp"
|
|
|
|
#include "Runtime/Camera/CPathCamera.hpp"
|
|
|
|
#include "Runtime/Collision/CCollidableOBBTreeGroup.hpp"
|
2020-04-19 10:56:28 +00:00
|
|
|
#include "Runtime/CSimplePool.hpp"
|
|
|
|
#include "Runtime/CStateManager.hpp"
|
|
|
|
#include "Runtime/GameGlobalObjects.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/MP1/World/CActorContraption.hpp"
|
|
|
|
#include "Runtime/MP1/World/CAtomicAlpha.hpp"
|
|
|
|
#include "Runtime/MP1/World/CAtomicBeta.hpp"
|
|
|
|
#include "Runtime/MP1/World/CBabygoth.hpp"
|
|
|
|
#include "Runtime/MP1/World/CBeetle.hpp"
|
|
|
|
#include "Runtime/MP1/World/CBloodFlower.hpp"
|
|
|
|
#include "Runtime/MP1/World/CBurrower.hpp"
|
|
|
|
#include "Runtime/MP1/World/CChozoGhost.hpp"
|
|
|
|
#include "Runtime/MP1/World/CElitePirate.hpp"
|
|
|
|
#include "Runtime/MP1/World/CEnergyBall.hpp"
|
|
|
|
#include "Runtime/MP1/World/CEyeball.hpp"
|
|
|
|
#include "Runtime/MP1/World/CFireFlea.hpp"
|
|
|
|
#include "Runtime/MP1/World/CFlaahgra.hpp"
|
|
|
|
#include "Runtime/MP1/World/CFlaahgraTentacle.hpp"
|
|
|
|
#include "Runtime/MP1/World/CFlickerBat.hpp"
|
|
|
|
#include "Runtime/MP1/World/CFlyingPirate.hpp"
|
2020-04-19 10:56:28 +00:00
|
|
|
#include "Runtime/MP1/World/CIceSheegoth.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/MP1/World/CJellyZap.hpp"
|
|
|
|
#include "Runtime/MP1/World/CMagdolite.hpp"
|
|
|
|
#include "Runtime/MP1/World/CMetaree.hpp"
|
2020-03-31 13:38:18 +00:00
|
|
|
#include "Runtime/MP1/World/CDrone.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/MP1/World/CMetroid.hpp"
|
|
|
|
#include "Runtime/MP1/World/CMetroidBeta.hpp"
|
2020-09-19 22:08:07 +00:00
|
|
|
#include "Runtime/MP1/World/CMetroidPrimeEssence.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/MP1/World/CMetroidPrimeRelay.hpp"
|
|
|
|
#include "Runtime/MP1/World/CNewIntroBoss.hpp"
|
2020-03-31 18:17:47 +00:00
|
|
|
#include "Runtime/MP1/World/COmegaPirate.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/MP1/World/CParasite.hpp"
|
2020-04-03 00:13:32 +00:00
|
|
|
#include "Runtime/MP1/World/CPhazonHealingNodule.hpp"
|
2020-04-03 08:39:29 +00:00
|
|
|
#include "Runtime/MP1/World/CPhazonPool.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/MP1/World/CPuddleSpore.hpp"
|
|
|
|
#include "Runtime/MP1/World/CPuddleToadGamma.hpp"
|
|
|
|
#include "Runtime/MP1/World/CPuffer.hpp"
|
|
|
|
#include "Runtime/MP1/World/CRidley.hpp"
|
|
|
|
#include "Runtime/MP1/World/CRipper.hpp"
|
|
|
|
#include "Runtime/MP1/World/CSeedling.hpp"
|
|
|
|
#include "Runtime/MP1/World/CSpacePirate.hpp"
|
|
|
|
#include "Runtime/MP1/World/CSpankWeed.hpp"
|
|
|
|
#include "Runtime/MP1/World/CThardus.hpp"
|
2020-03-01 01:11:41 +00:00
|
|
|
#include "Runtime/MP1/World/CThardusRockProjectile.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/MP1/World/CTryclops.hpp"
|
|
|
|
#include "Runtime/MP1/World/CWarWasp.hpp"
|
|
|
|
#include "Runtime/Particle/CWeaponDescription.hpp"
|
|
|
|
#include "Runtime/World/CActorParameters.hpp"
|
|
|
|
#include "Runtime/World/CAmbientAI.hpp"
|
|
|
|
#include "Runtime/World/CAnimationParameters.hpp"
|
|
|
|
#include "Runtime/World/CDamageInfo.hpp"
|
|
|
|
#include "Runtime/World/CFishCloud.hpp"
|
|
|
|
#include "Runtime/World/CFishCloudModifier.hpp"
|
|
|
|
#include "Runtime/World/CFluidUVMotion.hpp"
|
|
|
|
#include "Runtime/World/CGrappleParameters.hpp"
|
|
|
|
#include "Runtime/World/CPatternedInfo.hpp"
|
|
|
|
#include "Runtime/World/CRepulsor.hpp"
|
|
|
|
#include "Runtime/World/CScriptActor.hpp"
|
|
|
|
#include "Runtime/World/CScriptActorKeyframe.hpp"
|
|
|
|
#include "Runtime/World/CScriptActorRotate.hpp"
|
|
|
|
#include "Runtime/World/CScriptAiJumpPoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptAreaAttributes.hpp"
|
|
|
|
#include "Runtime/World/CScriptBallTrigger.hpp"
|
|
|
|
#include "Runtime/World/CScriptBeam.hpp"
|
|
|
|
#include "Runtime/World/CScriptCameraBlurKeyframe.hpp"
|
|
|
|
#include "Runtime/World/CScriptCameraFilterKeyframe.hpp"
|
|
|
|
#include "Runtime/World/CScriptCameraHint.hpp"
|
|
|
|
#include "Runtime/World/CScriptCameraHintTrigger.hpp"
|
|
|
|
#include "Runtime/World/CScriptCameraPitchVolume.hpp"
|
|
|
|
#include "Runtime/World/CScriptCameraShaker.hpp"
|
|
|
|
#include "Runtime/World/CScriptCameraWaypoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptColorModulate.hpp"
|
|
|
|
#include "Runtime/World/CScriptControllerAction.hpp"
|
|
|
|
#include "Runtime/World/CScriptCounter.hpp"
|
|
|
|
#include "Runtime/World/CScriptCoverPoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptDamageableTrigger.hpp"
|
|
|
|
#include "Runtime/World/CScriptDebris.hpp"
|
|
|
|
#include "Runtime/World/CScriptDebugCameraWaypoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptDistanceFog.hpp"
|
|
|
|
#include "Runtime/World/CScriptDock.hpp"
|
|
|
|
#include "Runtime/World/CScriptDockAreaChange.hpp"
|
|
|
|
#include "Runtime/World/CScriptDoor.hpp"
|
|
|
|
#include "Runtime/World/CScriptEffect.hpp"
|
2020-04-19 10:56:28 +00:00
|
|
|
#include "Runtime/World/CScriptEMPulse.hpp"
|
2019-12-22 20:04:07 +00:00
|
|
|
#include "Runtime/World/CScriptGenerator.hpp"
|
|
|
|
#include "Runtime/World/CScriptGrapplePoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptGunTurret.hpp"
|
|
|
|
#include "Runtime/World/CScriptHUDMemo.hpp"
|
|
|
|
#include "Runtime/World/CScriptMazeNode.hpp"
|
|
|
|
#include "Runtime/World/CScriptMemoryRelay.hpp"
|
|
|
|
#include "Runtime/World/CScriptMidi.hpp"
|
|
|
|
#include "Runtime/World/CScriptPickup.hpp"
|
|
|
|
#include "Runtime/World/CScriptPickupGenerator.hpp"
|
|
|
|
#include "Runtime/World/CScriptPlatform.hpp"
|
|
|
|
#include "Runtime/World/CScriptPlayerActor.hpp"
|
|
|
|
#include "Runtime/World/CScriptPlayerHint.hpp"
|
|
|
|
#include "Runtime/World/CScriptPlayerStateChange.hpp"
|
|
|
|
#include "Runtime/World/CScriptPointOfInterest.hpp"
|
|
|
|
#include "Runtime/World/CScriptRandomRelay.hpp"
|
|
|
|
#include "Runtime/World/CScriptRelay.hpp"
|
|
|
|
#include "Runtime/World/CScriptRipple.hpp"
|
|
|
|
#include "Runtime/World/CScriptRoomAcoustics.hpp"
|
|
|
|
#include "Runtime/World/CScriptShadowProjector.hpp"
|
|
|
|
#include "Runtime/World/CScriptSound.hpp"
|
|
|
|
#include "Runtime/World/CScriptSpawnPoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptSpecialFunction.hpp"
|
|
|
|
#include "Runtime/World/CScriptSpiderBallAttractionSurface.hpp"
|
|
|
|
#include "Runtime/World/CScriptSpiderBallWaypoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptSpindleCamera.hpp"
|
|
|
|
#include "Runtime/World/CScriptSteam.hpp"
|
|
|
|
#include "Runtime/World/CScriptStreamedMusic.hpp"
|
|
|
|
#include "Runtime/World/CScriptSwitch.hpp"
|
|
|
|
#include "Runtime/World/CScriptTargetingPoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptTimer.hpp"
|
|
|
|
#include "Runtime/World/CScriptVisorFlare.hpp"
|
|
|
|
#include "Runtime/World/CScriptVisorGoo.hpp"
|
|
|
|
#include "Runtime/World/CScriptWater.hpp"
|
|
|
|
#include "Runtime/World/CScriptWaypoint.hpp"
|
|
|
|
#include "Runtime/World/CScriptWorldTeleporter.hpp"
|
|
|
|
#include "Runtime/World/CSnakeWeedSwarm.hpp"
|
|
|
|
#include "Runtime/World/CTeamAiMgr.hpp"
|
|
|
|
#include "Runtime/World/CWallCrawlerSwarm.hpp"
|
|
|
|
#include "Runtime/World/CWorld.hpp"
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2021-04-10 08:42:06 +00:00
|
|
|
namespace metaforce {
|
|
|
|
static logvisor::Module Log("metaforce::ScriptLoader");
|
2016-04-17 22:38:05 +00:00
|
|
|
|
2019-10-01 07:38:03 +00:00
|
|
|
constexpr SObjectTag MorphballDoorANCS = {FOURCC('ANCS'), 0x1F9DA858};
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2020-03-31 18:17:47 +00:00
|
|
|
constexpr int skElitePiratePropCount = 41;
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
static bool EnsurePropertyCount(int count, int expected, const char* structName) {
|
|
|
|
if (count < expected) {
|
2020-04-11 22:51:39 +00:00
|
|
|
Log.report(logvisor::Warning, FMT_STRING("Insufficient number of props ({}/{}) for {} entity"), count, expected,
|
2019-11-19 23:06:25 +00:00
|
|
|
structName);
|
2018-12-08 05:30:43 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
struct SActorHead {
|
|
|
|
std::string x0_name;
|
|
|
|
zeus::CTransform x10_transform;
|
2016-04-18 05:33:23 +00:00
|
|
|
};
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
struct SScaledActorHead : SActorHead {
|
|
|
|
zeus::CVector3f x40_scale;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead(SActorHead&& head) : SActorHead(std::move(head)) {}
|
2016-04-18 05:33:23 +00:00
|
|
|
};
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
static zeus::CTransform LoadEditorTransform(CInputStream& in) {
|
|
|
|
zeus::CVector3f position;
|
|
|
|
position.readBig(in);
|
|
|
|
zeus::CVector3f orientation;
|
|
|
|
orientation.readBig(in);
|
|
|
|
return ScriptLoader::ConvertEditorEulerToTransform4f(orientation, position);
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
static zeus::CTransform LoadEditorTransformPivotOnly(CInputStream& in) {
|
|
|
|
zeus::CVector3f position;
|
|
|
|
position.readBig(in);
|
|
|
|
zeus::CVector3f orientation;
|
|
|
|
orientation.readBig(in);
|
|
|
|
orientation.x() = 0.f;
|
|
|
|
orientation.y() = 0.f;
|
|
|
|
return ScriptLoader::ConvertEditorEulerToTransform4f(orientation, position);
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
static SActorHead LoadActorHead(CInputStream& in, CStateManager& stateMgr) {
|
|
|
|
SActorHead ret;
|
|
|
|
ret.x0_name = stateMgr.HashInstanceName(in);
|
|
|
|
ret.x10_transform = LoadEditorTransform(in);
|
|
|
|
return ret;
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
static SScaledActorHead LoadScaledActorHead(CInputStream& in, CStateManager& stateMgr) {
|
|
|
|
SScaledActorHead ret = LoadActorHead(in, stateMgr);
|
|
|
|
ret.x40_scale.readBig(in);
|
|
|
|
return ret;
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
static zeus::CAABox GetCollisionBox(CStateManager& stateMgr, TAreaId id, const zeus::CVector3f& extent,
|
2018-12-08 05:30:43 +00:00
|
|
|
const zeus::CVector3f& offset) {
|
|
|
|
zeus::CAABox box(-extent * 0.5f + offset, extent * 0.5f + offset);
|
2019-08-14 14:58:54 +00:00
|
|
|
const zeus::CTransform& rot = stateMgr.GetWorld()->GetGameAreas()[id]->GetTransform().getRotation();
|
2018-12-08 05:30:43 +00:00
|
|
|
return box.getTransformedAABox(rot);
|
|
|
|
}
|
|
|
|
|
|
|
|
u32 ScriptLoader::LoadParameterFlags(CInputStream& in) {
|
|
|
|
u32 count = in.readUint32Big();
|
|
|
|
u32 ret = 0;
|
|
|
|
for (u32 i = 0; i < count; ++i)
|
|
|
|
if (in.readBool())
|
|
|
|
ret |= 1 << i;
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
CGrappleParameters ScriptLoader::LoadGrappleParameters(CInputStream& in) {
|
|
|
|
float a = in.readFloatBig();
|
|
|
|
float b = in.readFloatBig();
|
|
|
|
float c = in.readFloatBig();
|
|
|
|
float d = in.readFloatBig();
|
|
|
|
float e = in.readFloatBig();
|
|
|
|
float f = in.readFloatBig();
|
|
|
|
float g = in.readFloatBig();
|
|
|
|
float h = in.readFloatBig();
|
|
|
|
float i = in.readFloatBig();
|
|
|
|
float j = in.readFloatBig();
|
|
|
|
float k = in.readFloatBig();
|
|
|
|
bool l = in.readBool();
|
|
|
|
return CGrappleParameters(a, b, c, d, e, f, g, h, i, j, k, l);
|
|
|
|
}
|
|
|
|
|
|
|
|
CActorParameters ScriptLoader::LoadActorParameters(CInputStream& in) {
|
|
|
|
u32 propCount = in.readUint32Big();
|
|
|
|
if (propCount >= 5 && propCount <= 0xe) {
|
|
|
|
CLightParameters lParms = ScriptLoader::LoadLightParameters(in);
|
|
|
|
|
|
|
|
CScannableParameters sParams;
|
|
|
|
if (propCount > 5)
|
|
|
|
sParams = LoadScannableParameters(in);
|
|
|
|
|
|
|
|
CAssetId xrayModel = in.readUint32Big();
|
|
|
|
CAssetId xraySkin = in.readUint32Big();
|
|
|
|
CAssetId infraModel = in.readUint32Big();
|
|
|
|
CAssetId infraSkin = in.readUint32Big();
|
|
|
|
|
|
|
|
bool globalTimeProvider = true;
|
|
|
|
if (propCount > 7)
|
|
|
|
globalTimeProvider = in.readBool();
|
|
|
|
|
|
|
|
float fadeInTime = 1.f;
|
|
|
|
if (propCount > 8)
|
|
|
|
fadeInTime = in.readFloatBig();
|
|
|
|
|
|
|
|
float fadeOutTime = 1.f;
|
|
|
|
if (propCount > 9)
|
|
|
|
fadeOutTime = in.readFloatBig();
|
|
|
|
|
|
|
|
CVisorParameters vParms;
|
|
|
|
if (propCount > 6)
|
|
|
|
vParms = LoadVisorParameters(in);
|
|
|
|
|
|
|
|
bool thermalHeat = false;
|
|
|
|
if (propCount > 10)
|
|
|
|
thermalHeat = in.readBool();
|
|
|
|
|
|
|
|
bool renderUnsorted = false;
|
|
|
|
if (propCount > 11)
|
|
|
|
renderUnsorted = in.readBool();
|
|
|
|
|
|
|
|
bool noSortThermal = false;
|
|
|
|
if (propCount > 12)
|
|
|
|
noSortThermal = in.readBool();
|
|
|
|
|
|
|
|
float thermalMag = 1.f;
|
|
|
|
if (propCount > 13)
|
|
|
|
thermalMag = in.readFloatBig();
|
|
|
|
|
|
|
|
std::pair<CAssetId, CAssetId> xray = {};
|
2019-07-20 04:27:21 +00:00
|
|
|
if (g_ResFactory->GetResourceTypeById(xrayModel).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
xray = {xrayModel, xraySkin};
|
|
|
|
|
|
|
|
std::pair<CAssetId, CAssetId> infra = {};
|
2019-07-20 04:27:21 +00:00
|
|
|
if (g_ResFactory->GetResourceTypeById(infraModel).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
infra = {infraModel, infraSkin};
|
|
|
|
|
|
|
|
return CActorParameters(lParms, sParams, xray, infra, vParms, globalTimeProvider, thermalHeat, renderUnsorted,
|
|
|
|
noSortThermal, fadeInTime, fadeOutTime, thermalMag);
|
|
|
|
}
|
|
|
|
return CActorParameters::None();
|
|
|
|
}
|
|
|
|
|
|
|
|
CVisorParameters ScriptLoader::LoadVisorParameters(CInputStream& in) {
|
|
|
|
u32 propCount = in.readUint32Big();
|
|
|
|
if (propCount >= 1 && propCount <= 3) {
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
bool scanPassthrough = false;
|
|
|
|
u8 mask = 0xf;
|
|
|
|
if (propCount > 2)
|
|
|
|
scanPassthrough = in.readBool();
|
|
|
|
if (propCount >= 2)
|
|
|
|
mask = u8(in.readUint32Big());
|
|
|
|
return CVisorParameters(mask, b1, scanPassthrough);
|
|
|
|
}
|
|
|
|
return CVisorParameters();
|
|
|
|
}
|
|
|
|
|
|
|
|
CScannableParameters ScriptLoader::LoadScannableParameters(CInputStream& in) {
|
|
|
|
u32 propCount = in.readUint32Big();
|
|
|
|
if (propCount == 1)
|
|
|
|
return CScannableParameters(in.readUint32Big());
|
|
|
|
return CScannableParameters();
|
|
|
|
}
|
|
|
|
|
|
|
|
CLightParameters ScriptLoader::LoadLightParameters(CInputStream& in) {
|
|
|
|
u32 propCount = in.readUint32Big();
|
|
|
|
if (propCount == 14) {
|
|
|
|
bool a = in.readBool();
|
2016-04-18 05:33:23 +00:00
|
|
|
float b = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
CLightParameters::EShadowTesselation shadowTess = CLightParameters::EShadowTesselation(in.readUint32Big());
|
2016-04-18 05:33:23 +00:00
|
|
|
float d = in.readFloatBig();
|
|
|
|
float e = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
zeus::CColor noLightsAmbient;
|
|
|
|
noLightsAmbient.readRGBABig(in);
|
|
|
|
|
|
|
|
bool makeLights = in.readBool();
|
|
|
|
CLightParameters::EWorldLightingOptions lightOpts = CLightParameters::EWorldLightingOptions(in.readUint32Big());
|
|
|
|
CLightParameters::ELightRecalculationOptions recalcOpts =
|
|
|
|
CLightParameters::ELightRecalculationOptions(in.readUint32Big());
|
|
|
|
|
|
|
|
zeus::CVector3f actorPosBias;
|
|
|
|
actorPosBias.readBig(in);
|
|
|
|
|
|
|
|
s32 maxDynamicLights = -1;
|
|
|
|
s32 maxAreaLights = -1;
|
|
|
|
if (propCount >= 12) {
|
|
|
|
maxDynamicLights = in.readUint32Big();
|
|
|
|
maxAreaLights = in.readUint32Big();
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
bool ambientChannelOverflow = false;
|
|
|
|
if (propCount >= 13)
|
|
|
|
ambientChannelOverflow = in.readBool();
|
|
|
|
|
|
|
|
s32 layerIdx = 0;
|
|
|
|
if (propCount >= 14)
|
|
|
|
layerIdx = in.readUint32Big();
|
|
|
|
|
|
|
|
return CLightParameters(a, b, shadowTess, d, e, noLightsAmbient, makeLights, lightOpts, recalcOpts, actorPosBias,
|
|
|
|
maxDynamicLights, maxAreaLights, ambientChannelOverflow, layerIdx);
|
|
|
|
}
|
|
|
|
return CLightParameters::None();
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAnimationParameters ScriptLoader::LoadAnimationParameters(CInputStream& in) {
|
|
|
|
CAssetId ancs = in.readUint32Big();
|
|
|
|
s32 charIdx = in.readUint32Big();
|
|
|
|
u32 defaultAnim = in.readUint32Big();
|
|
|
|
return CAnimationParameters(ancs, charIdx, defaultAnim);
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CFluidUVMotion ScriptLoader::LoadFluidUVMotion(CInputStream& in) {
|
|
|
|
auto motion = CFluidUVMotion::EFluidUVMotion(in.readUint32Big());
|
|
|
|
float a = in.readFloatBig();
|
|
|
|
float b = in.readFloatBig();
|
|
|
|
b = zeus::degToRad(b) - M_PIF;
|
|
|
|
float c = in.readFloatBig();
|
|
|
|
float d = in.readFloatBig();
|
|
|
|
CFluidUVMotion::SFluidLayerMotion pattern1Layer(motion, a, b, c, d);
|
2016-04-20 05:44:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
motion = CFluidUVMotion::EFluidUVMotion(in.readUint32Big());
|
|
|
|
a = in.readFloatBig();
|
|
|
|
b = in.readFloatBig();
|
|
|
|
b = zeus::degToRad(b) - M_PIF;
|
|
|
|
c = in.readFloatBig();
|
|
|
|
d = in.readFloatBig();
|
|
|
|
CFluidUVMotion::SFluidLayerMotion pattern2Layer(motion, a, b, c, d);
|
2016-04-20 05:44:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
motion = CFluidUVMotion::EFluidUVMotion(in.readUint32Big());
|
|
|
|
a = in.readFloatBig();
|
|
|
|
b = in.readFloatBig();
|
|
|
|
b = zeus::degToRad(b) - M_PIF;
|
|
|
|
c = in.readFloatBig();
|
|
|
|
d = in.readFloatBig();
|
|
|
|
CFluidUVMotion::SFluidLayerMotion colorLayer(motion, a, b, c, d);
|
2016-04-20 05:44:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
a = in.readFloatBig();
|
|
|
|
b = in.readFloatBig();
|
2016-04-20 05:44:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
b = zeus::degToRad(b) - M_PIF;
|
2016-04-20 05:44:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return CFluidUVMotion(a, b, colorLayer, pattern1Layer, pattern2Layer);
|
2016-04-20 05:44:08 +00:00
|
|
|
}
|
|
|
|
|
2016-04-18 05:33:23 +00:00
|
|
|
zeus::CTransform ScriptLoader::ConvertEditorEulerToTransform4f(const zeus::CVector3f& orientation,
|
2018-12-08 05:30:43 +00:00
|
|
|
const zeus::CVector3f& position) {
|
|
|
|
zeus::simd_floats f(orientation.mSimd);
|
|
|
|
return zeus::CTransform::RotateZ(zeus::degToRad(f[2])) * zeus::CTransform::RotateY(zeus::degToRad(f[1])) *
|
|
|
|
zeus::CTransform::RotateX(zeus::degToRad(f[0])) +
|
|
|
|
position;
|
2016-04-18 05:33:23 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadActor(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 24, "Actor"))
|
|
|
|
return nullptr;
|
2016-04-18 01:58:13 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
2016-04-18 05:33:23 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f collisionExtent;
|
|
|
|
collisionExtent.readBig(in);
|
2016-04-18 05:33:23 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f centroid;
|
|
|
|
centroid.readBig(in);
|
2016-04-18 05:33:23 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
float mass = in.readFloatBig();
|
|
|
|
float zMomentum = in.readFloatBig();
|
2016-04-18 05:33:23 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CHealthInfo hInfo(in);
|
2016-04-18 05:33:23 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CDamageVulnerability dVuln(in);
|
2016-04-18 01:58:13 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId staticId = in.readUint32Big();
|
|
|
|
CAnimationParameters aParms = LoadAnimationParameters(in);
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool looping = in.readBool();
|
2019-03-08 04:16:42 +00:00
|
|
|
bool immovable = in.readBool();
|
2018-12-08 05:30:43 +00:00
|
|
|
bool solid = in.readBool();
|
|
|
|
bool cameraPassthrough = in.readBool();
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 shaderIdx = in.readUint32Big();
|
|
|
|
float xrayAlpha = in.readFloatBig();
|
|
|
|
bool noThermalHotZ = in.readBool();
|
|
|
|
bool castsShadow = in.readBool();
|
|
|
|
bool scaleAdvancementDelta = in.readBool();
|
|
|
|
bool materialFlag54 = in.readBool();
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
FourCC animType = g_ResFactory->GetResourceTypeById(aParms.GetACSFile());
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(staticId).IsValid() && !animType.IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CAABox aabb = GetCollisionBox(mgr, info.GetAreaId(), collisionExtent, centroid);
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CMaterialList list;
|
2019-03-08 04:16:42 +00:00
|
|
|
if (immovable) // Bool 2
|
|
|
|
list.Add(EMaterialTypes::Immovable);
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (solid) // Bool 3
|
|
|
|
list.Add(EMaterialTypes::Solid);
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (cameraPassthrough) // Bool 4
|
|
|
|
list.Add(EMaterialTypes::CameraPassthrough);
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData data;
|
2020-03-31 03:52:22 +00:00
|
|
|
if (animType == SBIG('ANCS')) {
|
|
|
|
data = CModelData{
|
|
|
|
CAnimRes(aParms.GetACSFile(), aParms.GetCharacter(), head.x40_scale, aParms.GetInitialAnimation(), false)};
|
|
|
|
} else {
|
|
|
|
data = CModelData{CStaticRes(staticId, head.x40_scale)};
|
|
|
|
}
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if ((collisionExtent.x() < 0.f || collisionExtent.y() < 0.f || collisionExtent.z() < 0.f) || collisionExtent.isZero())
|
|
|
|
aabb = data.GetBounds(head.x10_transform.getRotation());
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptActor(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(data), aabb, mass,
|
|
|
|
zMomentum, list, hInfo, dVuln, actParms, looping, active, shaderIdx, xrayAlpha, noThermalHotZ,
|
|
|
|
castsShadow, scaleAdvancementDelta, materialFlag54);
|
2016-04-18 01:58:13 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadWaypoint(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 13, "Waypoint"))
|
|
|
|
return nullptr;
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead head = LoadActorHead(in, mgr);
|
2016-04-19 00:17:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
float speed = in.readFloatBig();
|
|
|
|
float pause = in.readFloatBig();
|
|
|
|
u32 patternTranslate = in.readUint32Big();
|
|
|
|
u32 patternOrient = in.readUint32Big();
|
|
|
|
u32 patternFit = in.readUint32Big();
|
|
|
|
u32 behaviour = in.readUint32Big();
|
|
|
|
u32 behaviourOrient = in.readUint32Big();
|
|
|
|
u32 behaviourModifiers = in.readUint32Big();
|
|
|
|
u32 animation = in.readUint32Big();
|
2018-11-11 03:27:54 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptWaypoint(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, active, speed, pause,
|
|
|
|
patternTranslate, patternOrient, patternFit, behaviour, behaviourOrient,
|
|
|
|
behaviourModifiers, animation);
|
2016-04-18 01:58:13 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadDoor(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 13, "Door") || propCount > 14)
|
|
|
|
return nullptr;
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
|
|
|
CAnimationParameters aParms = LoadAnimationParameters(in);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f orbitPos;
|
|
|
|
orbitPos.readBig(in);
|
|
|
|
zeus::CVector3f collisionExtent;
|
|
|
|
collisionExtent.readBig(in);
|
|
|
|
zeus::CVector3f offset;
|
|
|
|
offset.readBig(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
bool open = in.readBool();
|
|
|
|
bool projectilesCollide = in.readBool();
|
|
|
|
float animationLength = in.readFloatBig();
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CAABox aabb = GetCollisionBox(mgr, info.GetAreaId(), collisionExtent, offset);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(aParms.GetACSFile()).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2020-03-31 03:52:22 +00:00
|
|
|
CModelData mData{CAnimRes(aParms.GetACSFile(), aParms.GetCharacter(), head.x40_scale, 0, false)};
|
2018-12-08 05:30:43 +00:00
|
|
|
if (collisionExtent.isZero())
|
|
|
|
aabb = mData.GetBounds(head.x10_transform.getRotation());
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool isMorphballDoor = false;
|
|
|
|
if (propCount == 13) {
|
2019-10-01 07:38:03 +00:00
|
|
|
if (aParms.GetACSFile() == MorphballDoorANCS.id)
|
2018-12-08 05:30:43 +00:00
|
|
|
isMorphballDoor = true;
|
|
|
|
} else if (propCount == 14)
|
|
|
|
isMorphballDoor = in.readBool();
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptDoor(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(mData), actParms,
|
|
|
|
orbitPos, aabb, active, open, projectilesCollide, animationLength, isMorphballDoor);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadTrigger(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 9, "Trigger"))
|
|
|
|
return nullptr;
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f position = zeus::CVector3f::ReadBig(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f extent = zeus::CVector3f::ReadBig(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CDamageInfo dInfo(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f forceVec = zeus::CVector3f::ReadBig(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
ETriggerFlags flags = ETriggerFlags(in.readUint32Big());
|
|
|
|
bool active = in.readBool();
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
bool b3 = in.readBool();
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CAABox box(-extent * 0.5f, extent * 0.5f);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2019-08-14 14:58:54 +00:00
|
|
|
const zeus::CTransform& areaXf = mgr.GetWorld()->GetGameAreas()[info.GetAreaId()]->GetTransform();
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f orientedForce = areaXf.basis * forceVec;
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptTrigger(mgr.AllocateUniqueId(), name, info, position, box, dInfo, orientedForce, flags, active, b2,
|
|
|
|
b3);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadTimer(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "Timer"))
|
|
|
|
return nullptr;
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
bool b3 = in.readBool();
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptTimer(mgr.AllocateUniqueId(), name, info, f1, f2, b1, b2, b3);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadCounter(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 5, "Counter"))
|
|
|
|
return nullptr;
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
u32 initial = in.readUint32Big();
|
|
|
|
u32 max = in.readUint32Big();
|
|
|
|
bool autoReset = in.readBool();
|
|
|
|
bool active = in.readBool();
|
2016-04-19 21:25:26 +00:00
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CScriptCounter(mgr.AllocateUniqueId(), name, info, initial, max, autoReset, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadEffect(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 24, "Effect"))
|
|
|
|
return nullptr;
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId partId(in);
|
|
|
|
CAssetId elscId(in);
|
|
|
|
bool hotInThermal = in.readBool();
|
|
|
|
bool noTimerUnlessAreaOccluded = in.readBool();
|
|
|
|
bool rebuildSystemsOnActivate = in.readBool();
|
|
|
|
bool active = in.readBool();
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (!partId.IsValid() && !elscId.IsValid())
|
|
|
|
return nullptr;
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(partId).IsValid() && !g_ResFactory->GetResourceTypeById(elscId).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool useRateInverseCamDist = in.readBool();
|
|
|
|
float rateInverseCamDist = in.readFloatBig();
|
|
|
|
float rateInverseCamDistRate = in.readFloatBig();
|
|
|
|
float duration = in.readFloatBig();
|
|
|
|
float durationResetWhileVisible = in.readFloatBig();
|
|
|
|
bool useRateCamDistRange = in.readBool();
|
|
|
|
float rateCamDistRangeMin = in.readFloatBig();
|
|
|
|
float rateCamDistRangeMax = in.readFloatBig();
|
|
|
|
float rateCamDistRangeFarRate = in.readFloatBig();
|
|
|
|
bool combatVisorVisible = in.readBool();
|
|
|
|
bool thermalVisorVisible = in.readBool();
|
|
|
|
bool xrayVisorVisible = in.readBool();
|
|
|
|
bool dieWhenSystemsDone = in.readBool();
|
|
|
|
|
|
|
|
CLightParameters lParms = LoadLightParameters(in);
|
|
|
|
|
|
|
|
return new CScriptEffect(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, head.x40_scale, partId,
|
|
|
|
elscId, hotInThermal, noTimerUnlessAreaOccluded, rebuildSystemsOnActivate, active,
|
|
|
|
useRateInverseCamDist, rateInverseCamDist, rateInverseCamDistRate, duration,
|
|
|
|
durationResetWhileVisible, useRateCamDistRange, rateCamDistRangeMin, rateCamDistRangeMax,
|
|
|
|
rateCamDistRangeFarRate, combatVisorVisible, thermalVisorVisible, xrayVisorVisible, lParms,
|
|
|
|
dieWhenSystemsDone);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadPlatform(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 19, "Platform"))
|
|
|
|
return nullptr;
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f extent;
|
|
|
|
extent.readBig(in);
|
2016-04-17 22:38:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f centroid;
|
|
|
|
centroid.readBig(in);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId staticId = in.readUint32Big();
|
|
|
|
CAnimationParameters aParms = LoadAnimationParameters(in);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
float speed = in.readFloatBig();
|
|
|
|
bool active = in.readBool();
|
|
|
|
CAssetId dclnId = in.readUint32Big();
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CHealthInfo hInfo(in);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CDamageVulnerability dInfo(in);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool detectCollision = in.readBool();
|
|
|
|
float xrayAlpha = in.readFloatBig();
|
|
|
|
bool rainSplashes = in.readBool();
|
|
|
|
u32 maxRainSplashes = in.readUint32Big();
|
|
|
|
u32 rainGenRate = in.readUint32Big();
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
FourCC animType = g_ResFactory->GetResourceTypeById(aParms.GetACSFile());
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(staticId).IsValid() && !animType.IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CAABox aabb = GetCollisionBox(mgr, info.GetAreaId(), extent, centroid);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
FourCC dclnType = g_ResFactory->GetResourceTypeById(dclnId);
|
2019-06-12 02:05:17 +00:00
|
|
|
std::optional<TLockedToken<CCollidableOBBTreeGroupContainer>> dclnToken;
|
2019-07-20 04:27:21 +00:00
|
|
|
if (dclnType.IsValid()) {
|
2018-12-08 05:30:43 +00:00
|
|
|
dclnToken.emplace(g_SimplePool->GetObj({SBIG('DCLN'), dclnId}));
|
|
|
|
dclnToken->GetObj();
|
|
|
|
}
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData data;
|
2020-03-31 03:52:22 +00:00
|
|
|
if (animType == SBIG('ANCS')) {
|
|
|
|
data = CModelData{
|
|
|
|
CAnimRes(aParms.GetACSFile(), aParms.GetCharacter(), head.x40_scale, aParms.GetInitialAnimation(), true)};
|
|
|
|
} else {
|
|
|
|
data = CModelData{CStaticRes(staticId, head.x40_scale)};
|
|
|
|
}
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (extent.isZero())
|
|
|
|
aabb = data.GetBounds(head.x10_transform.getRotation());
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptPlatform(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(data), actParms,
|
|
|
|
aabb, speed, detectCollision, xrayAlpha, active, hInfo, dInfo, dclnToken, rainSplashes,
|
|
|
|
maxRainSplashes, rainGenRate);
|
|
|
|
}
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSound(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 20, "Sound"))
|
|
|
|
return nullptr;
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead head = LoadActorHead(in, mgr);
|
|
|
|
s32 soundId = in.readInt32Big();
|
|
|
|
bool active = in.readBool();
|
|
|
|
float maxDist = in.readFloatBig();
|
|
|
|
float distComp = in.readFloatBig();
|
|
|
|
float startDelay = in.readFloatBig();
|
|
|
|
u32 minVol = in.readUint32Big();
|
|
|
|
u32 vol = in.readUint32Big();
|
|
|
|
u32 prio = in.readUint32Big();
|
|
|
|
u32 pan = in.readUint32Big();
|
|
|
|
bool loop = in.readBool();
|
|
|
|
bool nonEmitter = in.readBool();
|
|
|
|
bool autoStart = in.readBool();
|
|
|
|
bool occlusionTest = in.readBool();
|
|
|
|
bool acoustics = in.readBool();
|
|
|
|
bool worldSfx = in.readBool();
|
|
|
|
bool allowDuplicates = in.readBool();
|
|
|
|
s32 pitch = in.readInt32Big();
|
|
|
|
|
2020-02-07 22:20:04 +00:00
|
|
|
if (soundId < 0) {
|
2020-04-11 22:51:39 +00:00
|
|
|
Log.report(logvisor::Warning, FMT_STRING("Invalid sound ID specified in Sound {} ({}), dropping..."), head.x0_name,
|
2020-02-07 22:20:04 +00:00
|
|
|
info.GetEditorId());
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2020-02-07 22:20:04 +00:00
|
|
|
}
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSound(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, u16(soundId), active, maxDist,
|
|
|
|
distComp, startDelay, minVol, vol, 0, prio, pan, 0, loop, nonEmitter, autoStart,
|
|
|
|
occlusionTest, acoustics, worldSfx, allowDuplicates, pitch);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadGenerator(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 8, "Generator"))
|
|
|
|
return nullptr;
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
u32 spawnCount = in.readUint32Big();
|
|
|
|
bool noReuseFollowers = in.readBool();
|
|
|
|
bool noInheritXf = in.readBool();
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f offset = zeus::CVector3f::ReadBig(in);
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
float minScale = in.readFloatBig();
|
|
|
|
float maxScale = in.readFloatBig();
|
2016-04-20 21:44:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptGenerator(mgr.AllocateUniqueId(), name, info, spawnCount, noReuseFollowers, offset, noInheritXf,
|
|
|
|
active, minScale, maxScale);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadDock(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 7, "Dock"))
|
|
|
|
return nullptr;
|
2016-04-20 21:07:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
zeus::CVector3f position;
|
|
|
|
position.readBig(in);
|
|
|
|
zeus::CVector3f scale;
|
|
|
|
scale.readBig(in);
|
|
|
|
u32 dock = in.readUint32Big();
|
|
|
|
TAreaId area = in.readUint32Big();
|
|
|
|
bool loadConnected = in.readBool();
|
|
|
|
return new CScriptDock(mgr.AllocateUniqueId(), name, info, position, scale, dock, area, active, 0, loadConnected);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadCamera(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 14, "Camera"))
|
|
|
|
return nullptr;
|
2016-04-22 03:40:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead head = LoadActorHead(in, mgr);
|
2016-04-22 03:40:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
float shotDuration = in.readFloatBig();
|
|
|
|
bool lookAtPlayer = in.readBool();
|
|
|
|
bool outOfPlayerEye = in.readBool();
|
|
|
|
bool intoPlayerEye = in.readBool();
|
|
|
|
bool drawPlayer = in.readBool();
|
|
|
|
bool disableInput = in.readBool();
|
|
|
|
bool b7 = in.readBool();
|
|
|
|
bool finishCineSkip = in.readBool();
|
|
|
|
float fov = in.readFloatBig();
|
|
|
|
bool checkFailsafe = in.readBool();
|
2016-04-22 03:40:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool disableOutOfInto = false;
|
|
|
|
if (propCount > 14)
|
|
|
|
disableOutOfInto = in.readBool();
|
2016-04-22 03:40:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
s32 flags = s32(lookAtPlayer) | s32(outOfPlayerEye) << 1 | s32(intoPlayerEye) << 2 | s32(b7) << 3 |
|
|
|
|
s32(finishCineSkip) << 4 | s32(disableInput) << 5 | s32(drawPlayer) << 6 | s32(checkFailsafe) << 7 |
|
|
|
|
s32(disableOutOfInto) << 9;
|
2016-04-22 03:40:26 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CCinematicCamera(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, active, shotDuration,
|
|
|
|
fov / CCameraManager::Aspect(), CCameraManager::NearPlane(), CCameraManager::FarPlane(),
|
|
|
|
CCameraManager::Aspect(), flags);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadCameraWaypoint(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "CameraWaypoint"))
|
|
|
|
return nullptr;
|
2016-04-24 01:10:47 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead head = LoadActorHead(in, mgr);
|
2016-04-24 01:10:47 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
u32 w1 = in.readUint32Big();
|
2016-04-24 01:10:47 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptCameraWaypoint(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, active, f1, w1);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadNewIntroBoss(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 13, "NewIntroBoss"))
|
|
|
|
return nullptr;
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::pair<bool, u32> pcount = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pcount.first)
|
|
|
|
return nullptr;
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pcount.second);
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2019-01-05 08:34:09 +00:00
|
|
|
float minTurnAngle = in.readFloatBig();
|
2019-01-03 03:47:28 +00:00
|
|
|
CAssetId projectile(in);
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CDamageInfo dInfo(in);
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2019-01-03 03:47:28 +00:00
|
|
|
CAssetId beamContactFxId(in);
|
|
|
|
CAssetId beamPulseFxId(in);
|
|
|
|
CAssetId beamTextureId(in);
|
|
|
|
CAssetId beamGlowTextureId(in);
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
const CAnimationParameters& aParms = pInfo.GetAnimationParameters();
|
|
|
|
FourCC animType = g_ResFactory->GetResourceTypeById(aParms.GetACSFile());
|
|
|
|
if (animType != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
2016-04-25 05:03:38 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAnimRes res(aParms.GetACSFile(), aParms.GetCharacter(), head.x40_scale, aParms.GetInitialAnimation(), true);
|
2016-04-27 19:59:38 +00:00
|
|
|
|
2020-03-31 03:52:22 +00:00
|
|
|
return new MP1::CNewIntroBoss(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, CModelData{res}, pInfo,
|
|
|
|
actParms, minTurnAngle, projectile, dInfo, beamContactFxId, beamPulseFxId,
|
|
|
|
beamTextureId, beamGlowTextureId);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSpawnPoint(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 35, "SpawnPoint"))
|
|
|
|
return nullptr;
|
2016-04-27 00:21:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2016-04-27 00:21:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f position;
|
|
|
|
position.readBig(in);
|
2016-04-27 00:21:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f rotation;
|
|
|
|
rotation.readBig(in);
|
2016-04-27 00:21:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
rstl::reserved_vector<u32, int(CPlayerState::EItemType::Max)> itemCounts;
|
2020-04-02 01:16:52 +00:00
|
|
|
itemCounts.resize(size_t(CPlayerState::EItemType::Max), 0);
|
2018-12-08 05:30:43 +00:00
|
|
|
for (int i = 0; i < propCount - 6; ++i)
|
|
|
|
itemCounts[i] = in.readUint32Big();
|
2016-04-27 00:21:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool defaultSpawn = in.readBool();
|
|
|
|
bool active = in.readBool();
|
|
|
|
bool morphed = false;
|
|
|
|
if (propCount > 34)
|
|
|
|
morphed = in.readBool();
|
2016-04-27 00:21:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSpawnPoint(mgr.AllocateUniqueId(), name, info, ConvertEditorEulerToTransform4f(rotation, position),
|
|
|
|
itemCounts, defaultSpawn, active, morphed);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadCameraHint(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (propCount > 25) {
|
2020-04-11 22:51:39 +00:00
|
|
|
Log.report(logvisor::Warning, FMT_STRING("Too many props ({} > 25) for CameraHint entity"), propCount);
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
SActorHead head = LoadActorHead(in, mgr);
|
|
|
|
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 prio = in.readUint32Big();
|
|
|
|
auto behaviour = CBallCamera::EBallCameraBehaviour(in.readUint32Big());
|
|
|
|
u32 overrideFlags = LoadParameterFlags(in);
|
|
|
|
overrideFlags |= in.readBool() << 22;
|
|
|
|
float minDist = in.readFloatBig();
|
|
|
|
overrideFlags |= in.readBool() << 23;
|
|
|
|
float maxDist = in.readFloatBig();
|
|
|
|
overrideFlags |= in.readBool() << 24;
|
|
|
|
float backwardsDist = in.readFloatBig();
|
|
|
|
overrideFlags |= in.readBool() << 25;
|
|
|
|
zeus::CVector3f lookAtOffset;
|
|
|
|
lookAtOffset.readBig(in);
|
|
|
|
overrideFlags |= in.readBool() << 26;
|
|
|
|
zeus::CVector3f chaseLookAtOffset;
|
|
|
|
chaseLookAtOffset.readBig(in);
|
|
|
|
zeus::CVector3f ballToCam;
|
|
|
|
ballToCam.readBig(in);
|
|
|
|
overrideFlags |= in.readBool() << 27;
|
|
|
|
float fov = in.readFloatBig();
|
|
|
|
overrideFlags |= in.readBool() << 28;
|
|
|
|
float attitudeRange = zeus::degToRad(in.readFloatBig());
|
|
|
|
overrideFlags |= in.readBool() << 29;
|
|
|
|
float azimuthRange = zeus::degToRad(in.readFloatBig());
|
|
|
|
overrideFlags |= in.readBool() << 30;
|
|
|
|
float anglePerSecond = zeus::degToRad(in.readFloatBig());
|
|
|
|
float clampVelRange = in.readFloatBig();
|
|
|
|
float clampRotRange = zeus::degToRad(in.readFloatBig());
|
|
|
|
overrideFlags |= in.readBool() << 31;
|
|
|
|
float elevation = in.readFloatBig();
|
|
|
|
float interpolateTime = in.readFloatBig();
|
|
|
|
float clampVelTime = in.readFloatBig();
|
|
|
|
float controlInterpDur = in.readFloatBig();
|
|
|
|
|
|
|
|
return new CScriptCameraHint(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, active, prio, behaviour,
|
|
|
|
overrideFlags, minDist, maxDist, backwardsDist, lookAtOffset, chaseLookAtOffset,
|
|
|
|
ballToCam, fov, attitudeRange, azimuthRange, anglePerSecond, clampVelRange,
|
|
|
|
clampRotRange, elevation, interpolateTime, clampVelTime, controlInterpDur);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadPickup(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 18, "Pickup"))
|
|
|
|
return nullptr;
|
2016-04-28 04:44:41 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
|
|
|
zeus::CVector3f extent = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f offset = zeus::CVector3f::ReadBig(in);
|
2019-02-18 05:47:46 +00:00
|
|
|
CPlayerState::EItemType itemType = CPlayerState::EItemType(in.readUint32Big());
|
|
|
|
u32 capacity = in.readUint32Big();
|
|
|
|
u32 amount = in.readUint32Big();
|
|
|
|
float possibility = in.readFloatBig();
|
|
|
|
float lifeTime = in.readFloatBig();
|
|
|
|
float fadeInTime = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId staticModel = in.readUint32Big();
|
|
|
|
CAnimationParameters animParms = LoadAnimationParameters(in);
|
|
|
|
CActorParameters actorParms = LoadActorParameters(in);
|
|
|
|
bool active = in.readBool();
|
2019-02-18 05:47:46 +00:00
|
|
|
float startDelay = in.readFloatBig();
|
|
|
|
CAssetId pickupEffect(in);
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
FourCC acsType = g_ResFactory->GetResourceTypeById(animParms.GetACSFile());
|
|
|
|
if (g_ResFactory->GetResourceTypeById(staticModel) == 0 && acsType == 0)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
zeus::CAABox aabb = GetCollisionBox(mgr, info.GetAreaId(), extent, offset);
|
2016-05-18 03:57:43 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData data;
|
|
|
|
|
2020-03-31 03:52:22 +00:00
|
|
|
if (acsType == SBIG('ANCS')) {
|
|
|
|
data = CModelData{CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), head.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true)};
|
|
|
|
} else {
|
|
|
|
data = CModelData{CStaticRes(staticModel, head.x40_scale)};
|
|
|
|
}
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2020-03-31 03:52:22 +00:00
|
|
|
if (extent.isZero()) {
|
2018-12-08 05:30:43 +00:00
|
|
|
aabb = data.GetBounds(head.x10_transform.getRotation());
|
2020-03-31 03:52:22 +00:00
|
|
|
}
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
return new CScriptPickup(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(data), actorParms,
|
2019-02-18 05:47:46 +00:00
|
|
|
aabb, itemType, amount, capacity, pickupEffect, possibility, lifeTime, fadeInTime,
|
|
|
|
startDelay, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadMemoryRelay(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 3, "MemoryRelay") || propCount > 4)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
bool b3 = false;
|
|
|
|
if (propCount > 3)
|
|
|
|
b3 = in.readBool();
|
2016-05-18 03:57:43 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptMemoryRelay(mgr.AllocateUniqueId(), name, info, b1, b2, b3);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadRandomRelay(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 5, "RandomRelay"))
|
|
|
|
return nullptr;
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2019-03-13 03:46:20 +00:00
|
|
|
u32 sendSetSize = in.readUint32Big();
|
|
|
|
u32 sendSetVariance = in.readUint32Big();
|
|
|
|
bool percentSize = in.readBool();
|
|
|
|
bool active = in.readBool();
|
2016-05-18 03:57:43 +00:00
|
|
|
|
2019-03-13 03:46:20 +00:00
|
|
|
return new CScriptRandomRelay(mgr.AllocateUniqueId(), name, info, sendSetSize, sendSetVariance, percentSize, active);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadRelay(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 2, "Relay") || propCount > 3)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
if (propCount >= 3)
|
|
|
|
in.readUint32Big();
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
|
|
|
|
return new CScriptRelay(mgr.AllocateUniqueId(), name, info, b1);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadBeetle(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 16, "Beetle"))
|
|
|
|
return nullptr;
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xfrm = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
std::pair<bool, u32> pcount = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pcount.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pcount.second);
|
|
|
|
CActorParameters aParams = LoadActorParameters(in);
|
2018-12-31 05:01:42 +00:00
|
|
|
CDamageInfo touchDamage(in);
|
|
|
|
zeus::CVector3f tailAimReference = zeus::CVector3f::ReadBig(in);
|
|
|
|
float unused = in.readFloatBig();
|
|
|
|
CDamageVulnerability tailVuln(in);
|
|
|
|
CDamageVulnerability platingVuln(in);
|
|
|
|
CAssetId tailModel = in.readUint32Big();
|
|
|
|
MP1::CBeetle::EEntranceType entranceType = MP1::CBeetle::EEntranceType(in.readUint32Big());
|
|
|
|
float initialAttackDelay = in.readFloatBig();
|
|
|
|
float retreatTime = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
FourCC animType = g_ResFactory->GetResourceTypeById(pInfo.GetAnimationParameters().GetACSFile());
|
|
|
|
if (animType != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
2019-06-12 02:05:17 +00:00
|
|
|
std::optional<CStaticRes> tailRes;
|
2018-12-08 05:30:43 +00:00
|
|
|
if (flavor == CPatterned::EFlavorType::One)
|
2018-12-31 05:01:42 +00:00
|
|
|
tailRes.emplace(CStaticRes(tailModel, scale));
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
const CAnimationParameters& animParams = pInfo.GetAnimationParameters();
|
|
|
|
CAnimRes animRes(animParams.GetACSFile(), animParams.GetCharacter(), scale, animParams.GetInitialAnimation(), true);
|
|
|
|
|
2020-03-31 03:52:22 +00:00
|
|
|
return new MP1::CBeetle(mgr.AllocateUniqueId(), name, info, xfrm, CModelData{animRes}, pInfo, flavor, entranceType,
|
|
|
|
touchDamage, platingVuln, tailAimReference, initialAttackDelay, retreatTime, unused, tailVuln,
|
|
|
|
aParams, tailRes);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadHUDMemo(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-03-28 00:11:51 +00:00
|
|
|
if (propCount != 5 && !EnsurePropertyCount(propCount, 6, "HUDMemo")) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
const std::string name = mgr.HashInstanceName(in);
|
|
|
|
const CHUDMemoParms hParms(in);
|
|
|
|
auto displayType = CScriptHUDMemo::EDisplayType::MessageBox;
|
|
|
|
if (propCount == 6) {
|
2018-12-08 05:30:43 +00:00
|
|
|
displayType = CScriptHUDMemo::EDisplayType(in.readUint32Big());
|
2020-03-28 00:11:51 +00:00
|
|
|
}
|
|
|
|
const CAssetId message = in.readUint32Big();
|
|
|
|
const bool active = in.readBool();
|
2016-05-18 03:57:43 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptHUDMemo(mgr.AllocateUniqueId(), name, info, hParms, displayType, message, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadCameraFilterKeyframe(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 10, "CameraFilterKeyframe"))
|
|
|
|
return nullptr;
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
EFilterType ftype = EFilterType(in.readUint32Big());
|
|
|
|
EFilterShape shape = EFilterShape(in.readUint32Big());
|
|
|
|
u32 filterIdx = in.readUint32Big();
|
|
|
|
u32 unk = in.readUint32Big();
|
|
|
|
zeus::CColor color;
|
|
|
|
color.readRGBABig(in);
|
|
|
|
float timeIn = in.readFloatBig();
|
|
|
|
float timeOut = in.readFloatBig();
|
2020-04-17 22:32:26 +00:00
|
|
|
CAssetId txtr(in);
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
return new CScriptCameraFilterKeyframe(mgr.AllocateUniqueId(), name, info, ftype, shape, filterIdx, unk, color,
|
|
|
|
timeIn, timeOut, txtr, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadCameraBlurKeyframe(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 7, "CameraBlurKeyframe"))
|
|
|
|
return nullptr;
|
2016-05-03 08:27:28 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
EBlurType type = EBlurType(in.readUint32Big());
|
|
|
|
float amount = in.readFloatBig();
|
|
|
|
u32 unk = in.readUint32Big();
|
|
|
|
float timeIn = in.readFloatBig();
|
|
|
|
float timeOut = in.readFloatBig();
|
|
|
|
|
|
|
|
return new CScriptCameraBlurKeyframe(mgr.AllocateUniqueId(), name, info, type, amount, unk, timeIn, timeOut, active);
|
|
|
|
}
|
|
|
|
|
|
|
|
u32 ClassifyVector(const zeus::CVector3f& dir) {
|
|
|
|
zeus::CVector3f absDir(std::fabs(dir.x()), std::fabs(dir.y()), std::fabs(dir.z()));
|
|
|
|
u32 max = (absDir.x() > absDir.y() ? 0 : 1);
|
|
|
|
max = (absDir[max] > absDir.z() ? max : 2);
|
|
|
|
|
|
|
|
bool positive = (absDir[max] == dir[max]);
|
|
|
|
if (max == 0)
|
|
|
|
return (positive ? 0x08 : 0x04);
|
|
|
|
else if (max == 1)
|
|
|
|
return (positive ? 0x01 : 0x02);
|
|
|
|
else if (max == 2)
|
|
|
|
return (positive ? 0x10 : 0x20);
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
u32 TransformDamagableTriggerFlags(CStateManager& mgr, TAreaId aId, u32 flags) {
|
2019-08-14 14:58:54 +00:00
|
|
|
CGameArea* area = mgr.GetWorld()->GetGameAreas().at(u32(aId)).get();
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CTransform rotation = area->GetTransform().getRotation();
|
|
|
|
|
|
|
|
u32 ret = 0;
|
|
|
|
if (flags & 0x01)
|
2019-02-24 07:15:54 +00:00
|
|
|
ret |= ClassifyVector(rotation * zeus::skForward);
|
2018-12-08 05:30:43 +00:00
|
|
|
if (flags & 0x02)
|
2019-02-24 07:15:54 +00:00
|
|
|
ret |= ClassifyVector(rotation * zeus::skBack);
|
2018-12-08 05:30:43 +00:00
|
|
|
if (flags & 0x04)
|
2019-02-24 07:15:54 +00:00
|
|
|
ret |= ClassifyVector(rotation * zeus::skLeft);
|
2018-12-08 05:30:43 +00:00
|
|
|
if (flags & 0x08)
|
2019-02-24 07:15:54 +00:00
|
|
|
ret |= ClassifyVector(rotation * zeus::skRight);
|
2018-12-08 05:30:43 +00:00
|
|
|
if (flags & 0x10)
|
2019-02-24 07:15:54 +00:00
|
|
|
ret |= ClassifyVector(rotation * zeus::skUp);
|
2018-12-08 05:30:43 +00:00
|
|
|
if (flags & 0x20)
|
2019-02-24 07:15:54 +00:00
|
|
|
ret |= ClassifyVector(rotation * zeus::skDown);
|
2018-12-08 05:30:43 +00:00
|
|
|
return ret;
|
2016-05-03 08:27:28 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadDamageableTrigger(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 12, "DamageableTrigger"))
|
|
|
|
return nullptr;
|
2016-05-03 08:27:28 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f position(zeus::CVector3f::ReadBig(in));
|
|
|
|
zeus::CVector3f volume(zeus::CVector3f::ReadBig(in));
|
|
|
|
|
|
|
|
CHealthInfo hInfo(in);
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
u32 triggerFlags = in.readUint32Big();
|
|
|
|
triggerFlags = TransformDamagableTriggerFlags(mgr, info.GetAreaId(), triggerFlags);
|
|
|
|
CAssetId patternTex1 = in.readUint32Big();
|
|
|
|
CAssetId patternTex2 = in.readUint32Big();
|
|
|
|
CAssetId colorTex = in.readUint32Big();
|
|
|
|
CScriptDamageableTrigger::ECanOrbit canOrbit = CScriptDamageableTrigger::ECanOrbit(in.readBool());
|
|
|
|
bool active = in.readBool();
|
|
|
|
CVisorParameters vParms = LoadVisorParameters(in);
|
|
|
|
return new CScriptDamageableTrigger(mgr.AllocateUniqueId(), name, info, position, volume, hInfo, dVuln, triggerFlags,
|
|
|
|
patternTex1, patternTex2, colorTex, canOrbit, active, vParms);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadDebris(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 18, "Debris"))
|
|
|
|
return nullptr;
|
|
|
|
|
2020-03-31 03:52:22 +00:00
|
|
|
const SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
|
|
|
const float zImpulse = in.readFloatBig();
|
|
|
|
const zeus::CVector3f velocity = zeus::CVector3f::ReadBig(in);
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CColor endsColor;
|
|
|
|
endsColor.readRGBABig(in);
|
2020-03-31 03:52:22 +00:00
|
|
|
const float mass = in.readFloatBig();
|
|
|
|
const float restitution = in.readFloatBig();
|
|
|
|
const float duration = in.readFloatBig();
|
|
|
|
const auto scaleType = CScriptDebris::EScaleType(in.readUint32Big());
|
|
|
|
const bool randomAngImpulse = in.readBool();
|
|
|
|
const CAssetId model = in.readUint32Big();
|
|
|
|
const CActorParameters aParams = LoadActorParameters(in);
|
|
|
|
const CAssetId particleId = in.readUint32Big();
|
|
|
|
const zeus::CVector3f particleScale = zeus::CVector3f::ReadBig(in);
|
|
|
|
const bool b1 = in.readBool();
|
|
|
|
const bool active = in.readBool();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2020-03-31 03:52:22 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(model).IsValid()) {
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2020-03-31 03:52:22 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptDebris(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform,
|
2020-03-31 03:52:22 +00:00
|
|
|
CModelData{CStaticRes(model, head.x40_scale)}, aParams, particleId, particleScale, zImpulse,
|
|
|
|
velocity, endsColor, mass, restitution, duration, scaleType, b1, randomAngImpulse, active);
|
2016-05-03 08:27:28 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadCameraShaker(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 9, "CameraShaker"))
|
|
|
|
return nullptr;
|
2016-04-20 05:44:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CCameraShakeData shakeData = CCameraShakeData::LoadCameraShakeData(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
|
|
|
|
return new CScriptCameraShaker(mgr.AllocateUniqueId(), name, info, active, shakeData);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadActorKeyframe(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 7, "ActorKeyframe"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
s32 animId = in.readInt32Big();
|
|
|
|
bool looping = in.readBool();
|
|
|
|
float lifetime = in.readFloatBig();
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 fadeOut = in.readUint32Big();
|
|
|
|
float totalPlayback = in.readFloatBig();
|
2016-06-21 04:15:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (animId == -1)
|
|
|
|
return nullptr;
|
2016-06-21 04:15:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptActorKeyframe(mgr.AllocateUniqueId(), name, info, animId, looping, lifetime, false, fadeOut, active,
|
|
|
|
totalPlayback);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadWater(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 63, "Water"))
|
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f position;
|
|
|
|
position.readBig(in);
|
|
|
|
zeus::CVector3f extent;
|
|
|
|
extent.readBig(in);
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
zeus::CVector3f orientedForce;
|
|
|
|
orientedForce.readBig(in);
|
|
|
|
ETriggerFlags triggerFlags = ETriggerFlags(in.readUint32Big()) | ETriggerFlags::DetectProjectiles1 |
|
|
|
|
ETriggerFlags::DetectProjectiles2 | ETriggerFlags::DetectProjectiles3 |
|
|
|
|
ETriggerFlags::DetectProjectiles4 | ETriggerFlags::DetectBombs |
|
|
|
|
ETriggerFlags::DetectPowerBombs | ETriggerFlags::DetectProjectiles5 |
|
|
|
|
ETriggerFlags::DetectProjectiles6 | ETriggerFlags::DetectProjectiles7;
|
|
|
|
bool thermalCold = in.readBool();
|
|
|
|
bool displaySurface = in.readBool();
|
|
|
|
CAssetId patternMap1 = in.readUint32Big();
|
|
|
|
CAssetId patternMap2 = in.readUint32Big();
|
|
|
|
CAssetId colorMap = in.readUint32Big();
|
|
|
|
CAssetId bumpMap = in.readUint32Big();
|
|
|
|
CAssetId _envMap = in.readUint32Big();
|
|
|
|
CAssetId _envBumpMap = in.readUint32Big();
|
|
|
|
zeus::CVector3f _bumpLightDir;
|
|
|
|
_bumpLightDir.readBig(in);
|
|
|
|
|
|
|
|
zeus::CVector3f bumpLightDir = _bumpLightDir;
|
|
|
|
if (!bumpLightDir.canBeNormalized())
|
|
|
|
bumpLightDir.assign(0.f, 0.f, -1.f);
|
|
|
|
|
|
|
|
float bumpScale = 1.f / in.readFloatBig();
|
|
|
|
float morphInTime = in.readFloatBig();
|
|
|
|
float morphOutTime = in.readFloatBig();
|
|
|
|
bool active = in.readBool();
|
|
|
|
auto fluidType = EFluidType(in.readUint32Big());
|
|
|
|
bool b4 = in.readBool();
|
|
|
|
float alpha = in.readFloatBig();
|
|
|
|
CFluidUVMotion uvMotion = LoadFluidUVMotion(in);
|
|
|
|
|
|
|
|
float turbSpeed = in.readFloatBig();
|
|
|
|
float turbDistance = in.readFloatBig();
|
|
|
|
float turbFreqMax = in.readFloatBig();
|
|
|
|
float turbFreqMin = in.readFloatBig();
|
|
|
|
float turbPhaseMax = zeus::degToRad(in.readFloatBig());
|
|
|
|
float turbPhaseMin = zeus::degToRad(in.readFloatBig());
|
|
|
|
float turbAmplitudeMax = in.readFloatBig();
|
|
|
|
float turbAmplitudeMin = in.readFloatBig();
|
|
|
|
zeus::CColor splashColor;
|
|
|
|
splashColor.readRGBABig(in);
|
|
|
|
zeus::CColor insideFogColor;
|
|
|
|
insideFogColor.readRGBABig(in);
|
|
|
|
CAssetId splashParticle1 = in.readUint32Big();
|
|
|
|
CAssetId splashParticle2 = in.readUint32Big();
|
|
|
|
CAssetId splashParticle3 = in.readUint32Big();
|
|
|
|
CAssetId visorRunoffParticle = in.readUint32Big();
|
|
|
|
CAssetId unmorphVisorRunoffParticle = in.readUint32Big();
|
|
|
|
u32 visorRunoffSfx = in.readUint32Big();
|
|
|
|
u32 unmorphVisorRunoffSfx = in.readUint32Big();
|
|
|
|
u32 splashSfx1 = in.readUint32Big();
|
|
|
|
u32 splashSfx2 = in.readUint32Big();
|
|
|
|
u32 splashSfx3 = in.readUint32Big();
|
|
|
|
float tileSize = in.readFloatBig();
|
|
|
|
u32 tileSubdivisions = in.readUint32Big();
|
|
|
|
float specularMin = in.readFloatBig();
|
|
|
|
float specularMax = in.readFloatBig();
|
|
|
|
float reflectionSize = in.readFloatBig();
|
|
|
|
float rippleIntensity = in.readFloatBig();
|
|
|
|
float reflectionBlend = in.readFloatBig();
|
|
|
|
float fogBias = in.readFloatBig();
|
|
|
|
float fogMagnitude = in.readFloatBig();
|
|
|
|
float fogSpeed = in.readFloatBig();
|
|
|
|
zeus::CColor fogColor;
|
|
|
|
fogColor.readRGBABig(in);
|
|
|
|
CAssetId lightmap = in.readUint32Big();
|
|
|
|
float unitsPerLightmapTexel = in.readFloatBig();
|
|
|
|
float alphaInTime = in.readFloatBig();
|
|
|
|
float alphaOutTime = in.readFloatBig();
|
|
|
|
u32 w21 = in.readUint32Big();
|
|
|
|
u32 w22 = in.readUint32Big();
|
|
|
|
bool b5 = in.readBool();
|
|
|
|
|
|
|
|
std::unique_ptr<u32[]> bitset;
|
|
|
|
u32 bitVal0 = 0;
|
|
|
|
u32 bitVal1 = 0;
|
|
|
|
|
|
|
|
if (b5) {
|
|
|
|
bitVal0 = in.readUint16Big();
|
|
|
|
bitVal1 = in.readUint16Big();
|
|
|
|
u32 len = ((bitVal0 * bitVal1) + 31) / 31;
|
|
|
|
bitset.reset(new u32[len]);
|
|
|
|
in.readBytesToBuf(bitset.get(), len * 4);
|
|
|
|
}
|
|
|
|
|
|
|
|
zeus::CAABox box(-extent * 0.5f, extent * 0.5f);
|
|
|
|
|
|
|
|
CAssetId envBumpMap;
|
|
|
|
if (!bumpMap.IsValid())
|
|
|
|
envBumpMap = _envBumpMap;
|
|
|
|
|
|
|
|
CAssetId envMap;
|
|
|
|
if (!bumpMap.IsValid())
|
|
|
|
envMap = _envMap;
|
|
|
|
|
|
|
|
return new CScriptWater(mgr, mgr.AllocateUniqueId(), name, info, position, box, dInfo, orientedForce, triggerFlags,
|
|
|
|
thermalCold, displaySurface, patternMap1, patternMap2, colorMap, bumpMap, envMap, envBumpMap,
|
|
|
|
{}, bumpLightDir, bumpScale, morphInTime, morphOutTime, active, fluidType, b4, alpha,
|
|
|
|
uvMotion, turbSpeed, turbDistance, turbFreqMax, turbFreqMin, turbPhaseMax, turbPhaseMin,
|
|
|
|
turbAmplitudeMax, turbAmplitudeMin, splashColor, insideFogColor, splashParticle1,
|
|
|
|
splashParticle2, splashParticle3, visorRunoffParticle, unmorphVisorRunoffParticle,
|
|
|
|
visorRunoffSfx, unmorphVisorRunoffSfx, splashSfx1, splashSfx2, splashSfx3, tileSize,
|
|
|
|
tileSubdivisions, specularMin, specularMax, reflectionSize, rippleIntensity, reflectionBlend,
|
|
|
|
fogBias, fogMagnitude, fogSpeed, fogColor, lightmap, unitsPerLightmapTexel, alphaInTime,
|
|
|
|
alphaOutTime, w21, w22, b5, bitVal0, bitVal1, std::move(bitset));
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadWarWasp(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 13, "WarWasp"))
|
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransformPivotOnly(in);
|
|
|
|
zeus::CVector3f scale;
|
|
|
|
scale.readBig(in);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::pair<bool, u32> verifyPair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!verifyPair.first)
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, verifyPair.second);
|
|
|
|
CActorParameters actorParms = LoadActorParameters(in);
|
|
|
|
CPatterned::EColliderType collider = CPatterned::EColliderType(in.readBool());
|
|
|
|
CDamageInfo damageInfo1(in);
|
2019-01-16 04:22:44 +00:00
|
|
|
CAssetId projectileWeapon = in.readUint32Big();
|
|
|
|
CDamageInfo projectileDamage(in);
|
|
|
|
CAssetId projectileVisorParticle = in.readUint32Big();
|
|
|
|
u32 projectileVisorSfx = in.readUint32Big();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
const CAnimationParameters& aParms = pInfo.GetAnimationParameters();
|
|
|
|
FourCC animType = g_ResFactory->GetResourceTypeById(aParms.GetACSFile());
|
|
|
|
if (animType != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAnimRes res(aParms.GetACSFile(), aParms.GetCharacter(), scale, aParms.GetInitialAnimation(), true);
|
|
|
|
CModelData mData(res);
|
|
|
|
return new MP1::CWarWasp(mgr.AllocateUniqueId(), name, info, xf, std::move(mData), pInfo, flavor, collider,
|
2019-01-16 04:22:44 +00:00
|
|
|
damageInfo1, actorParms, projectileWeapon, projectileDamage, projectileVisorParticle,
|
|
|
|
projectileVisorSfx);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSpacePirate(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 34, "SpacePirate"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
|
|
|
std::pair<bool, u32> verifyPair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!verifyPair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, verifyPair.second);
|
|
|
|
CActorParameters aParams = LoadActorParameters(in);
|
|
|
|
CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
|
|
|
|
if (g_ResFactory->GetResourceTypeById(animParms.GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
if (animParms.GetCharacter() == 0) {
|
2019-11-19 23:06:25 +00:00
|
|
|
Log.report(logvisor::Warning,
|
2020-04-19 10:56:28 +00:00
|
|
|
FMT_STRING("SpacePirate <{}> has AnimationInformation property with invalid character selected"),
|
|
|
|
head.x0_name);
|
2018-12-08 05:30:43 +00:00
|
|
|
animParms.SetCharacter(2);
|
|
|
|
}
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), head.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CSpacePirate(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(mData),
|
|
|
|
aParams, pInfo, in, propCount);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadFlyingPirate(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 35, "FlyingPirate"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
2020-03-13 08:11:17 +00:00
|
|
|
if (!pair.first)
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
|
|
|
|
if (g_ResFactory->GetResourceTypeById(pInfo.GetAnimationParameters().GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), actHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CFlyingPirate(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, std::move(mData),
|
|
|
|
actParms, pInfo, in, propCount);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadElitePirate(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-03-31 18:17:47 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, skElitePiratePropCount, "ElitePirate"))
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
MP1::CElitePirateData elitePirateData(in, propCount);
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CElitePirate(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, std::move(mData),
|
|
|
|
pInfo, actParms, elitePirateData);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadMetroidBeta(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 23, "MetroidBeta"))
|
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2019-12-14 09:14:58 +00:00
|
|
|
#if 0
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
MP1::CMetroidBetaData metData(in);
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData(
|
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2019-12-14 09:14:58 +00:00
|
|
|
return new MP1::CMetroidBeta(mgr.AllocateUniqueId(), name, info, xf, std::move(mData), pInfo, actParms, metData);
|
|
|
|
#else
|
2019-11-06 17:33:45 +00:00
|
|
|
return nullptr;
|
2019-12-14 09:14:58 +00:00
|
|
|
#endif
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadChozoGhost(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-03-05 01:32:49 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 31, "ChozoGhost"))
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead actorHead = LoadScaledActorHead(in, mgr);
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
CAssetId wpsc1(in);
|
|
|
|
CDamageInfo dInfo1(in);
|
|
|
|
CAssetId wpsc2(in);
|
|
|
|
CDamageInfo dInfo2(in);
|
|
|
|
MP1::CChozoGhost::CBehaveChance behaveChance1(in);
|
|
|
|
MP1::CChozoGhost::CBehaveChance behaveChance2(in);
|
|
|
|
MP1::CChozoGhost::CBehaveChance behaveChance3(in);
|
|
|
|
s16 sId1 = CSfxManager::TranslateSFXID(in.readUint32Big());
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
s16 sId2 = CSfxManager::TranslateSFXID(in.readUint32Big());
|
|
|
|
s16 sId3 = CSfxManager::TranslateSFXID(in.readUint32Big());
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
float f6 = in.readFloatBig();
|
|
|
|
u32 w2 = in.readUint32Big();
|
|
|
|
float f7 = in.readFloatBig();
|
|
|
|
CAssetId partId(in);
|
|
|
|
s16 sId4 = CSfxManager::TranslateSFXID(in.readUint32Big());
|
|
|
|
float f8 = in.readFloatBig();
|
|
|
|
float f9 = in.readFloatBig();
|
|
|
|
u32 w3 = in.readUint32Big();
|
|
|
|
u32 w4 = in.readUint32Big();
|
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (g_ResFactory->GetResourceTypeById(animParms.GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), 0, actorHead.x40_scale, animParms.GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CChozoGhost(mgr.AllocateUniqueId(), actorHead.x0_name, info, actorHead.x10_transform,
|
|
|
|
std::move(mData), actParms, pInfo, f1, f2, f3, f4, wpsc1, dInfo1, wpsc2, dInfo2,
|
|
|
|
behaveChance1, behaveChance2, behaveChance3, sId1, f5, sId2, sId3, w1, f6, w2, f7, partId,
|
|
|
|
sId4, f8, f9, w3, w4);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadCoverPoint(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 9, "CoverPoint"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SActorHead head = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 flags = in.readUint32Big();
|
|
|
|
bool crouch = in.readBool();
|
|
|
|
float horizontalAngle = in.readFloatBig();
|
|
|
|
float verticalAngle = in.readFloatBig();
|
|
|
|
float coverTime = in.readFloatBig();
|
|
|
|
|
|
|
|
return new CScriptCoverPoint(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, active, flags, crouch,
|
|
|
|
horizontalAngle, verticalAngle, coverTime);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadSpiderBallWaypoint(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 5, "SpiderBallWaypoint"))
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead actHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 w1 = in.readUint32Big();
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSpiderBallWaypoint(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, active,
|
|
|
|
w1);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadBloodFlower(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 18, "BloodFlower"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2017-11-20 17:33:21 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CAssetId partId1(in);
|
|
|
|
CAssetId wpsc1(in);
|
|
|
|
CAssetId wpsc2(in);
|
|
|
|
CDamageInfo dInfo1(in);
|
|
|
|
CDamageInfo dInfo2(in);
|
|
|
|
CDamageInfo dInfo3(in);
|
|
|
|
CAssetId partId2(in);
|
|
|
|
CAssetId partId3(in);
|
|
|
|
CAssetId partId4(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
CAssetId partId5(in);
|
|
|
|
u32 soundId = in.readUint32Big();
|
|
|
|
|
|
|
|
if (g_ResFactory->GetResourceTypeById(pInfo.GetAnimationParameters().GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
2018-06-26 05:42:16 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new MP1::CBloodFlower(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, std::move(mData),
|
|
|
|
pInfo, partId1, wpsc1, actParms, wpsc2, dInfo1, dInfo2, dInfo3, partId2, partId3,
|
|
|
|
partId4, f1, partId5, soundId);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadFlickerBat(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 10, "FlickerBat"))
|
|
|
|
return nullptr;
|
2016-04-20 21:07:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2019-07-19 08:30:11 +00:00
|
|
|
bool collider = in.readBool();
|
|
|
|
bool excludePlayer = in.readBool();
|
|
|
|
bool enableLineOfSight = in.readBool();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
if (g_ResFactory->GetResourceTypeById(pInfo.GetAnimationParameters().GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
return new MP1::CFlickerBat(mgr.AllocateUniqueId(), name, flavor, info, xf, std::move(mData), pInfo,
|
2019-07-19 08:30:11 +00:00
|
|
|
CPatterned::EColliderType(collider), excludePlayer, actParms, enableLineOfSight);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadPathCamera(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (propCount > 15) {
|
2020-04-11 22:51:39 +00:00
|
|
|
Log.report(logvisor::Warning, FMT_STRING("Too many props ({} > 15) for PathCamera entity"), propCount);
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
|
|
|
}
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 flags = LoadParameterFlags(in);
|
|
|
|
float lengthExtent = in.readFloatBig();
|
|
|
|
float filterMag = in.readFloatBig();
|
|
|
|
float filterProportion = in.readFloatBig();
|
|
|
|
CPathCamera::EInitialSplinePosition initPos = CPathCamera::EInitialSplinePosition(in.readUint32Big());
|
|
|
|
float minEaseDist = in.readFloatBig();
|
|
|
|
float maxEaseDist = in.readFloatBig();
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CPathCamera(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active, lengthExtent,
|
|
|
|
filterMag, filterProportion, minEaseDist, maxEaseDist, flags, initPos);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadGrapplePoint(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 5, "GrapplePoint"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CTransform grappleXf = LoadEditorTransform(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
CGrappleParameters parameters = LoadGrappleParameters(in);
|
|
|
|
return new CScriptGrapplePoint(mgr.AllocateUniqueId(), name, info, grappleXf, active, parameters);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadPuddleSpore(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 16, "PuddleSpore"))
|
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
2018-12-11 04:17:02 +00:00
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
CAssetId w1(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
CAssetId w2(in);
|
|
|
|
CDamageInfo dInfo(in);
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2018-12-11 04:17:02 +00:00
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (g_ResFactory->GetResourceTypeById(animParms.GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(
|
2019-07-19 08:30:11 +00:00
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
2018-12-11 04:17:02 +00:00
|
|
|
return new MP1::CPuddleSpore(mgr.AllocateUniqueId(), name, flavor, info, xf, std::move(mData), pInfo,
|
|
|
|
CPatterned::EColliderType(b1), w1, f1, f2, f3, f4, f5, actParms, w2, dInfo);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadDebugCameraWaypoint(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "DebugCameraWaypoint"))
|
|
|
|
return nullptr;
|
2018-10-30 22:21:29 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead actHead = LoadActorHead(in, mgr);
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
return new CScriptDebugCameraWaypoint(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, w1);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadSpiderBallAttractionSurface(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 5, "SpiderBallAttractionSurface"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
return new CScriptSpiderBallAttractionSurface(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform,
|
|
|
|
aHead.x40_scale, active);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadPuddleToadGamma(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 17, "PuddleToadGamma"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2019-06-21 06:02:56 +00:00
|
|
|
float suckForceMultiplier = in.readFloatBig();
|
|
|
|
float suckAngle = in.readFloatBig();
|
|
|
|
float playerSuckRange = in.readFloatBig();
|
|
|
|
zeus::CVector3f localShootDir = zeus::CVector3f::ReadBig(in);
|
|
|
|
float playerShootSpeed = in.readFloatBig();
|
|
|
|
float shouldAttackWaitTime = in.readFloatBig();
|
|
|
|
float spotPlayerWaitTime = in.readFloatBig();
|
|
|
|
CDamageInfo playerShootDamage(in);
|
2018-12-08 05:30:43 +00:00
|
|
|
CDamageInfo dInfo2(in);
|
|
|
|
CAssetId collisionData(in);
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData(
|
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CPuddleToadGamma(mgr.AllocateUniqueId(), name, flavor, info, xf, std::move(mData), pInfo, actParms,
|
2019-06-21 06:02:56 +00:00
|
|
|
suckForceMultiplier, suckAngle, playerSuckRange, localShootDir, playerShootSpeed,
|
|
|
|
shouldAttackWaitTime, spotPlayerWaitTime, playerShootDamage, dInfo2, collisionData);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadDistanceFog(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 8, "DistanceFog"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
u32 mode = in.readUint32Big();
|
|
|
|
zeus::CColor color;
|
|
|
|
color.readRGBABig(in);
|
|
|
|
zeus::CVector2f range;
|
|
|
|
range.readBig(in);
|
|
|
|
float colorDelta = in.readFloatBig();
|
|
|
|
zeus::CVector2f rangeDelta;
|
|
|
|
rangeDelta.readBig(in);
|
|
|
|
bool expl = in.readBool();
|
|
|
|
bool active = in.readBool();
|
2019-04-07 05:14:48 +00:00
|
|
|
ERglFogMode realMode = ERglFogMode::None;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
if (mode == 0)
|
|
|
|
realMode = ERglFogMode::None;
|
|
|
|
else if (mode == 1)
|
|
|
|
realMode = ERglFogMode::PerspLin;
|
|
|
|
else if (mode == 2)
|
|
|
|
realMode = ERglFogMode::PerspExp;
|
|
|
|
else if (mode == 3)
|
|
|
|
realMode = ERglFogMode::PerspExp2;
|
|
|
|
else if (mode == 4)
|
|
|
|
realMode = ERglFogMode::PerspRevExp;
|
|
|
|
else if (mode == 5)
|
|
|
|
realMode = ERglFogMode::PerspRevExp2;
|
|
|
|
|
|
|
|
return new CScriptDistanceFog(mgr.AllocateUniqueId(), name, info, realMode, color, range, colorDelta, rangeDelta,
|
|
|
|
expl, active, 0.f, 0.f, 0.f, 0.f);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadFireFlea(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 9, "FireFlea"))
|
|
|
|
return nullptr;
|
2017-08-18 01:30:15 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead acthead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
in.readBool();
|
|
|
|
in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
acthead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CFireFlea(mgr.AllocateUniqueId(), acthead.x0_name, info, acthead.x10_transform, std::move(mData),
|
|
|
|
actParms, pInfo, f1);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadMetaree(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 12, "Metaree"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters aParms = LoadActorParameters(in);
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
zeus::CVector3f vec = zeus::CVector3f::ReadBig(in);
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
|
|
|
|
if (g_ResFactory->GetResourceTypeById(pInfo.GetAnimationParameters().GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
return new MP1::CMetaree(mgr.AllocateUniqueId(), name, CPatterned::EFlavorType::Zero, info, xf, std::move(mData),
|
|
|
|
pInfo, dInfo, f1, vec, f2, EBodyType::Invalid, f3, f4, aParms);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadDockAreaChange(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 3, "DockAreaChange"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
s32 w1 = in.readInt32Big();
|
|
|
|
bool active = in.readBool();
|
|
|
|
|
|
|
|
return new CScriptDockAreaChange(mgr.AllocateUniqueId(), name, info, w1, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadActorRotate(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "ActorRotate"))
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f rotation = zeus::CVector3f::ReadBig(in);
|
|
|
|
float scale = in.readFloatBig();
|
|
|
|
bool updateActors = in.readBool();
|
2018-12-18 04:42:17 +00:00
|
|
|
bool updateOnCreation = in.readBool();
|
2018-12-08 05:30:43 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
|
2018-12-18 04:42:17 +00:00
|
|
|
return new CScriptActorRotate(mgr.AllocateUniqueId(), name, info, rotation, scale, updateActors, updateOnCreation,
|
|
|
|
active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSpecialFunction(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 15, "SpecialFunction"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SActorHead head = LoadActorHead(in, mgr);
|
|
|
|
CScriptSpecialFunction::ESpecialFunction specialFunction =
|
|
|
|
CScriptSpecialFunction::ESpecialFunction(in.readUint32Big());
|
|
|
|
std::string str = in.readString();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
u32 w2 = in.readUint32Big();
|
|
|
|
u32 w3 = in.readUint32Big();
|
|
|
|
CPlayerState::EItemType w4 = CPlayerState::EItemType(in.readUint32Big());
|
|
|
|
bool active1 = in.readBool();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
s16 w5 = in.readUint32Big() & 0xFFFF;
|
|
|
|
s16 w6 = in.readUint32Big() & 0xFFFF;
|
|
|
|
s16 w7 = in.readUint32Big() & 0xFFFF;
|
|
|
|
if (specialFunction == CScriptSpecialFunction::ESpecialFunction::FogVolume ||
|
|
|
|
specialFunction == CScriptSpecialFunction::ESpecialFunction::RadialDamage)
|
|
|
|
return nullptr;
|
2016-12-10 02:35:20 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSpecialFunction(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, specialFunction,
|
2019-07-19 08:30:11 +00:00
|
|
|
str, f1, f2, f3, f4, zeus::skZero3f, zeus::skBlack, active1, CDamageInfo(), w2, w3,
|
|
|
|
w4, w5, w6, w7);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSpankWeed(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 11, "SpankWeed"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
in.readBool();
|
2019-07-19 08:30:11 +00:00
|
|
|
float maxDetectionRange = in.readFloatBig();
|
|
|
|
float maxHearingRange = in.readFloatBig();
|
|
|
|
float maxSightRange = in.readFloatBig();
|
|
|
|
float hideTime = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (!animParms.GetACSFile().IsValid())
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), aHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CSpankWeed(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(mData),
|
2019-07-19 08:30:11 +00:00
|
|
|
actParms, pInfo, maxDetectionRange, maxHearingRange, maxSightRange, hideTime);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadParasite(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 25, "Parasite"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
2016-12-10 02:35:20 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::pair<bool, u32> pcount = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pcount.first)
|
|
|
|
return nullptr;
|
2016-12-10 02:35:20 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pcount.second);
|
|
|
|
CActorParameters aParms = LoadActorParameters(in);
|
|
|
|
float maxTelegraphReactDist = in.readFloatBig();
|
|
|
|
float advanceWpRadius = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float alignAngVel = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float stuckTimeThreshold = in.readFloatBig();
|
|
|
|
float collisionCloseMargin = in.readFloatBig();
|
|
|
|
float parasiteSearchRadius = in.readFloatBig();
|
|
|
|
float parasiteSeparationDist = in.readFloatBig();
|
|
|
|
float parasiteSeparationWeight = in.readFloatBig();
|
|
|
|
float parasiteAlignmentWeight = in.readFloatBig();
|
|
|
|
float parasiteCohesionWeight = in.readFloatBig();
|
|
|
|
float destinationSeekWeight = in.readFloatBig();
|
|
|
|
float forwardMoveWeight = in.readFloatBig();
|
|
|
|
float playerSeparationDist = in.readFloatBig();
|
|
|
|
float playerSeparationWeight = in.readFloatBig();
|
|
|
|
float playerObstructionMinDist = in.readFloatBig();
|
|
|
|
bool disableMove = in.readBool();
|
|
|
|
|
|
|
|
if (g_ResFactory->GetResourceTypeById(pInfo.GetAnimationParameters().GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData(
|
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CParasite(mgr.AllocateUniqueId(), name, flavor, info, xf, std::move(mData), pInfo,
|
|
|
|
EBodyType::WallWalker, maxTelegraphReactDist, advanceWpRadius, f3, alignAngVel, f5,
|
|
|
|
stuckTimeThreshold, collisionCloseMargin, parasiteSearchRadius, parasiteSeparationDist,
|
|
|
|
parasiteSeparationWeight, parasiteAlignmentWeight, parasiteCohesionWeight,
|
|
|
|
destinationSeekWeight, forwardMoveWeight, playerSeparationDist, playerSeparationWeight,
|
|
|
|
playerObstructionMinDist, 0.f, disableMove, CWallWalker::EWalkerType::Parasite,
|
|
|
|
CDamageVulnerability::NormalVulnerabilty(), CDamageInfo(), -1, -1, -1, {}, {}, 0.f, aParms);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadPlayerHint(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "PlayerHint"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
2019-07-19 08:30:11 +00:00
|
|
|
u32 overrideFlags = LoadParameterFlags(in);
|
|
|
|
u32 priority = in.readUint32Big();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CScriptPlayerHint(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active, priority,
|
|
|
|
overrideFlags);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadRipper(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-08-11 00:49:41 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 8, "Ripper"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType type = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CGrappleParameters grappleParms = LoadGrappleParameters(in);
|
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
|
|
|
|
if (!animParms.GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(
|
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CRipper(mgr.AllocateUniqueId(), name, type, info, xf, std::move(mData), pInfo, actParms,
|
|
|
|
grappleParms);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadPickupGenerator(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "PickupGenerator"))
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f pos = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
return new CScriptPickupGenerator(mgr.AllocateUniqueId(), name, info, pos, f1, active);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadAIKeyframe(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-07-19 08:30:11 +00:00
|
|
|
if (CScriptActorKeyframe* kf = static_cast<CScriptActorKeyframe*>(LoadActorKeyframe(mgr, in, propCount, info))) {
|
|
|
|
kf->SetIsPassive(true);
|
|
|
|
return kf;
|
|
|
|
}
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadPointOfInterest(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "PointOfInterest"))
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
CScannableParameters sParms = LoadScannableParameters(in);
|
2019-07-19 08:30:11 +00:00
|
|
|
float pointSize = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
return new CScriptPointOfInterest(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active, sParms,
|
2019-07-19 08:30:11 +00:00
|
|
|
pointSize);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
2020-03-31 13:38:18 +00:00
|
|
|
std::optional<CVisorFlare::CFlareDef> LoadFlareDef(CInputStream& in) {
|
|
|
|
if (in.readUint32Big() == 4) {
|
|
|
|
CAssetId textureId(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
zeus::CColor color = zeus::CColor::ReadRGBABig(in);
|
|
|
|
if (textureId.IsValid()) {
|
|
|
|
return {CVisorFlare::CFlareDef(g_SimplePool->GetObj({SBIG('TXTR'), textureId}), f1, f2, color)};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return {};
|
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadDrone(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-03-31 13:38:18 +00:00
|
|
|
if (propCount != 45 && EnsurePropertyCount(propCount, 45, "Drone"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
const auto [patternedValid, patternedPropCount] = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!patternedValid)
|
|
|
|
return nullptr;
|
|
|
|
CPatternedInfo pInfo(in, patternedPropCount);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CDamageInfo dInfo1(in);
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
CDamageInfo dInfo2(in);
|
|
|
|
CAssetId aId1(in);
|
|
|
|
in.seek(4); // Unused
|
|
|
|
CAssetId aId2(in);
|
|
|
|
std::optional<CVisorFlare::CFlareDef> def1 = LoadFlareDef(in);
|
|
|
|
std::optional<CVisorFlare::CFlareDef> def2 = LoadFlareDef(in);
|
|
|
|
std::optional<CVisorFlare::CFlareDef> def3 = LoadFlareDef(in);
|
|
|
|
std::optional<CVisorFlare::CFlareDef> def4 = LoadFlareDef(in);
|
|
|
|
std::optional<CVisorFlare::CFlareDef> def5 = LoadFlareDef(in);
|
|
|
|
std::vector<CVisorFlare::CFlareDef> flares(5);
|
|
|
|
if (def1)
|
|
|
|
flares.push_back(*def1);
|
|
|
|
if (def2)
|
|
|
|
flares.push_back(*def2);
|
|
|
|
if (def3)
|
|
|
|
flares.push_back(*def3);
|
|
|
|
if (def4)
|
|
|
|
flares.push_back(*def4);
|
|
|
|
if (def4)
|
|
|
|
flares.push_back(*def4);
|
|
|
|
|
|
|
|
const auto& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (g_ResFactory->GetResourceTypeById(animParms.GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float f6 = in.readFloatBig();
|
|
|
|
float f7 = in.readFloatBig();
|
|
|
|
float f8 = in.readFloatBig();
|
|
|
|
float f9 = in.readFloatBig();
|
|
|
|
float f10 = in.readFloatBig();
|
|
|
|
float f11 = in.readFloatBig();
|
|
|
|
float f12 = in.readFloatBig();
|
|
|
|
float f13 = in.readFloatBig();
|
|
|
|
float f14 = in.readFloatBig();
|
|
|
|
float f15 = in.readFloatBig();
|
|
|
|
float f16 = in.readFloatBig();
|
|
|
|
float f17 = in.readFloatBig();
|
|
|
|
float f18 = in.readFloatBig();
|
|
|
|
float f19 = in.readFloatBig();
|
|
|
|
float f20 = in.readFloatBig();
|
2020-04-04 11:46:22 +00:00
|
|
|
CAssetId crscId(in);
|
2020-03-31 13:38:18 +00:00
|
|
|
float f21 = in.readFloatBig();
|
|
|
|
float f22 = in.readFloatBig();
|
|
|
|
float f23 = in.readFloatBig();
|
|
|
|
float f24 = in.readFloatBig();
|
2020-04-04 11:46:22 +00:00
|
|
|
s32 soundId = in.readUint32Big();
|
2020-03-31 13:38:18 +00:00
|
|
|
bool b1 = in.readBool();
|
|
|
|
CModelData mData(
|
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CDrone(mgr.AllocateUniqueId(), name, flavor, info, xf, f1, std::move(mData), pInfo, actParms,
|
|
|
|
CPatterned::EMovementType::Flyer, CPatterned::EColliderType::One, EBodyType::Pitchable, dInfo1,
|
2020-09-15 05:49:10 +00:00
|
|
|
aId1, dInfo2, aId2, flares, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16,
|
2020-04-04 11:46:22 +00:00
|
|
|
f17, f18, f19, f20, crscId, f21, f22, f23, f24, soundId, b1);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
2019-01-31 20:44:05 +00:00
|
|
|
CEntity* ScriptLoader::LoadMetroid(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, MP1::CMetroidData::GetNumProperties(), "Metroid"))
|
|
|
|
return nullptr;
|
2020-05-09 06:51:02 +00:00
|
|
|
|
2019-01-31 20:44:05 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
MP1::CMetroidData metData(in);
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (!animParms.GetACSFile().IsValid() || flavor == CPatterned::EFlavorType::One)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(
|
2019-07-19 08:30:11 +00:00
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
2020-05-09 06:51:02 +00:00
|
|
|
return new MP1::CMetroid(mgr.AllocateUniqueId(), name, flavor, info, xf, std::move(mData), pInfo, actParms, metData,
|
|
|
|
kInvalidUniqueId);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadDebrisExtended(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 39, "DebrisExtended"))
|
|
|
|
return nullptr;
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
float linConeAngle = in.readFloatBig();
|
|
|
|
float linMinMag = in.readFloatBig();
|
|
|
|
float linMaxMag = in.readFloatBig();
|
|
|
|
float angMinMag = in.readFloatBig();
|
|
|
|
float angMaxMag = in.readFloatBig();
|
|
|
|
float minDuration = in.readFloatBig();
|
|
|
|
float maxDuration = in.readFloatBig();
|
|
|
|
float colorInT = in.readFloatBig();
|
|
|
|
float colorOutT = in.readFloatBig();
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CColor color = zeus::CColor::ReadRGBABig(in);
|
|
|
|
zeus::CColor endsColor = zeus::CColor::ReadRGBABig(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
float scaleOutT = in.readFloatBig();
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f endScale = zeus::CVector3f::ReadBig(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
float restitution = in.readFloatBig();
|
|
|
|
float downwardSpeed = in.readFloatBig();
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f localOffset = zeus::CVector3f::ReadBig(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId model = in.readUint32Big();
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CActorParameters aParam = LoadActorParameters(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId particle1 = in.readUint32Big();
|
|
|
|
zeus::CVector3f particle1Scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool particle1GlobalTranslation = in.readBool();
|
|
|
|
bool deferDeleteTillParticle1Done = in.readBool();
|
|
|
|
CScriptDebris::EOrientationType particle1Or = CScriptDebris::EOrientationType(in.readUint32Big());
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId particle2 = in.readUint32Big();
|
|
|
|
zeus::CVector3f particle2Scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool particle2GlobalTranslation = in.readBool();
|
|
|
|
bool deferDeleteTillParticle2Done = in.readBool();
|
|
|
|
CScriptDebris::EOrientationType particle2Or = CScriptDebris::EOrientationType(in.readUint32Big());
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId particle3 = in.readUint32Big();
|
2020-03-05 02:40:03 +00:00
|
|
|
/*zeus::CVector3f particle3Scale =*/(void)zeus::CVector3f::ReadBig(in); /* Not actually used, go figure */
|
2018-12-08 05:30:43 +00:00
|
|
|
CScriptDebris::EOrientationType particle3Or = CScriptDebris::EOrientationType(in.readUint32Big());
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool solid = in.readBool();
|
|
|
|
bool dieOnProjectile = in.readBool();
|
|
|
|
bool noBounce = in.readBool();
|
|
|
|
bool active = in.readBool();
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData modelData;
|
2019-07-20 04:27:21 +00:00
|
|
|
if (g_ResFactory->GetResourceTypeById(model).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
modelData = CModelData(CStaticRes(model, aHead.x40_scale));
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptDebris(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(modelData),
|
|
|
|
aParam, linConeAngle, linMinMag, linMaxMag, angMinMag, angMaxMag, minDuration, maxDuration,
|
|
|
|
colorInT, colorOutT, color, endsColor, scaleOutT, aHead.x40_scale, endScale, restitution,
|
|
|
|
downwardSpeed, localOffset, particle1, particle1Scale, particle1GlobalTranslation,
|
|
|
|
deferDeleteTillParticle1Done, particle1Or, particle2, particle2Scale,
|
|
|
|
particle2GlobalTranslation, deferDeleteTillParticle2Done, particle2Or, particle3,
|
2019-03-13 03:46:20 +00:00
|
|
|
particle2Scale, particle3Or, solid, dieOnProjectile, noBounce, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSteam(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 11, "Steam"))
|
|
|
|
return nullptr;
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f v1 = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f v2 = zeus::CVector3f::ReadBig(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CDamageInfo dInfo(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CVector3f v3 = zeus::CVector3f::ReadBig(in);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
ETriggerFlags w1 = ETriggerFlags(in.readUint32Big());
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
u32 w2 = in.readUint32Big();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
bool b2 = in.readBool();
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CAABox aabb(-v2 * 0.5f, v2 * 0.5f);
|
2017-02-28 07:31:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSteam(mgr.AllocateUniqueId(), name, info, v1, aabb, dInfo, v3, w1, b1, w2, f1, f2, f3, f4, b2);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadRipple(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "Ripple"))
|
|
|
|
return nullptr;
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f center = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float mag = in.readFloatBig();
|
|
|
|
return new CScriptRipple(mgr.AllocateUniqueId(), name, info, center, active, mag);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadBallTrigger(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 9, "BallTrigger"))
|
|
|
|
return nullptr;
|
2018-05-08 02:18:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = in.readString();
|
|
|
|
zeus::CVector3f pos = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
2018-05-08 02:18:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool b1 = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
zeus::CVector3f vec = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
return new CScriptBallTrigger(mgr.AllocateUniqueId(), name, info, pos, scale, b1, f1, f2, f3, vec, b2);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadTargetingPoint(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "TargetingPoint"))
|
|
|
|
return nullptr;
|
2018-05-08 02:18:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
2018-05-08 02:18:18 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptTargetingPoint(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadEMPulse(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 12, "EMPulse"))
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead actorHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float f6 = in.readFloatBig();
|
|
|
|
float f7 = in.readFloatBig();
|
|
|
|
CAssetId particleId(in);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptEMPulse(mgr.AllocateUniqueId(), actorHead.x0_name, info, actorHead.x10_transform, active, f1, f2,
|
|
|
|
f3, f4, f5, f6, f7, particleId);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadIceSheegoth(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-04-19 10:56:28 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 35, "IceSheegoth"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
|
|
|
const auto [hasProperCount, patternedParmCount] = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!hasProperCount)
|
|
|
|
return nullptr;
|
|
|
|
CPatternedInfo pInfo(in, patternedParmCount);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
MP1::CIceSheegothData sheegothData(in, propCount);
|
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (!animParms.GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), head.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CIceSheegoth(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(mData), pInfo,
|
|
|
|
actParms, sheegothData);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadPlayerActor(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 19, "PlayerActor"))
|
|
|
|
return nullptr;
|
2017-02-21 03:29:28 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
zeus::CVector3f extents = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f offset = zeus::CVector3f::ReadBig(in);
|
|
|
|
float mass = in.readFloatBig();
|
|
|
|
float zMomentum = in.readFloatBig();
|
|
|
|
CHealthInfo hInfo(in);
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
in.readUint32Big();
|
|
|
|
CAnimationParameters animParms = LoadAnimationParameters(in);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
bool loop = in.readBool();
|
|
|
|
bool snow = in.readBool();
|
|
|
|
bool solid = in.readBool();
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 flags = LoadParameterFlags(in);
|
|
|
|
CPlayerState::EBeamId beam = CPlayerState::EBeamId(in.readUint32Big() - 1);
|
|
|
|
|
|
|
|
FourCC fcc = g_ResFactory->GetResourceTypeById(animParms.GetACSFile());
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!fcc.IsValid() || fcc != SBIG('ANCS'))
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2017-02-21 03:29:28 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CAABox aabox = GetCollisionBox(mgr, info.GetAreaId(), extents, offset);
|
|
|
|
CMaterialList list;
|
|
|
|
if (snow)
|
|
|
|
list.Add(EMaterialTypes::Snow);
|
2017-02-21 03:29:28 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (solid)
|
|
|
|
list.Add(EMaterialTypes::Solid);
|
2017-02-21 03:29:28 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if ((extents.x() < 0.f || extents.y() < 0.f || extents.z() < 0.f) || extents.isZero())
|
|
|
|
aabox = zeus::CAABox(-.5f, 0.5f);
|
2017-02-21 03:29:28 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptPlayerActor(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform,
|
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), aHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), loop),
|
|
|
|
CModelData::CModelDataNull(), aabox, true, list, mass, zMomentum, hInfo, dVuln,
|
|
|
|
actParms, loop, active, flags, beam);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadFlaahgra(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-06-10 08:28:33 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, MP1::CFlaahgraData::GetNumProperties(), "Flaahgra"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
MP1::CFlaahgraData flaahgraData(in);
|
|
|
|
|
|
|
|
CAnimRes animRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true);
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid()) {
|
|
|
|
animRes = CAnimRes(flaahgraData.GetAnimationParameters().GetACSFile(),
|
|
|
|
flaahgraData.GetAnimationParameters().GetCharacter(), actHead.x40_scale,
|
|
|
|
flaahgraData.GetAnimationParameters().GetInitialAnimation(), true);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!animRes.GetId().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
return new MP1::CFlaahgra(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, animRes, pInfo,
|
|
|
|
actParms, flaahgraData);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadAreaAttributes(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 9, "AreaAttributes"))
|
|
|
|
return nullptr;
|
2016-04-23 18:04:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool load = in.readUint32Big() != 0;
|
|
|
|
if (!load)
|
|
|
|
return nullptr;
|
2016-04-23 18:04:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
bool showSkybox = in.readBool();
|
|
|
|
EEnvFxType fxType = EEnvFxType(in.readUint32Big());
|
|
|
|
float envFxDensity = in.readFloatBig();
|
|
|
|
float thermalHeat = in.readFloatBig();
|
|
|
|
float xrayFogDistance = in.readFloatBig();
|
|
|
|
float worldLightingLevel = in.readFloatBig();
|
|
|
|
CAssetId skybox = in.readUint32Big();
|
|
|
|
EPhazonType phazonType = EPhazonType(in.readUint32Big());
|
2016-04-23 18:04:49 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptAreaAttributes(mgr.AllocateUniqueId(), info, showSkybox, fxType, envFxDensity, thermalHeat,
|
|
|
|
xrayFogDistance, worldLightingLevel, skybox, phazonType);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadFishCloud(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 36, "FishCloud"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
2019-04-03 04:32:31 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
CAssetId model(in);
|
2018-12-08 05:30:43 +00:00
|
|
|
CAnimationParameters animParms(in);
|
2019-04-03 04:32:31 +00:00
|
|
|
u32 numBoids = u32(in.readFloatBig());
|
|
|
|
float speed = in.readFloatBig();
|
|
|
|
float separationRadius = in.readFloatBig();
|
|
|
|
float cohesionMagnitude = in.readFloatBig();
|
|
|
|
float alignmentWeight = in.readFloatBig();
|
|
|
|
float separationMagnitude = in.readFloatBig();
|
|
|
|
float weaponRepelMagnitude = in.readFloatBig();
|
|
|
|
float playerRepelMagnitude = in.readFloatBig();
|
|
|
|
float containmentMagnitude = in.readFloatBig();
|
|
|
|
float scatterVel = in.readFloatBig();
|
|
|
|
float maxScatterAngle = in.readFloatBig();
|
|
|
|
float weaponRepelDampingSpeed = in.readFloatBig();
|
|
|
|
float playerRepelDampingSpeed = in.readFloatBig();
|
|
|
|
float containmentRadius = in.readFloatBig();
|
|
|
|
u32 updateShift = in.readUint32Big();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(model).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
|
|
|
|
2019-04-03 04:32:31 +00:00
|
|
|
zeus::CColor color = zeus::CColor::ReadRGBABig(in);
|
|
|
|
bool killable = in.readBool();
|
|
|
|
float weaponKillRadius = in.readFloatBig();
|
|
|
|
CAssetId part1 = in.readUint32Big();
|
|
|
|
u32 partCount1 = in.readUint32Big();
|
|
|
|
CAssetId part2 = in.readUint32Big();
|
|
|
|
u32 partCount2 = in.readUint32Big();
|
|
|
|
CAssetId part3 = in.readUint32Big();
|
|
|
|
u32 partCount3 = in.readUint32Big();
|
|
|
|
CAssetId part4 = in.readUint32Big();
|
|
|
|
u32 partCount4 = in.readUint32Big();
|
|
|
|
u32 deathSfx = in.readUint32Big();
|
|
|
|
bool repelFromThreats = in.readBool();
|
|
|
|
bool hotInThermal = in.readBool();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2019-04-03 04:32:31 +00:00
|
|
|
CModelData mData(CStaticRes(model, zeus::skOne3f));
|
2019-07-19 08:30:11 +00:00
|
|
|
CAnimRes animRes(animParms.GetACSFile(), animParms.GetCharacter(), zeus::skOne3f, animParms.GetInitialAnimation(),
|
|
|
|
true);
|
2019-04-03 04:32:31 +00:00
|
|
|
return new CFishCloud(mgr.AllocateUniqueId(), active, aHead.x0_name, info, aHead.x40_scale, aHead.x10_transform,
|
|
|
|
std::move(mData), animRes, numBoids, speed, separationRadius, cohesionMagnitude,
|
|
|
|
alignmentWeight, separationMagnitude, weaponRepelMagnitude, playerRepelMagnitude,
|
|
|
|
containmentMagnitude, scatterVel, maxScatterAngle, weaponRepelDampingSpeed,
|
|
|
|
playerRepelDampingSpeed, containmentRadius, updateShift, color, killable, weaponKillRadius,
|
|
|
|
part1, partCount1, part2, partCount2, part3, partCount3, part4, partCount4, deathSfx,
|
|
|
|
repelFromThreats, hotInThermal);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadFishCloudModifier(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (propCount < 6 || !EnsurePropertyCount(propCount, 7, "FishCloudModifier"))
|
|
|
|
return nullptr;
|
2018-05-07 00:47:40 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
2019-04-03 04:32:31 +00:00
|
|
|
zeus::CVector3f pos = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
bool repulsor = in.readBool();
|
|
|
|
bool swirl = propCount > 6 ? in.readBool() : false;
|
|
|
|
float radius = in.readFloatBig();
|
|
|
|
float priority = in.readFloatBig();
|
|
|
|
|
|
|
|
return new CFishCloudModifier(mgr.AllocateUniqueId(), active, name, info, pos, repulsor, swirl, radius, priority);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadVisorFlare(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-03-26 04:28:31 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 14, "VisorFlare")) {
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2020-03-26 04:28:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
const std::string name = mgr.HashInstanceName(in);
|
|
|
|
const zeus::CVector3f pos = zeus::CVector3f::ReadBig(in);
|
|
|
|
const bool b1 = in.readBool();
|
|
|
|
const auto w1 = CVisorFlare::EBlendMode(in.readUint32Big());
|
|
|
|
const bool b2 = in.readBool();
|
|
|
|
const float f1 = in.readFloatBig();
|
|
|
|
const float f2 = in.readFloatBig();
|
|
|
|
const float f3 = in.readFloatBig();
|
|
|
|
const u32 w2 = in.readUint32Big();
|
2017-03-20 05:09:53 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::vector<CVisorFlare::CFlareDef> flares;
|
|
|
|
flares.reserve(5);
|
2020-03-26 04:28:31 +00:00
|
|
|
for (size_t i = 0; i < flares.capacity(); ++i) {
|
|
|
|
if (auto flare = CVisorFlare::LoadFlareDef(in)) {
|
2018-12-08 05:30:43 +00:00
|
|
|
flares.push_back(*flare);
|
2020-03-26 04:28:31 +00:00
|
|
|
}
|
|
|
|
}
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2020-03-26 04:28:31 +00:00
|
|
|
return new CScriptVisorFlare(mgr.AllocateUniqueId(), name, info, b1, pos, w1, b2, f1, f2, f3, 2, w2,
|
|
|
|
std::move(flares));
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadWorldTeleporter(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
2019-12-11 18:55:19 +00:00
|
|
|
if (propCount < 4 || propCount > 26) {
|
2020-04-11 22:51:39 +00:00
|
|
|
Log.report(logvisor::Warning, FMT_STRING("Incorrect number of props for WorldTeleporter"));
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
CAssetId worldId = in.readUint32Big();
|
|
|
|
CAssetId areaId = in.readUint32Big();
|
|
|
|
|
|
|
|
if (propCount == 4)
|
|
|
|
return new CScriptWorldTeleporter(mgr.AllocateUniqueId(), name, info, active, worldId, areaId);
|
|
|
|
|
|
|
|
CAnimationParameters animParms = LoadAnimationParameters(in);
|
|
|
|
zeus::CVector3f playerScale = zeus::CVector3f::ReadBig(in);
|
|
|
|
CAssetId platformModel = in.readUint32Big();
|
|
|
|
zeus::CVector3f platformScale = zeus::CVector3f::ReadBig(in);
|
|
|
|
CAssetId backgroundModel = in.readUint32Big();
|
|
|
|
zeus::CVector3f backgroundScale = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool upElevator = in.readBool();
|
|
|
|
|
|
|
|
s16 elevatorSound = (propCount < 12 ? s16(-1) : s16(in.readUint32Big()));
|
|
|
|
u8 volume = (propCount < 13 ? u8(127) : u8(in.readUint32Big()));
|
|
|
|
u8 panning = (propCount < 14 ? u8(64) : u8(in.readUint32Big()));
|
|
|
|
bool showText = (propCount < 15 ? false : in.readBool());
|
|
|
|
CAssetId fontId = (propCount < 16 ? CAssetId() : in.readUint32Big());
|
|
|
|
CAssetId stringId = (propCount < 17 ? CAssetId() : in.readUint32Big());
|
|
|
|
bool fadeWhite = (propCount < 18 ? false : in.readBool());
|
|
|
|
float charFadeInTime = (propCount < 19 ? 0.1f : in.readFloatBig());
|
|
|
|
float charsPerSecond = (propCount < 20 ? 16.f : in.readFloatBig());
|
|
|
|
float showDelay = (propCount < 21 ? 0.f : in.readFloatBig());
|
2019-12-11 18:55:19 +00:00
|
|
|
std::string str1 = (propCount < 22 ? "" : in.readString());
|
|
|
|
std::string str2 = (propCount < 23 ? "" : in.readString());
|
2019-12-14 09:14:58 +00:00
|
|
|
/*float f1 =*/(propCount < 24 ? 0.f : in.readFloatBig());
|
|
|
|
/*float f2 =*/(propCount < 25 ? 0.f : in.readFloatBig());
|
2019-12-11 18:55:19 +00:00
|
|
|
/*float f3 =*/(propCount < 26 ? 0.f : in.readFloatBig());
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
if (showText)
|
|
|
|
return new CScriptWorldTeleporter(mgr.AllocateUniqueId(), name, info, active, worldId, areaId, elevatorSound,
|
|
|
|
volume, panning, fontId, stringId, fadeWhite, charFadeInTime, charsPerSecond,
|
|
|
|
showDelay);
|
|
|
|
|
|
|
|
return new CScriptWorldTeleporter(mgr.AllocateUniqueId(), name, info, active, worldId, areaId, animParms.GetACSFile(),
|
|
|
|
animParms.GetCharacter(), animParms.GetInitialAnimation(), playerScale,
|
|
|
|
platformModel, platformScale, backgroundModel, backgroundScale, upElevator,
|
|
|
|
elevatorSound, volume, panning);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadVisorGoo(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 11, "VisorGoo"))
|
|
|
|
return nullptr;
|
2017-08-08 22:12:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f position;
|
|
|
|
position.readBig(in);
|
|
|
|
zeus::CTransform xf = zeus::CTransform::Translate(position);
|
|
|
|
CAssetId particle(in);
|
|
|
|
CAssetId electric(in);
|
|
|
|
float minDist = in.readFloatBig();
|
|
|
|
float maxDist = in.readFloatBig();
|
|
|
|
float nearProb = in.readFloatBig();
|
|
|
|
float farProb = in.readFloatBig();
|
|
|
|
zeus::CColor color;
|
|
|
|
color.readRGBABig(in);
|
|
|
|
s32 sfx = in.readInt32Big();
|
|
|
|
bool forceShow = in.readBool();
|
|
|
|
|
|
|
|
if (!particle.IsValid() && !electric.IsValid())
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptVisorGoo(mgr.AllocateUniqueId(), name, info, xf, particle, electric, minDist, maxDist, nearProb,
|
|
|
|
farProb, color, sfx, forceShow, false);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadJellyZap(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2021-04-26 03:16:16 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 20, "JellyZap")) {
|
2019-02-12 01:58:12 +00:00
|
|
|
return nullptr;
|
2021-04-26 03:16:16 +00:00
|
|
|
}
|
2019-02-12 01:58:12 +00:00
|
|
|
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
2021-04-26 03:16:16 +00:00
|
|
|
if (!pair.first) {
|
2019-02-12 01:58:12 +00:00
|
|
|
return nullptr;
|
2021-04-26 03:16:16 +00:00
|
|
|
}
|
2019-02-12 01:58:12 +00:00
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CDamageInfo dInfo(in);
|
2021-04-26 03:16:16 +00:00
|
|
|
float attackRadius = in.readFloatBig();
|
2019-02-12 01:58:12 +00:00
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float f6 = in.readFloatBig();
|
|
|
|
float f7 = in.readFloatBig();
|
|
|
|
float f8 = in.readFloatBig();
|
2021-04-26 03:16:16 +00:00
|
|
|
float priority = in.readFloatBig();
|
|
|
|
float repulseRadius = in.readFloatBig();
|
|
|
|
float attractRadius = in.readFloatBig();
|
2019-02-12 01:58:12 +00:00
|
|
|
float f12 = in.readFloatBig();
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
2021-04-26 03:16:16 +00:00
|
|
|
if (g_ResFactory->GetResourceTypeById(animParms.GetACSFile()) != SBIG('ANCS')) {
|
2019-02-12 01:58:12 +00:00
|
|
|
return nullptr;
|
2021-04-26 03:16:16 +00:00
|
|
|
}
|
2019-02-12 01:58:12 +00:00
|
|
|
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), aHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CJellyZap(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(mData), dInfo,
|
2021-04-26 03:16:16 +00:00
|
|
|
b1, attackRadius, f2, f3, f4, f5, f6, f7, f8, priority, repulseRadius, attractRadius, f12,
|
|
|
|
pInfo, actParms);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadControllerAction(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "ControllerAction") || propCount > 6)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
ControlMapper::ECommands w1 = ControlMapper::ECommands(in.readUint32Big());
|
|
|
|
bool b1 = false;
|
|
|
|
u32 w2 = 0;
|
|
|
|
if (propCount == 6) {
|
|
|
|
b1 = in.readBool();
|
|
|
|
w2 = in.readUint32Big();
|
|
|
|
}
|
|
|
|
bool b2 = in.readBool();
|
2017-03-18 05:12:27 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptControllerAction(mgr.AllocateUniqueId(), name, info, active, w1, b1, w2, b2);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSwitch(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "Switch"))
|
|
|
|
return nullptr;
|
2016-12-19 18:27:58 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
bool b3 = in.readBool();
|
2016-12-19 18:27:58 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSwitch(mgr.AllocateUniqueId(), name, info, active, b2, b3);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadPlayerStateChange(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 7, "PlayerStateChange"))
|
|
|
|
return nullptr;
|
2017-07-30 11:00:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
s32 itemType = in.readUint32Big();
|
|
|
|
s32 itemCount = in.readInt32Big();
|
|
|
|
s32 itemCapacity = in.readInt32Big();
|
|
|
|
CScriptPlayerStateChange::EControl ctrl = CScriptPlayerStateChange::EControl(in.readUint32Big());
|
|
|
|
CScriptPlayerStateChange::EControlCommandOption ctrlCmdOpt =
|
|
|
|
CScriptPlayerStateChange::EControlCommandOption(in.readUint32Big());
|
|
|
|
return new CScriptPlayerStateChange(mgr.AllocateUniqueId(), name, info, active, itemType, itemCount, itemCapacity,
|
|
|
|
ctrl, ctrlCmdOpt);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadThardus(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-11-19 23:06:25 +00:00
|
|
|
|
|
|
|
if (!EnsurePropertyCount(propCount, 43, "Thardus")) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
const auto [isValid, patternedCount] = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!isValid)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, patternedCount);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
in.readBool();
|
|
|
|
in.readBool();
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (!animParms.GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
CStaticRes staticRes[2][7];
|
|
|
|
staticRes[0][6] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[0][5] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[0][4] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[0][3] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[0][2] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[0][1] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[0][0] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[1][6] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[1][5] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[1][4] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[1][3] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[1][2] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[1][1] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
staticRes[1][0] = CStaticRes(CAssetId(in), zeus::skOne3f);
|
|
|
|
CAssetId particle1(in);
|
|
|
|
CAssetId particle2(in);
|
|
|
|
CAssetId particle3(in);
|
|
|
|
CAssetId stateMachine(in);
|
|
|
|
CAssetId particle4(in);
|
|
|
|
CAssetId particle5(in);
|
|
|
|
CAssetId particle6(in);
|
|
|
|
CAssetId particle7(in);
|
|
|
|
CAssetId particle8(in);
|
|
|
|
CAssetId particle9(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float f6 = in.readFloatBig();
|
|
|
|
CAssetId texture(in);
|
|
|
|
int sfxID1 = in.readUint32Big();
|
|
|
|
CAssetId particle10 = (propCount < 44) ? CAssetId() : CAssetId(in);
|
|
|
|
int sfxID2 = in.readUint32Big();
|
|
|
|
int sfxID3 = in.readUint32Big();
|
|
|
|
int sfxID4 = in.readUint32Big();
|
2020-03-06 02:14:08 +00:00
|
|
|
std::vector<CStaticRes> mData1(std::rbegin(staticRes[0]), std::rend(staticRes[0]));
|
|
|
|
std::vector<CStaticRes> mData2(std::rbegin(staticRes[1]), std::rend(staticRes[1]));
|
2019-11-19 23:06:25 +00:00
|
|
|
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), 0, actHead.x40_scale, animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CThardus(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, std::move(mData),
|
2020-03-06 02:14:08 +00:00
|
|
|
actParms, pInfo, std::move(mData1), std::move(mData2), particle1, particle2, particle3, f1,
|
|
|
|
f2, f3, f4, f5, f6, stateMachine, particle4, particle5, particle6, particle7, particle8,
|
|
|
|
particle9, texture, sfxID1, particle10, sfxID2, sfxID3, sfxID4);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadWallCrawlerSwarm(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 39, "WallCrawlerSwarm"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
CActorParameters aParams = LoadActorParameters(in);
|
2019-03-24 08:06:59 +00:00
|
|
|
CWallCrawlerSwarm::EFlavor flavor = CWallCrawlerSwarm::EFlavor(in.readUint32Big());
|
|
|
|
u32 actor = in.readUint32Big();
|
|
|
|
u32 charIdx = in.readUint32Big();
|
|
|
|
u32 defaultAnim = in.readUint32Big();
|
|
|
|
u32 launchAnim = in.readUint32Big();
|
|
|
|
u32 attractAnim = in.readUint32Big();
|
|
|
|
u32 part1 = in.readUint32Big();
|
|
|
|
u32 part2 = in.readUint32Big();
|
|
|
|
u32 part3 = in.readUint32Big();
|
|
|
|
u32 part4 = in.readUint32Big();
|
|
|
|
CDamageInfo crabDamage(in);
|
|
|
|
float crabDamageCooldown = in.readFloatBig();
|
|
|
|
CDamageInfo scarabExplodeDamage(in);
|
|
|
|
float boidRadius = in.readFloatBig();
|
|
|
|
float touchRadius = in.readFloatBig();
|
|
|
|
float playerTouchRadius = in.readFloatBig();
|
|
|
|
float animPlaybackSpeed = in.readFloatBig();
|
|
|
|
u32 numBoids = in.readUint32Big();
|
|
|
|
u32 maxCreatedBoids = in.readUint32Big();
|
|
|
|
float separationRadius = in.readFloatBig();
|
|
|
|
float cohesionMagnitude = in.readFloatBig();
|
|
|
|
float alignmentWeight = in.readFloatBig();
|
|
|
|
float separationMagnitude = in.readFloatBig();
|
|
|
|
float moveToWaypointWeight = in.readFloatBig();
|
|
|
|
float attractionMagnitude = in.readFloatBig();
|
|
|
|
float attractionRadius = in.readFloatBig();
|
|
|
|
float boidGenRate = in.readFloatBig();
|
|
|
|
u32 maxLaunches = in.readUint32Big();
|
|
|
|
float scarabBoxMargin = in.readFloatBig();
|
|
|
|
float scarabScatterXYVelocity = in.readFloatBig();
|
|
|
|
float scarabTimeToExplode = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
CHealthInfo hInfo(in);
|
|
|
|
CDamageVulnerability dVulns(in);
|
2019-03-24 08:06:59 +00:00
|
|
|
u32 launchSfx = in.readUint32Big();
|
|
|
|
u32 scatterSfx = in.readUint32Big();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CWallCrawlerSwarm(
|
|
|
|
mgr.AllocateUniqueId(), active, aHead.x0_name, info, aHead.x40_scale, aHead.x10_transform, flavor,
|
|
|
|
CAnimRes(actor, charIdx, zeus::CVector3f(1.5f), defaultAnim, true), launchAnim, attractAnim, part1, part2, part3,
|
|
|
|
part4, crabDamage, scarabExplodeDamage, crabDamageCooldown, boidRadius, touchRadius, playerTouchRadius, numBoids,
|
|
|
|
maxCreatedBoids, animPlaybackSpeed, separationRadius, cohesionMagnitude, alignmentWeight, separationMagnitude,
|
|
|
|
moveToWaypointWeight, attractionMagnitude, attractionRadius, boidGenRate, maxLaunches, scarabBoxMargin,
|
|
|
|
scarabScatterXYVelocity, scarabTimeToExplode, hInfo, dVulns, launchSfx, scatterSfx, aParams);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadAiJumpPoint(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 5, "AiJumpPoint"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
2019-07-19 08:30:11 +00:00
|
|
|
float apex = in.readFloat();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CScriptAiJumpPoint(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active, apex);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadFlaahgraTentacle(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
2019-06-10 00:09:07 +00:00
|
|
|
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "FlaahgraTentacle"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), actHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CFlaahgraTentacle(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform,
|
|
|
|
std::move(mData), pInfo, actParms);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadRoomAcoustics(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 32, "RoomAcoustics"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool a = in.readBool();
|
|
|
|
u32 b = in.readUint32Big();
|
|
|
|
bool c = in.readBool();
|
|
|
|
bool d = in.readBool();
|
|
|
|
float e = in.readFloatBig();
|
|
|
|
float f = in.readFloatBig();
|
|
|
|
float g = in.readFloatBig();
|
|
|
|
float h = in.readFloatBig();
|
|
|
|
float i = in.readFloatBig();
|
|
|
|
float j = in.readFloatBig();
|
|
|
|
bool k = in.readBool();
|
|
|
|
float l = in.readFloatBig();
|
|
|
|
float m = in.readFloatBig();
|
|
|
|
float n = in.readFloatBig();
|
|
|
|
bool o = in.readBool();
|
|
|
|
bool p = in.readBool();
|
|
|
|
float q = in.readFloatBig();
|
|
|
|
float r = in.readFloatBig();
|
|
|
|
float s = in.readFloatBig();
|
|
|
|
float t = in.readFloatBig();
|
|
|
|
float u = in.readFloatBig();
|
|
|
|
bool v = in.readBool();
|
|
|
|
u32 w = in.readUint32Big();
|
|
|
|
u32 x = in.readUint32Big();
|
|
|
|
u32 y = in.readUint32Big();
|
|
|
|
u32 z = in.readUint32Big();
|
|
|
|
u32 _a = in.readUint32Big();
|
|
|
|
u32 _b = in.readUint32Big();
|
|
|
|
u32 _c = in.readUint32Big();
|
|
|
|
u32 _d = in.readUint32Big();
|
|
|
|
u32 _e = in.readUint32Big();
|
|
|
|
|
|
|
|
return new CScriptRoomAcoustics(mgr.AllocateUniqueId(), name, info, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q,
|
|
|
|
r, s, t, u, v, w, x, y, z, _a, _b, _c, _d, _e);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadColorModulate(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 12, "ColorModulate"))
|
|
|
|
return nullptr;
|
2017-01-23 07:22:17 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CColor colorA;
|
|
|
|
colorA.readRGBABig(in);
|
|
|
|
zeus::CColor colorB;
|
|
|
|
colorB.readRGBABig(in);
|
|
|
|
CScriptColorModulate::EBlendMode blendMode = CScriptColorModulate::EBlendMode(in.readUint32Big());
|
|
|
|
float timeA2B = in.readFloatBig();
|
|
|
|
float timeB2A = in.readFloatBig();
|
|
|
|
bool doReverse = in.readBool();
|
|
|
|
bool resetTargetWhenDone = in.readBool();
|
|
|
|
bool depthCompare = in.readBool();
|
|
|
|
bool depthUpdate = in.readBool();
|
|
|
|
bool depthBackwards = in.readBool();
|
|
|
|
bool active = in.readBool();
|
|
|
|
return new CScriptColorModulate(mgr.AllocateUniqueId(), name, info, colorA, colorB, blendMode, timeA2B, timeB2A,
|
|
|
|
doReverse, resetTargetWhenDone, depthCompare, depthUpdate, depthBackwards, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadThardusRockProjectile(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
2020-03-01 01:11:41 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 3, "ThardusRockProjectile"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actorHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto [pInfoValid, pInfoCount] = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pInfoValid)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pInfoCount);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
in.readBool();
|
|
|
|
in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
CAssetId modelId(in);
|
|
|
|
CAssetId stateMachine(in);
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
2020-09-05 21:51:21 +00:00
|
|
|
std::vector<CStaticRes> mDataVec;
|
2020-03-01 01:11:41 +00:00
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), 0, actorHead.x40_scale,
|
|
|
|
pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
mDataVec.reserve(3);
|
2020-09-05 21:51:21 +00:00
|
|
|
mDataVec.emplace_back(modelId, zeus::skOne3f);
|
2020-03-01 01:11:41 +00:00
|
|
|
return new MP1::CThardusRockProjectile(mgr.AllocateUniqueId(), actorHead.x0_name, info, actorHead.x10_transform,
|
|
|
|
std::move(mData), actParms, pInfo, std::move(mDataVec), stateMachine, f1);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
2016-04-17 22:38:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadMidi(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "Midi"))
|
|
|
|
return nullptr;
|
2017-02-27 05:25:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 csng = in.readUint32Big();
|
|
|
|
float fadeIn = in.readFloatBig();
|
|
|
|
float fadeOut = in.readFloatBig();
|
|
|
|
u32 vol = in.readUint32Big();
|
|
|
|
return new CScriptMidi(mgr.AllocateUniqueId(), info, name, active, csng, fadeIn, fadeOut, vol);
|
|
|
|
}
|
2016-04-17 22:38:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadStreamedAudio(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 9, "StreamedAudio"))
|
|
|
|
return nullptr;
|
2017-01-16 08:40:33 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
const std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
std::string fileName = in.readString();
|
|
|
|
bool noStopOnDeactivate = in.readBool();
|
|
|
|
float fadeIn = in.readFloatBig();
|
|
|
|
float fadeOut = in.readFloatBig();
|
|
|
|
u32 volume = in.readUint32Big();
|
|
|
|
u32 oneShot = in.readUint32Big();
|
|
|
|
bool music = in.readBool();
|
2016-12-22 02:48:22 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptStreamedMusic(mgr.AllocateUniqueId(), info, name, active, fileName, noStopOnDeactivate, fadeIn,
|
|
|
|
fadeOut, volume, !oneShot, music);
|
|
|
|
}
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadRepulsor(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "Repulsor"))
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f center = in.readVec3fBig();
|
|
|
|
bool active = in.readBool();
|
|
|
|
float radius = in.readFloatBig();
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CRepulsor(mgr.AllocateUniqueId(), active, name, info, center, radius);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadGunTurret(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, CScriptGunTurretData::GetMinProperties(), "GunTurret"))
|
|
|
|
return nullptr;
|
2016-12-19 18:27:58 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CScriptGunTurret::ETurretComponent component = CScriptGunTurret::ETurretComponent(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f collisionExtent = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f collisionOffset = zeus::CVector3f::ReadBig(in);
|
|
|
|
CAnimationParameters animParms = LoadAnimationParameters(in);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CHealthInfo hInfo(in);
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
CScriptGunTurretData turretData(in, propCount);
|
|
|
|
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(animParms.GetACSFile()).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2016-12-19 18:27:58 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData mData(
|
|
|
|
CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), scale, animParms.GetInitialAnimation(), true));
|
|
|
|
zeus::CAABox aabb = GetCollisionBox(mgr, info.GetAreaId(), collisionExtent, collisionOffset);
|
|
|
|
|
|
|
|
if ((collisionExtent.x() < 0.f || collisionExtent.y() < 0.f || collisionExtent.z() < 0.f) || collisionExtent.isZero())
|
|
|
|
aabb = mData.GetBounds(xf.getRotation());
|
|
|
|
|
|
|
|
return new CScriptGunTurret(mgr.AllocateUniqueId(), name, component, info, xf, std::move(mData), aabb, hInfo, dVuln,
|
|
|
|
actParms, turretData);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadFogVolume(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 7, "FogVolume"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f center = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f volume = zeus::CVector3f::ReadBig(in);
|
|
|
|
float flickerSpeed = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
zeus::CColor fogColor = zeus::CColor::ReadRGBABig(in);
|
|
|
|
bool active = in.readBool();
|
2016-12-19 18:27:58 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
volume.x() = std::fabs(volume.x());
|
|
|
|
volume.y() = std::fabs(volume.y());
|
|
|
|
volume.z() = std::fabs(volume.z());
|
2016-12-19 18:27:58 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSpecialFunction(mgr.AllocateUniqueId(), name, info, ConvertEditorEulerToTransform4f(center, {}),
|
|
|
|
CScriptSpecialFunction::ESpecialFunction::FogVolume, "", flickerSpeed, f2, 0.f, 0.f,
|
|
|
|
volume, fogColor, active, CDamageInfo(), -1, -1, CPlayerState::EItemType::Invalid,
|
|
|
|
-1, -1, -1);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadBabygoth(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 33, "Babygoth"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
MP1::CBabygothData babyData(in);
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
return new MP1::CBabygoth(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, std::move(mData),
|
|
|
|
pInfo, actParms, babyData);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadEyeball(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 21, "Eyeball"))
|
|
|
|
return nullptr;
|
2017-05-21 06:01:24 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CPatterned::EFlavorType flavor = CPatterned::EFlavorType(in.readUint32Big());
|
|
|
|
zeus::CTransform xf = LoadEditorTransform(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2019-01-16 04:22:44 +00:00
|
|
|
float attackDelay = in.readFloatBig();
|
|
|
|
float attackStartTime = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId wpsc(in);
|
|
|
|
CDamageInfo dInfo(in);
|
2019-01-16 04:22:44 +00:00
|
|
|
CAssetId beamContactFxId(in);
|
|
|
|
CAssetId beamPulseFxId(in);
|
|
|
|
CAssetId beamTextureId(in);
|
|
|
|
CAssetId beamGlowTextureId(in);
|
|
|
|
u32 anim0 = in.readUint32Big();
|
|
|
|
u32 anim1 = in.readUint32Big();
|
|
|
|
u32 anim2 = in.readUint32Big();
|
|
|
|
u32 anim3 = in.readUint32Big();
|
|
|
|
u32 beamSfx = in.readUint32Big();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
if (g_ResFactory->GetResourceTypeById(pInfo.GetAnimationParameters().GetACSFile()) != SBIG('ANCS'))
|
|
|
|
return nullptr;
|
|
|
|
|
2019-01-16 04:22:44 +00:00
|
|
|
bool attackDisabled = in.readBool();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
2019-01-16 04:22:44 +00:00
|
|
|
return new MP1::CEyeball(mgr.AllocateUniqueId(), name, flavor, info, xf, std::move(mData), pInfo, attackDelay,
|
|
|
|
attackStartTime, wpsc, dInfo, beamContactFxId, beamPulseFxId, beamTextureId,
|
|
|
|
beamGlowTextureId, anim0, anim1, anim2, anim3, beamSfx, attackDisabled, actParms);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadRadialDamage(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 5, "RadialDamage"))
|
|
|
|
return nullptr;
|
2016-12-13 02:56:43 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f center = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
float radius = in.readFloatBig();
|
2019-02-24 07:15:54 +00:00
|
|
|
zeus::CTransform xf = ConvertEditorEulerToTransform4f(zeus::skZero3f, center);
|
2016-12-13 02:56:43 +00:00
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CScriptSpecialFunction(
|
|
|
|
mgr.AllocateUniqueId(), name, info, xf, CScriptSpecialFunction::ESpecialFunction::RadialDamage, "", radius, 0.f,
|
|
|
|
0.f, 0.f, zeus::skZero3f, zeus::skBlack, active, dInfo, -1, -1, CPlayerState::EItemType::Invalid, -1, -1, -1);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
2016-12-13 02:56:43 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadCameraPitchVolume(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 8, "CameraPitchVolume"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
2019-07-19 08:30:11 +00:00
|
|
|
zeus::CRelAngle upPitch = zeus::CRelAngle::FromDegrees(in.readFloatBig());
|
|
|
|
zeus::CRelAngle downPitch = zeus::CRelAngle::FromDegrees(in.readFloatBig());
|
|
|
|
float scale = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
return new CScriptCameraPitchVolume(mgr.AllocateUniqueId(), active, aHead.x0_name, info, aHead.x40_scale,
|
2019-07-19 08:30:11 +00:00
|
|
|
aHead.x10_transform, upPitch, downPitch, scale);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadEnvFxDensityController(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "EnvFxDensityController"))
|
|
|
|
return nullptr;
|
2017-11-12 05:14:57 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float density = in.readFloatBig();
|
2019-07-19 08:30:11 +00:00
|
|
|
u32 maxDensityDeltaSpeed = in.readUint32Big();
|
2017-11-12 05:14:57 +00:00
|
|
|
|
2019-02-24 07:15:54 +00:00
|
|
|
return new CScriptSpecialFunction(mgr.AllocateUniqueId(), name, info, zeus::CTransform(),
|
2019-07-19 08:30:11 +00:00
|
|
|
CScriptSpecialFunction::ESpecialFunction::EnvFxDensityController, "", density,
|
|
|
|
maxDensityDeltaSpeed, 0.f, 0.f, zeus::skZero3f, zeus::skBlack, active,
|
|
|
|
CDamageInfo(), -1, -1, CPlayerState::EItemType::Invalid, -1, -1, -1);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadMagdolite(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 22, "Magdolite"))
|
|
|
|
return nullptr;
|
2018-06-04 19:15:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead actorHead = LoadScaledActorHead(in, mgr);
|
2018-06-04 19:15:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
2020-04-21 05:32:16 +00:00
|
|
|
if (!pair.first) {
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2020-04-21 05:32:16 +00:00
|
|
|
}
|
2018-06-04 19:15:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actorParameters = LoadActorParameters(in);
|
2018-06-04 19:15:35 +00:00
|
|
|
|
2020-04-21 05:32:16 +00:00
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid()) {
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2020-04-21 05:32:16 +00:00
|
|
|
}
|
2018-06-04 19:15:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
CDamageInfo damageInfo1(in);
|
|
|
|
CDamageInfo damageInfo2(in);
|
|
|
|
CDamageVulnerability damageVulnerability1(in);
|
|
|
|
CDamageVulnerability damageVulnerability2(in);
|
|
|
|
CAssetId modelId(in);
|
|
|
|
CAssetId skinId(in);
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float f6 = in.readFloatBig();
|
2020-03-01 13:14:39 +00:00
|
|
|
CFlameInfo flameInfo(in);
|
2018-12-08 05:30:43 +00:00
|
|
|
float f7 = in.readFloatBig();
|
|
|
|
float f8 = in.readFloatBig();
|
|
|
|
float f9 = in.readFloatBig();
|
|
|
|
|
|
|
|
CModelData modelData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(),
|
|
|
|
pInfo.GetAnimationParameters().GetCharacter(), actorHead.x40_scale,
|
|
|
|
pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CMagdolite(mgr.AllocateUniqueId(), actorHead.x0_name, info, actorHead.x10_transform,
|
|
|
|
std::move(modelData), pInfo, actorParameters, f1, f2, damageInfo1, damageInfo2,
|
2020-04-21 08:46:07 +00:00
|
|
|
damageVulnerability1, damageVulnerability2, modelId, skinId, f6, f3, f4, f5, flameInfo, f7,
|
2018-12-08 05:30:43 +00:00
|
|
|
f8, f9);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadTeamAIMgr(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 8, "TeamAiMgr"))
|
|
|
|
return nullptr;
|
2018-06-04 19:15:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
CTeamAiData data(in, propCount);
|
|
|
|
return new CTeamAiMgr(mgr.AllocateUniqueId(), name, info, data);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSnakeWeedSwarm(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 25, "SnakeWeedSwarm") || propCount > 29)
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f pos = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f scale = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
CAnimationParameters animParms = LoadAnimationParameters(in);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2020-03-17 00:07:20 +00:00
|
|
|
float spacing = in.readFloatBig();
|
|
|
|
float height = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
float f3 = in.readFloatBig();
|
2020-03-17 00:07:20 +00:00
|
|
|
float weaponDamageRadius = in.readFloatBig();
|
|
|
|
float maxPlayerDistance = in.readFloatBig();
|
|
|
|
float loweredTime = in.readFloatBig();
|
|
|
|
float loweredTimeVariation = in.readFloatBig();
|
|
|
|
float maxZOffset = in.readFloatBig();
|
|
|
|
float speed = in.readFloatBig();
|
|
|
|
float speedVariation = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
float f11 = in.readFloatBig();
|
2020-03-17 00:07:20 +00:00
|
|
|
float scaleMin = in.readFloatBig();
|
|
|
|
float scaleMax = in.readFloatBig();
|
|
|
|
float distanceBelowGround = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
CDamageInfo dInfo(in);
|
2020-03-17 00:07:20 +00:00
|
|
|
float unused = in.readFloatBig();
|
|
|
|
u32 sfxId1 = in.readUint32Big();
|
|
|
|
u32 sfxId2 = in.readUint32Big();
|
|
|
|
u32 sfxId3 = in.readUint32Big();
|
|
|
|
CAssetId particleGenDesc1 = (propCount < 29 ? CAssetId() : CAssetId(in));
|
2020-03-01 07:52:17 +00:00
|
|
|
u32 w5 = (propCount < 29 ? 0 : in.readUint32Big());
|
2020-03-17 00:07:20 +00:00
|
|
|
CAssetId particleGenDesc2 = (propCount < 29 ? CAssetId() : CAssetId(in));
|
2020-02-21 04:27:12 +00:00
|
|
|
float f16 = (propCount < 29 ? 0.f : in.readFloatBig());
|
|
|
|
|
|
|
|
CAnimRes animRes(animParms.GetACSFile(), animParms.GetCharacter(), zeus::skOne3f, animParms.GetInitialAnimation(),
|
|
|
|
true);
|
2020-03-17 00:07:20 +00:00
|
|
|
return new CSnakeWeedSwarm(mgr.AllocateUniqueId(), active, name, info, pos, scale, animRes, actParms, spacing, height,
|
|
|
|
f3, weaponDamageRadius, maxPlayerDistance, loweredTime, loweredTimeVariation, maxZOffset,
|
|
|
|
speed, speedVariation, f11, scaleMin, scaleMax, distanceBelowGround, dInfo, unused, sfxId1,
|
|
|
|
sfxId2, sfxId3, particleGenDesc1, w5, particleGenDesc2, f16);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadActorContraption(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 15, "ActorContraption"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
|
|
|
zeus::CVector3f collisionExtent = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f collisionOrigin = zeus::CVector3f::ReadBig(in);
|
|
|
|
float mass = in.readFloatBig();
|
|
|
|
float zMomentum = in.readFloatBig();
|
|
|
|
CHealthInfo hInfo(in);
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
CAnimationParameters animParams(in);
|
|
|
|
CActorParameters actParams = LoadActorParameters(in);
|
|
|
|
CAssetId flameFxId = in.readUint32Big();
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(animParams.GetACSFile()).IsValid())
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2016-04-17 22:38:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CAABox aabb = GetCollisionBox(mgr, info.GetAreaId(), collisionExtent, collisionOrigin);
|
|
|
|
CMaterialList list;
|
|
|
|
list.Add(EMaterialTypes::Immovable);
|
|
|
|
list.Add(EMaterialTypes::Solid);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData data(CAnimRes(animParams.GetACSFile(), animParams.GetCharacter(), head.x40_scale,
|
|
|
|
animParams.GetInitialAnimation(), true));
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if ((collisionExtent.x() < 0.f || collisionExtent.y() < 0.f || collisionExtent.z() < 0.f) || collisionExtent.isZero())
|
|
|
|
aabb = data.GetBounds(head.x10_transform.getRotation());
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new MP1::CActorContraption(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(data),
|
|
|
|
aabb, list, mass, zMomentum, hInfo, dVuln, actParams, flameFxId, dInfo, active);
|
|
|
|
}
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadOculus(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-08-09 21:55:59 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 15, "Oculus"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float f6 = in.readFloatBig();
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
float f7 = in.readFloatBig();
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
const CAnimationParameters animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), aHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CParasite(
|
|
|
|
mgr.AllocateUniqueId(), aHead.x0_name, CPatterned::EFlavorType::Zero, info, aHead.x10_transform, std::move(mData),
|
|
|
|
pInfo, EBodyType::WallWalker, 0.f, f1, f2, f3, f4, 0.2f, 0.4f, 0.f, 0.f, 0.f, 0.f, 0.f, 1.f, f7, 0.f, 0.f, f5, f6,
|
|
|
|
false, CWallWalker::EWalkerType::Oculus, dVuln, dInfo, -1, -1, -1, CAssetId(), CAssetId(), 0.f, actParms);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadGeemer(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 16, "Geemer"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (pInfo.GetAnimationParameters().GetACSFile() == CAssetId())
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
float advanceWpRadius = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
float f2 = in.readFloatBig();
|
2019-07-19 08:30:11 +00:00
|
|
|
float alignAngVel = in.readFloatBig();
|
2018-12-08 05:30:43 +00:00
|
|
|
float f4 = in.readFloatBig();
|
2019-07-19 08:30:11 +00:00
|
|
|
float playerObstructionMinDist = in.readFloatBig();
|
|
|
|
float haltDelay = in.readFloatBig();
|
|
|
|
float forwardMoveWeight = in.readFloatBig();
|
|
|
|
u16 haltSfx = in.readUint32Big() & 0xFFFF;
|
|
|
|
u16 getUpSfx = in.readUint32Big() & 0xFFFF;
|
|
|
|
u16 crouchSfx = in.readUint32Big() & 0xFFFF;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CParasite(mgr.AllocateUniqueId(), actHead.x0_name, CPatterned::EFlavorType::Zero, info,
|
2019-07-19 08:30:11 +00:00
|
|
|
actHead.x10_transform, std::move(mData), pInfo, EBodyType::WallWalker, 0.f, advanceWpRadius,
|
|
|
|
f2, alignAngVel, f4, 0.2f, 0.4f, 0.f, 0.f, 0.f, 0.f, 0.f, 1.f, forwardMoveWeight, 0.f, 0.f,
|
|
|
|
playerObstructionMinDist, haltDelay, false, CWallWalker::EWalkerType::Geemer,
|
|
|
|
CDamageVulnerability::NormalVulnerabilty(), CDamageInfo(), haltSfx, getUpSfx, crouchSfx, -1,
|
|
|
|
-1, 0.f, actParms);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadSpindleCamera(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 24, "SpindleCamera"))
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 flags = LoadParameterFlags(in);
|
2019-02-10 04:41:35 +00:00
|
|
|
float hintToCamDistMin = in.readFloatBig();
|
|
|
|
float hintToCamDistMax = in.readFloatBig();
|
|
|
|
float hintToCamVOffMin = in.readFloatBig();
|
|
|
|
float hintToCamVOffMax = in.readFloatBig();
|
|
|
|
|
|
|
|
SSpindleProperty targetHintToCamDeltaAngleVel(in);
|
|
|
|
targetHintToCamDeltaAngleVel.FixupAngles();
|
|
|
|
SSpindleProperty deltaAngleScaleWithCamDist(in);
|
|
|
|
SSpindleProperty hintToCamDist(in);
|
|
|
|
SSpindleProperty distOffsetFromBallDist(in);
|
|
|
|
SSpindleProperty hintBallToCamAzimuth(in);
|
|
|
|
hintBallToCamAzimuth.FixupAngles();
|
|
|
|
SSpindleProperty unused(in);
|
|
|
|
unused.FixupAngles();
|
|
|
|
SSpindleProperty maxHintBallToCamAzimuth(in);
|
|
|
|
maxHintBallToCamAzimuth.FixupAngles();
|
|
|
|
SSpindleProperty camLookRelAzimuth(in);
|
|
|
|
camLookRelAzimuth.FixupAngles();
|
|
|
|
SSpindleProperty lookPosZOffset(in);
|
|
|
|
SSpindleProperty camPosZOffset(in);
|
|
|
|
SSpindleProperty clampedAzimuthFromHintDir(in);
|
|
|
|
clampedAzimuthFromHintDir.FixupAngles();
|
|
|
|
SSpindleProperty dampingAzimuthSpeed(in);
|
|
|
|
dampingAzimuthSpeed.FixupAngles();
|
|
|
|
SSpindleProperty targetHintToCamDeltaAngleVelRange(in);
|
|
|
|
targetHintToCamDeltaAngleVelRange.FixupAngles();
|
|
|
|
SSpindleProperty deleteHintBallDist(in);
|
|
|
|
SSpindleProperty recoverClampedAzimuthFromHintDir(in);
|
|
|
|
recoverClampedAzimuthFromHintDir.FixupAngles();
|
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CScriptSpindleCamera(
|
|
|
|
mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active, flags, hintToCamDistMin,
|
|
|
|
hintToCamDistMax, hintToCamVOffMin, hintToCamVOffMax, targetHintToCamDeltaAngleVel, deltaAngleScaleWithCamDist,
|
|
|
|
hintToCamDist, distOffsetFromBallDist, hintBallToCamAzimuth, unused, maxHintBallToCamAzimuth, camLookRelAzimuth,
|
|
|
|
lookPosZOffset, camPosZOffset, clampedAzimuthFromHintDir, dampingAzimuthSpeed, targetHintToCamDeltaAngleVelRange,
|
|
|
|
deleteHintBallDist, recoverClampedAzimuthFromHintDir);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadAtomicAlpha(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 14, "AtomicAlpha"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CAssetId wpsc(in);
|
|
|
|
CAssetId model(in);
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
bool b2 = in.readBool();
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CAtomicAlpha(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, std::move(mData),
|
|
|
|
actParms, pInfo, wpsc, dInfo, f1, f2, f3, model, b1, b2);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadCameraHintTrigger(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 7, "CameraHintTrigger"))
|
|
|
|
return nullptr;
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
zeus::CVector3f scale = 0.5f * zeus::CVector3f::ReadBig(in);
|
|
|
|
bool active = in.readBool();
|
2019-06-15 00:39:20 +00:00
|
|
|
bool deactivateOnEnter = in.readBool();
|
|
|
|
bool deactivateOnExit = in.readBool();
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
zeus::CTransform xfRot = aHead.x10_transform.getRotation();
|
2019-02-24 07:15:54 +00:00
|
|
|
if (xfRot == zeus::CTransform())
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptTrigger(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform.origin,
|
2019-07-19 08:30:11 +00:00
|
|
|
zeus::CAABox(-scale, scale), CDamageInfo(), zeus::skZero3f, ETriggerFlags::DetectPlayer,
|
|
|
|
active, deactivateOnEnter, deactivateOnExit);
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptCameraHintTrigger(mgr.AllocateUniqueId(), active, aHead.x0_name, info, scale, aHead.x10_transform,
|
2019-06-15 00:39:20 +00:00
|
|
|
deactivateOnEnter, deactivateOnExit);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadRumbleEffect(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 6, "RumbleEffect"))
|
|
|
|
return nullptr;
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f position;
|
|
|
|
position.readBig(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
u32 pFlags = LoadParameterFlags(in);
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptSpecialFunction(
|
2019-02-24 07:15:54 +00:00
|
|
|
mgr.AllocateUniqueId(), name, info, ConvertEditorEulerToTransform4f(zeus::skZero3f, position),
|
2019-07-19 08:30:11 +00:00
|
|
|
CScriptSpecialFunction::ESpecialFunction::RumbleEffect, "", f1, w1, pFlags, 0.f, zeus::skZero3f, zeus::skBlack,
|
|
|
|
active, {}, {}, {}, CPlayerState::EItemType::Invalid, -1, -1, -1);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadAmbientAI(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 16, "AmbientAI"))
|
|
|
|
return nullptr;
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead head = LoadScaledActorHead(in, mgr);
|
|
|
|
zeus::CVector3f collisionExtent = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f collisionOffset = zeus::CVector3f::ReadBig(in);
|
|
|
|
float mass = in.readFloatBig();
|
|
|
|
CHealthInfo hInfo(in);
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
CAnimationParameters animParms = LoadAnimationParameters(in);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
float alertRange = in.readFloatBig();
|
|
|
|
float impactRange = in.readFloatBig();
|
|
|
|
s32 alertAnim = in.readInt32Big();
|
|
|
|
s32 impactAnim = in.readInt32Big();
|
|
|
|
bool active = in.readBool();
|
|
|
|
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(animParms.GetACSFile()).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
zeus::CAABox aabox = GetCollisionBox(mgr, info.GetAreaId(), collisionExtent, collisionOffset);
|
|
|
|
|
|
|
|
CMaterialList matList(EMaterialTypes::Immovable, EMaterialTypes::NonSolidDamageable);
|
2018-07-08 23:03:35 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), head.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
if ((collisionExtent.x() < 0.f || collisionExtent.y() < 0.f || collisionExtent.z() < 0.f) || collisionExtent.isZero())
|
|
|
|
aabox = mData.GetBounds(head.x10_transform.getRotation());
|
|
|
|
|
|
|
|
return new CAmbientAI(mgr.AllocateUniqueId(), head.x0_name, info, head.x10_transform, std::move(mData), aabox,
|
|
|
|
matList, mass, hInfo, dVuln, actParms, alertRange, impactRange, alertAnim, impactAnim, active);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadAtomicBeta(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-01-23 05:59:53 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 21, "AtomicBeta"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CAssetId electricId(in);
|
|
|
|
CAssetId weaponId(in);
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
CAssetId particleId(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float f5 = in.readFloatBig();
|
|
|
|
float f6 = in.readFloatBig();
|
|
|
|
s16 sId1 = s16(in.readInt32Big() & 0xFFFF);
|
|
|
|
s16 sId2 = s16(in.readInt32Big() & 0xFFFF);
|
|
|
|
s16 sId3 = s16(in.readInt32Big() & 0xFFFF);
|
|
|
|
float f7 = in.readFloatBig();
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), aHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
|
|
|
return new MP1::CAtomicBeta(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(mData),
|
2020-08-24 08:00:14 +00:00
|
|
|
actParms, pInfo, electricId, weaponId, dInfo, particleId, f1, f2, f7, dVuln, f3, f4, f5,
|
|
|
|
sId1, sId2, sId3, f6);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
2016-08-31 00:33:59 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadIceZoomer(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-02-12 01:58:12 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 16, "IceZoomer"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (!animParms.GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
float advanceWpRadius = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float alignAngleVel = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
float playerObstructionMinDist = in.readFloatBig();
|
|
|
|
float moveFowardWeight = in.readFloatBig();
|
|
|
|
CAssetId modelRes(in.readUint32Big());
|
|
|
|
CAssetId skinRes(in.readUint32Big());
|
|
|
|
CDamageVulnerability dVuln(in);
|
|
|
|
float iceZoomerJointHP = in.readFloatBig();
|
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), actHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
2019-02-12 01:58:12 +00:00
|
|
|
return new MP1::CParasite(mgr.AllocateUniqueId(), actHead.x0_name, CPatterned::EFlavorType::Zero, info,
|
|
|
|
actHead.x10_transform, std::move(mData), pInfo, EBodyType::WallWalker, 0.f, advanceWpRadius,
|
|
|
|
f2, alignAngleVel, f4, 0.2f, 0.4f, 0.f, 0.f, 0.f, 0.f, 0.f, 1.f, moveFowardWeight, 0.f, 0.f,
|
|
|
|
playerObstructionMinDist, 0.f, false, CWallWalker::EWalkerType::IceZoomer, dVuln,
|
|
|
|
CDamageInfo(), 0xFFFF, 0xFFFF, 0xFFFF, modelRes, skinRes, iceZoomerJointHP, actParms);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadPuffer(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 16, "Puffer"))
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CActorParameters actorParameters = LoadActorParameters(in);
|
|
|
|
float hoverSpeed = in.readFloatBig();
|
|
|
|
CAssetId cloudEffect(in);
|
|
|
|
CDamageInfo cloudDamage(in);
|
|
|
|
CAssetId cloudSteam(in);
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
bool b3 = in.readBool();
|
|
|
|
CDamageInfo explosionDamage(in);
|
|
|
|
s16 sfxId = in.readUint16Big();
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
aHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
return new MP1::CPuffer(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(mData),
|
|
|
|
actorParameters, pInfo, hoverSpeed, cloudEffect, cloudDamage, cloudSteam, f2, b1, b2, b3,
|
|
|
|
explosionDamage, sfxId);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadTryclops(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 10, "Tryclops"))
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead actorHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CActorParameters actorParameters = LoadActorParameters(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actorHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CTryclops(mgr.AllocateUniqueId(), actorHead.x0_name, info, actorHead.x10_transform, std::move(mData),
|
|
|
|
pInfo, actorParameters, f1, f2, f3, f4);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadRidley(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 47, "Ridley"))
|
|
|
|
return nullptr;
|
2016-12-22 19:57:21 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
2016-12-22 19:57:21 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
2016-12-22 19:57:21 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
aHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
return new MP1::CRidley(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(mData), pInfo,
|
|
|
|
actParms, in, propCount);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadSeedling(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 14, "Seedling"))
|
|
|
|
return nullptr;
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
2016-08-31 00:33:59 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CAssetId needleId(in);
|
|
|
|
CAssetId weaponId(in);
|
|
|
|
CDamageInfo dInfo1(in);
|
|
|
|
CDamageInfo dInfo2(in);
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
2018-10-11 22:57:05 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
aHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
return new MP1::CSeedling(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(mData), pInfo,
|
|
|
|
actParms, needleId, weaponId, dInfo1, dInfo2, f1, f2, f3, f4);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadThermalHeatFader(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "ThermalHeatFader"))
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float fadedLevel = in.readFloatBig();
|
|
|
|
float initialLevel = in.readFloatBig();
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CScriptDistanceFog(mgr.AllocateUniqueId(), name, info, ERglFogMode::None, zeus::skBlack, zeus::CVector2f(),
|
|
|
|
0.f, zeus::CVector2f(), false, active, fadedLevel, initialLevel, 0.f, 0.f);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadBurrower(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 13, "Burrower"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CAssetId w1(in);
|
|
|
|
CAssetId w2(in);
|
|
|
|
CAssetId w3(in);
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
|
|
|
|
CAssetId w4(in);
|
|
|
|
u32 w5 = in.readUint32Big();
|
|
|
|
CAssetId w6(in);
|
2017-08-20 05:23:22 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
aHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CBurrower(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, std::move(mData), pInfo,
|
|
|
|
actParms, w1, w2, w3, dInfo, w4, w5, w6);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadBeam(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 7, "Beam"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 weaponDescId = in.readUint32Big();
|
2019-07-20 04:27:21 +00:00
|
|
|
if (!g_ResFactory->GetResourceTypeById(weaponDescId).IsValid())
|
2018-12-08 05:30:43 +00:00
|
|
|
return nullptr;
|
2017-05-22 11:24:24 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CBeamInfo beamInfo(in);
|
|
|
|
CDamageInfo dInfo(in);
|
|
|
|
TToken<CWeaponDescription> weaponDesc = g_SimplePool->GetObj({SBIG('WPSC'), weaponDescId});
|
2017-05-22 11:24:24 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptBeam(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active, weaponDesc, beamInfo,
|
|
|
|
dInfo);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadWorldLightFader(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 4, "WorldLightFader"))
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
|
2019-07-19 08:30:11 +00:00
|
|
|
return new CScriptDistanceFog(mgr.AllocateUniqueId(), name, info, ERglFogMode::None, zeus::skBlack, zeus::skZero2f,
|
|
|
|
0.f, zeus::skZero2f, false, active, 0.f, 0.f, f1, f2);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2020-09-19 22:08:07 +00:00
|
|
|
CEntity* ScriptLoader::LoadMetroidPrimeEssence(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 11, "MetroidPrimeEssence")) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto [valid, pInfoPropCount] = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!valid) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
CPatternedInfo pInfo{in, pInfoPropCount};
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
CAssetId particle1{in};
|
|
|
|
CDamageInfo dInfo{in};
|
|
|
|
CAssetId electric{in};
|
|
|
|
u32 w3 = in.readUint32Big();
|
|
|
|
CAssetId particle2{in};
|
|
|
|
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
CModelData mData{CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), aHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true)};
|
|
|
|
return new MP1::CMetroidPrimeEssence(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform,
|
|
|
|
std::move(mData), pInfo, actParms, particle1, dInfo, aHead.x40_scale.y(),
|
|
|
|
electric, w3, particle2);
|
|
|
|
};
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadMetroidPrimeStage1(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 22, "MetroidPrimeStage1"))
|
|
|
|
return nullptr;
|
|
|
|
u32 version = in.readUint32Big();
|
|
|
|
if (version != 3)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead aHead = LoadScaledActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
u32 w2 = in.readUint32Big();
|
|
|
|
CHealthInfo hInfo1(in);
|
|
|
|
CHealthInfo hInfo2(in);
|
|
|
|
u32 w3 = in.readUint32Big();
|
|
|
|
rstl::reserved_vector<MP1::SPrimeExoRoomParameters, 4> roomParms;
|
|
|
|
for (int i = 0; i < 4; ++i)
|
|
|
|
roomParms.emplace_back(in);
|
|
|
|
u32 w4 = in.readUint32Big();
|
|
|
|
u32 w5 = in.readUint32Big();
|
|
|
|
MP1::SPrimeExoParameters primeParms(in);
|
|
|
|
|
|
|
|
return new MP1::CMetroidPrimeRelay(mgr.AllocateUniqueId(), aHead.x0_name, info, active, aHead.x10_transform,
|
|
|
|
aHead.x40_scale, std::move(primeParms), f1, f2, f3, w1, b1, w2, hInfo1, hInfo2, w3,
|
|
|
|
w4, w5, std::move(roomParms));
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadMazeNode(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 10, "MazeNode"))
|
2016-05-21 03:02:09 +00:00
|
|
|
return nullptr;
|
2018-12-08 05:30:43 +00:00
|
|
|
|
|
|
|
SActorHead aHead = LoadActorHead(in, mgr);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
u32 w2 = in.readUint32Big();
|
|
|
|
u32 w3 = in.readUint32Big();
|
|
|
|
zeus::CVector3f vec1 = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f vec2 = zeus::CVector3f::ReadBig(in);
|
|
|
|
zeus::CVector3f vec3 = zeus::CVector3f::ReadBig(in);
|
|
|
|
|
|
|
|
return new CScriptMazeNode(mgr.AllocateUniqueId(), aHead.x0_name, info, aHead.x10_transform, active, w1, w2, w3, vec1,
|
|
|
|
vec2, vec3);
|
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadOmegaPirate(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-03-31 18:17:47 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, skElitePiratePropCount + 1, "OmegaPirate")) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
MP1::CElitePirateData elitePirateData(in, propCount);
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid()) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
2020-06-01 02:05:48 +00:00
|
|
|
const CAssetId skeletonModelId{in};
|
|
|
|
const CAssetId skeletonSkinRulesId{in};
|
|
|
|
const CAssetId skeletonLayoutInfoId{in};
|
2020-03-31 18:17:47 +00:00
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
return new MP1::COmegaPirate(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform, std::move(mData),
|
2020-06-01 02:05:48 +00:00
|
|
|
pInfo, actParms, elitePirateData, skeletonModelId, skeletonSkinRulesId,
|
|
|
|
skeletonLayoutInfoId);
|
2018-12-08 05:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CEntity* ScriptLoader::LoadPhazonPool(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2020-04-03 08:39:29 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 18, "PhazonPool")) {
|
2020-04-03 07:46:21 +00:00
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
2020-04-03 08:39:29 +00:00
|
|
|
bool active = in.readBool();
|
|
|
|
CAssetId w1{in};
|
|
|
|
CAssetId w2{in};
|
|
|
|
CAssetId w3{in};
|
|
|
|
CAssetId w4{in};
|
|
|
|
u32 u1 = in.readUint32Big();
|
|
|
|
CDamageInfo dInfo{in};
|
|
|
|
zeus::CVector3f orientedForce{in.readVec3f()};
|
|
|
|
ETriggerFlags triggerFlags = static_cast<ETriggerFlags>(in.readUint32Big());
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
|
|
|
|
return new MP1::CPhazonPool(mgr.AllocateUniqueId(), actHead.x0_name, info,
|
|
|
|
zeus::CTransform::Translate(actHead.x10_transform.origin), actHead.x40_scale, active, w1,
|
|
|
|
w2, w3, w4, u1, dInfo, orientedForce, triggerFlags, b2, f1, f2, f3, f4);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 15:26:29 +00:00
|
|
|
CEntity* ScriptLoader::LoadPhazonHealingNodule(CStateManager& mgr, CInputStream& in, int propCount,
|
2018-12-08 05:30:43 +00:00
|
|
|
const CEntityInfo& info) {
|
2020-04-03 00:13:32 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 9, "PhazonHealingNodule")) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
SScaledActorHead actHead = LoadScaledActorHead(in, mgr);
|
|
|
|
auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
|
|
|
|
in.readBool();
|
|
|
|
CAssetId w1{in};
|
|
|
|
std::string w2 = in.readString();
|
|
|
|
|
|
|
|
if (!pInfo.GetAnimationParameters().GetACSFile().IsValid()) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(pInfo.GetAnimationParameters().GetACSFile(), pInfo.GetAnimationParameters().GetCharacter(),
|
|
|
|
actHead.x40_scale, pInfo.GetAnimationParameters().GetInitialAnimation(), true));
|
|
|
|
|
|
|
|
return new MP1::CPhazonHealingNodule(mgr.AllocateUniqueId(), actHead.x0_name, info, actHead.x10_transform,
|
|
|
|
std::move(mData), actParms, pInfo, w1, std::move(w2));
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadNewCameraShaker(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 8, "NewCameraShaker"))
|
|
|
|
return nullptr;
|
2017-03-18 05:12:27 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f sfxPos = zeus::CVector3f::ReadBig(in);
|
|
|
|
bool active = in.readBool();
|
|
|
|
u32 flags = LoadParameterFlags(in);
|
|
|
|
float duration = in.readFloatBig();
|
|
|
|
float sfxDist = in.readFloatBig();
|
|
|
|
CCameraShakerComponent shakerX = CCameraShakerComponent::LoadNewCameraShakerComponent(in);
|
|
|
|
CCameraShakerComponent shakerY = CCameraShakerComponent::LoadNewCameraShakerComponent(in);
|
|
|
|
CCameraShakerComponent shakerZ = CCameraShakerComponent::LoadNewCameraShakerComponent(in);
|
2017-03-18 05:12:27 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CCameraShakeData shakeData(duration, sfxDist, flags, sfxPos, shakerX, shakerY, shakerZ);
|
2017-03-18 05:12:27 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
return new CScriptCameraShaker(mgr.AllocateUniqueId(), name, info, active, shakeData);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadShadowProjector(CStateManager& mgr, CInputStream& in, int propCount,
|
|
|
|
const CEntityInfo& info) {
|
|
|
|
if (!EnsurePropertyCount(propCount, 10, "ShadowProjector"))
|
|
|
|
return nullptr;
|
2017-01-04 04:08:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
std::string name = mgr.HashInstanceName(in);
|
|
|
|
zeus::CVector3f position(zeus::CVector3f::ReadBig(in));
|
|
|
|
bool b1 = in.readBool();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
zeus::CVector3f vec2(zeus::CVector3f::ReadBig(in));
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
bool b2 = in.readBool();
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
return new CScriptShadowProjector(mgr.AllocateUniqueId(), name, info, zeus::CTransform::Translate(position), b1, vec2,
|
|
|
|
b2, f1, f2, f3, f4, w1);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CEntity* ScriptLoader::LoadEnergyBall(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info) {
|
2019-08-23 08:32:48 +00:00
|
|
|
if (!EnsurePropertyCount(propCount, 16, "EnergyBall"))
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
SScaledActorHead actorHead = LoadScaledActorHead(in, mgr);
|
|
|
|
const auto pair = CPatternedInfo::HasCorrectParameterCount(in);
|
|
|
|
if (!pair.first)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CPatternedInfo pInfo(in, pair.second);
|
|
|
|
const CAnimationParameters& animParms = pInfo.GetAnimationParameters();
|
|
|
|
if (!animParms.GetACSFile().IsValid())
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
CActorParameters actParms = LoadActorParameters(in);
|
|
|
|
u32 w1 = in.readUint32Big();
|
|
|
|
float f1 = in.readFloatBig();
|
|
|
|
CDamageInfo dInfo1(in);
|
|
|
|
float f2 = in.readFloatBig();
|
|
|
|
CAssetId a1(in);
|
|
|
|
s16 sfxId1 = CSfxManager::TranslateSFXID(in.readUint32Big());
|
|
|
|
CAssetId a2(in);
|
|
|
|
CAssetId a3(in);
|
|
|
|
s16 sfxId2 = CSfxManager::TranslateSFXID(in.readUint32Big());
|
|
|
|
float f3 = in.readFloatBig();
|
|
|
|
float f4 = in.readFloatBig();
|
|
|
|
CAssetId a4(in);
|
|
|
|
|
|
|
|
CDamageInfo dInfo2 = propCount >= 19 ? CDamageInfo(in) : CDamageInfo();
|
|
|
|
float f5 = propCount >= 20 ? in.readFloatBig() : 3.0f;
|
|
|
|
|
|
|
|
CModelData mData(CAnimRes(animParms.GetACSFile(), animParms.GetCharacter(), actorHead.x40_scale,
|
|
|
|
animParms.GetInitialAnimation(), true));
|
2019-11-19 23:06:25 +00:00
|
|
|
return new MP1::CEnergyBall(mgr.AllocateUniqueId(), actorHead.x0_name, info, actorHead.x10_transform,
|
|
|
|
std::move(mData), actParms, pInfo, w1, f1, dInfo1, f2, a1, sfxId1, a2, a3, sfxId2, f3, f4,
|
|
|
|
a4, dInfo2, f5);
|
2016-04-17 22:38:05 +00:00
|
|
|
}
|
2021-04-10 08:42:06 +00:00
|
|
|
} // namespace metaforce
|