Releases: VORPCORE/VORP-Character
v1.0.1-hotfix.4
What's Changed
Full Changelog: v1.0.1-hotfix.3...v1.0.1-hotfix.4
v1.0.1-hotfix.3
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
Fixes issues when connecting as a new user who has no characters.
v1.0.1-hotfix
What's Changed
Full Changelog: v1.0.1...v1.0.1-hotfix
v1.0.1
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
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
This is being added to releases for those experiencing issues.
v1.0.0-alpha.1 : The refactoring continues
- 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 argumentclothes
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
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.