Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 06:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Der Filter spuckt nur "*" aus

Discussion on Der Filter spuckt nur "*" aus within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 7
Join Date: Oct 2007
Posts: 431
Received Thanks: 253
Der Filter spuckt nur "*" aus

Hallo.

Das ist jetzt kein ganz so schlimmes Problem, wüsste trotzdem gerne mal, warum das so ist / ob es da in der Source noch etwas gibt.

Wir benutzen v15 Files, wo der Filter filterENG.inc aktiv ist.
Jedoch wandelt er die Wörter immer nur in * um. Beispiel:

"Testwort1" "Geändertes Testwort 1"
"Testwort11" "Geändertes Testwort 1.1"

Das erste wird zu ********* und das 2. zu **********
Es wird die Länge vom Wort übernommen und in * umgewandelt, das zweite wird komplett ignoriert.

Sollte es dafür relevant sein: Ich bekomme beim WorldServer starten einen "Invalid Lang" Error, wo ich allerdings auch nicht das Problem finden kann.

Jemand eine Idee wie das mit dem Filter ist? Kenne vom Filter bisher nur den Resource Teil und wenn man nach Filter in der Source sucht kommt auch ganz was anderes.
Rodopushin is offline  
Old 09/07/2015, 15:49   #2



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by xXXKillianXXx View Post
Hallo.

Das ist jetzt kein ganz so schlimmes Problem, wüsste trotzdem gerne mal, warum das so ist / ob es da in der Source noch etwas gibt.

Wir benutzen v15 Files, wo der Filter filterENG.inc aktiv ist.
Jedoch wandelt er die Wörter immer nur in * um. Beispiel:

"Testwort1" "Geändertes Testwort 1"
"Testwort11" "Geändertes Testwort 1.1"

Das erste wird zu ********* und das 2. zu **********
Es wird die Länge vom Wort übernommen und in * umgewandelt, das zweite wird komplett ignoriert.

Sollte es dafür relevant sein: Ich bekomme beim WorldServer starten einen "Invalid Lang" Error, wo ich allerdings auch nicht das Problem finden kann.

Jemand eine Idee wie das mit dem Filter ist? Kenne vom Filter bisher nur den Resource Teil und wenn man nach Filter in der Source sucht kommt auch ganz was anderes.

WinMain.RC mal gecheckt :3 ?
- DK is offline  
Old 09/07/2015, 17:52   #3
 
elite*gold: 7
Join Date: Oct 2007
Posts: 431
Received Thanks: 253
Quote:
Originally Posted by .ACE. View Post
WinMain.RC mal gecheckt :3 ?
Falls du hier drauf hinaus willst:

