looking for "Soldier_Armor"

Do you search a certain mutator, mod, skin, map, everything else?
Post Reply
User avatar
Barbie
Godlike
Posts: 2802
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

looking for "Soldier_Armor"

Post by Barbie »

I noticed in the server logs that a player wants to join with the skin "Soldier_Armor":
Level server received: LOGIN RESPONSE=-516538889 URL=MH-MJD][?Name=PlayersName?Class=BotPack.TMale2?Team=0?skin=Soldier_Armor.armr?Face=Soldier_Armor.Veteran?Voice=BotPack.VoiceMaleTwo?Over
rideClass=?Checksum=NoChecksum
But there is no such package on my server:
Failed to load 'Soldier_Armor': Can't find file for package 'Soldier_Armor'
Failed to load 'Texture Soldier_Armor.armr3': Can't find file for package 'Soldier_Armor'
Failed to load Soldier_Armor.armr3 so load SoldierSkins.blkt3
Failed to load 'Soldier_Armor': Can't find file for package 'Soldier_Armor'
Failed to load 'Texture Soldier_Armor.armr4Veteran': Can't find file for package 'Soldier_Armor'
Failed to load Soldier_Armor.armr4Veteran so load SoldierSkins.blkt4
Failed to load 'Texture Soldierskins.Blkt5': Failed to find object 'Texture Soldierskins.Blkt5'
A web search for that package gave me no results. Has anyone an idea where to get that package?
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
User avatar
Carbon
Inhuman
Posts: 855
Joined: Thu Jan 17, 2013 1:52 pm
Personal rank: Hoarder.

Re: looking for "Soldier_Armor"

Post by Carbon »

The only reference to "soldier_armor" I know of is in the game type "Realms". Look in the "needed files" folder.
Attachments
Realms.zip
(2.19 MiB) Downloaded 60 times
User avatar
OjitroC
Godlike
Posts: 3613
Joined: Sat Sep 12, 2015 8:46 pm

Re: looking for "Soldier_Armor"

Post by OjitroC »

Here you go -
Soldier_Armor.zip
(687.74 KiB) Downloaded 70 times
______Edit ___________
Posted this before I checked out Carbon's upload - there's no difference between the various int and utx files except in the description of the textures in the zip I posted (Knights as opposed to Knight).
User avatar
EvilGrins
Godlike
Posts: 9694
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: looking for "Soldier_Armor"

Post by EvilGrins »

It's the medieval knight armor.

It's a pretty cool skin, used to use it all the time on a bot named "Sir Kills a Lot".

And I used parts of it to create The Nitwit skin:
Image
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
Barbie
Godlike
Posts: 2802
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: looking for "Soldier_Armor"

Post by Barbie »

Yes, that seems to be the one I was looking for. Thanks! :tu:
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
User avatar
Barbie
Godlike
Posts: 2802
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: looking for "Soldier_Armor"

Post by Barbie »

OjitroC wrote:there's no difference between the various int and utx files except in the description of the textures in the zip I posted (Knights as opposed to Knight).
Thanks for uploading and help. The UTX files are binary equal, yes, but the INT file of your package refers to non existing textures ("armr4Amet", "armr5Amet"):

Your (wrong) version:

Code: Select all

Object=(Name=Soldier_Armor.armr4Amet,Class=Texture,Description="Amet")
Object=(Name=Soldier_Armor.armr5Amet,Class=Texture)
Correct version:

Code: Select all

Object=(Name=Soldier_Armor.armr4Armet,Class=Texture,Description="Armet")
Object=(Name=Soldier_Armor.armr5Armet,Class=Texture)
(The small "r" in front of the "m" can easily be overlooked in the Editor's Texture Browser; I usually use "Rename" and put the name into the clipboard. :mrgreen:)
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
User avatar
OjitroC
Godlike
Posts: 3613
Joined: Sat Sep 12, 2015 8:46 pm

Re: looking for "Soldier_Armor"

Post by OjitroC »

Didn't notice that!! Thanks for the post - I can now alter the int file accordingly - not actually using that skin at the moment though I have done in the past but do use the version for the female soldier.
Post Reply