MB2 Community Event: Screenshot Competition!

Status
Not open for further replies.

Viserys

ex team lead
Movie Battles II Team Retired
Posts
798
Likes
868
1Fb4wq8.jpg


Hello MB2 community! It is time to prove your artistic capability and show just how well you know this game!
The competition is simple: take the best screenshot according to the theme above: The Mandalorian class!


  1. Only 1 entry allowed person.
  2. Entries can be individual or as a team, as you might need help to get the perfect shot!
  3. Community will vote for their favorite shot.
  4. 1st, 2nd and 3rd places will win forum awards.
  5. Competition ends on Sunday 6/12/15, 23:59, GMT -8.

Good luck everyone! Make the Mando'ade clans proud!




Screenshot tips:

In order to take good screenshots, you will need to at least turn off the HUD. 4th Person View or Spectator mode might also be useful. The code below binds all necessary commands to toggle HUD, toggle 3rd/4th person view, and take a screenshot. Simply:
  1. copy-paste it to a text file
  2. save the file as camera.cfg in your MBII folder
  3. type /exec camera in console to activate it during gameplay
Of course, you can change the binded keys if you want to.

Code:
set d1 "cg_thirdpersoncameradamp 0.0 ; set nextmode vstr d2 ;echo 4th Person View"
set d2 "cg_thirdpersoncameradamp 0.3 ; set nextmode vstr d1 ;echo Default View"
set viewmode "vstr d1"

set d3 "cg_draw2D 0; set hudmode vstr d4"
set d4 "cg_draw2D 1; set hudmode vstr d3"
set hudmode "vstr d3"

bind 7 "vstr hudmode"
bind 8 "vstr viewmode"
bind 9 screenshot

If you really want to go all out on your artistic abilities, you can take a demo of the moment you want to capture and then use jamme to take the screenshot.
Download and installation instructions for jamme can be found here
Basic controls can be found in mme/cmds.txt after installation. These include:
  • /view camera -> to toggle to camera view
  • primary mouse + A/D/S/W -> to move the camera
  • C -> to pause the demo
  • 5 -> to remove the jamme HUD
  • /speed <value> -> to change the speed of the playback
  • /screenshotPNG -> to take the screenshot
 
Posts
495
Likes
540
so, what to do when jamme gives me this:
shot.0003.png

inb4 no, it's not my entry

edit: found a solution: don't use r_mode -1
 
Last edited:

ent

Movie Battles II Team
Posts
848
Likes
390
Seems like PNG failed you, try JPG or TGA, @Damn Polak.
But if you still want PNG then try mme_screenShotAlpha 1.
 
Posts
495
Likes
540
I've got an exam tomorrow but I just had to do this I guess
aMzHXG.png
This i great! Someone had to do this; Did you use taunt animation for this?

anyway i've alredy posted my entry, but couldn't resist doing somethin extra, just for the lulz
2 rounds on kamino and there's alredy enough of pics:
manda.JPG

oh and btw.
Seems like PNG failed you, try JPG or TGA, @Damn Polak.
But if you still want PNG then try mme_screenShotAlpha 1.
tried that, doesn't help; maybe it's my GPU's fault? i have an integrated intel
 
Posts
460
Likes
682
This i great! Someone had to do this; Did you use taunt animation for this?

anyway i've alredy posted my entry, but couldn't resist doing somethin extra, just for the lulz
2 rounds on kamino and there's alredy enough of pics:
View attachment 227

oh and btw.

tried that, doesn't help; maybe it's my GPU's fault? i have an integrated intel

I really love the second pic from the bottom. You should do that as a single picture.
 
Status
Not open for further replies.
Top