MB2 Community Event: Screenshot Competition: Capture the Moment!

Status
Not open for further replies.

Viserys

ex team lead
Movie Battles II Team Retired
Posts
798
Likes
868
s5cfmkN.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: Capture the Moment!


  1. We've all had those MB2 moments, where things randomly explode! Those unexpected events that make everyone type that 'LOL' and 'LMAO'!
  2. Capture that unique moment of MB2 craziness. Whether that's you mid-flight, a teammate thrown upside down by a rocket, a crazy melee move or the greatest group hug! Anything goes as long as it's fun and unexpected!
  3. Only 1 entry allowed person.
  4. Entries can be individual or as a team, as you might need help to get the perfect shot!
  5. Demo videos are allowed as long as they are uploaded on YouTube and embedded in this thread. 30 seconds maximum duration.
  6. Community will vote for their favorite shot.
  7. 1st, 2nd and 3rd places will win forum title awards.
  8. Competition ends on Sunday 12/03/17, 23:59, GMT -8.

Good luck everyone! Let the artistic juices flow!

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


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
 

Viserys

ex team lead
Movie Battles II Team Retired
Posts
798
Likes
868
Only one i could find

Well the point of the competition is to take a NEW screenshot/demo according to the theme. If you have one already that's good enough and matches the theme, you can use it of course, but use the opportunity to get the best screenshot you can!
 

SK5

Moderator
Internal Beta Team
EU Official Server Admin
Posts
392
Likes
555
Where is my victory?
 
Status
Not open for further replies.
Top