Code:
#include "resource.h"
resource.h:
Code:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by WinMain.rc
//
#define IDS_SERVER_IP                   1
#define IDS_LANG                        2
#define IDS_SUBLANG                     3
#define IDS_ENCRYPTPWD                  4
#define IDS_FAKEFULLMODE                5
#define IDS_MSGVER                      6
#define IDS_CACHE_PORT                  7
#define IDS_SHOUTLIMIT_SECOND           8
#define IDS_SHOUTLIMIT_COUNT            9
#define IDS_CODEPAGE                    10
#define IDS_2ND_PASSWORD                11
#define IDI_MAIN_ICON                   101
#define IDI_MAIN_ICON2                  103
#define IDR_MAIN_ACCEL                  113
#define IDR_MENU                        141
#define IDR_POPUP                       142
#define IDD_SELECTDEVICE                144
#define IDD_DIALOG1                     146
#define IDD_DIALOG2                     148
#define IDD_DIALOG3                     149
#define IDR_DATA1                       151
#define IDC_BASE                        156
#define IDC_ATTACK                      157
#define IDC_NPC                         158
#define IDC_CONTROL                     159
#define IDC_GETITEM                     160
#define IDC_SELECT                      163
#define IDC_CAMERA                      164
#define IDC_DELAY                       166
#define IDC_RESIZE_HORI                 167
#define IDC_CURSOR1                     168
#define IDC_RESIZE_VERT                 168
#define IDC_RESIZE_HV1                  169
#define IDC_RESIZE_HV2                  170
#define IDC_EDIT                        175
#define IDC_CURSOR2                     184
#define IDC_CURSOR3                     186
#define IDC_CURSOR4                     187
#define IDC_CURSOR5                     189
#define IDD_WEBDLG                      190
#define IDR_DATA2                       191
#define IDC_DOOR                        193
#define IDC_GATE                        194
#define IDC_LEVER                       195
#define IDR_DATA3                       196
#define IDC_HAMMER                      198
#define IDI_ICON1                       201
#define IDD_CONSOLE_DLG                 204
#define IDD_DIALOG4                     205
#define IDD_DIALOG5                     206
#define IDC_DEVICE_COMBO                1000
#define IDC_MODE_COMBO                  1001
#define IDC_ADAPTER_COMBO               1002
#define IDC_FULLSCREENMODES_COMBO       1003
#define IDC_MULTISAMPLE_COMBO           1005
#define IDC_WINDOWED_CHECKBOX           1012
#define IDC_FULLSCREEN_TEXT             1014
#define IDC_WINDOW                      1016
#define IDC_FULLSCREEN                  1018
#define IDC_EDIT1                       1027
#define IDC_CONSOLE_EDIT                1027
#define IDC_EDIT2                       1028
#define IDC_EDIT3                       1029
#define IDC_TREE1                       1030
#define IDC_LIST1                       1031
#define IDC_CONSOLE_LIST                1031
#define IDC_BUTTON1                     1032
#define IDC_BUTTON2                     1033
#define IDC_CHECK1                      1035
#define IDC_TAB1                        1036
#define IDM_CHANGEDEVICE                40002
#define IDM_TOGGLEFULLSCREEN            40003
#define IDM_TOGGLESTART                 40004
#define IDM_SINGLESTEP                  40005
#define IDM_EXIT                        40006
#define IDM_TOGGLED3DX                  40011
#define IDM_HELP                        40012
#define IDM_TOGGLEALLHITS               40013

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        207
#define _APS_NEXT_COMMAND_VALUE         40014
#define _APS_NEXT_CONTROL_VALUE         1038
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif
Sollte alles eigentlich richtig sein.
Rodopushin is offline  
Old 09/07/2015, 20:44   #4



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by xXXKillianXXx View Post
Falls du hier drauf hinaus willst:

