Commit graph

248 commits

Author SHA1 Message Date
Simon
beb5a6d7c6 Small tweaks to the melee 2023-05-22 21:28:54 +01:00
Simon
dfa54a439a A number of changes
- Made Melee available - punch stormtroopers to death! (default melee damage is now 25)
- Draw hand models when in melee (to be replaced with fists soon)
- Made movement not reactivate saber by default (cvar controlled)
- Draw open hand when saber is thrown
2023-05-21 22:38:42 +01:00
Simon
b7fed25470 Make alt-fire of concussion rifle 6DoF 2023-05-21 14:46:08 +01:00
Simon
4e94e0ee8b Fix for vanishing tauntaun 2023-05-15 22:02:16 +01:00
Simon
948b6fb281 Hide hands when in vehicles 2023-05-15 22:02:05 +01:00
Simon
26487d6233 Lots of changes to get vehicles/animals working nicely
also fixed some of the 3rd person 6DoF movement
ensure force speed briefly affects FOV
2023-05-14 22:50:24 +01:00
Simon
7faa7755dd Implement stance switching in 3rd person JKA 2023-05-12 18:41:08 +01:00
Simon
374e2f956c Fix sky over Hoth 2023-05-09 23:04:55 +01:00
Simon
a7318c2d89 Fix insta-death on elevator situation
seems gesture use was triggering the "hurt_touch" function of the elevator entity which was inflicting 10000 fall damage to the player!
2023-05-09 22:49:33 +01:00
Simon
4405c2214f Fix quick save crash 2023-05-09 22:06:11 +01:00
Simon
176d7efead Update version
and remove an assert that was causing an issue in debug with the dark forces mod
2023-05-04 19:53:52 +01:00
Simon
88e4e2f8ba Fix for crash in Dark Forces mod 2023-05-04 19:48:56 +01:00
Petr Bartos
cc79e8ae3f Allow to override weapon adjustment 2023-05-01 09:48:03 +01:00
Simon
1764c82c59 Update version number 2023-04-28 19:45:13 +01:00
Simon
0674c3080f haptic feedback when saber is burning scorch marks or boiling water 2023-04-26 21:18:56 +01:00
Simon
86b974ea2e Hopefully final fix to prevent Kata attack being triggered in 1st person when throwing saber 2023-04-26 21:18:33 +01:00
Simon
0e3c88fb1c make saber throw in JKA work the same as JKO 2023-04-24 22:40:52 +01:00
Simon
4ada169242 version number update 2023-04-24 22:18:17 +01:00
Simon
ec9aab5f6f Prevent black screen on Bakura level
..when enemies use their clocking devices

Also use old style force effect for push/pull as the new effect doesn't actually work correctly (compared with flatscreen)
2023-04-24 22:17:52 +01:00
Simon
c5c6c1dfb6 Make sure you can exit security cameras! 2023-04-21 09:56:40 +01:00
Simon
9202d2896e Improved dual saber haptics 2023-04-20 19:55:48 +01:00
Simon
34bb30d714 Fix staff saber top blade not actually blocking shots 2023-04-19 23:51:56 +01:00
Simon
abedc8d96c JKA Weapon Haptics & Fix for unresponsive menu after training in JKA 2023-04-19 22:53:48 +01:00
Simon
ccd581c8d0 FOV fix for remote turrets on JKA 2023-04-16 22:25:18 +01:00
Simon
195cfb8251 Fix FOV on Lady Luck turret 2023-04-16 22:14:25 +01:00
Petr Bartos
5acadef11e Fix AT-ST usable hint icon 2023-04-16 15:18:57 +02:00
Petr Bartos
539bfa8956 Ensure proper menu defaults on the very first start 2023-04-15 00:02:59 +02:00
Petr Bartos
216a225aa6 Fix storing of force crosshair option 2023-04-14 22:41:24 +02:00
Petr Bartos
48c2486aad Merge remote-tracking branch 'origin/main' into contributions 2023-04-14 22:23:24 +02:00
Petr Bartos
a72ca459c5 Intern all default values; Remove no longer needed configuration files 2023-04-14 22:19:47 +02:00
Petr Bartos
32c4e6eac1 Ensure weapon adjustment is applied when resetting to defaults 2023-04-14 20:59:41 +02:00
Grant Bagwell
2433ae4110 Change Force Crosshair 2023-04-14 18:55:56 +02:00
Grant Bagwell
4ab6a6024a Fixed player knockback.... hopefully 2023-04-14 17:01:16 +02:00
Grant Bagwell
7deeee7a6f Increased Force Power Visibility 2023-04-14 17:01:00 +02:00
Petr Bartos
fada09a0bb Fix remote turret on-screen help 2023-04-13 20:38:13 +02:00
Petr Bartos
82af313786 Merge branch 'main' into contributions 2023-04-13 18:59:46 +02:00
Petr Bartos
7680cb1288 Fix use action when controlling droid; fix droid view help 2023-04-12 22:26:44 +02:00
Grant Bagwell
37d5ac4184 Changes to TBDC
Different menu text + added vanilla mode
2023-04-12 18:12:07 +02:00
Simon
c7c66e46a7 Revert "Arrange quick save icons horizontally"
This reverts commit 20f8fff3fe.

Also make the icons white
2023-04-12 08:37:36 +01:00
Simon
20f8fff3fe Arrange quick save icons horizontally 2023-04-11 21:00:09 +01:00
Simon
d3dcac8f9d Save game crash fix in JKO 2023-04-11 20:58:56 +01:00
Simon
3b2ffd7289 Attempted fix for save game crash
- Not really a proper fix, but might at least workaround it
2023-04-11 08:39:32 +01:00
Simon
a2ff16b576 Quick Save/Load in Selector
Haven't been able to test yet!
2023-04-10 19:42:06 +01:00
Petr Bartos
b9d0314a6a Make getting into AT-ST easier 2023-04-09 19:38:32 +02:00
Petr Bartos
d121206f83 Tune touch gesture distance; Improve use interaction in 3rd person. 2023-04-08 22:49:28 +02:00
Petr Bartos
260d501776 Fix and improve weapon adjustment helper axes 2023-04-08 22:34:59 +02:00
Petr Bartos
4a1d90e729 Merge branch 'main' into contributions 2023-04-06 19:12:07 +02:00
Simon Brown
67b7d26de8
Merge pull request #4 from DrBeef/TBDC
TBDC Scales in Code
2023-04-06 16:54:01 +01:00
Grant Bagwell
ccd63d4eec Forced for Extended Menu 2023-04-06 16:57:36 +02:00
Grant Bagwell
d6b3e8eb65 TBDC Scales in Code 2023-04-06 16:55:02 +02:00