Skip to content

Releases: VORPCORE/VORP-Character

v1.0.1-hotfix.4

28 Mar 19:06
d844c89
Compare
Choose a tag to compare

What's Changed

  • fix(character/management): Fix character deletion and Clothing on spawn by @Local9 in #28

Full Changelog: v1.0.1-hotfix.3...v1.0.1-hotfix.4

v1.0.1-hotfix.3

26 Mar 20:00
5c491a0
Compare
Choose a tag to compare

What's Changed

  • fix(character/selection): Fixes clothes not showing on selection and character creator clothes menu by @Local9 in #26

Full Changelog: v1.0.1-hotfix.2...v1.0.1-hotfix.3

v1.0.1-hotfix.2

26 Mar 18:04
Compare
Choose a tag to compare

Fixes issues when connecting as a new user who has no characters.

v1.0.1-hotfix

26 Mar 12:03
c2d98b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.1-hotfix

v1.0.1

26 Mar 11:48
e5f0c4b
Compare
Choose a tag to compare

What's Changed

  • Refactor Character by @Local9 in #13
  • fix(config/language): Fix issue with loading character config files by @Local9 in #17
  • Italian added by @Bevilh2o in #3
  • fix(character/creator): Controls now show and work after selecting a character type by @Local9 in #21
  • fix(character/deletion): Fixes deletion logic and adds missing language settings by @Local9 in #23

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Testing Only

19 Jan 02:36
Compare
Choose a tag to compare
v1.0.0 - Testing Only Pre-release
Pre-release

This release does come with its own issues, and is now flagged for feedback only. Previous working build is also attached below.

Initial work on refactoring the character creation script; please remember to back up your current resource version if you choose to use this, as not all testing was completed, but as much feedback as possible if you do.

  • Fix Index Error (it should be dead now, honestly 477 Language locations and numerous locations for Male/Female could of caused it)
  • Refactored/Organised Server and Client projects so its easier to to start cleaning up

Known issues with the testing build;

  • Create Character not loading correctly or duplicates characters
  • Loading a created character is throwing an index error, issue related to an event sending a null value before loading

2021-11 Build

30 Mar 10:56
Compare
Choose a tag to compare

This is being added to releases for those experiencing issues.

v1.0.0-alpha.1 : The refactoring continues

29 Jan 13:56
Compare
Choose a tag to compare
  • Loop components to check they have been added
  • Delayed some component applications so parts can setup correctly
  • Added hashes for some additional items @kamelzarandah
  • /rc command without any args will refresh the whole character, passing the argument clothes will only refresh the clothing.
  • Debug output is now only shown for Development Builds

known issues

  • Some components still not loading correctly, still investigating

v1.0.0-alpha : The refactoring

28 Jan 13:38
Compare
Choose a tag to compare
Pre-release

This is a build of work done in the refactor-character branch, please do report any issues.

Overview of Work Done

  • Refactored project layouts to make maintaining the resource a lot easier
  • Refactored character loading, all character setup is done in one method.
  • Character loading and refreshing is faster
  • Character skin when selected is stored locally on the client (this is to be used in the future to make initial loading faster)
  • Character Creator Menu refactored, a lot of duplicated code removed and squashed down
  • In general, a lot of duplicated code has been removed
  • Additional hashes provided by @DintyGadget
  • Coat closed command; Credit @DintyGadget
  • Issue with model loading corrected (Thank you @DintyGadget for changing my focus so I saw this issue)

Known Issues

  • Scale doesn't always set correctly, this is a timing issue and still being looked at.
  • Sometimes components are missing, again, possible timing issue but it works a lot better than it did. (no more Ubisoft faces)
  • Character Creator doesn't load any preset components, work is still to be done on this.