• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

How to use ConstantMerger?

Status
Not open for further replies.
Level 15
Joined
Aug 7, 2013
Messages
1,337
Hi,

I tried reading the Grimex manual for ConstantMerger. I simply want to import the constants/changes to game interfaces.

I followed the syntax on the manual, but I get an error claiming neither of these files exist.

How do I import constants and game interface stuff correctly using these external calls?
JASS:
//! external ConstantMerger C:\Users\seth\mmrpg\map_constants\war3mapMisc.txt
//! external ConstantMerger C:\Users\seth\mmrpg\map_constants\war3mapSkin.txt

(the code above produces an error, claiming both files don't exist. This is false as I've verified it myself by staring at the files in the correct directory...)
 
Status
Not open for further replies.
Top