Advertisement
Guest User

Untitled

a guest
Jun 18th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. -Very polished, love the intro and the music.
  2. -Resource pack check works well.
  3. -It isn't immediately obvious to the player that clicking the sign changes the difficulty level.
  4. -Sword to cut leaves doesn't actually cut all leaves. There doesn't seem to be a visual distinction for which
  5.  
  6. can be cut.
  7. -Some lagspikes. Not sure if avoidable.
  8. -Transposition orb is a cool way to make a co-op map playable with one player.
  9. -And the timer makes it so players don't accidentally use it when scrolling over hotbar.
  10. -Intro is a good use of "Show, don't tell".
  11. -Cool, falling gravel physics puzzle! Haven't seen that in forever.
  12. -Possible to create a softlock by accidentally dropping sword.
  13. -There's a button here. Not sure if it does anything.
  14. -Without any food or saturation, starving to death happens pretty quickly.
  15. -Actually, the first boss fight is basically impossible given the constant poison potions and no
  16.  
  17. regenning health due to hunger dying almost immediately. I had to open to lan and cheat here in order to give
  18.  
  19. myself saturation.
  20. -I missed the intro to Chapter 2, since I'd paused and my game was still "open to lan" from earlier. Not your
  21.  
  22. fault, but I'm noting it here just in case.
  23. -Heh. Windows startup sound.
  24. -Sensory deprivation parkour is a cool idea.
  25. -I fell off of here while my coal was placed elsewhere and softlocked the game. http://i.imgur.com/bHhufQR.png
  26. -Typo. http://i.imgur.com/bwMAucA.png
  27. -Was that missile I picked up actually used anywhere? I mean, I fought missiles, but I don't remember ever
  28.  
  29. actually using the one that I had. It was in an out-of-the-way place, so maybe I was accidentally sequence-
  30.  
  31. breaking?
  32. -I like the health feedback on the final boss. Why wasn't it used on the other ones, though?
  33. -The use of colored outline to show her next attack was helpful. The fireballs were still usually too far away
  34.  
  35. for me to deflect, though.
  36. -To be specific: Since the fireball launch location appears to be random, the time between when the
  37.  
  38. fireball is launched and when it hits the wall is usually not enough time to actually reach a fireball to
  39.  
  40. deflect. This leaves it feeling more like a game of roulette than a boss battle. Maybe if there were some way to
  41.  
  42. predict where the fireballs will be, or launch one at the player?
  43. -Since the skeleton attack is a three-hit kill (and the only attack that isn't easy to survive), it
  44.  
  45. winds up being a game of hoping you get enough fireballs to actually deflect three before he uses the skeleton
  46.  
  47. attack.
  48. -This stacks with the hunger issues mentioned earlier. Losing a boss battle to a single hit simply
  49.  
  50. because the boss took so long to be vulnerable that you ran out of hunger doesn't feel fair, especially when it
  51.  
  52. means you have to restart the whole thing.
  53. -Fireball deflection sometimes failed if I was too close to the witch. This is an issue because being really
  54.  
  55. close to the witch is the only way to consistently get a decent fireball deflection.
  56. -Maybe not strictly speaking a typo, but somewhat awkward wording?
  57.  
  58. Regarding the backend:
  59. -A bit nitpicky, but you've left TrackOutput on on every command block I could find. This combined with the fact that you have most of your redstone within the player-loaded area and are most likely well beyond the "63" rule in certain places means that, in co-op, the map would probably have unplayable lag issues in certain areas. Normally I don't care about backend stuff so long as it works well, but this is a fairly serious issue. I'd advise running Texelelf's "FixLag" filter to disable the trackoutput on all of your command blocks. It'll prevent block update ticks from being sent to the clients, as well as the chunk updates most likely sent in cases where more than 63 blocks are run in a given chunk on a given tick.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement