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

Can map create Output and load it again?

Status
Not open for further replies.
Edit: @The_Reborn_Devil - I think you missed the "NOTE" part.

No. Game cache does not work on online. Alternatively, if your trying to make multiple maps, there are some other methods; save-codes or make everything smaller (you can then fit more into the map).

If you really want multi-map support you could try triggering the map. Instead of making the map the normal way you store all map information in triggers, then you can load/unload whenever you need to change maps. Doesn't work perfectly but it works. Terrain deformations are the only way to change the height of the map, and you'll need to convert any doodads you use to destructables (triggers can't make doodads).
 
Yes and no ... with Grimoir. It has a sort of Debug function that creates a text document, but I think you can't read it ingame. Some guys made a "mapping map", so you could create triggers and such stuff ingame, test it ingame and save it to a document... don't think it's finished now... but who cares, has nothing to do with your problem.
I would say, Savesystem: no!
 
It would be pretty awesome to output the save code to a txt file so people can copy paste it to warcraft.

No need to make screen shots, copy to MS paint, copy the code to a text file hopefully without any idiotic mistakes which makes you fail in the load, and then you need to restart the game in case it doesn't allow multiple tries, and crap like that.
 
Well, there are programs that can detect things in an image.

There is the warcraft screen shot reader, that goes along with its own save load system.
It displays the code as a sequence of IIII in different colors. And thus the actual program detects the colors in the screen shot and than saves the text interpretation to a txt file.

There are ways to detect actual text in an image too. Like the Tesseract.
 
For everyone that can understand german:
inWarcraft.de Foren by ingame. - [UME] Ulu Mulu Ingame Editor

Mithilfe des Tools "Grimoire" ist es möglich mit einem Aktionsaufruf Text in eine Datei auf dem Computer zu speichern.

With the tool grimoir it's possible to save a text into a document on the computer.
It's not translated exactly, but the meaning is the same ;)

I found the function over a few links:
call Cheat("DebugMsg: " + s)
Would say delete the DebugMsg: Part (could also be that it is needed, dunno) and this should work (as long as you use the JNGP since it has Grimoir)
It will write the stuff into a document called "war3errusr.txt" or something like that.

But now I saw it, only works when grimoir is activated... single player only :S sry for raising your hopes :S
 
Status
Not open for further replies.
Back
Top