rlane / Oort-legacy

Space fleet programming game
http://oort.lefora.com
GNU General Public License v2.0
12 stars 5 forks source link

improve workflow for adding new ships #18

Open rlane opened 13 years ago

rlane commented 13 years ago

Currently, to add a new ship you need to: (see a963669d155103fd77c578439da2cdabf150ec47)

We should move the ship vector art into data files so no Vala code needs to be modified to add a new ship.

austinjames314 commented 13 years ago

How many new ships do you want to add? Do you envisage user designed ships, or is this just to ease development? How many ship types do you envisage?

rlane commented 13 years ago

I don't expect to add many more ships. I do want to make it easy for people to tinker with the game and improve on the current ship selection. I also think it would be interesting to allow scenarios to modify the ships table and add new ones.