Editing media.pk2 file

09/11/2010 06:19 Hecrones#1
Hey guys,

I play SJSRO (1.091) and I'm editing the media.pk2 file.
I already changed names of party matching but now I try to change something in chatsystem.

Many people write \n to write in the next line, if I try to do same I get the message: "Some words or expressions are prohibited" (or something like that).

Where can I find the list of forbidden words?
I guess it has to be in the media.pk2 file, I had another before and I was able to use the \n function, but the media file has very many subfiles (as I said I changed the party matching name, I extracted the whole media file).

Thanks to the answers,
Hecrones.

[edit] By the way I'm from germany.
09/11/2010 06:58 Schickl#2
server_dep\silkroad\textdata\abusefilter.txt

just enter some comments in the file
so one line with "//blablabla" or w/e^^
09/11/2010 07:23 Hecrones#3
So just clear the file?

I checked this file before and found something like "punk" and wrote it ingame - I didn't got a message then... that's why I closed that file.

[edit]Well, I tried that out - thank's, it's working fine!

Well, do You know how I can insert the sign "_" in grant name?

[edit 2] And how I can change Lv 1~90 to Lv 1~120 when I form party?

Hecrones :)
09/11/2010 07:59 Schickl#4
Quote:
Originally Posted by Hecrones View Post
[edit]Well, I tried that out - thank's, it's working fine!

Well, do You know how I can insert the sign "_" in grant name?
u should be able to enter it normally
at least in Isro
Quote:
[edit 2] And how I can change Lv 1~90 to Lv 1~120 when I form party?
thats client-sided if im right
so ud need a bot or any other program that makes pt entries
09/11/2010 08:24 Hecrones#5
Well it says that I can't use invalid letters...

client-sided, am I able to change that?

Hecro
09/11/2010 08:53 Schickl#6
with client sided i meant that its probably a function in the client
so u can only change it by doin it with a bot or any other prog that makes pt entries^^
09/12/2010 19:09 Hecrones#7
Well in SJSRO are some with the bot from *********** Lv 0-255 in party matching.
But there are some others, who have party matching 1-100 by media.pk2 file.

I still search for that - anyone has an idea about that?

Hecrones
09/12/2010 19:38 Hecrones#8
Quote:
}
GDR_PARTYMATCH_REGISTER_LEVEL_MAX_EDIT:CIFEdit
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,255,255,255"
DDJ=STRING,""
FontColor=COLOR,"255,255,255,255"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"2"
ID=INTEGER,"43"
Rect=RECT,"218,154,66,11"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,""
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
}
GDR_PARTYMATCH_REGISTER_LEVEL_MIN_EDIT:CIFEdit
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,255,255,255"
DDJ=STRING,""
FontColor=COLOR,"255,255,255,255"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"2"
ID=INTEGER,"42"
Rect=RECT,"80,154,66,11"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,""
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"

[...]

}
GDR_PARTYMATCH_REGISTER_LEVEL_MAX_STA:CIFStatic
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,255,255,255"
DDJ=STRING,""
FontColor=COLOR,"255,255,255,255"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"2"
ID=INTEGER,"36"
Rect=RECT,"161,154,32,11"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,"UIIT_CTL_PARTYMATCH_RECORD_LIMITLEVEL _MAX"
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
}
GDR_PARTYMATCH_REGISTER_LEVEL_MIN_STA:CIFStatic
{
ClientRect=RECT,"0,0,0,0"
Color=COLOR,"255,255,255,255"
DDJ=STRING,""
FontColor=COLOR,"255,255,255,255"
FontIndex=INTEGER,"0"
HAlign=INTEGER,"2"
ID=INTEGER,"35"
Rect=RECT,"23,154,32,11"
Style=INTEGER,"0"
SubSection=STRING,""
Text=STRING,"UIIT_CTL_PARTYMATCH_RECORD_LIMITLEVEL _MIN"
UV_LB=POINT,"0,1"
UV_LT=POINT,"0,0"
UV_RB=POINT,"1,1"
UV_RT=POINT,"1,0"
VAlign=INTEGER,"0"
This I found in "ifpartymatchregister"-file (media.pk2).
Does it give any answer to my question?

Well, if bot by *********** can change Party to 0-255, its producer had found the way to change that party level range. Anyone here knows where and how to change it?

Hecrones
sry for double posting.
09/12/2010 20:22 Kape7#9
The resinfo files only contains interface information and structure. For edit the party matching max-min level you have to edit the sro_client.exe with a debugger, it cannot be done by pk2 editing.
09/12/2010 21:09 Hecrones#10
Oh, okay.
Where I can get a debugger to change that? :D

Hecrones
09/12/2010 21:18 Kape7#11
Quote:
Originally Posted by Hecrones View Post
Oh, okay.
Where I can get a debugger to change that? :D

Hecrones
Ollydbg. Is not as easy as pk2 edition, you have to know ASM.
09/12/2010 21:38 Hecrones#12
xD
What is ASM?

Well, I just need to change 1-90 to 1-120 and then I got all I need to change... do You think it will be complicated without knowledge?

Hecrones