ConsoleWorld Forum

Go Back   ConsoleWorld Forum > CWCheat Official Support Forum > English Support Board

English Support Board English & Foreign Languages support


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 10th October 2006, 21:11
C10uD's Avatar
BANNATO
 
Join Date: Aug 2005
Location: nella ps2 di weltall
Age: 21
Posts: 518 (0,52 posts per day)
Potenza rep: 4
C10uD is on a distinguished road
cwlang - cwcheat.prx 0.1.5 Language Tools

cwlang - cwcheat.prx Language Tools - by C10uD (consoleworld.org forums) (c) 2006
version: 0.1.5-GOLD
licensed under GPL license. See COPYING.TXT for details.

-WHAT IS IT:
This is a command-line utility that permits to play around with cwcheat strings
in order to translate it to various languages. Instead of using an hexeditor you
can easily edit txt files that are created and formatted by this utility.

NOTE: This is ONLY for cwcheat 0.1.5-GOLD!

BEWARE: This is my very first attempt for a C application, source code
is confused and buggy! Maybe you can expect a better code next time,
i'll try to clean it up

-HOW TO USE:
cwlang <opt> <filename> :

where <opt> can be: x, m, l. and <filename> whatever you want.

x - EXAMPLE: "cwlang x test.txt" - Extracts strings from <cwcheat.prx> that must be in
the same directory of cwlang.exe in a formatted plain text file, the name
is user-defined

m - EXAMPLE: "cwlang m my_text.txt" - Inflate a cwlang-formatted-plain-text-file into
the prx. cwcheat.prx remains untouched, it will be created a new "cwmod.prx".
For use it you must rename it as "cwcheat.prx" and overwrite the same file onto
your memory stick, in the /dh/kd folder. There you go!

l - EXAMPLE: "cwlang l my_text.txt my_lang.lng" - Creates a cwcheat-compatible language
file for use within the prx. See cwcheat guide on how to use this, do not complain
weltall if a lng created by you doesn't work, that's your fault.

-TXT SPECS:
the txt file is formatted like this:
[<three-digit-number>]<string>

What you MUST do and what you MUSTN'T:
You MUST edit a valid txt created by cwlang, different versions of cwcheat.prx uses different cwlang

You MUSTN'T change the three-digit-number between [ ] that's for injecting the strings..
wrong number, file corruption that's a counter for available characters.

You MUST pay attention to \0 and \n.. they count for a single character, \0 means null character,
\n newline..

You CAN edit the textfile, with an eye on string sizes.. but cwlang should manage itself too-long strings
to avoid file corruption

-CREDITS:
google.it!
weltall for cwcheat
irc.azzurra.org/#consoleworld

>>> DOWNLOAD <<<

(right click, save as..)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 06:14.

Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO

ConsoleWorld.org © 2005/08. E' vietata la riproduzione di tutto o di una parte dei contenuti del sito.
Questo è un forum pubblico per cui non siamo responsabili dei contenuti in esso presenti.
All logos and trademarks in this site are property of their respective owner.
The other brands and names are property of the respective owners. This site is not affiliated with SCEI, Microsoft or Nintendo.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99