Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realistic walking, pathfinding #2

Open
13 tasks
HarHarLinks opened this issue Jan 31, 2015 · 4 comments
Open
13 tasks

Realistic walking, pathfinding #2

HarHarLinks opened this issue Jan 31, 2015 · 4 comments
Milestone

Comments

@HarHarLinks
Copy link
Collaborator

Realistic walking/pathfinding means:

  • normally try to find route with only going 1 block up or falling max. 3 down (no fall damage)
  • jump across short gaps
  • if possible, walk diagonally instead of axis-aligned
  • bonus: if no "good enough" path is found, consider taking a little damage for faster route

sprinting:

  • sprint to jump over larger gaps
  • sprint-jump if enough saturation to be faster

falling:

  • avoid fall damage
  • take walking speed while falling into consideration (falling diagonally)

environment interaction:

  • use ladders and vines
  • open doors
  • mine/place blocks

enchantments, effects:

  • include Feather Falling buff if present to increase fall height
  • if jump boost status effect is active, take higher jumping into consideration
@Gjum Gjum added the wontfix label Jan 31, 2015
@Gjum
Copy link
Owner

Gjum commented Jan 31, 2015

Intended use is to exploit everything the vanilla (and maybe popular implementations like Bukkit, Spigot) protocol allows.

@Gjum
Copy link
Owner

Gjum commented Jan 31, 2015

This would actually make sense in a far future. But then again, everything on this list from NoCheatPlus should be considered as well.

@HarHarLinks HarHarLinks added this to the Physics milestone Feb 3, 2015
@Gjum Gjum added enhancement and removed wontfix labels Apr 18, 2015
@Gjum Gjum changed the title pathfinding to emulate relastic walking pathfinding to emulate realistic walking Apr 18, 2015
@Gjum Gjum changed the title pathfinding to emulate realistic walking Realistic walking, pathfinding Apr 19, 2015
@Gjum
Copy link
Owner

Gjum commented Aug 8, 2015

Just want to add this link to the NCP permission docs.

@Gjum Gjum removed the enhancement label Aug 29, 2015
@Gjum Gjum modified the milestones: Tasks, Physics Jan 6, 2016
@Gjum
Copy link
Owner

Gjum commented Jan 6, 2016

Physics are done in SpockBot. Moving to Tasks milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants