Skip to content

Releases: shnok/l2-unity

0.0.7: Skillbar, actions, lighting, restart

15 Sep 07:35
baf721b
Compare
Choose a tag to compare

Features

  • Skillbar
  • Actions / Action window
  • Sit/Stand
  • Walk/Run
  • Exit/Restart features + System menu
  • Tab targeting
  • UI shortcuts

Enhancements

  • Upgraded to Unity6 (Realtime lighting now using Adaptive probe volumes)
  • Improved combat mechanics (Player state machine refactored)
  • Player movements are now smooth
  • Various UI tweaks
  • Switched to new Unity input system

Fixes

  • Fixed wrong NPC positions
  • Fixed some NPCs not being correctly loaded
  • Inventory window now opens even when receiving an empty item list

Default shortcuts:

Skillbar 1 -> F1-12 keys
Skillbar 2 -> 1-= keys
Inventory -> I
Character info -> P
Actions -> C
Next target -> Tab
Attack -> F
System menu -> X
Run forward -> W, Both mouse buttons
Close opened windows + Open system menu -> Esc

Commits

Full Changelog: 0.0.6...0.0.7

0.0.6: Inventory

18 Aug 08:13
5071f58
Compare
Choose a tag to compare

What's changed

Features:

  • Inventory window:
    • Drag and drop items
    • Item destroy
    • Equip/Unequip items
    • Model and animation update on gear changes
    • Stats calculation on gear update

Bug fixes:

  • Fixed stats calculation
  • Network fix on packet encryption/decryption

Commits

Full Changelog: 0.0.5...0.0.6

0.0.5: Stats and damage formulas, system messages, char info window, combat refacto

16 Jul 11:46
5acb661
Compare
Choose a tag to compare

What's Changed

  • Dev Inventory Code by @gawric in #18
  • Stats calc, damage calc, statemachine, char info UI by @shnok in #21
  • 0.0.5: Stats and damages formula, system messages, char info window, combat refacto by @shnok in #22

Full Changelog: 0.0.4...0.0.5

0.0.4: user sync fix, user packet fix, char select UI, combat tweaks

07 Jul 09:56
dcdc06e
Compare
Choose a tag to compare

What's Changed

  • Dev by @shnok in #16
  • threading fix on entity update by @shnok in #17
  • 0.0.4: user sync fix, user packet fix, char select UI, combat tweaks by @shnok in #19

Full Changelog: 0.0.3...0.0.4

0.0.3: Char select, bug fixes

03 Jul 03:39
c4821c7
Compare
Choose a tag to compare

What's Changed

  • user input regex fix, char creation right arrow fix by @shnok in #12
  • Char select by @shnok in #13
  • Character select base and bug fixes by @shnok in #14
  • charselect walk animation by @shnok in #15

Full Changelog: 0.0.2...0.0.3

0.0.2: login/logout, lobby

01 Jul 14:28
ce1fa85
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @shnok made their first contribution in #3

Full Changelog: 0.0.1...0.0.2

0.0.1

22 Jun 18:44
Compare
Choose a tag to compare
Merge branch 'dev' into 'main'

Dev

See merge request shnok/l2-unity!40