View Single Post
Old 09-11-09, 08:33 PM   #4
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Harbors - harbors are made by creating 'clones' from the items in the 'harbor kit'. Can these be real objects instead of clones? Being clones poses some limitations on what you can do with them. And because the harbor objects inherited from the base harbor object who inherited from 0x0 this caused even more problems when you tried to do some fancy tricks with the harbor objects. Basically looking for a better system of making harbors and the objects in them.
The lighthouse's rotating 'light' needs to be fixed so that it doesn't shine through it's own lighthouse (SH3 not sure about SH4)
When an object is created that depends on some player guidance (TDC for example for the torpedo), instead of it always spawning north when it doesn't have the information it needs, let it spawn in the direction the controlling object is facing. For instance: I create a torpedo rack on a ship (which is really a gun with the shell's explosion effect spawning a torpedo or the gun's firing effect spawning a torpedo) and when the torpedo rack locks onto a target and it 'fires' the torpedo will spawn in the direction the weapon is facing instead of north (000). This is what has been holding back AI torps from using real torpedoes when I have tried.
Let the ship and sub objects be able to be spawned in code. This will help with making lifeboats, fast boats, etc. If I make a ship that is actually a lifeboat I want to be able to spawn it in code. For instance: when a certain object on the ship is destroyed I want to be able to spawn a lifeboat in it's replacement (through a controller).
Ability to add new dials, buttons, etc. and to be able to map those items to objects so that they can be controllable.
Ability to turn on/off commands. For instance: you have to order your sub to dive by either pressing the key on your keyboard or pressing the dive button. Make this able to be done in code - give me a controller or something that I can use to make these events happen without user input. This will make MANY things happen that I/others have been wanting to do.
Let each crewmember be able to be customizable. If I want one to have a jacket and another not I should be able to do this (easily). Don't tie their jacket to the base 3D model of the crewmember or to it's animations. The jacket should be a seperate object that is able to be 'worn' by the crewmember. Granted this poses some addition animations just for the jacket (or other objects). Let this apply to anything that can be added to a crewmember's person.
I'm sitting in Houston's airport awaiting my next flight so if I think of more I will post more. I just can't think of anything more at the moment.

Last edited by TheDarkWraith; 09-11-09 at 08:47 PM.
TheDarkWraith is offline   Reply With Quote