All Projects → ata4 → mineshot

ata4 / mineshot

Licence: Unlicense License
A Minecraft mod for creating high resolution screenshots.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mineshot

Overloaded
Minecraft Mod: Overloaded
Stars: ✭ 17 (-74.24%)
Mutual labels:  minecraft-forge-mod
OptiForge
Make OptiFine be compatible with Forge.
Stars: ✭ 62 (-6.06%)
Mutual labels:  minecraft-forge-mod
ancient-trees
🌳 A Minecraft mod that hides saplings of thirteen extinct species of trees to chests during world generation.
Stars: ✭ 14 (-78.79%)
Mutual labels:  minecraft-forge-mod
autoscreen
Automated screen capture utility
Stars: ✭ 76 (+15.15%)
Mutual labels:  screenshot-utility
Thistle
6502 based architecture for OpenComputers
Stars: ✭ 26 (-60.61%)
Mutual labels:  minecraft-forge-mod
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (-65.15%)
Mutual labels:  minecraft-forge-mod
Techarium
A futuristic 1.16 Minecraft Tech Mod.
Stars: ✭ 62 (-6.06%)
Mutual labels:  minecraft-forge-mod
YUNGs-Better-Caves
Minecraft mod that completely overhauls cave generation
Stars: ✭ 90 (+36.36%)
Mutual labels:  minecraft-forge-mod
ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (-68.18%)
Mutual labels:  minecraft-forge-mod
blockbuster
The Machinima Studio mod
Stars: ✭ 108 (+63.64%)
Mutual labels:  minecraft-forge-mod
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-80.3%)
Mutual labels:  minecraft-forge-mod
JoJo-s-Bizarre-Survival
A mod that adds Stands from JoJo's Bizarre Adventure to Minecraft.
Stars: ✭ 20 (-69.7%)
Mutual labels:  minecraft-forge-mod
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (-4.55%)
Mutual labels:  minecraft-forge-mod
ImmersiveIntelligence
An addon for Immersive Engineering focused on Electronics, Warfare, Logistics and Intelligence
Stars: ✭ 76 (+15.15%)
Mutual labels:  minecraft-forge-mod
GregTech6-Unofficial
Unofficial, approved, and modified continuation of Minecraft Mod GregTech-6. A fork of https://github.com/GregTech6/gregtech6
Stars: ✭ 30 (-54.55%)
Mutual labels:  minecraft-forge-mod
JMT-MCMT
A multithreading mod for for Minecraft forge 1.15.2 and 1.16.x
Stars: ✭ 206 (+212.12%)
Mutual labels:  minecraft-forge-mod
nextshot
A simple tool for taking screenshots on Linux and sharing via Nextcloud
Stars: ✭ 37 (-43.94%)
Mutual labels:  screenshot-utility
MC-Prefab
A minecraft mod designed to provide ways of creating Pre-Fabricated(designed) buildings.
Stars: ✭ 21 (-68.18%)
Mutual labels:  minecraft-forge-mod
Mc2Discord
A simple minecraft mod, server side only, to link the chat with your Discord server
Stars: ✭ 18 (-72.73%)
Mutual labels:  minecraft-forge-mod
BaseMetals
Base Metals Mod
Stars: ✭ 16 (-75.76%)
Mutual labels:  minecraft-forge-mod

Mineshot

Mineshot is basically a revamped version of Notch's huge screenshot function that was available in Minecraft Beta 1.2 to 1.4, which allowed you to create extremely high resolution screenshots.

In Mineshot, this is archived either by combining multiple smaller screeenshot tiles to one large image or by off-screen rendering the scene directly to a file.

There's also a build-in orthographic camera, which allows you to create nice high-res isometric screenshots directly in-game (singleplayer only).

Some scenarios and usages for such images could be:

  • High quality wallpapers
  • Poster printing
  • Overview images
  • Hardware stress test
  • Mob and block images for the Minecraft Wiki
  • ... you name it

Usage

To capture a big screenshot, simply press F9. The key can be configured in the key bindings menu.

During capture, the game may be unresponsive for a few seconds, depending on how big the screenshot is.

To change the capturing size, go to "Mod Options" in the main menu, select Mineshot in the mod list and click on "Config". The absolute maximum is 65,535 x 65,535 pixels, which is also the maximum size of a Targa image file. However, you most likely want to choose something smaller, since files with these resolutions are extremely big (several gigabytes) and difficult to open, yet alone edit, with most image editors. Also note that when tiled rendering is disabled, the maximum screenshot size heavily depends on the available graphics card memory. Setting it too high will crash OpenGL together with the JVM, so it's highly recommended to stick to 8K (7,680 x 4,320) and below when tiled rendering is disabled.

If you use lots of shaders, it's not recommended to enable tiled rendering, since it may cause seams between the individual tiles or other major glitches.

To enable or disable the orthographic camera introduced in 1.4, just press numpad 5. If you have used Blender before, the keys are exactly the same:

  • Numpad 4: Rotate left
  • Numpad 6: Rotate right
  • Numpad 8: Rotate up
  • Numpad 2: Rotate down
  • Numpad 7: Top view
  • Numpad 1: Front view
  • Numpad 3: Side view
  • Numpad 5: Switch between perspective and orthograpic projection
  • Shift + Numpad 5: Switch between fixed and free camera.
  • Plus: Zoom in
  • Minus: Zoom out

Download

Compiled Jars can be found on the releases page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].