• 🏆 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!

external call error

Status
Not open for further replies.
Level 11
Joined
Apr 6, 2008
Messages
760
Im using AutoIndex which uses and external call. But when i try to save my map to make the Merge it gives me an error.

Code:
On external call:
//! external ObjectMerger w3a Adef lvdt anam "Leave Detect" aart ""arac 0

Warcraft mpqs could not be opened

I have tried to remove read-only on my wc3 map but still dosen't helps. Anyone know how to solve this?

Thanks.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,207
It is unable to open the main warcraft mpq files which provide all the game data.

There are 2 causes of this.
1. The process lacks the nescescary permission level to open the MPQ files (it should be trying to open them in "read only" mode but bad programmers might have accidently made it open in "write" mode which needs extra permission settings).
2. The preprocessor is unable to locate where the main mpq files are. How it trys to find them is up to the programmer which made the program.
 
Status
Not open for further replies.
Top