Hell

Tutorials and discussions about Mapping - Introduce your own ones!
User avatar
jmartin
Experienced
Posts: 122
Joined: Tue Mar 23, 2021 11:38 pm

Hell

Post by jmartin »

Hell
You do not have the required permissions to view the files attached to this post.
Last edited by jmartin on Wed Apr 05, 2023 10:28 pm, edited 1 time in total.
User avatar
fudgonaut
Adept
Posts: 344
Joined: Sat Oct 05, 2013 7:20 am
Personal rank: Easy Target
Location: "The Butthole of the World"

Re: Hell

Post by fudgonaut »

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

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

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.
You do not have the required permissions to view the files attached to this post.
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: 3408
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
You do not have the required permissions to view the files attached to this post.
User avatar
EvilGrins
Godlike
Posts: 9216
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA

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: 3408
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: 9216
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA

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