25 Commits

Author SHA1 Message Date
Aaron Suen
029e765a42 Remove backup file 2022-01-22 13:23:22 -05:00
MisterE123
911eea52eb fix mine and wave animation regression and fix intantaneous rotation of spine bone between animations that made player reverse direction while swtiching beween walk-mine and other animations 2022-01-22 13:16:31 -05:00
MisterE123
d9eafc4a90 fix mine and wave animation regression and fix intantaneous rotation of spine bone between animations that made player reverse direction while swtiching beween walk-mine and other animations 2022-01-22 13:09:44 -05:00
MisterE123
e342add407 fix swim anims on player model 2022-01-22 12:47:19 -05:00
Aaron Suen
c95dd5dd29 Fix bandolier in stand, wave, mine anims
MT seems to have a problem with bones that are not animated
and have exactly 0 rotation, i.e. interpreting this as 180 degrees
(supposedly this is a workaround for some other quirk).  Give
the chest and bandolier bones tiny non-zero rotation adjustments
to trick MT into putting them as close as possible to zero without
triggering this bug.
2022-01-22 08:46:56 -05:00
Aaron Suen
2e2810f8f1 Fix reversed hand UV map 2022-01-22 07:40:02 -05:00
Aaron Suen
a0aff0060c Player model animation updates by MisterE
- Bones reparented
- Most animations rebuilt
- Known issue: bandolier reversed on stand, stand+mine anims
2022-01-22 06:37:38 -05:00
LoneWolfHT
762c72315a Fix player model normals 2020-07-06 21:20:12 -07:00
LoneWolfHT
058a30d30b Improve wave anim 2020-06-17 21:45:21 -07:00
LoneWolfHT
aa32ca5190 Fix wield/bando bugs 2020-06-17 18:44:17 -07:00
LoneWolfHT
37ef785450 Add new model 2020-06-16 21:46:49 -07:00
LoneWolfHT
a6d52f5942 Add second layer to player model 2020-06-10 12:33:04 -07:00
LoneWolfHT
bf72a05da1 Apply lots of sunscreen to player neck 2020-06-09 16:34:11 -07:00
LoneWolfHT
079c1ebe79 Add waving anim 2020-06-09 12:33:40 -07:00
LoneWolfHT
36d8a173e4 Fix hand UV and improve swim anims 2020-01-31 18:22:42 -08:00
Aaron Suen
4291592b78 Fixed player model UV mapping by Elkien. 2020-01-04 01:07:08 -05:00
LoneWolfHT
3e793863ff Add bandolier bone 2019-11-25 18:29:53 -08:00
Aaron Suen
6a012aeacb Move all src dirs to subdirs of output targets.
This should make organization a little more consistent, and more
specific.
2019-10-04 19:13:30 -04:00
LoneWolfHT
310206dd4e Add swim animation and increase size of head overlay 2019-09-14 11:23:00 -07:00
Aaron Suen
d92f40b494 LoneWolfHT sent a new model.
- Tweaked some proportions to be more realistic.
- Fixed the hat/hair overlay (it's subtle but present).
2019-08-12 21:04:07 -04:00
Aaron Suen
f3115fce2b Incorporate LoneWolf's model updates, sent via discord. 2019-08-09 08:54:05 -04:00
Aaron Suen
68d996e1f3 Begin EOS for MT 0.4.
We actually haven't been testing in 0.4 at all for quite a while
now.  Since this is a standalone base game without complex
interdependency relationships, there isn't really any need to
maintain compat with old versions of the engine.  Players can
upgrade to play; keeping a separate copy just to play on old 0.4
servers is even still an option.

There is some internal cruft that has been building up to support
0.4, and this allows us to purge most of it.  The larger benefit
may come when we're able to remove line_of_sight in favor of the
more efficient raycast (still yet to be done).
2019-04-06 11:21:34 -04:00
LoneWolfHT
f6d8dad3fa Add swimming animations 2019-04-02 13:47:41 -07:00
Aaron Suen
46cefb3bc6 Fix model coords/position in 0.4.
Detect MT version and swap out a coordinate-transformed version of
the model.
2019-03-02 11:32:47 -05:00
Aaron Suen
473c65b403 Oops, forgot mods subdir. 2019-03-02 09:02:51 -05:00