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/
Originally Posted by xlsound
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.
the link for Themes and language packages is not valid
Originally Posted by andreus
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
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
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
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"
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!
Originally Posted by andreus
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