MB2 Community Event: Screenshot Competition!

Status
Not open for further replies.

Viserys

ex team lead
Movie Battles II Team Retired
Posts
798
Likes
868
00MaQ8n.png


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: A Sniper!


  1. Screenshot must depict a sniping activity (can be within the scope)
  2. All sniper classes allowed: Hero (projectile), Bounty Hunter (projectile or disruptor), Arc Trooper (M5), Mandalorian (E-33)
  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.
  6. Community will vote for their favorite shot.
  7. 1st, 2nd and 3rd places will win forum awards.
  8. Competition ends on Sunday 29/05/16, 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
 
Last edited:

Gargos

Donator
Movie Battles II Team
Posts
574
Likes
1,186
I guess I enter as a team (with qwerty) since the ultimate snipe was already made long time ago:
(If you want to give extra points, this camera trick was done with pug mod which was a bit harder to use than JAMME :p)
 
Posts
296
Likes
216
So, this happened last night after getting rekt so hard i broke in two (Cameraman is Bean from Dune). Was trying to MLG a mando snipe at point blank range:

KXuIvUw.jpg
 

Lervish

Donator
Movie Battles II Team Retired
Posts
258
Likes
319
I am apparently late, but I wanted to sign up the poor BH from this video to the contest. Other credits go to myself for the basic popsnipe and Beethoven for the music.
 
Last edited:
Status
Not open for further replies.
Top