• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Issue with terrain.slk

Status
Not open for further replies.
Level 9
Joined
Jul 15, 2005
Messages
154
As of a few patches ago, putting a modified terrain.slk in TerrainArt\ no longer works. I've tried moving it to _retail_ as per Adding Shared Container Tech with Version 1.32.6 this thread -- which doesn't work either.

I've been using this to create a rock tile that is unwalkable so that I'm not placing a million pathing blockers. Is there a fix and/or alternative to this?

The weird thing is, my modified miscdata.txt seems to be importing correctly, but Terrain.slk does not.

Cheers
 
I want to let anyone searching know that I finally solved this issue.

First off. you need to move your Terrain.slk into "retail/TerrainArt/Terrain.slk" within your warcraft III folder.

Then. you need to go into regedit and navigate to: HKEY_CURRENT_USER/SOFTWARE/Blizzard Entertainment/Warcraft III

If "Warcraft III" does not exist in that folder (for me it did not), right click Blizzard Entertainment and click New --> Key

Rename that new Key Folder "Warcraft III"

Within this Warcraft III folder create a new DWORD called "Allow Local Files". Set that DWORD value to 1.

Hey it works again.

Cheers
 
That system is called Local files and they were always meant to require the registry key, which can also be seen if you try to do it in an older versions like 1.26. What should be noted is that _retail_ is the correct root folder for the Live version of the game and _ptr_ is the correct root for PTR. Also keep in mind that local files override map files.
 
I want to let anyone searching know that I finally solved this issue.

First off. you need to move your Terrain.slk into "retail/TerrainArt/Terrain.slk" within your warcraft III folder.

Then. you need to go into regedit and navigate to: HKEY_CURRENT_USER/SOFTWARE/Blizzard Entertainment/Warcraft III

If "Warcraft III" does not exist in that folder (for me it did not), right click Blizzard Entertainment and click New --> Key

Rename that new Key Folder "Warcraft III"

Within this Warcraft III folder create a new DWORD called "Allow Local Files". Set that DWORD value to 1.

Hey it works again.

Cheers
Thank you! It worked like a charm!
 
Status
Not open for further replies.
Back
Top