Home Dota 2

Can't build/run simple map - could it be because "symlink" of a "user" folder?

ohDota
null
Offline / Send Message
ohDota null

i made simple map as shown here:
https://www.youtube.com/watch?v=Jvkn4fO3kB4

but i never been able to built/run it :(

i always get:

Creating World<br>ERROR: Could not construct resource handle for ".vtex"<br>CResourceCompilerPathScope - Failed to split search path d:\me\appdata\local\temp\valve\rc_vpk_2508\game\dota_addons\my_map\

i have my "c:\users\me\" symlinced to "d:\me\" because i don't want all of my files to be on small ssd (but hdd)
and i think that must be a problem... but i can't change it back (nor i'm willing)

could someone help a bit? thank you upfront!


-------------- SOLUTION --------------
I found solution! and it works! :D

I changed 2 temp environment variables for my current user ("Me") to explicit path:

<p>TEMP<br>%USERPROFILE%\AppData\Local\Temp<br>TMP<br>%USERPROFILE%\AppData\Local\Temp</p><p><br><br>to<br><br></p><p>TEMP<br>D:\Me\AppData\Local\Temp<br>TMP<br>D:\Me\AppData\Local\Temp</p>

yay :D:D now everyone who has same symlink problem can rejoice!

Sign In or Register to comment.