MH-XV-B99-MinasTirith

Tutorials and discussions about Mapping - Introduce your own ones!
User avatar
EvilGrins
Godlike
Posts: 10294
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA

MH-XV-B99-MinasTirith

Post by EvilGrins »

This was initiated at the resquest of -POTS- who's been following the recent releases of maps for XV with great interest.
Image
While he did request this map, I went looking for other versions as well. This version, as it says in the selection window, was built from scratch by the mapper Bulldozer, who said he based his design on a previous version by Sai; that version is on UnrealArchive but I haven't checked it out yet.

I replaced non-standard UT weapons with standard equivalents, replaced an instagib with a redeemer, changed up the monsters to lessen monster on monster deaths, changed Behemoth projectiles to something that can't kill Titans (which I indirectly learned of via SilverSound), and as this seems absolutely necessary with any XV map that has a boss monster...
Image
...gave the Boss projectiles from one of the XV on the map!

Had a little fun with the in-game messages too. Maybe too much fun.

As to what of XV is here...
Image
...due to having access to the base, I went with jeeps and 2 of one of the smaller tanks; it's possible the larger tanks would've worked but this map is both large and small in certain respects and I felt the larger ones took up too much room.

Plus, wasn't positive the larger ones could drive through narrow passages.

There's 1 helicopter as well.

A glitch on the map I toyed with consulting someone else to see if they could fix, I ultimately passed on. The main gate to the castle will open before the Titans that need to be killed to open it if any player or bot gets close to it, but the CreatureFactories in the castle don't activate until the aforementioned Titans are dead. If they're not activated, the things that need to be done to access the exit don't start up... so that didn't seem to be absolutely necessary.

Map originally had a PlayerBot on it, which I tried to reconfigure using ZenCoder's method, but while that works well in Deathmatch & CTF... not so much MonsterHunt. Hence, I removed it.

Usual Suspects:
.u - /system
.umx - /music
.unr - /maps
.png - Pwetty!

Enjoy!
https://www.mediafire.com/file/p5s2q0rr ... Tirith.zip

You can get Xvehicles here · viewtopic.php?f=34&t=14936 · which you need to make this work!
User avatar
OjitroC
Godlike
Posts: 3760
Joined: Sat Sep 12, 2015 8:46 pm

Re: MH-XV-B99-MinasTirith

Post by OjitroC »

Good fun this map :gj: - excellent for XVehicles. One of my favourite MH maps - along with the other versions of Minas Tirith.

A couple of things from the log which may or may not be of interest or, indeed, importance :

Code: Select all

ScriptLog: Error - use creature factory to spawn pawns
ScriptWarning: StoneTitan MH-XV-B99-MinasTirith.StoneTitan3 (State UnrealShare.ScriptedPawn.Guarding:004C) Accessed None 'OrderObject'
ScriptWarning: StoneTitan MH-XV-B99-MinasTirith.StoneTitan2 (State UnrealShare.ScriptedPawn.Guarding:004C) Accessed None 'OrderObject'
The first line repeats quite a bit and is something I have seen before; the warning for the Titans I haven't seen before.
User avatar
EvilGrins
Godlike
Posts: 10294
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA

Re: MH-XV-B99-MinasTirith

Post by EvilGrins »

I don't know what that means.

The only Creature Factories on the map have nothing to do with the StoneTitans, as they're placed directly on the map. They don't spawn in.
User avatar
OjitroC
Godlike
Posts: 3760
Joined: Sat Sep 12, 2015 8:46 pm

Re: MH-XV-B99-MinasTirith

Post by OjitroC »

No, there's no relationship between the ScriptLog error and the two ScriptWarnings.

I've worked out what the errors are :
1 ScriptLog error - ThingFactories rather than CreatureFactories are used to spawn the various monsters;
2 ScriptWarnings re Titans - StoneTitans 5 and 6 have the same Orders and OrderTag (Guarding/EntryDoor) as the other StoneTitans but these two are not linked to the door opening event - hence the warning that there is no 'OrderObject'.

Neither of these appears to be of any significance or to have any impact on how the map plays and runs.