-
Notifications
You must be signed in to change notification settings - Fork 1
Veloren: 04 Bug Fixes
tonyvu0605 edited this page Feb 16, 2021
·
11 revisions
Evander's Bug - Declutter Scrolling Number Text
- Located file where numbers are generated.
- Located file where numbers are drawn on screen over a character.
- Working through adding a delay of sorts or adding spacing, or potentially combining numbers up to a threshold before clearing screen
Jaid's Bug - Crafting Categories
- Crafting dialog has become difficult to use because the recipes are unordered
- Update UI with a dropdown button
- Need to alphabetize the recipes.
- Create a list of items that can be sorted by category (e.g. food, armor, supplies)
- Multiple categories for each item
- Items can be searched & filtered and picked from the list
- Order the items in the .RON files
Nicoles' Bug - Show a warning when attempting to connect to a server with a differing version
- No warning is being shown when connecting to a server with differing version
- Write code that pulls current version type and compare to client type
- Worked on compiling the program and testing.
- Downgraded client and connected to updated server.
- Locating main file to and variable names to compare.
Tony's Contribution - Translation
- Located where translation files needed to be added
- Located base text file
- Located ISO 639-1 codes pertaining to Vietnamese
- Started working on translation
- Completed Common section (Weapon naming, NPC naming, Basic Interface)
- Currently working on Main Screen translation (Username, Server, Login Text)
Noah's Bug - more skeletons
- Compiled the program and located locations of where Sprites are stored
- There are already skeletons in the game but new types of Skeletons are needed
- Looked at the design and drew up ideas for skeleton quadrupeds (bears, buffalo, cows, etc)
- Came up with design ideas for needed bipeds (Humans) this already has some but they needed a simple skeleton.
- Ghost Skeletons also are needed currently figuring out if to add legs on the ghost or leg-less.