Code:
#include "resource.h"
resource.h:
Code:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by WinMain.rc
//
#define IDS_SERVER_IP                   1
#define IDS_LANG                        2
#define IDS_SUBLANG                     3
#define IDS_ENCRYPTPWD                  4
#define IDS_FAKEFULLMODE                5
#define IDS_MSGVER                      6
#define IDS_CACHE_PORT                  7
#define IDS_SHOUTLIMIT_SECOND           8
#define IDS_SHOUTLIMIT_COUNT            9
#define IDS_CODEPAGE                    10
#define IDS_2ND_PASSWORD                11
#define IDI_MAIN_ICON                   101
#define IDI_MAIN_ICON2                  103
#define IDR_MAIN_ACCEL                  113
#define IDR_MENU                        141
#define IDR_POPUP                       142
#define IDD_SELECTDEVICE                144
#define IDD_DIALOG1                     146
#define IDD_DIALOG2                     148
#define IDD_DIALOG3                     149
#define IDR_DATA1                       151
#define IDC_BASE                        156
#define IDC_ATTACK                      157
#define IDC_NPC                         158
#define IDC_CONTROL                     159
#define IDC_GETITEM                     160
#define IDC_SELECT                      163
#define IDC_CAMERA                      164
#define IDC_DELAY                       166
#define IDC_RESIZE_HORI                 167
#define IDC_CURSOR1                     168
#define IDC_RESIZE_VERT                 168
#define IDC_RESIZE_HV1                  169
#define IDC_RESIZE_HV2                  170
#define IDC_EDIT                        175
#define IDC_CURSOR2                     184
#define IDC_CURSOR3                     186
#define IDC_CURSOR4                     187
#define IDC_CURSOR5                     189
#define IDD_WEBDLG                      190
#define IDR_DATA2                       191
#define IDC_DOOR                        193
#define IDC_GATE                        194
#define IDC_LEVER                       195
#define IDR_DATA3                       196
#define IDC_HAMMER                      198
#define IDI_ICON1                       201
#define IDD_CONSOLE_DLG                 204
#define IDD_DIALOG4                     205
#define IDD_DIALOG5                     206
#define IDC_DEVICE_COMBO                1000
#define IDC_MODE_COMBO                  1001
#define IDC_ADAPTER_COMBO               1002
#define IDC_FULLSCREENMODES_COMBO       1003
#define IDC_MULTISAMPLE_COMBO           1005
#define IDC_WINDOWED_CHECKBOX           1012
#define IDC_FULLSCREEN_TEXT             1014
#define IDC_WINDOW                      1016
#define IDC_FULLSCREEN                  1018
#define IDC_EDIT1                       1027
#define IDC_CONSOLE_EDIT                1027
#define IDC_EDIT2                       1028
#define IDC_EDIT3                       1029
#define IDC_TREE1                       1030
#define IDC_LIST1                       1031
#define IDC_CONSOLE_LIST                1031
#define IDC_BUTTON1                     1032
#define IDC_BUTTON2                     1033
#define IDC_CHECK1                      1035
#define IDC_TAB1                        1036
#define IDM_CHANGEDEVICE                40002
#define IDM_TOGGLEFULLSCREEN            40003
#define IDM_TOGGLESTART                 40004
#define IDM_SINGLESTEP                  40005
#define IDM_EXIT                        40006
#define IDM_TOGGLED3DX                  40011
#define IDM_HELP                        40012
#define IDM_TOGGLEALLHITS               40013

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        207
#define _APS_NEXT_COMMAND_VALUE         40014
#define _APS_NEXT_CONTROL_VALUE         1038
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif
Sollte alles eigentlich richtig sein.
Ich meine folgendes:

[quote]
BEGIN
IDS_SERVER_IP "127.0.0.1"
IDS_LANG "1"
IDS_SUBLANG "0"
IDS_ENCRYPTPWD "1"
IDS_FAKEFULLMODE "1"
IDS_MSGVER "ARMAMOM01"
IDS_CACHE_PORT "5400"
IDS_SHOUTLIMIT_SECOND "5000"
IDS_SHOUTLIMIT_COUNT "5"
IDS_CODEPAGE "1252"
IDS_2ND_PASSWORD "0"
END
[quote]

Dort wird die Languag festgelegt und dementsprechend kann es ja sein das es bei euch nicht richtig eingestellt ist ^^ Aber ich sehe grade das es defintiv was anderes ist.. Ich kann mir gegenfalls mal deine source und files gerne mal anschauen ^^ Finde sicher eine Lösung
- DK is offline  
Old 09/07/2015, 21:45   #5
 
elite*gold: 7
Join Date: Oct 2007
Posts: 431
Received Thanks: 253
Hallo ACE, das steht bei mir:

Code:
    IDS_SERVER_IP           "127.0.0.1"
    IDS_LANG                "1"
    IDS_SUBLANG             "0"
    IDS_ENCRYPTPWD          "1"
    IDS_FAKEFULLMODE        "1"
    IDS_MSGVER              "20070712"
    IDS_CACHE_PORT          "5400"
    IDS_SHOUTLIMIT_SECOND   "5000"
    IDS_SHOUTLIMIT_COUNT    "5"
    IDS_CODEPAGE            "1252"
    IDS_2ND_PASSWORD        "0"
