Olygame

DigiTopZ #2

ModChipCentral

Page 69 of 120 FirstFirst ... 1959676869707179119 ... LastLast
Results 681 to 690 of 1196
  1. #681
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    @XLSOUND

    hi there thanks a lot for the icon that you make!!
    do you have find or make the icon for open ps3 store
    www.playerzone.fr/

    Quote Originally Posted by xlsound View Post
    I there, no problem for me i'll do the icons starting to search for the icons i see if can do them today.
    i'm also making a dinamic theme to go with the xmb manager plus hope to release it this week also but i'm not shure yet.

    UPDATED: i've already made most of the icons only one left to do for XiorgON new links.xml files i've included two versions of ps3gen use the one that you like most but don't forget to rename if you use the v2 version. here i've the preview i didn't have time to take pictures of them on the ps3 so here is a screnshot.



    download:
    http://rghost.net/private/37647692/2...a5c51b821bcd8c
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  2.          
  3. #682
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    the link for Themes and language packages is not valid

    Quote Originally Posted by andreus View Post
    I have made a beta 0.22

    - Changed links.xml to integrate XiorgON links suggestions
    - Changed languagues inis to integrate XiorgON links suggestions
    - Added xlsound links icons (in all 4 themes)
    - Normalize links and language icons (in all 4 themes)
    - Added PSN packages subcategory to Package Manager Plus
    - Added images (in all 4 themes) for the new PSN packages subcategory
    - Changed languagues inis to integrate the new PSN packages subcategory
    - Changed order of items in Package Manager Plus

    > Updated language inis
    > Updated base folder
    > Core package (for testing)
    > Themes and language packages

    Note: one icon for stores is still missing
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  4. #683
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    @ANDREUS

    hi andreus
    i have divided all the batch and created some vbs and incorporate it in batch for the pre-gui
    but now i have 4 batch defect that i view in total of 17 batch

    can you please check it and tell me whre my error is and if you want correct them please

    http://www.2shared.com/file/PRyeyZ11...ed_batchs.html

    thanks
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  5. #684
    Junior Member
    Join Date
    Apr 2012
    Posts
    12
    Total Thanks Given
    1
    Total Thanks Received
    20
    Total Thanked Posts
    9
    Quote Originally Posted by XiorgON View Post
    @XLSOUND

    hi there thanks a lot for the icon that you make!!
    do you have find or make the icon for open ps3 store
    www.playerzone.fr/
    i've already the icon made but forgot to bring it in the usb stick i'll upload it in the afternoon(Portugal time)

  6. The Following User Says Thank You to xlsound For This Useful Post:

    XiorgON (04-19-2012)

  7. #685
    Senior Member
    Join Date
    Sep 2011
    Posts
    127
    Total Thanks Given
    207
    Total Thanks Received
    195
    Total Thanked Posts
    91
    Quote Originally Posted by XiorgON View Post
    the link for Themes and language packages is not valid
    That's because language packs and theme packs for version 0.22 are not on the dropbox.
    Co-developer of XMB Manager Plus - One of the few and maybe even the only open collaboration project on the PS3 Scene without any drama.

  8. The Following User Says Thank You to ps3hen For This Useful Post:

    XiorgON (04-19-2012)

  9. #686
    Junior Member
    Join Date
    Apr 2012
    Posts
    12
    Total Thanks Given
    1
    Total Thanks Received
    20
    Total Thanked Posts
    9
    As i promised here is the icon that was missing(preview):


    Full links icons package:
    http://rghost.net/private/37663376/e...7a5dd7c38ff827

  10. The Following 3 Users Say Thank You to xlsound For This Useful Post:

    andreus (04-19-2012), ps3hen (04-19-2012), XiorgON (04-19-2012)

  11. #687
    Senior Member
    Join Date
    Jul 2011
    Posts
    425
    Total Thanks Given
    386
    Total Thanks Received
    627
    Total Thanked Posts
    294
    That's because language packs and theme packs for version 0.22 are not on the dropbox.
    They are in the 0.22 INTERNAL_RELEASES folder, but they are not "live" for use in the XMB

    Example:
    > http://dl.dropbox.com/u/60710927/XMB...EPACK-BLUE.pkg
    > http://dl.dropbox.com/u/60710927/XMB...PACK-pt-PT.pkg
    XMB Manager Plus co-developer | Showtime translator | WEBmedia plugin for Showtime developer

  12. #688
    Senior Member
    Join Date
    Jul 2011
    Posts
    425
    Total Thanks Given
    386
    Total Thanks Received
    627
    Total Thanked Posts
    294
    Quote Originally Posted by XiorgON View Post
    @ANDREUS

    hi andreus
    i have divided all the batch and created some vbs and incorporate it in batch for the pre-gui
    but now i have 4 batch defect that i view in total of 17 batch

    can you please check it and tell me whre my error is and if you want correct them please

    http://www.2shared.com/file/PRyeyZ11...ed_batchs.html

    thanks
    For example, in buildlang.bat, replace
    Code:
    cd "%pkgsource%\languagepacks\%langsrc%"
    if exist "param.sfo" goto contlangbuild
    if not exist "param.sfo" goto error
    with
    Code:
    if exist "%pkgsource%\languagepacks\%langpkgname%\XMBMANPLS\param.sfo" goto contlangbuild
    if not exist "%pkgsource%\languagepacks\%langpkgname%\XMBMANPLS\param.sfo" goto error
    In general if you want to use relative paths DON'T use "cd", because the batch will be running in other directory and you will have path errors

    A thing i don't like is the flicker with minimize ... why don't you use the dos start command to start the batch minimized?

    Of course you can also transform alll the toolkit in vbscript , but that's another story

    Also, you don't need to create a vbs file for each MesageBox
    just create a message.vbs
    Code:
    strMessage = Wscript.Arguments.Item(0)
    MsgBox strMessage ,vbinformation, "Batch Builder By PS3HEN / GUI By XiorgON"
    And the call it from any batch script
    Code:
    message.vbs "this is the message"
    Last edited by andreus; 04-19-2012 at 02:17 PM.
    XMB Manager Plus co-developer | Showtime translator | WEBmedia plugin for Showtime developer

  13. #689
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    Quote Originally Posted by andreus View Post
    What are the batchs that don't work?
    In the archive i have do i txt file that named BUGINFO in this file you have the information
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  14. #690
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    @ANDREUS

    Thanks for the annswer to correct the bug
    the reason why i use vbs to minimize and not the dos command is because some batch need a answer when is started and if i use the dos command it will be minimized in the start
    thanks to teach me for the message box (now i will use just one vbs for MSG thanks a lot)

    EDIT:

    i try to do all message in one vbs but the problem is when i use this method the batch will not continue the command after the vbs until i dont click ok on the dialogue box
    so to bypass that problem i have 2 solution one using my method multiple vbs file for message
    the other using your method but with the main batch that call another batch to call the vbs
    exemple:

    the first batch will do this:
    start batch.bat
    -----------------
    this batch.bat will do this:
    test.vbs "this is the message"
    -----------------
    the vbs will do this:
    strMessage = Wscript.Arguments.Item(0)
    MsgBox strMessage ,vbinformation, "Batch Builder By PS3HEN / GUI By XiorgON"
    -----------------

    but with this solution i dont use multiple vbs but multiple .bat

    excepted if you know a command that i can use in the main batch to call the vbs message and the batch will continue the other process after the vbs line without need to press the ok bottom on the vbs box!

    Quote Originally Posted by andreus View Post
    For example, in buildlang.bat, replace
    Code:
    cd "%pkgsource%\languagepacks\%langsrc%"
    if exist "param.sfo" goto contlangbuild
    if not exist "param.sfo" goto error
    with
    Code:
    if exist "%pkgsource%\languagepacks\%langpkgname%\XMBMANPLS\param.sfo" goto contlangbuild
    if not exist "%pkgsource%\languagepacks\%langpkgname%\XMBMANPLS\param.sfo" goto error
    In general if you want to use relative paths DON'T use "cd", because the batch will be running in other directory and you will have path errors

    A thing i don't like is the flicker with minimize ... why don't you use the dos start command to start the batch minimized?

    Of course you can also transform alll the toolkit in vbscript , but that's another story

    Also, you don't need to create a vbs file for each MesageBox
    just create a message.vbs
    Code:
    strMessage = Wscript.Arguments.Item(0)
    MsgBox strMessage ,vbinformation, "Batch Builder By PS3HEN / GUI By XiorgON"
    And the call it from any batch script

    now i continue my work and possibly i release in couple of day

    Code:
    message.vbs "this is the message"
    Last edited by XiorgON; 04-19-2012 at 03:42 PM.
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
EachGame