Hell

Tutorials and discussions about Mapping - Introduce your own ones!
Post Reply
User avatar
jmartin
Skilled
Posts: 173
Joined: Tue Mar 23, 2021 11:38 pm
Contact:

Hell

Post by jmartin »

Hell
Attachments
DM-Hell.zip
(336.3 KiB) Downloaded 6 times
Last edited by jmartin on Wed Apr 05, 2023 10:28 pm, edited 1 time in total.
User avatar
fudgonaut
Adept
Posts: 363
Joined: Sat Oct 05, 2013 7:20 am
Personal rank: Easy Target
Location: "The Butthole of the World"
Contact:

Re: Hell

Post by fudgonaut »

"Failed Launching URL.
Cant's find file package for FeMaleOneNPC"

:cry:
User avatar
EvilGrins
Godlike
Posts: 9765
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: Hell

Post by EvilGrins »

fudgonaut wrote: Wed Apr 05, 2023 3:58 am "Failed Launching URL.
Cant's find file package for FeMaleOneNPC"

:cry:
Interesting, I've got FeMaleOneBotNPC.u but I've never heard of that one.

Added: I didn't check the ReadMe before playing the map, but I pegged it as being from the Lucifer series right off.

Plus, the NPC is named after Maz.
Attachments
Shot0015.png
Shot0014.png
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
OjitroC
Godlike
Posts: 3658
Joined: Sat Sep 12, 2015 8:46 pm

Re: Hell

Post by OjitroC »

The issue is that the map uses FeMaleOneBotNPC.u but that FeMaleTwoBotNPC.u has been included in the download zip. The map will only run for those people that already have FeMaleOneBotNPC.u.

For those interested, here's the whole series of UnrealNPCs
UnrealNPCs.zip
(6.11 KiB) Downloaded 4 times
User avatar
EvilGrins
Godlike
Posts: 9765
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: Hell

Post by EvilGrins »

OjitroC wrote: Wed Apr 05, 2023 2:12 pmhere's the whole series of UnrealNPCs
Still bugs me there's no SkaarjTrooper in there.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
OjitroC
Godlike
Posts: 3658
Joined: Sat Sep 12, 2015 8:46 pm

Re: Hell

Post by OjitroC »

EvilGrins wrote: Wed Apr 05, 2023 5:47 pm
OjitroC wrote: Wed Apr 05, 2023 2:12 pmhere's the whole series of UnrealNPCs
Still bugs me there's no SkaarjTrooper in there.
Subclass Unreali.SkaarjPlayerBot and add

Code: Select all


Var() String MyName; 

Function PostBeginPlay() 
{ 
Super.PostBeginPlay(); 
PlayerReplicationInfo.PlayerName = MyName; 
} 
in the code? I think that would make a UnrealSkaarjTrooperNPC.
User avatar
EvilGrins
Godlike
Posts: 9765
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: Hell

Post by EvilGrins »

OjitroC wrote: Wed Apr 05, 2023 7:04 pm
EvilGrins wrote: Wed Apr 05, 2023 5:47 pm
OjitroC wrote: Wed Apr 05, 2023 2:12 pmhere's the whole series of UnrealNPCs
Still bugs me there's no SkaarjTrooper in there.
Subclass Unreali.SkaarjPlayerBot and add

Code: Select all


Var() String MyName; 

Function PostBeginPlay() 
{ 
Super.PostBeginPlay(); 
PlayerReplicationInfo.PlayerName = MyName; 
} 
in the code? I think that would make a UnrealSkaarjTrooperNPC.
Do eet!

Although it's kinda sad none of the NPC's can be team assigned.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
Post Reply