-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create NSFCloneAugStealth1 and fixes for NSFCloneAugTough1 (#470)
* Add files via upload * stealthy goggles * some more textures for the stealth nsf aug * nametag variant for the stealth nsf * improved the lettering * added more textures to DXRandoPawnTextures.uc * added texture references to NSFCloneAugStealth1.uc * renamed a file * corrected references in DXRandoPawnTextures.uc * Updated reference in NSFCloneAugTough1.uc * Update and rename NSFCloneAugTough1Carcass2.uc to NSFCloneAugTough1CarcassNametag.uc * Update NSFCloneAugTough1.uc * Delete NSFCloneAugTough1Body2.pcx * Update and rename NSFCloneAugTough1CarcassNametag.uc to NSFCloneAugTough1NametagCarcass.uc * Update NSFCloneAugTough1.uc * Add files via upload * Update DXRandoPawnTextures.uc * Create NSFCloneAugStealth1Carcass * Update NSFCloneAugStealth1.uc * Rename NSFCloneAugStealth1Carcass to NSFCloneAugStealth1Carcass.uc * Create NSFCloneAugStealth1NametagCarcass.uc * Update NSFCloneAugStealth1.uc * Update NSFCloneAugTough1.uc * Update NSFCloneAugStealth1Carcass.uc * Update NSFCloneAugStealth1NametagCarcass.uc * Update NSFCloneAugStealth1Carcass.uc * Update NSFCloneAugStealth1NametagCarcass.uc * Update NSFCloneAugTough1Carcass.uc * Update NSFCloneAugTough1NametagCarcass.uc --------- Co-authored-by: Die4Ever <30947252+Die4Ever@users.noreply.github.com> Co-authored-by: theastropath@gmail.com <theastropath@gmail.com> Co-authored-by: Artem <56561445+hampta@users.noreply.github.com>
- Loading branch information
1 parent
b99e89e
commit 34ee96f
Showing
14 changed files
with
64 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//============================================================================= | ||
// NSFCloneAugStealth1Carcass. | ||
//============================================================================= | ||
class NSFCloneAugStealth1Carcass extends NSFClone2Carcass; | ||
|
||
defaultproperties | ||
{ | ||
Mesh2=LodMesh'DeusExCharacters.GM_Jumpsuit_CarcassB' | ||
Mesh3=LodMesh'DeusExCharacters.GM_Jumpsuit_CarcassC' | ||
Texture=Texture'DeusExItems.Skins.PinkMaskTex' | ||
Mesh=LodMesh'DeusExCharacters.GM_Jumpsuit_Carcass' | ||
MultiSkins(0)=Texture'DeusExCharacters.Skins.TerroristTex0' | ||
MultiSkins(1)=Texture'NSFCloneAugStealth1Legs' | ||
MultiSkins(2)=Texture'NSFCloneAugStealth1Body' | ||
MultiSkins(3)=Texture'NSFCloneAugStealth1Head' | ||
MultiSkins(4)=Texture'DeusExItems.Skins.PinkMaskTex' | ||
MultiSkins(5)=Texture'DeusExItems.Skins.GrayMaskTex' | ||
MultiSkins(6)=Texture'NSFCloneAugStealth1GogglesNoglow' | ||
MultiSkins(7)=Texture'DeusExItems.Skins.PinkMaskTex' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//============================================================================= | ||
// NSFCloneAugStealth1Carcass. | ||
//============================================================================= | ||
class NSFCloneAugStealth1Carcass extends NSFClone2Carcass; | ||
|
||
defaultproperties | ||
{ | ||
Mesh2=LodMesh'DeusExCharacters.GM_Jumpsuit_CarcassB' | ||
Mesh3=LodMesh'DeusExCharacters.GM_Jumpsuit_CarcassC' | ||
Texture=Texture'DeusExItems.Skins.PinkMaskTex' | ||
Mesh=LodMesh'DeusExCharacters.GM_Jumpsuit_Carcass' | ||
MultiSkins(0)=Texture'DeusExCharacters.Skins.TerroristTex0' | ||
MultiSkins(1)=Texture'NSFCloneAugStealth1Legs' | ||
MultiSkins(2)=Texture'NSFCloneAugStealth1BodyNametag' | ||
MultiSkins(3)=Texture'NSFCloneAugStealth1Head' | ||
MultiSkins(4)=Texture'DeusExItems.Skins.PinkMaskTex' | ||
MultiSkins(5)=Texture'DeusExItems.Skins.GrayMaskTex' | ||
MultiSkins(6)=Texture'NSFCloneAugStealth1GogglesNoglow' | ||
MultiSkins(7)=Texture'DeusExItems.Skins.PinkMaskTex' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 3 additions & 5 deletions
8
...usEx/Classes/NSFCloneAugTough1Carcass2.uc → ...lasses/NSFCloneAugTough1NametagCarcass.uc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.