Advertisement
G4U55

Untitled

Dec 2nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Update v1.0.0.5:
  2.  
  3. Scene loading
  4. Loading process has been modified, aside of additional feedback to the user with motion loading icon the loading has been split in 2 parts. Map loading, and tank loading.
  5. The loading screen will remain visible while map assets are being loaded and generated. The small spike generated at the end of the map loading is due to Shader.Parse. This is an unity issue and I can´t do more.
  6.  
  7. Once map is loaded, the tanks keep loading and caching into memory, but level camera is shown and info text informs the users of the current task, like “tank model” cached in memory or “tank model” spawned. The resource loading and caching process is async. Overall the load experience is much smoother. Further, if game is replayed, the caching is non existing so game will start soon after map is loaded.
  8.  
  9. Options menu navigation
  10. Options menu navigation gives better feedback on what items is currently selected and is visually more appealing.
  11.  
  12. Too hardcore first-time experience
  13. This issue was more of console user issue, so the tutorial only covers gamepad for now, if you enter "school" with gamepad mode tutorial will show.
  14.  
  15. Some users complain of the lack of knowledge on how to command the tank. First match a tutorial is shown while in match. It will stop showing once tutorial is completed. Once “Baptism of fire” match Is no longer available in main menu, this match, always showing tutorial is available on the “School” icon, bottom right.
  16. For older users having played, tutorial will be shown on “deathmatch” or “team deathmatch”. Until they complete it.
  17.  
  18. Survival hiccup between waves
  19. An error in the caching loop was overwriting the cache of waves only caching the last wave, this would cause a hiccup between waves, now the hiccup is minimal.
  20.  
  21. Parts damage would not reset
  22. If tank was destroyed with wheel damage, wheel damage would persist on next spawn.
  23.  
  24. Some tanks get stuck on nature maps
  25. Some WW2 tanks would get stuck on nature maps, terrain has been smoothed to prevent these situations. Mainly this was due to Xbox having lower physics quality.
  26.  
  27. Camera clip
  28. More aggressive camera antic lip to avoid graphical issues on city map.
  29.  
  30. MISC
  31. On spawn shield
  32. City map layout extended and added decoration props
  33. Desert map textures enhanced and slightly lowered brightness for less bloom
  34. Wheeled modern autocannons have been balanced with more armor.
  35. Anime visual mode slightly modified for sharper image
  36. “ENEMY” “TEAM” labels on anime would flicker if occluded.
  37. Max AI has been lowered by 2 in S and X.
  38. 2 tracks from Akiba fm removed 2 new tracks added to Akiba fm radio
  39. Small other fixes and tweaks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement