Whenever I launch tower unite, it works some times and other times it’s juts a black screen that I can’t tab into, but I can use everything else on my pc.
When it chooses to work, i can use singleplayer fine.
When trying to connect to any server, It freezes in the joining server screen;
and then nothing happens.
If I attempt to tab out, it leaves me with the taskbar showing but the rest of the screen is completely black. I can try to tab into another application but it remains black. I can’t close it via the taskbar and opening task manager doesn’t work as I can’t access it. Still black screen from where Tower Unite is open. The only way i’m managing to close it at the moment is by shutting down my pc and then spamming escape until it closes so my pc doesn’t shut down.
Any reason why? Would love to be able to play this game how it was I want gmod tower back :(( but better :(( this looks so good
Modding is againgst the EULA.
Btw in Ue4 all assets are packed into one .pak file by default. There is also a chunk option that allows streamed installations and would be suitable for Steam updates. But I think that a properly structure .pak file can greatly reduce loading times on HDDs because the access time is way lower than with individual files.
In this old update below, we did away with the .pak. By not having .pak it significantly decreased load times. It also made diff builds possible and if we used .pak every update on Steam would be like 3GB for a small 50mb file change. We aren’t gonna use .pak ever.
The issue with load times is generally only the Plaza. The Plaza needs level streaming and that’s something we’re working on. It’s not easy to setup (for our game) and can cause issues which is why we haven’t released it yet.
I thought it’s related to random file access times because my loading times drastically improved after moving the game to an SSD. Most games package their files in a way that multiple assets can be read “in one go” which reduces the need for the HDD to jump around between various position on the hdd surface. Areas are grouped into individual package files so only a few need to be accessed in order to load a different area. I think Source Engine’s VPK tried to tackle similar issues.
Anyway thank you for your response!