[Release] Elsword lua editor [V 2.0!]

08/22/2013 13:09 vusun123#91
Strange , I still use it normally , try looking at the PATH again to see if there are any modifications to it
08/24/2013 20:06 b8803038#92
the error message when decrypting item.lua
i had tried on 4 pc…all failed

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at unluac.decompile.Registers.<init>(Registers.java:4 3)
at unluac.decompile.Decompiler.decompile(Decompiler.j ava:150)
at unluac.Main.main(Main.java:42)

other lua files are working normally

may someone offer the decrypted item lua(txt file)?:handsdown:
item.lua(2013/08/22、KR ): [Only registered and activated users can see links. Click Here To Register...]
08/26/2013 01:12 ernilos#93
Quote:
Originally Posted by b8803038 View Post
the error message when decrypting item.lua
i had tried on 4 pc…all failed

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at unluac.decompile.Registers.<init>(Registers.java:4 3)
at unluac.decompile.Decompiler.decompile(Decompiler.j ava:150)
at unluac.Main.main(Main.java:42)

other lua files are working normally

may someone offer the decrypted item lua(txt file)?:handsdown:
item.lua(2013/08/22、KR ): [Only registered and activated users can see links. Click Here To Register...]
I already say, it's an overflow error,it happens when files are too big :I
08/26/2013 15:05 vusun123#94
I can still decrypt it ( e.g item.lua ) , but gotta paste them into a .txt file fast otherwise I get a .net framework error
08/26/2013 17:15 BurnLight#95
best erorr
OPen The editor and kick on "File" and "Save" without open .lua xDDD
08/27/2013 22:57 pvksuper#96
not work for Windows 8 eldrap
09/04/2013 11:42 hanavy35#97
[Only registered and activated users can see links. Click Here To Register...]

is not text?:confused::confused:

im have installed net framework 3.5 and 4.5 and java & python.!.
but same again.!.
do you have solution?
09/07/2013 09:01 devilishrei#98
@ernilos: Could not open Item.lua while there is no problems for other low size lua. Is it there is something wrong with your editor?
09/07/2013 13:44 ernilos#99
Quote:
Originally Posted by devilishrei View Post
@ernilos: Could not open Item.lua while there is no problems for other low size lua. Is it there is something wrong with your editor?
Editor work 100% it's cause Java have Overfl0w errors
09/07/2013 17:49 devilishrei#100
So how can I overcome the overflow context?
09/07/2013 20:27 vusun123#101
Open Item.lua takes a long time ( the correct size for item's text file is around 54 Mbs )
09/15/2013 16:01 b8803038#102
i tried "luadec -dis Item.dec > Item.txt" and it worked!
291mb :)
09/15/2013 16:08 ernilos#103
Quote:
Originally Posted by b8803038 View Post
i tried "luadec -dis Item.lua > Item.txt" and it worked!
291mb :)
¿-dis? Never i tryed, i'm gonna try if it works i update post thks:P
----------------
Edit1
Ok, it's very strange "decryption":
Code:
  1 [-]: GETGLOBAL R0 K0        ; R0 := g_pItemManager
  2 [-]: SELF      R0 R0 K1     ; R1 := R0; R0 := R0["AddItemTemplet"]
  3 [-]: NEWTABLE  R2 0 13      ; R2 := {}
  4 [-]: SETTABLE  R2 K2 K3     ; R2["m_ItemID"] := 1
  5 [-]: SETTABLE  R2 K4 K5     ; R2["m_Name"] := "\236\151\152\236\134\140\235\147\156 \234\184\176\235\179\184\237\151\164\236\150\180"
  6 [-]: SETTABLE  R2 K6 K7     ; R2["m_Description"] := "\236\151\152\236\134\140\235\147\156 \234\184\176\235\179\184\237\151\164\236\150\180 \236\158\133\235\139\136\235\139\164."
  7 [-]: SETTABLE  R2 K8 K9     ; R2["m_ModelName"] := "Mesh_ElSword_Basic_Hair_Sorted.x"
  8 [-]: GETGLOBAL R3 K11       ; R3 := USE_TYPE
  9 [-]: GETTABLE  R3 R3 K12    ; R3 := R3["UT_SKIN"]
 10 [-]: SETTABLE  R2 K10 R3    ; R2["m_UseType"] := R3
Looks like a debugger log, i investigate more:P
-----------------
Edit2
Usless dissamble, u cannon't edit items or anything, it's only ASM data of lua file
09/15/2013 17:20 b8803038#104
i just want to read it
item description、socket option etc. :D
09/21/2013 19:37 alexis100#105
I have the NewSkillTemplet.lua from KR but when I open it with the editor there are a lot of numbers and rare symbols instead of korean letters. What can I do?