- Joined
- Oct 24, 2006
- Messages
- 110
Please make me a .txt file that preloads all (every single one of them) 3d models (both mdl. and mdx.), and textures,Skins,Icons,images
Not literally txt files can preload, what I'm talking about is that the JASS code can be written in that file using Notepad or Wordpad or MS word.
You can preload through this action
call Preload(Filename)
NOTE: The file paths should be a double backslash instead of a single one ( \\ )
I've discovered that preloading all files used by a map can really reduce lag. I can make a trigger like this but it way too d*mn tedious and takes so much of my mapping time.
Once you give it to me I'll convert it into a .pld file myself..
Thanks in advance!! I'll include your name in my Life in a City map if you make it..
Not literally txt files can preload, what I'm talking about is that the JASS code can be written in that file using Notepad or Wordpad or MS word.
You can preload through this action
call Preload(Filename)
NOTE: The file paths should be a double backslash instead of a single one ( \\ )
I've discovered that preloading all files used by a map can really reduce lag. I can make a trigger like this but it way too d*mn tedious and takes so much of my mapping time.
Once you give it to me I'll convert it into a .pld file myself..
Thanks in advance!! I'll include your name in my Life in a City map if you make it..