View unanswered posts | View active topics It is currently Thu Jan 09, 2025 10:41 pm



Reply to topic  [ 1377 posts ]  Go to page Previous  1 ... 55, 56, 57, 58, 59, 60, 61 ... 92  Next
 [WIP] DSTech Corp (UPDATED: 5/22/09) 
Author Message
User avatar

Joined: Wed Jan 14, 2009 7:12 pm
Posts: 1525
Location: In between your sister's legs, showing her how to use a... PS3 controller!
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
Yeah. But then there's the emitter lifetime problem.


Sun Apr 19, 2009 12:10 am
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
DSMK2 wrote:
ion cannon turret from UT2004.

I like this idea, I like it a lot.

Gold generator faction sounds great, and I'm sure it'll look great if your previous sprites have anything to say.


Sun Apr 19, 2009 12:11 am
Profile
User avatar

Joined: Wed Jan 14, 2009 7:12 pm
Posts: 1525
Location: In between your sister's legs, showing her how to use a... PS3 controller!
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
And I came up with it :D


Sun Apr 19, 2009 12:14 am
Profile
User avatar

Joined: Fri Dec 28, 2007 4:19 am
Posts: 1119
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
Duh102 wrote:
DSMK2 wrote:
ion cannon turret from UT2004.

I like this idea, I like it a lot.

Gold generator faction sounds great, and I'm sure it'll look great if your previous sprites have anything to say.


Image
Huge gold generator...

I'm sorta using this as a way to improve my spriting, though I'm noticing that I can't seem to dither right,


Sun Apr 19, 2009 12:14 am
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
DSMK2 wrote:
Huge

You weren't kidding!
Hm, I would suggest making it attachable-tastic, though you probably already have that planned (I remember the first time I blew up a Tantus).


Sun Apr 19, 2009 1:07 am
Profile
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
Seriously, you don't need dithering with the quality of sprite you make.... -_-"


Sun Apr 19, 2009 1:13 am
Profile WWW
User avatar

Joined: Wed Dec 10, 2008 3:21 am
Posts: 116
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
DSMK2 wrote:
i'm alive


YES!!! So glad to hear that.

That gold generator looks pretty sexy. Keep it up.


Sun Apr 19, 2009 5:31 am
Profile
User avatar

Joined: Sun May 11, 2008 12:50 pm
Posts: 899
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
That shading style of yours doesn't require dithering, the dithering looks out of place.


Sun Apr 19, 2009 1:11 pm
Profile WWW
User avatar

Joined: Wed Jan 14, 2009 7:12 pm
Posts: 1525
Location: In between your sister's legs, showing her how to use a... PS3 controller!
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
Make it emit piles of smoke, to keep up the image of terrible wastefulness.


Sun Apr 19, 2009 4:00 pm
Profile
User avatar

Joined: Mon Jul 16, 2007 9:50 am
Posts: 1512
Location: Tallahassee, FL
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
411570N3 wrote:
Seriously, you don't need dithering with the quality of sprite you make.... -_-"

Yes he does. His shading has always been sub-par.

This looks like a decent explanation of proper dithering. Read this: http://kitted.deviantart.com/art/DITHER ... s-69747353

Looking at it, I'm doing it kinda wrong myself. Though perhaps there's more than one way to do it.


Sun Apr 19, 2009 4:14 pm
Profile YIM

Joined: Sat Jan 13, 2007 11:04 pm
Posts: 2932
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
Shook wrote:
DSMK2 wrote:
Doesn't work, since the MOPixels spread! Unless you did it yourself...

Works for me, i did it with MARS's Autocannon. Just be sure to set the max and minimum velocities to 0 or like, 0,00001. And zero spread as well. Here's a part of the TDExplosives gib code:
Code:
   AddGib = Gib
      GibParticle = MOPixel
         CopyOf = AtC Bullet 3
      Count = 1
      Spread = 0
      MaxVelocity = 0.01
      MinVelocity = 0
      Offset = Vector
         X = 0
         Y = 2

And the MOPixels stay together as one slug through the whole lifetime.


But that doesnt seem to make any difference... the particles still wont ignore you. Does this technique make the weapon load inherit the velocity so well that no matter how you move, the shots wont get you?
And besides, the emitter thing is mostly used for wide/multiple line weapon which DSMK2 was aiming for. A wide beam.

Not only that, but emitters allow you to set the particle speeds to differ which allows for really long looking shots. (MinVel 10, MaxVel 100 = long beam of particles)


Also yes, a gold generator is a good idea since this faction produces some expensive stuff in large quantities like a mighty power hungry army.
Only digging wont do the justice so a generator will work fine.

You can make the generator be a brain unit too or a brain variant of it because its fairly important and looks like you could stuff in a powerplant inside that thing besides a gold gen.

Quote:
Ut2k4 Ion Cannon turret


Oh yes... C :


Sun Apr 19, 2009 4:55 pm
Profile
User avatar

Joined: Fri Feb 16, 2007 8:43 pm
Posts: 1695
Location: AH SHIT FUCK AUGH
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
numgun wrote:
Does this technique make the weapon load inherit the velocity so well that no matter how you move, the shots wont get you?

Yes, that's why i use it instead of emitters, usually.

numgun wrote:
And besides, the emitter thing is mostly used for wide/multiple line weapon which DSMK2 was aiming for. A wide beam.

Depending on what you mean by wide, this is also possible. Give the pixels different Y values for their offsets. Besides, he said it worked himself. :U

numgun wrote:
Not only that, but emitters allow you to set the particle speeds to differ which allows for really long looking shots. (MinVel 10, MaxVel 100 = long beam of particles)

That's true, which is why i can't forfeit emitters entirely. >.>

ANYWAYS, hueg gold generator = Om nom nom. I also smiled when i heard "UT2004 Ion Cannon". :grin:
And another note, this faction be very nice. Quite overpowered, but very nice. And fun too.


Sun Apr 19, 2009 5:04 pm
Profile WWW
User avatar

Joined: Wed Jan 14, 2009 7:12 pm
Posts: 1525
Location: In between your sister's legs, showing her how to use a... PS3 controller!
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
IDEA:
Give it a turbine type thing that animates as it emits gold! And make it emit tons of smoke from every visible hole in the plating.


Sun Apr 19, 2009 5:10 pm
Profile

Joined: Sat Jan 13, 2007 11:04 pm
Posts: 2932
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
Flammablezombie wrote:
...And make it emit tons of smoke from every visible hole in the plating.


Nah, not lots atleast. If youre giving an emitter to stationary and lasting objects, try to have them rare and emit smoke at slow and small intervals.
I hated Thanatos' old reactor since the emissions eventually were like a lag drain than a cool detail in the end.


Sun Apr 19, 2009 6:37 pm
Profile
User avatar

Joined: Fri Dec 28, 2007 4:19 am
Posts: 1119
Reply with quote
Post Re: DSTech Corp (UPDATED: 1/18/09)
Image
Credits to Geti for the help!

Er, am I doing this right?


Thu Apr 23, 2009 4:06 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 1377 posts ]  Go to page Previous  1 ... 55, 56, 57, 58, 59, 60, 61 ... 92  Next

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.055s | 14 Queries | GZIP : Off ]