Jump to content

Reducing Match Loading Time via Mods


Recommended Posts

Posted

So the goal here is to try reduce match loading time by telling the cpu not to load in all those meshes during the loading screen(assuming most of the load time consists of this)

Also to clarify, the match loading time is this.

image.png.b7c3266a9105edf06e1e2bdf92070d2a.png

 

By using this following code and repeath through all the ib in the scenes, it seems like I can stop the draw call at the GPU level. However, the loading time remains the same as if the mods were off.

[TextureOverride 02458159]
hash=02458159
handling=skip

 

From here, there are a few possibilities.

1. The loading time is not caused by loading mesh/preparing draw calls

2. Instead of TextureOverride, i should use something else instead to stop the draw call

3. 3Dmigoto simply cannot altar the game at CPU level.

 

Hope someone can solve this problem.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...