Search found 1927 matches

by owner123
June 13th, 2020, 12:49 am
Forum: Member Profiles/Introductions
Topic: Hello fellow map unprotectors
Replies: 3
Views: 3079

Re: Hello fellow map unprotectors

Do you know Java or another high level programming language? Let me know if you'd like to work together on a program to re-create war3map.doo. It's a project that's been on my radar for a while. High level steps are: 1) Discover the format of the war3map.doo file. Might already be done, or it might ...
by owner123
June 13th, 2020, 12:44 am
Forum: Tutorials & Cheatpacks
Topic: [JASS] NZCP [EXCLUSIVE FEATURE!]
Replies: 184
Views: 77271

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

That sounds like it would require custom coding for the specific map that you want to unlock the skills in. You can do it pretty easily if you know JASS.
by owner123
June 6th, 2020, 10:02 pm
Forum: Fulfilled Maps
Topic: [ED] Hero of The Empire 1.25b
Replies: 5
Views: 1569

Re: [ED] Hero of The Empire 1.25b

Please create a new request if you want another command written
by owner123
June 6th, 2020, 9:57 pm
Forum: Tutorials & Cheatpacks
Topic: MemoryHackAPI
Replies: 8
Views: 4587

Re: MemoryHackAPI

This sounds insanely powerful. Nice job.
by owner123
June 2nd, 2020, 1:40 am
Forum: Useful Tools
Topic: JAST 1.1.3
Replies: 43
Views: 14836

Re: JAST 1.0

New version. Changelog: If you resize the window, it will remember the size desired and start with that size. Fixed a bug with the file choosers not remembering your directory per session (note: the open and save dialogs are remembered separately, this is intentional) Contrast for the line number ...
by owner123
May 26th, 2020, 1:14 pm
Forum: Useful Tools
Topic: JAST 1.1.3
Replies: 43
Views: 14836

Re: JAST 1.0

Thanks :) And thank you for the bug report. The issue was that I didn't put quotes around the PJASS command it executes. So it only worked if there weren't any spaces in the file path (or else it assumes the spaces were the start of a new file). I always ran this from my desktop so I never saw this ...
by owner123
May 25th, 2020, 6:08 pm
Forum: Useful Tools
Topic: JAST 1.1.3
Replies: 43
Views: 14836

Re: JAST 1.0

Ok I was able to do that quicker than I thought. Also I forgot to mention, the syntax checking for this app won't be slow like Jasscraft's even if it encounters errors. Changelog 1.0.3: Try to fix some additional bugs with the syntax highlighting crashing Added timing to the unhex command Adjusted ...
by owner123
May 24th, 2020, 11:21 pm
Forum: Useful Tools
Topic: JAST 1.1.3
Replies: 43
Views: 14836

Re: JAST 1.0

Thanks for the report, shouldn't happen anymore.

Release 1.0.2:

Add syntax checker capability (Code menu). May not work on non-Windows.
Add un-hexer capability (Code menu)
Fix multiple errors with syntax reading

Next release I'll change syntax colors. It's not hard but it's sort of tedious.
by owner123
May 21st, 2020, 2:56 pm
Forum: Map Editing
Topic: About MPQ.VxOPx
Replies: 6
Views: 1720

Re: About MPQ.VxOPx

You need to use a listfile. Find one in the useful tools section.
by owner123
May 20th, 2020, 11:10 pm
Forum: Useful Tools
Topic: JAST 1.1.3
Replies: 43
Views: 14836

Re: JAST 1.0

Hmm, what were you doing? Something to do with search? Unfortunately JavaFX stack traces are worthless and none of those classes specified are ones that I wrote, so I can't debug based only on that :(.

Also did that crash the entire program?
I'll adjust syntax highlighting colors and add dark theme.