Forum: Official Free MC Boot Forums - Discussions and development of the the newest and most advanced hack/exploit for the PS2!


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree1Likes

Thread: Non-English FREEMCB.CNF Free McBoot configuration files, Please Share Yours!
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
  1. #1 Non-English FREEMCB.CNF Free McBoot configuration files, Please Share Yours! 
    urbigbro's Avatar
    urbigbro is offline \m/=(⎝⏠⏝⏠⎠)=\m/
    Join Date
    Apr 2006
    Location
    The beach with great weather year round.
    Posts
    948
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    3
    I have been messing with manually editing the FREEMCB.CNF file since I found out it supported more than just ASCII text.

    This thread is meant to be a compilation of non-English FREEMCB.CNF files for users who may not speak English as their native tongue.

    In order to help introduce more people to the great homebrew applications for the PS2 through the hacked PS2OSDSYS, I'd ask that the FREEMCB.CNF files follow a certain pattern for each application added to the FREEMCB.CNF files.

    1. Please list the applications name in English as well as the other language. The order of languages doesn't matter, just keep it on the same line (obviously)
    2. Try to translate every visible part of the FREEMCB.CNF that will be visible in the hacked PS2 OSDSYS. e.g the small text at the bottom that says 'Use (up)(down)to browse list'
    3. Try to use the default FMCB storage locations for the major homebrew that normally come with the 'noob' package (HDL, ESR, uLE,etc)
    4. Keep usability in mind, try to avoid making the letters super huge, or overlapping one item with another, and try to provide as clear and accurate a translation as possible.
    5. Do NOT put copyrighted material in your FREEMCB.ZIP that you upload, e.g cracked CB, or HDTV player
    6. If you can post a screen shot, and the actual FREEMCB.CNF text in a code box, it would be great, but it's not essential.

    Other than that, you can be as creative as you like!

    Tips

    *You can use the Free McBoot Configurator included in the FMCB 1.8 'noob' package.

    *If the language you need to use doesn't use 'Roman' based characters you can use LBFn, to Asian (except Korean), and Cyrillic characters directly into your FREEMCB.CNF file on your PS2. (Thanks again nika!) Link to LBFn W.I.P. tutorial and .elf file below.

    http://psx-scene.com/forums/showthread.php?t=62196 (LBFn Intro and English Documentation (Work in Progress))

    *You can also manually edit non-Roman characters into your FREEMCB.CNF file using the PC, by SJIS using a compatible Text editor that can handle SJIS. (I use SuperEdi. It's free, has multiple localization kits for diff languages and it's easy to use.)

    *There is support for the Spanish ñ as well as letters with umlats ( ö ) for German and such, and even Dutch, Danish, Czech, Polish, Romanian, French, Turkish, Finnish, Portuguese and Hungarian characters in the PS2 BIOS's SJIS based font, but they are in weird places as a normal PC SJIS font doesn't have these characters. You can find out where they are in the PS2 font, by cross referencing their location in the PS2 font screen shots I have made and 'blindly' copying from the FREEMCB.CNF yi has provided with all the PS2's font's characters in it. See bottom of first post in the linked thread below for more details on that particular method.
    http://psx-scene.com/forums/showthre...131#post441131

    *As far as I know, there is no way to display/input the following languages into a NTSC-U, NTSC-J, or PAL consoles' FREEMCB.CNF file.

    Korean
    Other Script based languages such as
    Thai
    Arabic
    Farsi/Persian
    Tamil
    Pujabi


    Perhaps other regions have support for these languages in their BIOS. Since I don't have them or know anyone that does, I leave it up to those that do to determine this.


    What else you can do to help!

    *If you are a member of another language forum that could use this information, please translate it at use it to let more people know this is possible.

    * If you know of someone whoa has made a non-English .CNF and they can't speak English to post it up here, help them by posting it for them. (This is what I did for nika's Japanese FREEMCB.CNF file.)


    My first two contributions to this thread are a W.I.P. Chinese CNF done by me.


    Code:
    # ----------------------------------------
    # Free MCBoot Config File
    # must be in mc?:/SYS-CONF/FREEMCB.CNF or mass:/FREEMCB.CNF
    # ----------------------------------------
    CNF_version = 1
    # ----------------------------------------
    Debug_Screen = 0
    FastBoot = 1
    ESR_Path_E1 = mass:/BOOT/ESR.ELF
    ESR_Path_E2 = mc?:/BOOT/ESR.ELF
    ESR_Path_E3 = mc?:/B?DATA-SYSTEM/ESR.ELF
    pad_delay = 0
    LK_Auto_E1 = OSDSYS
    LK_Circle_E1 = OSDSYS
    LK_Cross_E1 = OSDSYS
    LK_Square_E1 = OSDSYS
    LK_Triangle_E1 = OSDSYS
    LK_L1_E1 = mass:/BOOT/HDLOADER.ELF
    LK_L1_E2 = mc?:/BOOT/HDLOADER.ELF
    LK_L1_E3 = mc?:/B?DATA-SYSTEM/HDLOADER.ELF
    LK_R1_E1 = mass:/BOOT/BOOT.ELF
    LK_R1_E2 = mc?:/BOOT/BOOT.ELF
    LK_R1_E3 = mc?:/B?DATA-SYSTEM/BOOT.ELF
    LK_L2_E1 = mass:/BOOT/SMS.ELF
    LK_L2_E2 = mc?:/BOOT/SMS.ELF
    LK_L2_E3 = mc?:/B?DATA-SYSTEM/SMS.ELF
    LK_R2_E1 = mass:/BOOT/ESR.ELF
    LK_R2_E2 = mc?:/BOOT/ESR.ELF
    LK_R2_E3 = mc?:/B?DATA-SYSTEM/ESR.ELF
    LK_L3_E1 = OSDSYS
    LK_R3_E1 = OSDSYS
    LK_Up_E1 = OSDSYS
    LK_Down_E1 = OSDSYS
    LK_Left_E1 = OSDSYS
    LK_Right_E1 = OSDSYS
    LK_Start_E1 = mc?:/SYS-CONF/FMCB_CFG.ELF
    LK_Start_E2 = OSDSYS
    LK_Select_E1 = OSDSYS
    hacked_OSDSYS = 1
    OSDSYS_video_mode = AUTO
    OSDSYS_Skip_Logo = 1
    OSDSYS_Skip_Disc = 0
    OSDSYS_Inner_Browser = 0
    OSDSYS_selected_color = 0xFF,0xBD,0x18,0x40
    OSDSYS_unselected_color = 0xDE,0x29,0x10,0x80
    OSDSYS_scroll_menu = 1
    OSDSYS_menu_x = 320
    OSDSYS_menu_y = 110
    OSDSYS_enter_x = 30
    OSDSYS_enter_y = -1
    OSDSYS_version_x = -1
    OSDSYS_version_y = -1
    OSDSYS_cursor_max_velocity = 1000
    OSDSYS_cursor_acceleration = 100
    OSDSYS_cursor_max_velocity = 1000
    OSDSYS_cursor_acceleration = 100
    OSDSYS_left_cursor = c1☆c6≫
    OSDSYS_right_cursor = c6≪c1☆
    OSDSYS_menu_top_delimiter =  免費記憶片開動 FMCB c1[r0.80版 1.8r0.00]  
    OSDSYS_menu_bottom_delimiter = c0r0.60y+99用 o006/o007 挑選項目y-00r0.00 
    OSDSYS_num_displayed_items = 7
    OSDSYS_Skip_MC = 1
    OSDSYS_Skip_HDD = 1
    name_OSDSYS_ITEM_1 = HDL 【●】 硬盤電玩
    path1_OSDSYS_ITEM_1 = mass:/BOOT/HDLOADER.ELF
    path2_OSDSYS_ITEM_1 = mc?:/BOOT/HDLOADER.ELF
    path3_OSDSYS_ITEM_1 = mc?:/B?DATA-SYSTEM/HDLOADER.ELF
    name_OSDSYS_ITEM_2 = ESR ‘◎, 光盤電玩
    path1_OSDSYS_ITEM_2 = mass:/BOOT/ESR.ELF
    path2_OSDSYS_ITEM_2 = mc?:/BOOT/ESR.ELF
    path3_OSDSYS_ITEM_2 = mc?:/B?DATA-SYSTEM/ESR.ELF
    name_OSDSYS_ITEM_3 = SMS ♪♪ 易媒体系
    path1_OSDSYS_ITEM_3 = mass:/BOOT/SMS.ELF
    path2_OSDSYS_ITEM_3 = mc?:/BOOT/SMS.ELF
    path3_OSDSYS_ITEM_3 = mc?:/B?DATA-SYSTEM/SMS.ELF
    name_OSDSYS_ITEM_4 = ULE □⇔■ 文件管理
    path1_OSDSYS_ITEM_4 = mass:/BOOT/BOOT.ELF
    path2_OSDSYS_ITEM_4 = mc?:/BOOT/BOOT.ELF
    path3_OSDSYS_ITEM_4 = mc?:/B?DATA-SYSTEM/BOOT.ELF
    name_OSDSYS_ITEM_100 = Cheat Device 浪魂破解 金手指
    path1_OSDSYS_ITEM_100 = mass:/BOOT/CB.ELF

    And a Japanese one made by nika, of LBFn fame.

    Code:
    CNF_version = 1
    FastBoot = 1
    Debug_Screen = 0
    pad_delay = 0
    hacked_OSDSYS = 1
    OSDSYS_Skip_Disc = 1
    OSDSYS_Skip_Logo = 1
    OSDSYS_Inner_Browser = 0
    OSDSYS_selected_color = 0x10,0x80,0xE0,0x80
    OSDSYS_unselected_color = 0x33,0x33,0x33,0x80
    OSDSYS_scroll_menu = 1
    OSDSYS_menu_x = 320
    OSDSYS_menu_y = 110
    OSDSYS_enter_x = -1
    OSDSYS_enter_y = -1
    OSDSYS_version_x = -1
    OSDSYS_version_y = -1
    OSDSYS_cursor_max_velocity = 1000
    OSDSYS_cursor_acceleration = 100
    OSDSYS_num_displayed_items = 7
    OSDSYS_Skip_MC = 1
    OSDSYS_Skip_HDD = 1
    OSDSYS_left_cursor = o009
    OSDSYS_right_cursor = o008
    OSDSYS_menu_top_delimiter = y-99Free McBoot メニュー    c1[r0.80Version 1.8r0.00]y-00
    OSDSYS_menu_bottom_delimiter = c0r0.60y+99リストから o006/o007 で選択y-00r0.00
    OSDSYS_video_mode = AUTO
    LK_Auto_E1 = OSDSYS
    LK_Circle_E1 = OSDSYS
    LK_Cross_E1 = OSDSYS
    LK_Square_E1 = OSDSYS
    LK_Triangle_E1 = OSDSYS
    LK_L1_E1 = mass:/BOOT/HDLOADER.ELF
    LK_L1_E2 = mc?:/BOOT/HDLOADER.ELF
    LK_L1_E3 = mc?:/B?DATA-SYSTEM/HDLOADER.ELF
    LK_R1_E1 = mass:/BOOT/BOOT.ELF
    LK_R1_E2 = mc?:/BOOT/BOOT.ELF
    LK_R1_E3 = mc?:/B?DATA-SYSTEM/BOOT.ELF
    LK_L2_E1 = mass:/BOOT/SMS.ELF
    LK_L2_E2 = mc?:/BOOT/SMS.ELF
    LK_L2_E3 = mc?:/B?DATA-SYSTEM/SMS.ELF
    LK_R2_E1 = mass:/BOOT/ESR.ELF
    LK_R2_E2 = mc?:/BOOT/ESR.ELF
    LK_R2_E3 = mc?:/B?DATA-SYSTEM/ESR.ELF
    LK_L3_E1 = OSDSYS
    LK_R3_E1 = OSDSYS
    LK_Up_E1 = OSDSYS
    LK_Down_E1 = OSDSYS
    LK_Left_E1 = OSDSYS
    LK_Right_E1 = OSDSYS
    LK_Start_E1 = mc?:/SYS-CONF/FMCB_CFG.ELF
    LK_Start_E2 = OSDSYS
    LK_Select_E1 = OSDSYS
    name_OSDSYS_ITEM_1 = uLEでセーブデータなどの操作
    path1_OSDSYS_ITEM_1 = mass:/BOOT/BOOT.ELF
    path2_OSDSYS_ITEM_1 = mc?:/BOOT/BOOT.ELF
    path3_OSDSYS_ITEM_1 = mc?:/B?DATA-SYSTEM/BOOT.ELF
    name_OSDSYS_ITEM_2 = ESRディスクの起動
    path1_OSDSYS_ITEM_2 = mass:/BOOT/ESR.ELF
    path2_OSDSYS_ITEM_2 = mc?:/BOOT/ESR.ELF
    path3_OSDSYS_ITEM_2 = mc?:/B?DATA-SYSTEM/ESR.ELF
    name_OSDSYS_ITEM_3 = HDDゲームで遊ぶ
    path1_OSDSYS_ITEM_3 = mass:/BOOT/HDLOADER.ELF
    path2_OSDSYS_ITEM_3 = mc?:/BOOT/HDLOADER.ELF
    path3_OSDSYS_ITEM_3 = mc?:/B?DATA-SYSTEM/HDLOADER.ELF
    name_OSDSYS_ITEM_4 = SMSで音楽や動画を再生
    path1_OSDSYS_ITEM_4 = mass:/BOOT/SMS.ELF
    path2_OSDSYS_ITEM_4 = mc?:/BOOT/SMS.ELF
    path3_OSDSYS_ITEM_4 = mc?:/B?DATA-SYSTEM/SMS.ELF
    name_OSDSYS_ITEM_5 = USBのHDDゲームで遊ぶ
    path1_OSDSYS_ITEM_5 = mass:/BOOT/USBADVN.ELF
    path2_OSDSYS_ITEM_5 = mc?:/BOOT/USBADVN.ELF
    path3_OSDSYS_ITEM_5 = mc?:/B?DATA-SYSTEM/USBADVN.ELF
    name_OSDSYS_ITEM_6 = ファミコンで遊ぶ
    path1_OSDSYS_ITEM_6 = mass:/BOOT/packed_fceu.elf
    path2_OSDSYS_ITEM_6 = mc?:/BOOT/packed_fceu.elf
    path3_OSDSYS_ITEM_6 = mc?:/B?DATA-SYSTEM/packed_fceu.elf
    name_OSDSYS_ITEM_7 = ファミコンで遊ぶ
    path1_OSDSYS_ITEM_7 = mass:/BOOT/InfoNES.elf
    path2_OSDSYS_ITEM_7 = mc?:/BOOT/InfoNES.elf
    path3_OSDSYS_ITEM_7 = mc?:/B?DATA-SYSTEM/InfoNES.elf
    name_OSDSYS_ITEM_8 = スーパーファミコンで遊ぶ
    path1_OSDSYS_ITEM_8 = mass:/BOOT/SNES_EMU.ELF
    path2_OSDSYS_ITEM_8 = mc?:/BOOT/SNES_EMU.ELF
    path3_OSDSYS_ITEM_8 = mc?:/B?DATA-SYSTEM/SNES_EMU.ELF
    name_OSDSYS_ITEM_9 = スーパーファミコンで遊ぶ
    path1_OSDSYS_ITEM_9 = mass:/BOOT/packed_snes9x.elf
    path2_OSDSYS_ITEM_9 = mc?:/BOOT/packed_snes9x.elf
    path3_OSDSYS_ITEM_9 = mc?:/B?DATA-SYSTEM/packed_snes9x.elf
    name_OSDSYS_ITEM_10 = ゲームボーイで遊ぶ
    path1_OSDSYS_ITEM_10 = mass:/BOOT/InfoGB.elf
    path2_OSDSYS_ITEM_10 = mc?:/BOOT/InfoGB.elf
    path3_OSDSYS_ITEM_10 = mc?:/B?DATA-SYSTEM/InfoGB.elf
    name_OSDSYS_ITEM_11 = メガドライブで遊ぶ
    path1_OSDSYS_ITEM_11 = mass:/BOOT/PGEN151.ELF
    path2_OSDSYS_ITEM_11 = mc?:/BOOT/PGEN151.ELF
    path3_OSDSYS_ITEM_11 = mc?:/B?DATA-SYSTEM/PGEN151.ELF
    name_OSDSYS_ITEM_99 = 映像出力のモード変更
    path1_OSDSYS_ITEM_99 = mass:/BOOT/GSM.ELF
    path2_OSDSYS_ITEM_99 = mc?:/BOOT/GSM.ELF
    path3_OSDSYS_ITEM_99 = mc?:/B?DATA-SYSTEM/GSM.ELF
    name_OSDSYS_ITEM_100 = FreeMCBootの設定
    path1_OSDSYS_ITEM_100 = mc?:/SYS-CONF/FMCB_CFG.ELF
    ESR_Path_E1 = mass:/BOOT/ESR.ELF
    ESR_Path_E2 = mc?:/BOOT/ESR.ELF
    ESR_Path_E3 = mc?:/B?DATA-SYSTEM/ESR.ELF
    French (Based on hackchip's CNF) Thanks Gnom
    Attached Thumbnails Attached Thumbnails chinese_freemcb_cnf.gif   fmcb_cnf_jap_nika.jpg   french_cnf.gif  
    Attached Files
    Last edited by urbigbro; 12-10-2009 at 03:33 AM.
    V3, V7, V9 PS2s FMCB 1.8/W custom FREEMCB.CNF , ULE+ICON GUI, HDL .8b childsafe, ESR, OPL beta, Misc. 3.5, & 2.5" HDDs
    PSP 1000
    PS3 60 GB BC compatible

    I Mod Fighting Sticks!!
    My PS2 Mods
    Network Games working w/HDL .8b
    Reply With Quote  

  2. #2  
    urbigbro's Avatar
    urbigbro is offline \m/=(⎝⏠⏝⏠⎠)=\m/
    Join Date
    Apr 2006
    Location
    The beach with great weather year round.
    Posts
    948
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    3
    As far as I know the PS2 doesn't support that language at all.

    I only have NTSC-U consoles to test on which only have a few languages available in the System Configuration Menu of the BIOS.

    The list below is the best info I could find about the different region PS2 consoles that are known of. (Obtained from FMCB early research by multiple forum members)

    If anyone finds out they can change their PS2's language to one of the unsupported languages, please let us know what region it is, as well as run the program to display all characters available in your PS2. (link below) Thanks ragnarok2040

    http://psx-scene.com/forums/attachme...1&d=1232904568

    Code:
    SCPH-10000  (This series is japan only. Models 10000/15000/18000) 
    SCPH-3000x  (There is a 37000 series but it's actually the same thing as the 30000)
    SCPH-3900x
    SCPH-5000x
    SCPH-7000x
    SCPH-7500x
    SCPH-7900x
    SCPH-9000x
    
    The real regions, which have not much to do with the game region (NTSC UC/NTSC J/PAL, etc ...) are actually indicated by the last
    digit of the model number:
    
    
    Digit     Country         DVD region   Bios looks for    "Magic Gate" Region
    
      0       Japan             NTSC 2     BIEXEC-SYSTEM             J
      1       USA and Canada    NTSC 1     BAEXEC-SYSTEM             U
      2       Oceania           PAL  4     BEEXEC-SYSTEM             O
      3       England           PAL  2     BEEXEC-SYSTEM             E
      4       Europe            PAL  2     BEEXEC-SYSTEM             E
      5       South Korea       NTSC 3     BAEXEC-SYSTEM             A
      6/7     China             NTSC 6     BAEXEC-SYSTEM             C
      8       Russia            PAL? 5         ????                  R
      10/11   Mexico            NTSC 4     BAEXEC-SYSTEM             M
    Last edited by urbigbro; 11-16-2009 at 06:29 PM.
    V3, V7, V9 PS2s FMCB 1.8/W custom FREEMCB.CNF , ULE+ICON GUI, HDL .8b childsafe, ESR, OPL beta, Misc. 3.5, & 2.5" HDDs
    PSP 1000
    PS3 60 GB BC compatible

    I Mod Fighting Sticks!!
    My PS2 Mods
    Network Games working w/HDL .8b
    Reply With Quote  

  3. #3  
    Gnom is offline FMCB Installer
    Join Date
    Mar 2009
    Location
    Paris, France
    Posts
    312
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    3
    This french translation is not correct. But it is not necessary to have one since there's a french localized noobie-package
    Reply With Quote  

  4. #4  
    ashkan is offline Registered User
    Join Date
    Oct 2009
    Posts
    21
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Gnom View Post
    This french translation is not correct. But it is not necessary to have one since there's a french localized noobie-package
    Thanks for the info. can you share The "French Package" with us?
    I hope that other guys help us to make a great multi language package for FreeMcBoot.
    Reply With Quote  

  5. #5  
    amp2006's Avatar
    amp2006 is offline Mod by mistake
    Join Date
    Sep 2006
    Location
    Dahuk
    Posts
    6,501
    Downloads
    24
    Uploads
    122
    Mentioned
    23 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    415
    Likes Received
    410
    dude Google translate cannot make or give you an accurate translate you have to know that language in order to use or else it will confuse many members
    Reply With Quote  

  6. #6  
    TnA's Avatar
    TnA
    TnA is offline Member
    Join Date
    Apr 2005
    Location
    Germany
    Posts
    4,580
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    12
    Likes Received
    30
    All of them are wrong.
    "Free" is part of the name.
    The name is "Free McBoot" (not McBoot, not BootMC, or whatever....), so regardless which language you use it doesn´t convert the "Free" into "Gratis", or similar.
    PS2 V7/DMS3 V2 (FW:2.4b7); Seagate Baracuda 200GB
    PS2 V7/CC1.0 (FW:34 hacked v2 BM:2.1.6); Maxtor DiamondMAX9 PLUS 160GB
    PS2 SCPH-30004R; NoMod+NoLaser

    3xSony BBA
    3xSony MC 8MB
    MAX/Datel 16MB with Boot-CD
    MAX/Datel 32MB&64MB

    Custom FMCB 1.8b+ Beta-Build, my AIO 0.5, Sony&xRhino-Linux
    Reply With Quote  

  7. #7  
    urbigbro's Avatar
    urbigbro is offline \m/=(⎝⏠⏝⏠⎠)=\m/
    Join Date
    Apr 2006
    Location
    The beach with great weather year round.
    Posts
    948
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    3
    Quote Originally Posted by TnA View Post
    All of them are wrong.
    "Free" is part of the name.
    The name is "Free McBoot" (not McBoot, not BootMC, or whatever....), so regardless which language you use it doesn´t convert the "Free" into "Gratis", or similar.
    @ashkan- I appreciate your enthusiasm, but the translation must be done by someone familiar with what the common names for the homebrew in the non-English language. They also would need to know what each app does to avoid a confusing translation.

    @TnA- Are you up to providing a German .CNF?
    It doesn't matter to me whether if you link me to one already made, or make it yourself. I didn't see a German one at any of the German PS2 sites I've visited.

    My ultimate goal is to have most of the major language .CNFs here for people to use, either on their console, or add to their native language tutorials, and for each language to have a 'noobie package'.


    BTW, has anyone tried this method of FREEMCB.CNF configuration?

    Set windows to use the appropriate Japanese SJIS font as it's default font, then rename each homebrew to your desired language.
    Install FMCB with those renamed apps, so that the FREEMCB.CNF is already partially translated.

    For those that don't know FMCB will create a FREEMCB.CNF file on the MC you are installing to with the file names of your homebrew you have in the root of the installation and apps folders.
    Last edited by urbigbro; 11-18-2009 at 04:27 PM.
    V3, V7, V9 PS2s FMCB 1.8/W custom FREEMCB.CNF , ULE+ICON GUI, HDL .8b childsafe, ESR, OPL beta, Misc. 3.5, & 2.5" HDDs
    PSP 1000
    PS3 60 GB BC compatible

    I Mod Fighting Sticks!!
    My PS2 Mods
    Network Games working w/HDL .8b
    Reply With Quote  

  8. #8  
    TnA's Avatar
    TnA
    TnA is offline Member
    Join Date
    Apr 2005
    Location
    Germany
    Posts
    4,580
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    12
    Likes Received
    30
    Yes, I can do that today.

    I´ll post it later.
    Had to go out with my dog yet.


    @ashkan: Take a look at metagames-eu.com.
    There is an official release-thread for the french FMCB-Version (even with customized FMCB-Logo from Jimmi...).

    Btw.: One Multi-CNF for more than one language, is not possible (currently).
    PS2 V7/DMS3 V2 (FW:2.4b7); Seagate Baracuda 200GB
    PS2 V7/CC1.0 (FW:34 hacked v2 BM:2.1.6); Maxtor DiamondMAX9 PLUS 160GB
    PS2 SCPH-30004R; NoMod+NoLaser

    3xSony BBA
    3xSony MC 8MB
    MAX/Datel 16MB with Boot-CD
    MAX/Datel 32MB&64MB

    Custom FMCB 1.8b+ Beta-Build, my AIO 0.5, Sony&xRhino-Linux
    Reply With Quote  

  9. #9  
    ashkan is offline Registered User
    Join Date
    Oct 2009
    Posts
    21
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks for helping guys. I got it.
    Reply With Quote  

  10. #10  
    urbigbro's Avatar
    urbigbro is offline \m/=(⎝⏠⏝⏠⎠)=\m/
    Join Date
    Apr 2006
    Location
    The beach with great weather year round.
    Posts
    948
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    3
    Quote Originally Posted by TnA View Post
    Yes, I can do that today.

    There is an official release-thread for the french FMCB-Version (even with customized FMCB-Logo from Jimmi...).
    Thanks for doing the German one.

    I downloaded the 'French' CNF and it really only has the bottom 'browse list' thing translated.

    It would probably be more helpful to translate Hard Drive Loader, uLE, SMS, and
    Free McBoot Configurator.

    For apps that don't have an obvious way to translate them the following suggestions could be used:

    uLE- filebrowser, application launcher
    SMS- Media player


    Remember these alternate language CNfs should help make using the hacked PS2 OSDSYS easier, by (briefly) clarifying what each homebrew app does in the users own language.
    V3, V7, V9 PS2s FMCB 1.8/W custom FREEMCB.CNF , ULE+ICON GUI, HDL .8b childsafe, ESR, OPL beta, Misc. 3.5, & 2.5" HDDs
    PSP 1000
    PS3 60 GB BC compatible

    I Mod Fighting Sticks!!
    My PS2 Mods
    Network Games working w/HDL .8b
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •