| 02-17-2005, 10:17 PM | #1 |
Just something I made for my use. It can directly edit a map's script, strings or anyother given file in a notepad like interface. I made it because I have some times problems when trying to upload a spell to wc3search, I forget to update some description and I am screwed. Sometimes you even don't have notepad in the cybercafe comp for some dumb reason. so I made this proggie: http://vexorian.wc3campaigns.com/Quickfivxer0.5.rar just announcing this because it might be useful for someone. I think that it would allow people to edit and test ai scripts without losing too much time on reimporting and exporting / opening the map You can edit the custom text triggers and custom script section too, without changing the map's script itself. |
| 02-27-2005, 10:53 PM | #2 |
couldn't load the file. |
| 02-28-2005, 12:47 PM | #3 |
you had a dot missing in the link http://vexorian.wc3campaigns.com/Quickfivxer0.3.rar Vex: maybe upload a index file to prevent people like me snooping through your files :) |
| 02-28-2005, 03:31 PM | #4 |
the link is works now thanx. I will try it. |
| 07-11-2005, 12:11 AM | #5 |
Version 0.5 , now has indent feature and fixed some bugs like not being able to open some maps |
| 07-13-2005, 03:09 AM | #6 |
Weird.... When I open my map from Quickfivxer, there is nothing displayed at all, but it work for other maps. My map have some advanced triggers that I implement from WEU. Could that be the problem? |
| 07-18-2005, 09:06 PM | #7 |
I found that sometimes in windows 98 it can't open stuff. Are you on windows 98? |
| 07-18-2005, 11:47 PM | #8 |
I like your indenter it adds lines between functions, JSP doesn't. ( something to add :P ) |
| 07-23-2005, 06:17 AM | #9 |
This tool is amazing, very handy when little changes must be done.Feedback: some features that should have, though not really necesary, taking into consideration it is a quick editor - spellchecking - tab key align the text the same way 'Indent...' tool - sintax highlighting As stated before, these are not necesary at all, the tool serves its purpose as is. Congratulation! There's something more that caught my attention. This tool was the only that succeded in the task of inserting (or updating) a file in a map i was trying to modify, not WinMpq mor PowerMpq could do it with out corrupting the file. And also trying to open and add it by hand faild; actually with SFmpqapi, but when i say 'by hand', i mean i opened sfmpqapi whit ollydbg and make the calls to the following functions: - MpqOpenArchiveForUpdate -MpqAddfiletoarchive -MpqCloseArchive So I am really interested in how your program saves a file into an mpq. Could you explain me the process? |
| 07-23-2005, 01:02 PM | #10 |
I guess this tool deletes the (attributes) file which WinMPQ/PowerMPQ of course don't. (it contains checksums and whatnot) |
| 07-23-2005, 04:04 PM | #11 |
I could make it use syntax highlightning but I since that's something I wouldn't use I just don't add that because of lazyness. What do you mean by spell check? You mean probably checking for errors? I can make Quickfivxer call PJASS now that you say so. And yes i delete the (Attributes) file, the best thing to do would be creating a new (attributes) each time I change the map but I am too lazy and missinformed to do so. I don't use tab for some reason but I will just add an option to change between tab and spaces in the indent function |
