Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 17 years ago

Last modified 16 years ago

#235 closed PPS_project

Spaceship weapon system — at Version 1

Reported by: landauf Owned by: nobody
Priority: minor Milestone: Version 0.1 Codename: Arcturus
Component: WeaponSystem Version: 0.1.0
Keywords: Cc:
Referenced By: References:

Description (last modified by bknecht)

Introduction

Design a weapon system for spaceships. Find a way to assign weapons to ships. A way to change weapon configuration and fire mode.

Goal

A very generic interface for space ships. A ship should be able to be equipped with several weapons like lasers, projectile guns and missiles. Find a way to manage all the features those weapons have and to control them from the ships control.
This system might be used for not only space ships, but other crafts.

Implementation

Think of several weapon types and how they differ. The system must be used by AI as well. You need to find a way to define weapon slots and assign weapons to it. Change the selection of different weapon slots so a variation of weapons can be used.
Most certainly the weapon system has to have its link to the space ship. Weapon slots has to have a position on the space ships model and must be reached through control and AI.
Weapons may shoot, charge, recharge, upgrade and load or may have special features like remote triggering. Figure out if this is an issue of the weapon system or the weapon itself.

Change History (2)

comment:1 Changed 17 years ago by bknecht

  • Description modified (diff)

Changed 17 years ago by bknecht

Note: See TracTickets for help on using tickets.