Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightshade patch #163

Open
wants to merge 134 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
134 commits
Select commit Hold shift + click to select a range
86026e7
Addition of animations, conflicts with UT3Style resolved
GreatEmerald Apr 22, 2014
bf147a4
Sound import routine alteration, addition of textures and sounds
GreatEmerald Apr 23, 2014
9334ba4
Dissolution of the UT3Vehicles.uax file to prevent conflicts
GreatEmerald Apr 24, 2014
0b6b165
Prefix all files with "UT3" to prevent conflicts
GreatEmerald Apr 25, 2014
d02c0fa
Semi-fix for the Hellbender and SPMA driving physics
GreatEmerald Apr 26, 2014
1e23f2a
Hellbender and Scorpion physics, SPMA and Scorpion turret adjustment
GreatEmerald Apr 28, 2014
cd757dd
Addition of UT3 Hellbender turret meshes
GreatEmerald May 1, 2014
05e8091
Fix for Cicada turret meshes
GreatEmerald May 2, 2014
a6ad2be
Updated Paladin and Raptor weapons
GreatEmerald May 5, 2014
707f9e9
Addition of the second Raptor turret
GreatEmerald May 5, 2014
1ecc8f5
Fix for Raptor firing and Scorpion mesh
GreatEmerald May 17, 2014
cae458c
Fixed some formatting in UT3Scorpion.uc
zeluisping May 18, 2014
a0919ed
Small alterations to the Scorpion and Raptor
GreatEmerald May 18, 2014
570e2d5
Merge pull request #1 from 100GPing100/patch-1
GreatEmerald May 18, 2014
939deb7
Adjustments to Raptor and Hellbender looks
GreatEmerald May 18, 2014
844e624
Fix for Hellbender anims, headlights, SPMA mesh updated
GreatEmerald May 24, 2014
6db482d
Adjustments to the SPMA wheels and balance
GreatEmerald May 24, 2014
b7d53c1
SPMA fixes, Scorpion headlight adjustment
GreatEmerald May 30, 2014
53aa912
Addition of the Leviathan mesh
GreatEmerald Jun 3, 2014
9df3af5
Addition of Leviathan sounds, main and driver turret
GreatEmerald Jun 4, 2014
9e7392f
Adjustment of Leviathan sounds, addition of turret meshes
GreatEmerald Jun 5, 2014
8922b80
Leviathan deploy via space, secondary fire zooms
GreatEmerald Jun 8, 2014
b7cdd8e
Hack for Leviathan wheel fender rotation
GreatEmerald Jun 8, 2014
686e531
Fix for cannon appearance, fix for side turrets not animating
GreatEmerald Jun 21, 2014
4f52086
Leviathan fixes
GreatEmerald Jun 23, 2014
7284757
Assorted Leviathan, Manta and Raptor fixes
GreatEmerald Jun 24, 2014
101da5c
Adjustments to Scorpion's boosting abilities
GreatEmerald Jun 25, 2014
616a46b
Small tweaks to get closer to the original
GreatEmerald Jun 30, 2014
112684f
Adjustments to the Scorpion handling
GreatEmerald Jul 1, 2014
22f3c97
Fix for the remaining Scorpion issues
GreatEmerald Jul 2, 2014
8ee636d
Adjustments to Cicada, Goliath, lowered number of mutators
GreatEmerald Jul 2, 2014
314de26
Addition of the UT3 Hoverboard
GreatEmerald Jul 3, 2014
7e437f2
Improvements to hoverboard handling
GreatEmerald Jul 5, 2014
802a003
Fix for hoverboards not falling correctly
GreatEmerald Jul 5, 2014
6af023f
Changes to the hoverboard to make it truer to the original
GreatEmerald Jul 6, 2014
ace6a72
Improvements to the hoverboard jump height and ragdolling
GreatEmerald Jul 8, 2014
9bc1f7b
Addition of the UT3-like wheel squealing
GreatEmerald Jul 8, 2014
ae3e830
Fixes for SPMA AI
GreatEmerald Jul 10, 2014
93462ca
Fix for amphibious SPMAs and logspam
GreatEmerald Jul 16, 2014
386ab5f
Improvements to the split of weapons and vehicles, fixes for logspam
GreatEmerald Jul 17, 2014
8d2954b
Removal of a leftover interaction, two logs upgraded to warnings
GreatEmerald Jul 17, 2014
cd2467d
Adjustment to the Cicada booster effect to match UT3
GreatEmerald Jul 18, 2014
a972859
Clean up of package dependencies
GreatEmerald Jul 19, 2014
51d7b6c
Remove already completed TODO task
GreatEmerald Jul 19, 2014
fd418be
More TODO items
GreatEmerald Jul 28, 2014
22ff40b
Remove TextToSpeech
GreatEmerald Nov 4, 2017
20674e2
Set Hellbender DrawScale
GreatEmerald Nov 6, 2017
1404a12
Fix paths
GreatEmerald Nov 7, 2017
54773d3
Fix naming
GreatEmerald Nov 7, 2017
c59e86c
Fix file paths
GreatEmerald Nov 7, 2017
b9b7eae
Do not embed SPMA sound files
GreatEmerald Nov 7, 2017
64567c9
Add the SPMA smoke texture
GreatEmerald Nov 7, 2017
2a18617
No includes folder in textures here
GreatEmerald Nov 7, 2017
ecd89b3
Fix reference to sound
GreatEmerald Nov 7, 2017
cc8c0ef
Fix reference to sounds
GreatEmerald Nov 7, 2017
76d3591
Fix references to sounds
GreatEmerald Nov 7, 2017
39635e5
Fix references to sounds
GreatEmerald Nov 7, 2017
5c9d937
Fix reference to sounds
GreatEmerald Nov 7, 2017
a5baba9
Add build instructions
GreatEmerald Nov 7, 2017
0fae654
Merge pull request #2 from GreatEmerald/hellbender-size
GreatEmerald Nov 7, 2017
8cd2f2a
Make health consistent with UT3
GreatEmerald Dec 3, 2017
ed03d2d
Update UT3Hoverboard.uc
HellDragon-HK Dec 11, 2017
00a5075
Update UT3Goliath.uc
HellDragon-HK Dec 11, 2017
582cfb6
Update UT3Scorpion.uc
HellDragon-HK Dec 11, 2017
3c1b6b7
Merge pull request #21 from HellDragon-HK/patch-2
GreatEmerald Dec 11, 2017
8511733
Merge pull request #20 from HellDragon-HK/patch-1
GreatEmerald Dec 11, 2017
6bbd1cb
Merge pull request #22 from HellDragon-HK/patch-3
GreatEmerald Dec 11, 2017
8ca55a9
Driver Position Improvement for Manta
HellDragon-HK Dec 12, 2017
29360ef
Update on Manta Ground Speed
HellDragon-HK Dec 13, 2017
7c70ba1
Manta Turn Speed change to be closer to UT3
HellDragon-HK Dec 13, 2017
60c01bd
UT3 Raptor Impact Damage Closer to UT3
HellDragon-HK Dec 14, 2017
18d6a0c
UT3 Hellfire SPMA Cannon Sound Update
HellDragon-HK Dec 15, 2017
b487753
UT3 Hellfire SPMA Camera Size Fix
HellDragon-HK Dec 15, 2017
6a0d49e
Merge pull request #23 from HellDragon-HK/patch-4
GreatEmerald Dec 16, 2017
0191ffd
Merge pull request #26 from HellDragon-HK/patch-7
GreatEmerald Dec 16, 2017
49a408d
Merge pull request #25 from HellDragon-HK/patch-6
GreatEmerald Dec 16, 2017
c1f90e0
UT3 Scorpion Damage Phases Timing Closer to UT3 (#30)
HellDragon-HK Dec 16, 2017
f314688
Merge pull request #43 from HellDragon-HK/patch-24
GreatEmerald Dec 17, 2017
33f350a
Merge pull request #47 from HellDragon-HK/patch-28
GreatEmerald Dec 17, 2017
bdd2d1d
Update UT3LeviathanShockBall.uc
HellDragon-HK Dec 22, 2017
756b70a
UT3 Leviathan Turret Sound Fix & Driver Position Improvement
HellDragon-HK Dec 22, 2017
9c5b8b3
UT3 Leviathan Beam Turret Exit Positions and Cam Improved
HellDragon-HK Dec 22, 2017
b6aca9c
UT3 Leviathan Turret Pitch Closer to UT3
HellDragon-HK Dec 22, 2017
5141185
Some improvement on Driver position & pose plus camera
HellDragon-HK Dec 24, 2017
a1afbcf
Update UT3ScorpionTurret.uc
HellDragon-HK Dec 25, 2017
5ef408b
UT3 Hellbender Rear Turret Closer to UT3 (#35)
HellDragon-HK Dec 25, 2017
5c74d92
UT3 Raptor Plasma Fire Location Change (#40)
HellDragon-HK Dec 25, 2017
2fefe19
Merge pull request #48 from HellDragon-HK/patch-29
GreatEmerald Dec 25, 2017
e4c4eb0
Update UT3CicadaRocket.uc
HellDragon-HK Dec 25, 2017
be586a8
Update UT3CicadaMissileLauncher.uc
HellDragon-HK Dec 25, 2017
0483a9e
Merge pull request #75 from HellDragon-HK/patch-31
GreatEmerald Dec 25, 2017
10439e4
Merge pull request #78 from HellDragon-HK/patch-40
GreatEmerald Dec 25, 2017
8dbfcad
UT3 Leviathan 'Stinger' Turret Exits & Cam Improved (#81)
HellDragon-HK Dec 25, 2017
84af9b4
UT3 Leviathan Shock Turret Exits & Cam Improved (#80)
HellDragon-HK Dec 25, 2017
d6f5b92
UT3 Leviathan Rocket Turret Exit Points and Cam Improved (#79)
HellDragon-HK Dec 25, 2017
c4fe188
Merge pull request #82 from HellDragon-HK/patch-44
GreatEmerald Dec 25, 2017
c346a3d
UT3 Manta Aim Closer to UT3 (#60)
HellDragon-HK Dec 26, 2017
cf23738
Merge pull request #89 from HellDragon-HK/patch-2
GreatEmerald Dec 26, 2017
6ca37ea
Merge pull request #90 from HellDragon-HK/patch-9
GreatEmerald Dec 26, 2017
be6944a
UT3 Hellbender Driver Turret Movement Closer to UT3 (#33)
HellDragon-HK Dec 26, 2017
bb2f0be
UT3 Cicada Overall Improvement (#63)
HellDragon-HK Dec 26, 2017
06e70c8
UT3 Goliath Overall Closer to UT3 and UT2004 Extras (#64)
HellDragon-HK Dec 26, 2017
35e8a1a
UT3 Paladin Fixes and Tweaks (#62)
zeluisping Dec 27, 2017
7792ce8
UT3 Hellfire SPMA Overall Improvement (#68)
HellDragon-HK Dec 27, 2017
fc9007f
Fix Leviathan shock ball damage
GreatEmerald Dec 27, 2017
3e387bb
Merge pull request #77 from HellDragon-HK/patch-39
GreatEmerald Dec 27, 2017
937196a
UT3 Raptor Overall Improvements (#86)
HellDragon-HK Dec 27, 2017
a878993
Update UT3RaptorWeapon.uc
HellDragon-HK Dec 28, 2017
2192620
Merge pull request #91 from HellDragon-HK/patch-10
GreatEmerald Dec 28, 2017
35b8144
Merge pull request #92 from HellDragon-HK/patch-19
GreatEmerald Dec 28, 2017
0aa0d0f
UT3 Leviathan Overall Improvements (#69)
HellDragon-HK Dec 28, 2017
2b97e94
Update UT3DmgType_ViperBolt.uc
HellDragon-HK Dec 28, 2017
eb6eb6b
Update UT3ScorpionBallRed.uc (#95)
HellDragon-HK Dec 29, 2017
897b340
Update UT3MantaPlasmaProjectile.uc (#108)
HellDragon-HK Dec 30, 2017
ea1e366
Merge pull request #146 from HellDragon-HK/patch-15
GreatEmerald Dec 30, 2017
19a7fbb
Update UT3DmgType_ViperBolt.uc
HellDragon-HK Dec 30, 2017
41e504f
Update UT3LeviathanTurretWeapon.uc
HellDragon-HK Dec 30, 2017
7563b47
Update UT3PaladinCannon.uc
HellDragon-HK Dec 31, 2017
55aedc6
Update UT3HellbenderRearGun.uc Damage Type (#99)
HellDragon-HK Dec 31, 2017
f3a1afb
Merge pull request #154 from HellDragon-HK/patch-38
GreatEmerald Dec 31, 2017
400b853
Merge pull request #136 from HellDragon-HK/patch-26
GreatEmerald Dec 31, 2017
5f8f2ab
Update UT3LeviathanTurretWeaponBeam.uc (#106)
HellDragon-HK Dec 31, 2017
c808a74
Merge pull request #153 from HellDragon-HK/patch-5
GreatEmerald Dec 31, 2017
63aea52
Merge pull request #161 from HellDragon-HK/patch-43
GreatEmerald Dec 31, 2017
2a9a825
Nightshade: can no longer change mine while deploying
zeluisping Dec 31, 2017
81438ab
Nightshade: deployed 3rd person view, arm rotates; improved state cha…
zeluisping Jan 1, 2018
3e459d7
Nightshade: Added beam damage type (fixes hit sound)
zeluisping Jan 1, 2018
3e902e7
Nightshade: destroy arm mine when destroyed
zeluisping Jan 1, 2018
6b9f952
Nightshade: added dust/water effect (unclocked)
zeluisping Jan 1, 2018
e3f9cf3
NIghtshade: fixed arm rotation (clamp)
zeluisping Jan 1, 2018
dd6502c
Nightshade: single dust effect
zeluisping Jan 1, 2018
df18d7a
Nightshade: fix copyright; renamed weapon class
zeluisping Jan 1, 2018
5b4a447
Nightshade: some changes are actually from 2018
zeluisping Jan 2, 2018
cb0ba58
Nightshade: This one is 2018 only
zeluisping Jan 2, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# List of files to ignore
[Uu][Tt]2004.ini
[Uu]ser.ini
Binary file added Animations/EONSLocustA.ukx
Binary file not shown.
Binary file added Animations/UT3FuryAnims.ukx
Binary file not shown.
Binary file added Animations/UT3GoliathAnims.ukx
Binary file not shown.
Binary file added Animations/UT3MantaAnims.ukx
Binary file not shown.
Binary file added Animations/UT3NemesisAnims.ukx
Binary file not shown.
Binary file added Animations/UT3NightshadeAnims.ukx
Binary file not shown.
Binary file added Animations/UT3PaladinAnims.ukx
Binary file not shown.
Binary file added Animations/UT3StealthBenderAnims.ukx
Binary file not shown.
Binary file added Animations/UT3VH_Cicada_Anims.ukx
Binary file not shown.
Binary file added Animations/UT3VH_Hellbender_Anims.ukx
Binary file not shown.
Binary file added Animations/UT3VH_Leviathan_Anims.ukx
Binary file not shown.
Binary file added Animations/UT3VH_Paladin_Anims.ukx
Binary file not shown.
Binary file added Animations/UT3VH_Raptor_Anims.ukx
Binary file not shown.
Binary file added Animations/UT3VH_SPMA_Anims.ukx
Binary file not shown.
Binary file added Animations/UT3VH_Scorpion_Anims.ukx
Binary file not shown.
Binary file added Animations/UT3ViperAnims.ukx
Binary file not shown.
Binary file added Animations/Unused/UT3CicadaAnims.ukx
Binary file not shown.
Binary file added Animations/Unused/UT3DarkWalkerAnims.ukx
Binary file not shown.
Binary file added Animations/Unused/UT3HellbenderAnims.ukx
Binary file not shown.
Binary file added Animations/Unused/UT3LeviathanAnims.ukx
Binary file not shown.
Binary file added Animations/Unused/UT3Nemesis.ukx
Binary file not shown.
Binary file added Animations/Unused/UT3SPMAAnims.ukx
Binary file not shown.
Binary file added Animations/Unused/UT3Scavenger.ukx
Binary file not shown.
7 changes: 0 additions & 7 deletions Classes/Beam.uc

This file was deleted.

88 changes: 0 additions & 88 deletions Classes/DeployableMine.uc

This file was deleted.

29 changes: 0 additions & 29 deletions Classes/DeployableSlowVolume.uc

This file was deleted.

29 changes: 0 additions & 29 deletions Classes/DmgType_SelfDestruct.uc

This file was deleted.

24 changes: 0 additions & 24 deletions Classes/DmgType_ViperBolt.uc

This file was deleted.

25 changes: 0 additions & 25 deletions Classes/EMPDisabler.uc

This file was deleted.

104 changes: 0 additions & 104 deletions Classes/EMPMine.uc

This file was deleted.

13 changes: 0 additions & 13 deletions Classes/EMPObject.uc

This file was deleted.

Loading