I need more bots

Pyro Pilots Lounge. For all topics *not* covered in other DBB forums.

Moderators: fliptw, roid

Post Reply
User avatar
Isaac
DBB Artist
DBB Artist
Posts: 7652
Joined: Mon Aug 01, 2005 8:47 am
Location: 🍕

I need more bots

Post by Isaac »

I'm working on a wallpaper with every bot from descent. Do any of you already have a folder with every robot in descent 1, 2, 3 and maybe the other descent related games? If u haz it please giv send it 2 me THANK U


Image
HD: http://imgur.com/nr5ZtB2.jpg
host page:

I'm just using imagemagick to make a big picture with all the images, so it only takes a few seconds to make one of these wallpapers.

Code: Select all

montage *.jpg -geometry 200x -tile x6 -mode concatenate -background black ../descentwallpaper.jpg 
❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉
-⎽__⎽-⎻⎺⎺⎻-⎽__⎽--⎻⎺⎺⎻-★ ·:*¨༺꧁༺ :E ༻꧂༻¨*:·.★-⎽__⎽-⎻⎺⎺⎻-⎽__⎽--⎻⎺⎺⎻-
❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉
User avatar
Fnoigy
DBB Ace
DBB Ace
Posts: 47
Joined: Thu May 22, 2014 8:14 pm
Location: Your mom's house

Re: I need more bots

Post by Fnoigy »

I SHOULD, but I don't.

Also, those old renders from Descent2.com always rubbed me the wrong way. The textures and shading look weird, and the robots don't seem right floating in space.

I would take screenshots of each robot instead. The best way to do that is use the developer version of D1x/D2x, you can find the link in this thread here: http://www.dxx-rebirth.com/frm/index.ph ... 874.0.html

That comes with a model viewer, which should give you good fine-angled shots of each robot. Just be careful not to play your saves, the dev. version can be a little wonky! I can't help you with D3, though.
User avatar
sdfgeoff
DBB Ace
DBB Ace
Posts: 498
Joined: Wed Jan 12, 2011 1:07 am
Location: Low Earth Orbit
Contact:

Re: I need more bots

Post by sdfgeoff »

I have a nice Zip file containing front-on screen shots of all the Descent 1 and 2 robots, thanks to Zico.

You'll notice each shot also has the health of every bot in it, and there is a text file with the damage of each weapon in the terms the game dealt with them in. For completeness' sake, I should mention that the ships health is ... 27360000 (4sf).
Well, here's the link.
Eh?
User avatar
Isaac
DBB Artist
DBB Artist
Posts: 7652
Joined: Mon Aug 01, 2005 8:47 am
Location: 🍕

Re: I need more bots

Post by Isaac »

Cool, thanks! You wouldn't happen to have the weapons too, would you?

Image
HD: http://imgur.com/j1M8dOj.png
imgur page:
❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉
-⎽__⎽-⎻⎺⎺⎻-⎽__⎽--⎻⎺⎺⎻-★ ·:*¨༺꧁༺ :E ༻꧂༻¨*:·.★-⎽__⎽-⎻⎺⎺⎻-⎽__⎽--⎻⎺⎺⎻-
❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉
User avatar
sdfgeoff
DBB Ace
DBB Ace
Posts: 498
Joined: Wed Jan 12, 2011 1:07 am
Location: Low Earth Orbit
Contact:

Re: I need more bots

Post by sdfgeoff »

Sorry, no. But this page has all the d1 ones, and this one for d2.
Eh?
User avatar
Isaac
DBB Artist
DBB Artist
Posts: 7652
Joined: Mon Aug 01, 2005 8:47 am
Location: 🍕

Re: I need more bots

Post by Isaac »

sweet

Image
HD: http://imgur.com/gs9KunA.png
imgur page:

Check out how I randomized them:

Code: Select all

montage $(ls | sort -R) -geometry 200x -tile x8 -mode concatenate -colorspace Gray -background black ../descentwallpaper.jpg
If you put $(ls | sort -R) in place of *.jpg or *.* it goes through all the images but randomly!


update:

Image
❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉
-⎽__⎽-⎻⎺⎺⎻-⎽__⎽--⎻⎺⎺⎻-★ ·:*¨༺꧁༺ :E ༻꧂༻¨*:·.★-⎽__⎽-⎻⎺⎺⎻-⎽__⎽--⎻⎺⎺⎻-
❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉❉⊱•═•⊰❉⊱•═•⊰❉⊱•═•⊰❉
mike8887123
DBB Ace
DBB Ace
Posts: 60
Joined: Wed Apr 03, 2013 9:46 pm

Re: I need more bots

Post by mike8887123 »

In that first picture that opens the thread, there's no small hulk.

There's a picture of a similar looking modded bot, as seen here:
http://www.bing.com/images/search?q=des ... tedIndex=8

Maybe I'm wrong, but I don't think its a small hulk. Are you accepting modded or fan-made robots too?
Descer
DBB Ace
DBB Ace
Posts: 68
Joined: Mon Apr 26, 2010 2:16 am
Location: A deserted village in middle of Finland
Contact:

Re: I need more bots

Post by Descer »

Vertogo bots too.
It's just a game. Face it.
Post Reply