I'll show you how to setup a RAMdrive and load Kenshi into it. Although you could do something similar with any game, games like Kenshi that often require loading different areas really benefit the most.
1. Download ImDisk here http://www.ltr-data.se/opencode.html/#ImDisk and install it.
2. It places a control applet in your Control Panel. So open your Control Panel and open "ImDisk Virtual Disk Driver."
3. On the bottom click "Mount New."
4. The a few options here we need to touch. Ignore everything but what I tell you. For "Drive Letter" just pick a letter - I choose R (for RAMDisk).
5. For "Image file access" choose "Create virtual disk in physical memory."
6. For "Device type" choose "Harddisk Volume"
7. For "Size of Virtual Disk" choose enough space to fit your Kenshi Folder and no bigger (as I write this 3.6 GB is sufficient). Then click "OK"
8. Windows may bug you to format the disk. Agree. Otherwise you need to manually initiate the format by right clicking on the drive and choosing "Format." Just make sure the "File System" is "NTFS" and click OK. You can close everything now.
8. Open up your Kenshi folder In my case it is "C:\Games\Steam\steamapps\common\Kenshi" but then again I changed the default installation path of Steam which I believe would be "C:\Program Files(x86)\Steam" so you may need to look there instead.
9. You are going to copy that folder into the RAMdrive but there are a few things that need done first. Leave the Kenshi folder window open though.
1. Open up a command prompt. You can do this by hitting the Start Button and typing cmd into your start menu.
2. The stuff I am about to type in is based off the drive letters and locations I have chosen. If you have chosen something else, you will need to just change this to fit your situation. Type the following
3. You can close the command prompt now.R:
md Games\Steam\steamapps\common\Kenshi\
cd Games\Steam\steamapps\common\Kenshi\
mklink /d save C:\Games\Steam\steamapps\common\Kenshi\save
4. Open up a separate folder window and navigate to Z:Games\Steam\steamapps\common\Kenshi\ which at the moment is totally blank.
5, Click on the folder window that contains your Kenshi installation. Select everything there except the folders that say "_CommonRedist," "dependencies," and "save." Right click on one the items you have selected and choose "copy."
6. Click on to the folder window for the RAMdrive. Right click and choose "paste." Everything you need will copy.
7. You don't need "_CommonRedist" or "dependencies" past install so I see no reason to copy them. You may be wondering why I didn't have you copy the "save" folder... I had you set up a symbolic link to the save folder on your actual hard drive and Kenshi will seamlessly use it like this. I have a good reason for this. RAM is volatile. When your computer is turned off or rebooted - you loose everything. I don't want you to potentially loose your saved game progress... and like this you won't (excluding problems from in-game bugs, hard drive failure, etc).
8 Double click on kenshi_STEAM.exe from within the RAMdrive. It should load faster than you are used to (yes even if you have an SSD). The load times when moving around between areas will be dramatically cut down as well. Although much of the loading time will also depend on your processor speed etc.