* If a color is undefined (or set to "Nil"), it should be ignored instead of defaulting to black.
There are missile effects that are useful if only one of the colors are drawn instead of both. The default of black for an undefined color is not good enough because black will be drawn over space while the ship is close to a star (and anything else that is under the black effect). Note, color of "0x00, 0x00, 0x00" should still draw black. Just that color of "Nil" or no color should be completely transparent.
* Add a variant of the beam type "lightning" called "lightningBeam" or "lightningBolt".
All of the current lightning bolt effects are shaped like tear drops and do not look good as continuous beams like those fired by a lancer. I like to be able to create a weapon that shoots a long lightning beam, a bit like the lightning gun from the Quake series. The beam effect that is closest to what I want is "lightning" with no primaryColor defined. However, no primaryColor sets that part of the beam black, which causes that segment of the beam to flicker periodically, or appear black when space is not black. What I would like for this hypothetical "lightningBolt" effect is to draw only the secondaryColor part of the current "lightning" beam effect. Even this secondaryColor part of the "lightning" beam seems to consist of at least two jagged lines, and should support primaryColor and secondaryColor. In addition, this new beam's endpoints should be extended a few pixels longer than the current "lightning" beam.
Feature requests regarding painters.
Download and Play in 1.9 beta 1...
Drake Technologies (Alpha): More hardware for combat in parts 1 and 2!
Star Castle Arcade: Play a classic arcade game adventure, with or without more features (like powerups)!
Playership Drones: Buy or restore exotic ships to command!
Other playable mods from 1.8 and 1.7, waiting to be updated...
Godmode v3 (WIP): Dev/cheat tool compatible with D&O parts 1 or 2.
Drake Technologies (Alpha): More hardware for combat in parts 1 and 2!
Star Castle Arcade: Play a classic arcade game adventure, with or without more features (like powerups)!
Playership Drones: Buy or restore exotic ships to command!
Other playable mods from 1.8 and 1.7, waiting to be updated...
Godmode v3 (WIP): Dev/cheat tool compatible with D&O parts 1 or 2.
-
- Developer
- Posts: 2998
- Joined: Thu Jul 24, 2003 9:53 pm
- Contact:
I've added a ticket: http://wiki.neurohack.com/transcendence/trac/ticket/781