HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Any way to Access/ Edit Warcraft map string table ?

02-25-2005, 09:21 PM#1
Jackyquah
Is there any other way to Access/ Edit Warcraft map string table in wts file ?
beside using winmpq. it's to buggy to extract the file for edit

Is there a way to unregister trigger event ?
02-26-2005, 01:57 PM#2
a thing
Simply destroy the trigger then recreate it with a new event.
02-26-2005, 04:22 PM#3
Heptameron
I have heard that destroying a trigger then recreating it is slow. Is that true?

Also, is everyone sure that the events from a destroyed trigger aren't leaked?
02-27-2005, 12:16 AM#4
a thing
Quote:
Originally Posted by Heptameron
I have heard that destroying a trigger then recreating it is slow. Is that true?

Also, is everyone sure that the events from a destroyed trigger aren't leaked?

1. That's not true. I've recreated a trigger that had an event that depend on a variable without a problem.

2. No.

FYI all the event-adding common.j functions return an event. So if the returned event isn't destroyed later then it will leak.
02-27-2005, 02:19 PM#5
Heptameron
Quote:
Originally Posted by a thing
FYI all the event-adding common.j functions return an event. So if the returned event isn't destroyed later then it will leak.
I didn't see a native that destroys events, so that's why I asked.
02-27-2005, 04:13 PM#6
a thing
set event=null is the best you'll get
02-27-2005, 09:14 PM#7
Vexorian
If you are using JASS, you simply use normal "S
T
R
I
N
g
s" They allow carriage returns and all of that stuff, if you really want to edit them, just remember to remove this file called '(attributes)' after adding the new strings file. or you could try this : http://www.wc3campaigns.com/showthread.php?t=71887
02-27-2005, 10:47 PM#8
Jackyquah
I can't download the file.