Mekanism 110 Episode 26 - Water Cooled Fusion Reactor HD
This video is the twenty sixth episode of Mekanism 110 a survival lets play concentrating on the Mekanism mod. In this episode we convert the Air Cooled Reactor to a Water Cooled Reactor and get more power than we can handle. We make rows of pumps for the required water and upgrade the pumps and pipes to match the requirements. Finally we look to see how Mekanism can handle different ores from Fun Ores. 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.295.jar MekanismGenerators-1.10.2-9.2.1.295.jar MekanismTools-1.10.2-9.2.1.295.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-0033.avi.avs): source = "D:dxtorymekanism110mekanism110-0033.avi" LoadPlugin("C:Program Files (x86)MeGUI oolsffmsffms2.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-episode26.avs): Import("D:dxtorycommon.avs") Import("D:dxtorymekanism110mekanism110-0033.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 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)