@Marc:
Pro Haxx0r 1337, w3w bin so stolz auf dich, dass du nen Resource Hacker richtig verwenden kannst. But who cares, kriegst nen Report wegen Spam, dein Post ist noch unnötiger als Kinderarbeit in Timbuktu. Und das nächste Mal poste doch bitte wenigstens das richtige, die IP stimmt nicht.
Rodopushin is offline  
Old 09/07/2015, 23:14   #6
 
xTwiLightx's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
Quote:
Originally Posted by xXXKillianXXx View Post
Wir benutzen v15 Files, wo der Filter filterENG.inc aktiv ist.
filterENG.inc oder filter_ENG.inc?

Es muss auf jeden Fall zweiteres sein. ^^
xTwiLightx is offline  
Old 09/08/2015, 00:22   #7
 
elite*gold: 7
Join Date: Oct 2007
Posts: 431
Received Thanks: 253
Hallo,

ja filter_ENG.inc. Habe den Unterstrich vergessen, sorry :P

Zu Invalid SubLang:
Habe jetzt da, wo der Error auftaucht einfach die Sub Lang default auf 0 gesetzt, obwohl die in der WinMain.rc auf 0 ist, wird beim Error eine 4 ausgespuckt. Aber nungut, da ich die auf 0 setze sollte das kein Problem weiterhin darstellen. Der Filter will trotzdem immer noch nicht.

Meine propLang.txt sieht übrigends so aus:

