Hell
-
- Adept
- Posts: 344
- Joined: Sat Oct 05, 2013 7:20 am
- Personal rank: Easy Target
- Location: "The Butthole of the World"
Re: Hell
"Failed Launching URL.
Cant's find file package for FeMaleOneNPC"

Cant's find file package for FeMaleOneNPC"

25 Anniversary Map Poll | 25 Anniversary Map Signup
My UT stuff:
CTF-NRMC-Gravitation | CTF-Panamax | Octane Boss Skin | Diesel mkII Boss Skin | Magma NewXan Skin | Skinsect Skjaarj Skin | Gaspack Voicepack
"Also UPDATE YOUR SIGNATURE"
-UnrealGGecko
My UT stuff:
CTF-NRMC-Gravitation | CTF-Panamax | Octane Boss Skin | Diesel mkII Boss Skin | Magma NewXan Skin | Skinsect Skjaarj Skin | Gaspack Voicepack
"Also UPDATE YOUR SIGNATURE"
-UnrealGGecko
-
- Godlike
- Posts: 9216
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Hell
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/

Smilies · viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 3408
- Joined: Sat Sep 12, 2015 8:46 pm
Re: Hell
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
For those interested, here's the whole series of UnrealNPCs
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 9216
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Hell
Still bugs me there's no SkaarjTrooper in there.
http://unreal-games.livejournal.com/

Smilies · viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 3408
- Joined: Sat Sep 12, 2015 8:46 pm
Re: Hell
Subclass Unreali.SkaarjPlayerBot and add
Code: Select all
Var() String MyName;
Function PostBeginPlay()
{
Super.PostBeginPlay();
PlayerReplicationInfo.PlayerName = MyName;
}
-
- Godlike
- Posts: 9216
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Hell
Do eet!OjitroC wrote: ↑Wed Apr 05, 2023 7:04 pmSubclass Unreali.SkaarjPlayerBot and addin the code? I think that would make a UnrealSkaarjTrooperNPC.Code: Select all
Var() String MyName; Function PostBeginPlay() { Super.PostBeginPlay(); PlayerReplicationInfo.PlayerName = MyName; }
Although it's kinda sad none of the NPC's can be team assigned.
http://unreal-games.livejournal.com/

Smilies · viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins