Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 3 of Ticket #381


Ignore:
Timestamp:
Jan 10, 2016, 11:32:57 AM (8 years ago)
Author:
fvultier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #381

    • Property Keywords PPS added
    • Property Type changed from PPS_project to task
    • Property Summary changed from Waypoints to Waypoints/Quest Guide
  • Ticket #381 – Description

    v1 v3  
    55  * as marking of the waypoint position.
    66  * as way indicators (easy mode) from one waypoint to another.
    7  * Display a message.
     7 * Trigger an event if the player is in a certain range.
     8 * Maybe there are multiple types of waypoints. Such that mark a single points, other that are a volume in space, ...
     9 * Be visible only for the player it belongs to. So it needs to have an owner
     10 * Waypoints should be attachable to moving objects like a allied spaceship.
    811
    912See:
    1013http://forum.orxonox.net/viewtopic.php?f=24&t=624&start=15
     14
     15Steps:
     16- Learn how to add new C++ classes to Orxonox
     17
     18- Write general concept on paper
     19
     20- Implement your concept in C++
     21
     22- Create a simple test level that demonstrates how to use the waypoints such that future level designers may use them
     23
     24- Write a documentation page for the Orxonox wiki