• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

All common.j

Status
Not open for further replies.

LeP

LeP

Level 13
Joined
Feb 13, 2008
Messages
537
I would like to document in my jass.db at which point a native was added to wc3. For that i need each common.j at each patch. Personally i don't have any intermidiate common.j's saved so i would be happy if someone could upload/link them.
 
Here are some from the latest patches. You can find the older common.j files having a pre 1.28 install of the game and using Warcraft Version Switcher.

This should help you skip redundant patches where nothing changed in the common.j.

JavaScript:
export const buildVersions: IBuildVersionObject = {
  4444: "Pre 1.00",
  4448: "1.00",
  4482: "1.01-1.01c",
  4531: "1.02-1.02a",
  4572: "1.03",
  4654: "1.04-1.05",
  4656: "1.06",
  6031: "1.07",
  6034: "1.10",
  6035: "1.11",
  6036: "1.12",
  6037: "1.13-1.13b",
  6039: "1.14",
  6040: "1.14b",
  6043: "1.15",
  6046: "1.16",
  6050: "1.17",
  6051: "1.18",
  6052: "1.19-1.21b",
  6057: "1.22a",
  6058: "1.23a",
  6059: "1.28e", // the common.j didn't actually change here
  6060: "1.29",
  6061: "1.30",
  6072: "1.31",
  6091: "1.32 Beta",
  6095: "1.32 Beta",
  6098: "1.32 Beta",
};
 

Attachments

  • common6058.j
    162.8 KB · Views: 71
  • common6060.j
    174.5 KB · Views: 51
  • common6061.j
    182.1 KB · Views: 42
  • common6072.j
    343 KB · Views: 216

LeP

LeP

Level 13
Joined
Feb 13, 2008
Messages
537
Cheers m8. I added all new natives from 1.24 forward as you can see in the git.
 
Status
Not open for further replies.
Top