What do you need to do so you start your player in ATTACK mode and not the default (DEFEND) mode? I made an AS (ME) map and every time I play it I wind up playing the DEFENSIVE mode. I changed the Level Properties\LevelInfo\DefaultGameType to DWMonsterAssault.ASGameInfo, and added some other things like PlayerMonsterFilter, LevelLimiterInfo, Trigger_ASRoundEndXPMod. But none of those helped. What's up?
Don't forget to change the Pre Cache Game (just a couple lines below default gametype) into DWMonsterAssault.ASGameInfo
The difference between successful people from others is
not in the lack of strength,
not in the lack of knowledge,
but rather in the lack of will. FFE466
You may want to take a look at this page: http://wiki.beyondunreal.com/Legacy:Ass ... awnManager It should contain all the required information for doing what you're asking... At this point in my mapping, I can only assume that it will apply to ME, but Ant or others, please correct me!
So I downloaded your linked file.
It's corrupted and crashes my Unreal Editor so...can't help ya.
What follows is the critical part of the editor log file, you've got stuff in there
I don't have so again...can't help ya.
Cmd: MAP LOAD FILE="C:\Unreal Anthology\UT2004\Maps\AS-MahloeehMonsterMutation1.ut2"
Log: New File, Existing Package (Package myLevel, Package AS-MahloeehMonsterMutation1)
Log: Failed to load 'HalfLife1MonsterPackv1': Can't find file for package 'HalfLife1MonsterPackv1'
Log: Failed to load 'HalfLife1MonsterPackv1': Can't find file for package 'HalfLife1MonsterPackv1'
Log: Failed to load 'AMRiLME': Can't find file for package 'AMRiLME'
Log: Failed to load 'AMRiLME': Can't find file for package 'AMRiLME'
Log: Failed to load 'DWAlienMonsterPack': Can't find file for package 'DWAlienMonsterPack'
Log: Failed to load 'DWAlienMonsterPack': Can't find file for package 'DWAlienMonsterPack'
Log: Failed to load 'DWRPG': Can't find file for package 'DWRPG'
Log: Failed to load 'AMRiLME': Can't find file for package 'AMRiLME'
Log: Failed to load 'DWPack1G': Can't find file for package 'DWPack1G'
Log: Failed to load 'DWPack1G': Can't find file for package 'DWPack1G'
Log: Failed to load 'DWRPG': Can't find file for package 'DWRPG'
Log: Failed to load 'satoreMonsterPackv116': Can't find file for package 'satoreMonsterPackv116'
Log: Failed to load 'satoreMonsterPackv116': Can't find file for package 'satoreMonsterPackv116'
Log: Failed to load '2009Dragonv2': Can't find file for package '2009Dragonv2'
Log: Failed to load '2009Dragonv2': Can't find file for package '2009Dragonv2'
Log: Failed to load '2009DoomMonsterPack': Can't find file for package '2009DoomMonsterPack'
Log: Failed to load '2009DoomMonsterPack': Can't find file for package '2009DoomMonsterPack'
Log: Failed to load 'HalfLife1MonsterPackv1': Can't find file for package 'HalfLife1MonsterPackv1'
Log: Failed to load 'AMRiLME': Can't find file for package 'AMRiLME'
Log: Failed to load 'AMRiLME': Can't find file for package 'AMRiLME'
Log: Failed to load 'AMRiLME': Can't find file for package 'AMRiLME'
Log: Failed to load 'DWRPG': Can't find file for package 'DWRPG'
Log: Failed to load '2009DoomMonsterPack': Can't find file for package '2009DoomMonsterPack'
Log: Failed to load '2009Dragonv2': Can't find file for package '2009Dragonv2'
Log: Failed to load 'DWPack1G': Can't find file for package 'DWPack1G'
Log: Failed to load 'DWAlienMonsterPack': Can't find file for package 'DWAlienMonsterPack'
Log: Failed to load 'satoreMonsterPackv116': Can't find file for package 'satoreMonsterPackv116'
Log: Failed to load 'HalfLife1MonsterPackv1': Can't find file for package 'HalfLife1MonsterPackv1'
Log: Failed to load 'HalfLife1MonsterPackv1': Can't find file for package 'HalfLife1MonsterPackv1'
Critical: Bad export index 191/157
Critical: Windows GetLastError: The system cannot find the path specified. (3)
Exit: Executing UObject::StaticShutdownAfterError
Log: Waiting for file streaming thread to finish...
Exit: OpenAL Audio subsystem shut down.
Exit: Executing UWindowsClient::ShutdownAfterError
Critical: IndexToObject
Critical: ULinkerLoad<<UObject
Critical: (LinkerLoad Package.LinkerLoad200 458710))
Critical: UField::Serialize
Critical: (Class myLevel.AlienController0)
Critical: UStruct::Serialize
Critical: (Class myLevel.AlienController0)
Critical: UState::Serialize
Critical: UClass::Serialize
Critical: (Class myLevel.AlienController0)
Critical: LoadObject
Critical: (Class myLevel.AlienController0 458710==458710/464294 458693 97)
Critical: ULinkerLoad::Preload
Critical: PreLoadObjects
Critical: UObject::EndLoad
Critical: UObject::LoadPackage
Critical: UEditorEngine::Exec_Map
Critical: UEditorEngine::Exec
Critical: (MAP LOAD FILE="C:\Unreal Anthology\UT2004\Maps\AS-MahloeehMonsterMutation1.ut2)..
Critical: UUnrealEdEngine::Exec
Critical: FileOpen
Critical: WEditorFrame::OnCommand
Critical: WWindow::WndProc
Critical: WWindow::StaticProc
Critical: MessagePump
Critical: MainLoop
Localization: No localization: Window.IDDIALOG_CrashBox.IDC_CrashBox (int)
Log: Log file closed, 06/05/12 00:55:40
Generic Humorous Forum Sig
AS-Cubes4All > AS-TorlanEvolution > AS-OpportunityKnocks > AS-BP2-AcatanaEvolution
I bet you're missing the DWMonsterAssault.ucl file. I'm assuming your playing the game through the standard UT2004 Assault gametype.
Let me wrap up the current mapper's sample package, and I'll send you a copy to resolve all of this.
The difference between successful people from others is
not in the lack of strength,
not in the lack of knowledge,
but rather in the lack of will. FFE466