Page 4 of 4

Re: LTB Editor by Arnold

PostPosted: Sun May 17, 2009 4:45 am
by jackxp
does anyone know how to open LTB files.

Re: LTB Editor by Arnold

PostPosted: Sun May 17, 2009 4:57 am
by xadet3
Now try and say that in English.

Re: LTB Editor by Arnold

PostPosted: Mon May 18, 2009 2:31 pm
by PurpleYouko
jackxp wrote:does anyone know how to open LTB files.

That's a bit of a bizarre question to be asking in a thread about an LTB editor :lol:
Why not just Download the tool and use it?

Re: LTB Editor by Arnold

PostPosted: Mon May 18, 2009 2:46 pm
by lmame
I don't know, he even sent me a mail to ask the very same question :)

Re: LTB Editor by Arnold

PostPosted: Mon May 18, 2009 2:51 pm
by PurpleYouko
I have to admit though, this editor doesn't universally work with ALL LTB files.
The base osprose LTBs have a different number of languages than evo. There are 2 entries in which there are 7 columns instead of 5. Arnold's editor does not like to edit those files :D

Re: LTB Editor by Arnold

PostPosted: Wed Jan 23, 2019 11:57 am
by laurenzzo
Hi,

Thanks Arnold for this tool.
I'm looking something a bit more powerful, does anyone know if it already exist ?
Just to know if coding it will help :)

What I'm looking for is :
Something you can copy/paste from Excel to the tool.
Something you can quickly delete some information (like select chinese column : delete).

NB : I already found kind of editor that works with couple of Rose files but it doesn't write correctly my ULNGTB_CON.LTB :(

Re: LTB Editor by Arnold

PostPosted: Fri Jan 25, 2019 5:21 pm
by laurenzzo
I didn't find yet my solution, so I'm looking to create the tool :)

First step : creation of LTB Reader (check !)
LTB Reader.zip
(18.06 KiB) Downloaded 494 times


2nd step : creation of LTB Editor... (.... few days later... check ! :D)
LTB Editor.zip
(26.63 KiB) Downloaded 498 times


NB : it's kind of huge data (2-3 MB) so it takes couple of time when opening the LTB file. After 5 mins, you can think about buying a new computer :lol:

Re: LTB Editor by Arnold

PostPosted: Sat Jan 26, 2019 5:51 pm
by PurpleYouko
LTB is a pretty easy format at least.
Last time I needed to edit some of them I threw together something in Excel that could do it.

Don't remember if I ever uploaded that tool

Nice to meet someone else who knows how to code in VBA for Excel :mrgreen:

Re: LTB Editor by Arnold

PostPosted: Wed Jan 30, 2019 10:57 am
by laurenzzo
PurpleYouko wrote:Nice to meet someone else who knows how to code in VBA for Excel :mrgreen:

Thanks for the idea. I started from your files and found it really useful !
With Excel you can have a great tool (table with sort, filter, function...) but you can also adapt/understand the code if needed !

I hope this will help people !

I'm now be able to empty weird languages column (but keeping them without value) and also translate few of them (thanks to gTranslate) when EN version doesn't exist.
(in case one day I add some contents that use these dialog lines... )

NB : I just added the editor in previous post ;)