[ED] Platform Escape : Fate of Death

This is where fulfilled requests go. You can make a new thread here if you edit a map and want to share it, such as if you cheat a new map without anybody actually requesting it.

Moderator: Cheaters

J3easty
Newcomer
Posts: 4
Joined: August 27th, 2017, 6:54 am

[ED] Platform Escape : Fate of Death

Post by J3easty »

Map: PE the fate of death 1.5.w3x
Warcraft Ver: 1.27b
Link: https://mega.nz/#!SQxDBRwY!gOO0E_bGlwMh ... jhrPX03gaU

Description:Platform escape is basically a genre of wc3 where you control a wisp using arrow keys to move around the map in a bird's view or side scroller type of angle. This platform escape is a horror variant where you solve puzzles and mysteries.

Issue: I have attempted to translate the map from korean to english and was able to edit it via notepad++ . I added a few quest logs to test if it worked and it did.
The next day, I translated all korean texts in the war3map.j with notepad++ and found out that I was not able to host the map anymore when I replaced the war3map.j with the translated one. First, I got fatal errors from starting the map, now the map does not even appear in my maps list.

What I wish could be done: I want to be able to host the translated version without any errors or crashes. I also want to know what went wrong when I was translating or was I even translating anything at all.

war3map.j ( hostable )
war3map.j


war3map.j (not hostable)
war3map(myedit).j
You do not have the required permissions to view the files attached to this post.
User avatar
devoltz
Forum Staff
Posts: 2998
Joined: March 23rd, 2016, 8:06 pm

Re: [ED] Platform Escape : Fate of Death

Post by devoltz »

Synthax errors mate, fixed.
You do not have the required permissions to view the files attached to this post.
J3easty
Newcomer
Posts: 4
Joined: August 27th, 2017, 6:54 am

Re: [ED] Platform Escape : Fate of Death

Post by J3easty »

Thank you for your output. Cheers!
J3easty
Newcomer
Posts: 4
Joined: August 27th, 2017, 6:54 am

Re: [ED] Platform Escape : Fate of Death

Post by J3easty »

By the way, may I ask on how you resolved the problem?
Programs used?
How were the syntax errors found?
What were the syntax errors?
How were they resolved?

I used jasscraft and found lots of things I did not understand.
This might be a good reference and lesson in the future , thanks.
User avatar
devoltz
Forum Staff
Posts: 2998
Joined: March 23rd, 2016, 8:06 pm

Re: [ED] Platform Escape : Fate of Death

Post by devoltz »

J3easty wrote:By the way, may I ask on how you resolved the problem?
Programs used?
How were the syntax errors found?
What were the syntax errors?
How were they resolved?

I used jasscraft and found lots of things I did not understand.
This might be a good reference and lesson in the future , thanks.
Fukki's Hex Fix on war3map.j > Opened hexless war3map.j in Jasscraft > Hit f9 for Synthax Check > Fix synthax errors.
J3easty
Newcomer
Posts: 4
Joined: August 27th, 2017, 6:54 am

Re: [ED] Platform Escape : Fate of Death

Post by J3easty »

Jass doesn't really tell me what lines have syntax errors.
syntax checker shows :
CASTER~1.J:28

something ike that

EDIT:

Found out now, thanks again.