Code:
//dwLang	szPath	szFileName	szTitle	szFontFirst	szFontSecond	nDivTitle	nDivCaption	charset	wCodePage	faceNT	face9x	szFont0	szFont1	szFont2	szFont3	dwBgColor3_a	dwBgColor3_r	dwBgColor3_g	dwBgColor3_b	nOutLine3	dwFlags3	szFont4	dwBgColor4_a	dwBgColor4_r	dwBgColor4_g	dwBgColor4_b	nOutLine4	dwFlags4	szFont5	dwBgColor5_a	dwBgColor5_r	dwBgColor5_g	dwBgColor5_b	nOutLine5	dwFlags5
0	"""Korean\"""		_KOR.inc	Korean		"""휴먼매직체"""			"""굴림"""				20	50	129	949		"""Gulim"""					"""굴림"""					"""gulim"""				"""gulim"""				"""gulim"""				"""Arial Black"""		255	217	91	51	2	=	"""Arial Black"""		255	60	60	60	2	=	"""가을체"""				255	40	100	220	2	8
1	"""English\"""		_ENG.inc	English		"""Verdana"""			"""Verdana"""			20	50	0	1252	"""Verdana"""				"""Verdana"""				"""Verdana"""			"""Verdana"""			"""Verdana"""			"""Verdana"""			255	217	91	51	2	=	"""Verdana"""			255	60	60	60	2	=	"""Verdana"""			255	40	100	220	2	8
2	"""Japanese\"""		_JAP.inc	Japanese	"""MS Gothic"""			"""MS Gothic"""			40	100	128	932		"""MS Gothic"""				"""굃굍 굊긕긘긞긏"""				"""MS Gothic"""			"""MS Gothic"""			"""gulim"""				"""MS Gothic"""			255	217	91	51	2	=	"""MS Gothic"""			255	60	60	60	2	=	"""MS Gothic"""			255	40	100	220	2	8
3	"""Chinese\"""		_CHI.inc	Chinese		"""MS Sans Serif"""		"""MS Sans Serif"""		20	50	136	950		"""MingLiU"""				"""꾄ⁿ톱"""					"""MingLiU"""			"""MingLiU"""			"""MingLiU"""			"""MingLiU"""			255	217	91	51	2	=	"""MingLiU"""			255	60	60	60	2	=	"""MingLiU"""			255	40	100	250	2	8
4	"""Thailand\"""		_THA.inc	Thailand	"""MingLiU"""			"""MingLiU"""			20	50	222	874		"""Microsoft Sans Serif"""	"""Microsoft Sans Serif"""	"""MS Sans Serif"""		"""MS Sans Serif"""		"""MS Sans Serif"""		"""MS Sans Serif"""		255	217	91	51	2	=	"""MS Sans Serif"""		255	60	60	60	2	=	"""MS Sans Serif"""		255	40	100	250	2	8
5	"""Taiwan\"""		_TWN.inc	Taiwan		"""SimSun"""			"""SimSun"""			20	50	136	950		"""MingLiU"""				"""꾄ⁿ톱"""	"""MingLiU"""	"""MingLiU"""			"""MingLiU"""			"""MingLiU"""			255	217	91	51	2	=	"""MingLiU"""			255	60	60	60	2	=	"""MingLiU"""			255	40	100	250	2	8
6	"""German\"""		_GER.inc	German		"""Trebuchet MS"""		"""Trebuchet MS"""		20	50	0	1252	"""Trebuchet MS"""			"""Trebuchet MS"""			"""Trebuchet MS"""		"""Trebuchet MS"""		"""Trebuchet MS"""		"""Trebuchet MS"""		255	217	91	51	2	=	"""Trebuchet MS"""		255	60	60	60	2	=	"""Trebuchet MS"""		255	40	100	220	2	8
7	"""Spanish\"""		_SPA.inc	Spanish		"""Verdana"""			"""Verdana"""			20	50	0	1252	"""Verdana"""				"""Verdana"""				"""Verdana"""			"""Verdana"""			"""Verdana"""			"""Verdana"""			255	217	91	51	2	=	"""Verdana"""			255	60	60	60	2	=	"""Verdana"""			255	40	100	220	2	8
8	"""French\"""		_FRE.inc	French		"""Trebuchet MS"""		"""Trebuchet MS"""		20	50	0	1252	"""Trebuchet MS"""			"""Trebuchet MS"""			"""Trebuchet MS"""		"""Trebuchet MS"""		"""Trebuchet MS"""		"""Trebuchet MS"""		255	217	91	51	2	=	"""Trebuchet MS"""		255	60	60	60	2	=	"""Trebuchet MS"""		255	40	100	220	2	8
9	"""Taiwan\"""		_TWN.inc	Hongkong	"""SimSun"""			"""SimSun"""			20	50	136	950		"""MingLiU"""				"""꾄ⁿ톱"""					"""MingLiU"""			"""MingLiU"""			"""MingLiU"""			"""MingLiU"""			255	217	91	51	2	=	"""MingLiU"""			255	60	60	60	2	=	"""MingLiU"""			255	40	100	250	2	8
10	"""Portuguese\"""	_POR.inc	Portuguese	"""Times New Roman"""	"""Times New Roman"""	20	50	0	1252	"""Times New Roman"""		"""Times New Roman"""		"""Times New Roman"""	"""Times New Roman"""	"""Times New Roman"""	"""Times New Roman"""	255	217	91	51	2	=	"""Times New Roman"""	255	60	60	60	2	=	"""Times New Roman"""	255	40	100	220	2	8
11	"""Vietnam\"""		_VTN.inc	Vietnam		"""Verdana"""			"""Verdana"""			20	50	0	1258	"""Verdana"""				"""Verdana"""				"""Verdana"""			"""Verdana"""			"""Verdana"""			"""Verdana"""			255	217	91	51	2	=	"""Verdana"""			255	60	60	60	2	=	"""Verdana"""			255	40	100	220	2	8
12	"""Russian\"""		_RUS.inc	Russian		"""Tahoma"""			"""Tahoma"""			20	50	0	1251	"""Tahoma"""				"""Tahoma"""				"""Tahoma"""			"""Tahoma"""			"""Tahoma"""			"""Tahoma"""			255	217	91	51	2	=	"""Tahoma"""			255	60	60	60	2	=	"""Tahoma"""			255	40	100	220	2	8
Rodopushin is offline  
Reply




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


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.