|
I feel the colonization tech still needs some love, especially the fact that all races gets the same secondary colonization targets is very unfortunate.
If the colonization tech were instead split into three separate racial trees, then it would depend...
Started by Carewolf on
, 17 posts
by 9 people.
Answer Snippets (Read the full thread at matrixgames):
|
|
Anybody got any ideas of free to air horse racing rather than taken ut a sub to Racing UK?
Started by Fly4440 on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at digitalspy):
Fence if you have a bet on a race? No FTA except Saturdays and big meetings mid week on C4.
|
|
I think this code may be a bit to specific to work, but is it possible to to have damage work a different way for each race, not just armor penetration, but say less damage against ork then tyranid for example, and not just health.
look at it this way...
Started by laszers on
, 9 posts
by 5 people.
Answer Snippets (Read the full thread at relicnews):
I havent: alright, i think i have this, for the second option, how do you run race check, even though i am that said armor_defense and then had an....
Scratch that, I had gotten this post mixed up with the one on chapter specific damage.
|
Ask your Facebook Friends
|
Ok, 15mm billet aluminum racing tow hooks.
Price is $53 shipped (worldwide). This is an IWSTI discount, my normal eBay price is $59. I've sold a lot of these already.
The main hook is CNC machined from 15mm billet aluminum, the supporting bracket is 8...
Started by Rallytech on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at iwsti):
|
|
I have an 8 cell lithium ion battery that is at about 10 volts now from leaving my ignition on while troubleshooting my bike. I dont have time to order a $70 antigravity brand, 4 amp "lithium ion specific" charger. I do however, have a float charger that...
Started by Jackstand Johnny on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at customfighters):
Unnecessary for maintenance....
You don't trickle charge a lithium battery.
This is why people have bad experiences with these batteries -- they don't read the damn instructions (or, giving Johnny the benefit of the doubt, the manufacturer's instructions sucked) .
|
|
Hellow
First off I've already made a topic very similar to this but its quiet old.
http://www.udmod.com/newthread.php?do=postthread&f=48
Now, I wanna morph an flat disk kind of object into any sort of building that its "current" race has.
I've tryed following...
Started by THORONGIL on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at udmod):
Can't say I'm all that good with the editor at the moment, however, I do have the power of Google on my side! Managed to find these guides which may be useful
http://www.stardepot.org/55/morphing-buildings-guide
http://www.sc2mapster.com/forums... .
Hmm...
|
|
I'd like to write a pixel shader that takes an input image, and converts all of the colors of one Hue range (i.e. HSV) into another Hue Range.
My motivation is simple: I want to color a bunch of different textures differently, but i don't want to color...
Started by Mark P Neyer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Otherwise I guess you could "simply" convert an RGB color to HSV in your pixel shader using the formula from Wikipedia and then ... .
That might give you some inspiration.
Take a look at the "post RGB to HSV" sample over at the NVidia Shader Library page .
|
|
I know about the existance of question such as this one and this one . Let me explain.
Afet reading Joel's article Back to Basics and seeing many similar questions on SO, I've begun to wonder what are specific examples of situations where knowing stuff...
Started by Javier Badia on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, if you understand.
I was reading another SO question the other day where someone last few percent of performance that will allow you to win the race.
But I can't put my finger on specific examples.
|
|
I've read about systems which use the Flickr database of photos to fill in gaps in photos ( http://blogs.zdnet.com/emergingtech/?p=629 ).
How feasible is a system like this? I was toying with the idea (not just a way of killing time but as a good addition...
Started by dotnetdev on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There's a section about 4 minutes in where he builds... .
Sounds like you're wanting to build a Photosynth style system - check out Blaise Aguera y Arcas' demo at TED back in 2007 .
LINQ to Flickr on codeplex has a great API and would be helpful for your task .
|
|
In our application, we are using RMI for client-server communication in very different ways:
Pushing data from the server to the client to be displayed. Sending control information from the client to the server. Callbacks from those control messages code...
Started by Bob Cross on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The client factories are created on the server....
The socket factories create the sockets for RMI to use at both the client and server end so if you write your own you've got full control over the ports used .
You can do this with a custom RMI Socket Factory .
|