
- Robocopy new files only mod#
- Robocopy new files only mods#
- Robocopy new files only Pc#
Extract TOP's contents into folder "2" leaving folder "1" empty for now. Create folders "1" and "2" inside of that folder.
Create a folder on your desktop called "working".PLEASE TAKE A THOROUGH LOOK AT THE STICKIED COMMENTS AND THE BUGS SECTION BEFORE POSTING QUESTIONS/PROBLEMS. Test your FPS while fighting, walking through cities, open fields, tunnels, etc. Note: To truly test how much of an FPS improvement you are getting from this mod, don't stand still, looking at a wall, and call that your FPS.
Robocopy new files only mod#
The mod is a VERY good FPS boost for low to mid-grade computers with anywhere up to Overclocked i7-3770ks and Overclocked gtx770s seeing massive improvements! Also, it is the BEST fps boost you can get for the quality retained, without making the game look like complete garbage, which is PERFECT for low to mid-tier computers.įurthermore, it can even improve framerate stability, even on some higher end graphics cards! This leads to a VERY impressive micro-stutter fix and sometimes removal!
Therefore, what I have done is fix that problem while retaining the vanilla art style all the while, reducing the texture size and using proper compression on textures. Most entry level gaming computers cannot handle this. Vanilla textures are HUGE: 2048x2048 ground textures, 2048x2048 plant textures, and 4096x2048 tree textures, so on and so forth.
Robocopy new files only Pc#
To accomplish this, I have replaced the high-resolution textures with properly compressed and resized textures.Īll of this is done manually, one texture at a time, to ensure that any buggy files are fixed and the end goal will be a MUCH BETTER playing game ESPECIALLY for people with a low to mid tier PC with only a MINOR loss in texture quality. Console modding permission This mod will not be available on for console usersįallout 4 Texture Optimization Project(TOP) is tasked with improving you PC's Framerates Per Second(FPS) without sacrificing too much visual fidelity(save for close ups visuals).
Robocopy new files only mods#
Asset use permission in mods/files that earn donation points You are not allowed to earn Donation Points for your mods if they use my assets. Asset use permission in mods/files that are being sold You are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms. Asset use permission You are not allowed to use assets from this file under any circumstances. Conversion permission You are not allowed to convert this file to work on other games under any circumstances. Modification permission You are not allowed to modify my files, including creating bug fixes or improving on features under any circumstances.
Upload permission You are not allowed to upload this file to other sites under any circumstances. Other user's assets All the assets in this file belong to the author, or are from free-to-use modder's resources. To copy only the changed files after the initial copy has been completed. If you are migrating a live share you can run robocopy source destination /XO /LOG:file :: output status to LOG file (overwrite existing log). /TEE :: output to console window, as well as the log file. /V :: produce Verbose output, showing skipped files. /W:n :: Wait time between retries: default is 30 seconds but I set this to 1 second. /R:n :: number of Retries on failed copies: default is 1 million but I set this to only retry once. Copies the Data, Attributes, Timestamps, Ownser, Permissions and Auditing info /COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU). /ZB :: use restartable mode if access denied use Backup mode. /E :: copy subdirectories, including Empty ones. destination :: Destination Dir (drive:\path or \\server\share\path). source :: Source Directory (drive:\path or \\server\share\path). Here’s the command I typically use when I want to retain all permisions, ownership & timestamps of the entire folder structure and data: robocopy source destination /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG:Robocopy.log
*this commend will copy the source files to the destination, the source is not removed*