Jump to content


Mhoram

Member Since 01 Nov 2002
Offline Last Active Oct 02 2004 10:49 AM

Posts I've Made

In Topic: dialog.tlk to big for weidu

04 January 2004 - 09:03 AM

Arenīt they TC???. Maybe the cuestion is not to add strings but to replace them.

In Topic: String Edit Backups?

02 January 2004 - 05:51 AM

As Sim says this a a way to restore string_set, the same he uses in Virtue mod . To translate complete games or TC i think String_set and tlkcmp is the only way with traify-tlk. Of course this means that the tranlation must be installed first of all if you want to unisstall

tp2 setup:

BEGIN ~Traduccion del PST~
COPY + ~dialog.tlk~ ~tradu\restaurar\dialog.tlk~

STRING_SET 0 @1000000
STRING_SET 1 @1000001
STRING_SET 2 @1000002
STRING_SET 3 @1000003


.
.
.
.
.
.

AT_INTERACTIVE_UNINSTALL ~setup-tradu.exe unistall.tp2~


Unistall.tp2:

BEGIN ~Desinstalacion de la traduccion del PST~
COPY ~tradu\restaurar\dialog.tlk~ ~dialog.tlk~


It works fine, thnaks to WeiDU u nistalling after reinstall anything the dialog file copied is always the same, and with the + option in copy is not deleted in unistalling.

Very good option for tranlating games and TC, but i donīt think it to be too usefull for mods..