• 1

    posted a message on Steven's Traditional - 1.21

    You need to upload the texture pack update.


    He doesn't need to do anything here, be patient :)

    Posted in: Resource Packs
  • 1

    posted a message on 1.13, The update that ruined the game...

    It's 2018, maybe it's time to move on from Intel HD Graphics...

    These GPUs were never meant to run games. Maybe except ones from 10+ years ago.

    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    Quote from LuxiKeks»

    " - added F3+L to force loading of all visible chunks "
    What is this option from B7_pre doing exactly?


    Hmm, maybe it helps dealing with ghost blocks while playing on servers? That'd be great actually...
    Posted in: Minecraft Mods
  • 2

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    Quote from Mi4erahka»


    can I be sure if I log on the website optifine, my minecraft account will be safe after that?


    Read the login page carefully once more. You do not put your Minecraft/Mojang login credentials in there.

    Also I just found an interesting bug. What I did is:

    • increased render resolution in shader settings to 2x
    • increased screenshot resolution to 4x
    • tried to take a screenshot

    and that not only produced a fully emply/black screenshot, but also wrecked the game's performance, from good 60-80 fps with shaders enabled, down to 5 fps. Had to restart the game.

    Posted in: Minecraft Mods
  • 1

    posted a message on TooManyItems, the inventory editor and more (1.8 Forge is here!)

    As you can all see, TMI was sadly abandoned. For this type of mod for 1.11.2, I recommend Just Enough Items. Also I'd recommend keeping an eye on Not Enough Items, should be out for 1.11.2 soon :)

    Posted in: Minecraft Mods
  • 1

    posted a message on Could Minecraft benefit from running on Vulkan?

    ^ title

    I had this question in my head for quite some time already. Recently a new version of LWJGL (3.0) has been released which supposedly supports Vulkan API, which is a good opportunity to ask.

    Seems like Minecraft is quite CPU-intensive, so Vulkan could improve performance. Any thoughts on this?

    Posted in: Discussion
  • 2

    posted a message on Native Shaders
    Quote from Jukakun»

    Uhh, so you want Shaders in Vanilla? You're basically suggesting lag in Vanilla, many computers are suffering from FPS in 1.8, if they added shaders, most people would stop playing because it simply not run

    That is, if I understood your suggestion at all


    Then people would just turn shaders off...

    Posted in: Suggestions
  • 1

    posted a message on [1.8] I am disappointed.
    I like how there are 89 pages in this thread... This is awful.
    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on Bukkit shutting down - No worries, Dinnerbone is on it!
    If Mojang's Mod API won't roll out quickly enough, our community might get noticeably smaller.

    Of course if we assume that Mojang's API will be at least as functional as Forge.
    Posted in: Discussion
  • 1

    posted a message on [Tut] Minecraft on RAMdisk - a comprehensive tutorial using ImDisk (script included)
    Hello!
    In this tutorial I will describe how you can configure, install and play Minecraft on a RAMdisk. But before we start, it's good to know some things.

    What is a RAMdisk? Most simply, RAMdisk is a virtual drive that uses your computer's memory (RAM) to keep data instead of using a hard drive. Most people consider ImDisk as the best way of using RAMdisks.
    How is this thing useful? RAM is capable of way higher transfer rates that are often escalating about 3 gigabytes per second for low-end DDR2 memories to up to about 20 gigabyes per second for high-end DDR3 sticks.
    How does it concern me as a Minecraft player and what are the potential benefits of using RAMdisk? Minecraft's performance (especially mod packs) depends on your hard drive in a rather significant factor. You should keep in mind that your maximal framerate will not change after switching to a RAMdisk. It will impact your framerate in another way - by reducing lag spikes. To be more precise, this is a list of events that can potentially become shorter in time:
    • Game launching
    • Texture/resource pack switching
    • World creating
    • Chunk loading/saving
    Who should consider trying RAMdisk out? This tutorial is especially dedicated to people who have acquired a low-end hard drive with exceptionally low transfer rates, for example WD Caviar Green drives. To use this method effectively, it's recommended to have at least 4 gigabytes of RAM on your PC. If you use RAMdisk while having too low amount of memory, the results might become inverse to the assumed - your game might slow down due to your operating system using page file even more excessively. For example, 4GB of RAM is enough to fit the game files in your memory and launch the game with 2GB of RAM allocated (eg. when you are using a 256x texture pack).
    Sounds fun, huh. Is there anything else I should know? Of course. Let's assume that you want to use RAMdisk for keeping Minecraft data, as described in the next part of this tutorial. Then there are some habits that need to be changed.
    • RAM is a volatile memory - this means that whenever your PC is turned off, all the contents of RAM are being deleted irrevocably. Since you want to keep Minecraft files in RAM, you need to make an image file on your hard drive which will serve as a backup.
    • Each time you want to start playing, you need to copy the files from your image file to the memory. Analogously, each time you finish playing, you need to update your image file and remove the data from your RAM. To make this process a whole lot easier and less time-consuming, I have prepared a small batch program that will take care of all the above actions. No worries, both the events can take up to 10 seconds and they don't overload your PC badly.
    So, shall we begin? Great!

    I. Installing and configuring ImDisk
    Since Windows doesn't support RAMdisks straightaway, we need a 3rd party software to make this possible. As I mentioned in the beginning of this thread, we will use ImDisk.
    • Find and download ImDisk from there (you can also Google it yourself if you have any doubts). Then (of course) install it.
    • Open the file explorer and go to C:\Windows\System32 and find a file named imdisk.cpl (you can do it quickly by pressing i, m and d letters on your keyboard respectively). Right-click it and Run as Administrator. Why aren't we just going to the Control Panel to open the ImDisk manager from here? Because that way you will start it without admin rights, and these are needed for ImDisk to function properly.
    • Now a ImDisk Virtual Disk Driver window should open up. Press Mount new....
    • In a text area right under Size of virtual disk enter the amount of megabytes that you want to define for your RAMdisk. Have in mind that the amount of megabytes you decide to give for your RAMdisk will be equal to amount of your RAM being taken while this RAMdisk is mounted. I recommend you to give it 512 megabytes which is enough for vanilla (for modded Minecraft you might probably want to give more).
    • Tick the Removable media option. Not required but recommended.
    • In a text area right under Drive letter choose the letter you desire. Remember it, this will let you recognize which drive is the RAMdisk we are caring about.
    • Click OK to create a RAMdisk. Now Windows will ask you to format the newly created disk. Let him do it - leave all formatting options to default and accept.
    II. Installing Minecraft on the RAMdisk
    Well done! Your RAMdisk is up and running, you can access and use it as any other drive. Now comes the tricky part - moving Minecraft in there. You might say: "There is a Game Directory option in the launcher so what's the problem?". You're right, Mojang's official launcher (the one that you downloaded from Minecraft.net of course) features that option. Sadly though this option doesn't let you store all the files in the chosen directory. As instead, you are only able to store saves, resource packs and screenshots (and probably other minor files). This is not what we exactly want. To make it possible, we need to use another launcher and I recommend you using Magic Launcher. We will use that launcher for this tutorial.
    Warning: I assume you already have Minecraft installed. If not, then... well, install it ;)
    • Press a [Win]+[R] combination and enter %appdata%and then press OK.
    • Copy the entire .minecraft folder (not just its contents!) to your RAMdisk drive. Actually, after copying this folder to your RAMdisk, you can remove it from %appdata% folder so you won't waste your hard drive space.
    • Download Magic Launcher in .exe format (choose for Windows) and save it directly in your RAMdisk drive (not in .minecraft folder). Rename it to MagicLauncher (or MagicLauncher.exe if you disabled hiding file extensions).
    • Launch Magic Launcher and click Setup.
    • Go to Advanced tab. Tick Custom on the right to the Base folder field and click Select right to it.
    • A new window should open. On the top if it there is a selection field at the right to Look In, click it and choose your RAMdisk drive.
    • Click the .minecraft folder and then click Open at the botton of the window.
    • In a selection field at the right to Environment: choose the Minecraft profile you want to use (these are basically the same things as in an original launcher)
    • Click the OK button, type in your account credentials in the corresponding fields and Login.
    III. Preparing the hard drive copy of your RAMdisk
    You pretty much achieved what you wanted. Your game is now up and running directly in your RAM, you can check the improvement simply by creating a new singleplayer world. Don't hold yourself, try it out with an amplified world generating option! Also this moment might be a moment of decision for you. You can now try many things to convince yourself if it was worth it, eg. play singleplayer for a little bit longer, try loading a high-resolution texture pack (128x or 256x; don't forget about MCPatcher/Optifine!). If you think it wasn't worth it, you can simply uninstall ImDisk (and reinstall Minecraft to your hard drive if you have removed the .minecraft folder from %appdata%) and continue your life ;) But if you are satisfied with your results and you want to keep using it, there is a final step to make everything prepared. As I mentioned, after restarting your PC all files from RAM will disappear, so we need to be prepared for that. No worries, it's way easier than you think.
    • Download the script with a needed component from there. This archive contains a script, RAWCopy program (needed to create backups) and a handy shortcut to ImDisk Virtual Disk Driver applet so you don't have to dig through your system files again.
    • Extract all its contents to any folder you choose. To avoid any problems, make sure that the full folder path doesn't contain any spaces. A RAMdisk backup will be kept here as well so make sure you have enough hard drive space.
    • Open Minecraft RAMDisk Launcher with any text editor you like and make the needed changes described below.
    • set operating_folder= defines where is this script located. Right after this line enter a full folder path.
    • set ramdisk_drive_letter= contains a drive letter you have chosen when creating a RAMdisk. Enter it here.
    So if your folder path is C:\Minecraft_RAMDisk and the drive letter you assigned to your RAMdisk is V, then these two lines should look like this:
    set operating_folder=C:\Minecraft_RAMDisk
    set ramdisk_drive_letter=V
    If you are sure this is alright, save the file. Now run this file as administrator, you should see a window. There goes the last thing to have it done - press 2 to make a backup of the RAMdisk (follow the instructions in the window).

    If you got this far, congratulations - it's all done! Of course these steps had to be done only once. Since now, the only thing you need to care about is the script - use it to mount or remove the RAMdisk from your memory so it won't get clogged up.

    In that moment, your game is being kept in an image file. To play it, press 1 in the window of this script, wait a few seconds, then press 3 to start up the launcher and launch the game. When you are done playing, close the game (and the launcher if it's still on) and in the window of the script, press 2 to create a copy of Minecraft files and remove the files from your memory. Then press 4 to turn off the script. Simple as that!

    This is my first tutorial completely written in English (my native language is Polish). If you have found any major spelling mistakes in this tutorial (by "major" I mean these that can be interpreted wrong), please let me know! Cheers :)

    PS: I was waiting for about a week or two for this tutorial to be reviewed by admins. Since it hasn't been reviewed yet and the "Contact forum administrator" category is gone, I allowed myself to create a thread directly in this category.
    Posted in: Java Edition Support
  • To post a comment, please .