Good Evening Inforge,
I am from Germany, but that isn't important now.
I'll show you, how you get Random Title's in your Client.
At first you must unpack root from your pack folder.
If you unpacked it, you open the locale.py and write in the head this:
Then you search for
You replace this with the following code:
Okay, we are finished now.
I hope you know, how you can edit the Title's
Your's Sincerely,
CranK™
P.S.: My English is not very good, but if you wanna have more thread's then post it here.( please post English)
I am from Germany, but that isn't important now.
I'll show you, how you get Random Title's in your Client.
At first you must unpack root from your pack folder.
If you unpacked it, you open the locale.py and write in the head this:
Codice:
import time
Then you search for
Codice:
APP_TITLE =
You replace this with the following code:
Codice:
localtime = localtime = time.strftime("%H:%M:%S")
titleNameDict = {
0 : "Welcome to Hajung2",
1 : "Hajung2 ~ Little Ad",
2 : "Hajung2 ~ Be a part of it",
3 : "CranK™ feel the stragne",
4 : "CranK™ was here!",
5 : "CranK™ says: 'Welcome to Hajung'",
6 : "Inforgewas here!",
7 : "Inforge ~ Your hacking Community!",
8 : "CranK™ was here!",
9 : "Inforge was here",
10 : "http://inforge.net",
11 : "Hajung2 dot Community",
12 : "Hajung2",
13 : "CranK™",
14 : "Servername",
15 : "© by CranK™",
16 : "Your Title",
17 : "Hmm lecker Kuchen",
18 : "Your Client was started at " + localtime,
19 : "Hello 2",
20 : "Hello 4",
21 : "Hello 5",
22 : "Hello 6",
23 : "Hello 7",
24 : "Hello",
25 : "Hello 8",
26 : "Hello 9",
27 : "Hello 10",
28 : "Hello 11",
29 : "Hello 12",
}
APP_TITLE = titleNameDict[app.GetRandom(0, len(titleNameDict) - 1)]
Okay, we are finished now.
I hope you know, how you can edit the Title's

Your's Sincerely,
CranK™
P.S.: My English is not very good, but if you wanna have more thread's then post it here.( please post English)
