Mekanism 110 Episode 27 - Laser Tricks, Robit and Bugs
This video is the twenty seventh episode of Mekanism 110 a survival lets play concentrating on the Mekanism mod. In this episode we look at Lasers, Laser Amplifier and Laser Tractor Beam and see what we can do with them.
We also have a look a some items that are not, at the moment, working. Including Barriers, Seismic Vibrator and Seismic Reader.
Mekanism can be downloaded from http://aidancbrady.com/mekanism/download/ and the wiki pages can be found at http://wiki.aidancbrady.com/wiki/Special:AllPages
The world seed is 6373159143964883984
The mods used are:
BlockDrops-1.10.2-1.1.0.jar
Chisel-MC1.10.2-0.0.7.3.jar
chiselsandbits-12.7.jar
FlatBedrock-1.2.1_1.9.4.jar
FTBLib-1.10.2-3.2.3.jar
FTBUtilities-1.10.2-3.2.4.jar
FunOres-1.10.2-1.4.1-83.jar
GraveStone Mod 1.5.12.jar
Hwyla-1.8.7-B21_1.10.2.jar
InventoryTweaks-1.61-58.jar
jei_1.10.2-3.14.2.401.jar
journeymap-1.10.2-5.3.0b2-unlimited.jar
JustEnoughResources-1.10.2-0.5.8.98.jar
Mantle-1.10.2-1.1.4.jar
MCMultiPart-experimental-2.0.0_88-universal.jar
Mekanism-1.10.2-9.2.1.298.jar
MekanismGenerators-1.10.2-9.2.1.298.jar
MekanismTools-1.10.2-9.2.1.298.jar
MmmMmmMmmMmm-1.11.jar
moreoverlays-1.9-mc1.10.2.jar
MouseTweaks-2.6.4-mc1.10.2.jar
Natures-Compass-1.10.2.jar
OptiFine_1.10.2_HD_U_D4.jar
Progressive-Automation-Mod-1.10.2.jar
ResourceLoader-MC1.9.4-1.5.1.jar
ShadowMC-1.10.2-3.4.9.jar
SilentLib-1.10.2-1.1.0-23.jar
SleepingBag-1.10.2-1.3.0.jar
zerocore-1.10.2-0.0.8.0.jar
The video processing tool set that is being use is MEGui and the video parts are prepared using avisynth scripts. Each video clip is processed using the following script (mekanism110-0035.avi.avs):
source = "D:\dxtory\mekanism110\mekanism110-0035.avi"
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
V = FFVideoSource(source, fpsnum=30, fpsden=1, threads=1).Lanczos4Resize(1280, 720)
A1 = FFAudioSource(source, track=1).Normalize(volume=1.0, show=false)
A2 = FFAudioSource(source, track=2).Normalize(volume=1.0, show=false)
commentary = MonoToStereo(A1, A1) #.AmplifyDB(2.0)
audio = MixAudio(commentary, A2, 0.9, 0.1)
AudioDub(V, audio)
return last
The clip was processed with this script (mekanism110-episode27.avs):
Import("D:\dxtory\common.avs")
Import("D:\dxtory\mekanism110\mekanism110-0035.avi.avs")
video1=last
trim_in = 0
trim_out = FrameCount
Trim(trim_in, trim_out)
FadeIn(fade_frames)
Subtitle("Welcome to Mekanism 1.10", first_frame=0, last_frame=title_frames-1, size=font_size, align=align, text_color=text_color, halo_color=halo_color)
FadeOut(fade_frames)
Subtitle("Bye-bye for now...", first_frame=FrameCount-title_frames-1, last_frame=FrameCount-1, size=font_size, align=align, text_color=text_color, halo_color=halo_color)
ConvertToYV12(interlaced=false)
tweak(bright=10)
Other Videos By Duncan Webb
Other Statistics
Minecraft Statistics For Duncan Webb
Duncan Webb currently has 659,110 views spread across 662 videos for Minecraft. The game makes up over 14 days of published video on his channel, or 80.27% of the total watchable video for Minecraft on Duncan Webb's YouTube channel.