View Single Post
  #37  
Old 08-09-2011, 02:18 AM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Awesome!.. but i had error come up when i copied Glorfindel1982 files into my folder.

"error on game launch (label hash duplicate found) Abort/Ignore"

I found the cause reporting here because someone else might have this issue.

Using regular Notepad, it won't show where are paragraphs separated. Example i had
Code:
chat_system_134490048_snap_0_question=^?^Long ago, in those times that even gray-haired aged people can't recall, elves and dwarves weren't at emnity.
There even was a alliance between the two peoples. They fought side by side
"There even" was the start of a paragraph and so is detected as a game function that needed something like "chat_system_XXXX", it caused an error on game launch.
So i use Notepad2 for that, it shows numbers for each paragraph so i was able to remove the extra spaces and separate each sentence into paragraphs that begins with "chat_system_".

So i ended up fixing 23 of his files removing several spaces to arrange the paragraphs. Now game starts normally.

Uploaded version 1.5 with those files N'Joy!
Reply With Quote