• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Downgrade map form 1.31.1 to 1.30.4 or 1.29

Level 12
Joined
Aug 3, 2021
Messages
455
Hello Its Pekisa7. Since I can't work anymore on my map because when the AI wants to attack the game just crashes. Retera told me its a patch 1.31.1 problem. So can someone help me to use the map adapter and downgrade my map to maybe patch 1.30.4 or patch 1.29. So if someone has appsettings.json file please send it to me. And tell me what other file should I download in order for the map adapter to work. Best regards form Pekisa7.
 
You have to ask this kind of question related to Map Adapter in a dedicated thread below:

Grab the latest one from Github. The one in Hive seems to be outdated.
 
You have to ask this kind of question related to Map Adapter in a dedicated thread below:

Grab the latest one from Github. The one in Hive seems to be outdated.
How do I get the appsettings.json file and I get this bug when I want to downgrade the map : The directory does not contain all files required for adapting. the flowing files could not be found.
 
How do I get the appsettings.json file and I get this bug when I want to downgrade the map : The directory does not contain all files required for adapting. the flowing files could not be found.
Have you ever read the detailed instructions in that thread first?
This tool requires an appsettings.json file, which stores the location of the game files required to adapt files.
As of v1.3.0, if this file is not found, a new window will show on startup where you can select the directory containing the game files and the patch to which those files belong.
The directory must at least contain the following files in order for the tool to work correctly: War3App/PathConstants.cs at master · Drake53/War3App
For example, if you have the triggerdata.txt file at "C:\Users\User\Documents\Warcraft III files\war3.w3mod\ui\triggerdata.txt", you must set the directory to "C:\Users\User\Documents\Warcraft III files\war3.w3mod".
You need to extract the required files first. This can be done with Ladik's CascView or MPQ Editor.
 
Have you ever read the detailed instructions in that thread first?

You need to extract the required files first. This can be done with Ladik's CascView or MPQ Editor.
Yes I read it . But I don't know where to find the files. And what files to extract. And where to put them.
 
Last edited:
Yes I read it . But I don't know where to find the files. And what files to extract. And where to put them.
In the Github page here, you should see the files needed in order to make this tool work.

You have to make sure the folder structure of the required file is correct before placing them in the correct game root, usually in "C:\Program Files\Warcraft III".

"TriggerData.txt" must be placed in "UI" folder, "Blizzard.j" and "Common.j" are usually in "Scripts" folder, and the SLK files are in "Units" folder.

I could be wrong. I haven't tested this tool just yet.
 
In the Github page here, you should see the files needed in order to make this tool work.

You have to make sure the folder structure of the required file is correct before placing them in the correct game root, usually in "C:\Program Files\Warcraft III".

"TriggerData.txt" must be placed in "UI" folder, "Blizzard.j" and "Common.j" are usually in "Scripts" folder, and the SLK files are in "Units" folder.

I could be wrong. I haven't tested this tool just yet.
So in the path constants.cs is the correct page in github that I need the files from? So I need to place all the files in folder of patch 1.31.1 or 1.30.4 or 1.29.? Should I open my map folder to find these files or should I open folder patch 1.30.4 or 1.29. to replace them? I really don't know this is my first time dowgrading i need help.
 
Last edited:
In the Github page here, you should see the files needed in order to make this tool work.

You have to make sure the folder structure of the required file is correct before placing them in the correct game root, usually in "C:\Program Files\Warcraft III".

"TriggerData.txt" must be placed in "UI" folder, "Blizzard.j" and "Common.j" are usually in "Scripts" folder, and the SLK files are in "Units" folder.

I could be wrong. I haven't tested this tool just yet.
In what folder should I put those files 1.30.4 or 1.29.?
 
So in the path constants.cs is the correct page in github that I need the files from? So I need to place all the files in folder of patch 1.31.1 or 1.30.4 or 1.29.? Should I open my map folder to find these files or should I open folder patch 1.30.4 or 1.29. to replace them? I really don't know this is my first time dowgrading i need help.
In what folder should I put those files 1.30.4 or 1.29.?
As I said earlier, the required game files you extracted will be placed in the game root (C:\Program Files\Warcraft III).

Again, I could be wrong. I haven't tested this tool just yet cause I'm very n00bish about map modding.

Maybe Drake53 can help you about installation problem.
 
As I said earlier, the required game files you extracted will be placed in the game root (C:\Program Files\Warcraft III).

Again, I could be wrong. I haven't tested this tool just yet cause I'm very n00bish about map modding.

Maybe Drake53 can help you about installation problem.
Don't know he doesen't reply.
 
As I said earlier, the required game files you extracted will be placed in the game root (C:\Program Files\Warcraft III).

Again, I could be wrong. I haven't tested this tool just yet cause I'm very n00bish about map modding.

Maybe Drake53 can help you about installation problem.
I don't have anything in C:\Program Files\. I just have in Desktop Warcraft III files 86x64.
 
Back
Top