Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (15 loc) · 1.12 KB

NukeIslandDocumentation

Nuke Island Project Unreal Marketplace Docs For UE5 caveats see UE5 readme

To fix any Virtual Texture glitches (flickering and stuff) be sure to edit your engines "BaseEngine.ini" Virtual Texture parameters to enlarge the memory pool:

image

To merge Nuke Island project to an existing project do following steps:

defaultengine

  1. Edit DefaultEngine to have this line r.Streaming.PoolSize=2048 or you can make it 1024, it means your game will have 1gb minimum video card ram requirement

projectsettings 2. Enable virtual texture support in project settings

plugins 3. Enable Virtual Heighfield Mesh plugin

  1. Copy "NukeIsland" folder to your game projects "Content" folder