MyQJ | QJ.NET | Apple | Mobile | Science | MMORPG | Nintendo DS | Wii | World of Warcraft | PlayStation 3 | PSP | XBOX 360 | Gadgets | PC Gaming | Age of Conan | DL.QJ | QJ.NET Forums
Home :: XML Feed :: Files :: Forums :: Bookmark site :: Terms of use :: Privacy policy :: Submit News :: Advertise :: Contact us


Go Back   QJ.NET Forums > All QJ Forums > Gaming Forums > QJ.NET Sony PSP Forums > PSP Development, Hacks, and Homebrew > PSP Development Forum
Register FAQ+ Become Premium Members List Mark Forums Read Log Out

Reply
 
Thread Tools
Hey Guest!
Not Registered? Join today!

Registration allows you too:

Post on our Forums.

Take part in games and registered user benefits!

Get rid of this ad....
Old 09-09-2007, 12:22 PM   #1
Dark_Moon
Journeyman
 
Dark_Moon's Avatar


Join Date: Aug 2006
Posts: 171
Arrow [Release] Vsh Resource Manager v1.0 - With Source Code

Copy & Paste from MaxConsole thread.
-----------------------------------------------------------------------------
Released the new version.
On few days I'll start the studies again . I don't know if I'll can continue with this project. For this reasons I should do the project open source and public the source code.

New improvements :

- Small bug fix.

- When you flash a file, vrm will show the size of it.

- If you haven't put the pngs files on his root, the program won't start.

- On main menu vrm will show the folder root selected.

- Support for exit of the application pressing L+R+START . With this you can exit of the application of any part.
--------------------------------------------------------------------------
And now , some notes of main.c file :
Code:
// Main.c // Originally coded by becus25. 
/* Source code and resource rules : 
- If you use icon0.png located on resource folder of this project, please put on the credits FZero. 

- If you use pic1.png put TrAnK on the credits. 

- If you use any part of this src put my name (Becus) on the credits (it specially goes to lamers, not to the rest of people). 
*/ 

/* About the function 'test_mac' ; 
This function lock the psp of mr. Test30 for that he can't use the application. 
Now this library not is open source. 
If you want a good compile, put the function (located more down) as comment. To Test30 : Now you can run it on your psp. Edit the code if you want and run. 
*/
Thanks to Tyranid, Dark_AleX, Fanjita, Team C+D, Fzero and TrAnK.

This is all guys, bye .
--------------------------------------------------------------------------

Original maxconsole thread : http://forums.maxconsole.net/showthread.php?t=78364
Attached Files
File Type: rar src.rar (610.8 KB, 22 views)
File Type: rar Vsh-Resource_Manager-v1.0b.rar (713.8 KB, 18 views)
__________________
Spoiler for My blog adress and my forum adress:
My releases here : http://mashphealh.wordpress.com

Dark_Moon's forums -> http://psphomebrew.foroactivo.es/

Last edited by becus25; 09-09-2007 at 12:57 PM.
Dark_Moon no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:26 PM   #2
ropost
Neophyte
 
ropost's Avatar


Join Date: Sep 2007
Posts: 22
Default

Hi

a test30 blocker? It seems to me that this guy is really hated here
ropost no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:28 PM   #3
ghostENVY
Veteran
 
ghostENVY's Avatar


Join Date: Jul 2005
Location: California
Posts: 2,383
   
Default

yes he is thanks becus
__________________
"The True Master Paralyzes His Opponent Leaving Him Vulnerable to Attack"
M.Shinoda
V.3.52 M33
Thanks Deturb For Premium.
ghostENVY no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:36 PM   #4
Dark_Moon
Journeyman
 
Dark_Moon's Avatar


Join Date: Aug 2006
Posts: 171
Default

Quote:
Originally Posted by ropost
Hi

a test30 blocker? It seems to me that this guy is really hated here
Now Test30 won't have any problem.
He can edit the code and run the application.
__________________
Spoiler for My blog adress and my forum adress:
My releases here : http://mashphealh.wordpress.com

Dark_Moon's forums -> http://psphomebrew.foroactivo.es/
Dark_Moon no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:39 PM   #5
Coolj
Avada Kedavra


Join Date: May 2007
Location: Spain
Posts: 619
   
Default

Quote:
Originally Posted by becus25
Now Test30 won't have any problem.
He can edit the code and run the application.
But mine upcoming not xD
Coolj no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:42 PM   #6
Dark_Moon
Journeyman
 
Dark_Moon's Avatar


Join Date: Aug 2006
Posts: 171
Default

Quote:
Originally Posted by Coolj
But mine upcoming not xD
Yeah xD.
__________________
Spoiler for My blog adress and my forum adress:
My releases here : http://mashphealh.wordpress.com

Dark_Moon's forums -> http://psphomebrew.foroactivo.es/
Dark_Moon no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:44 PM   #7
myschoo
John, and Marly.
 
myschoo's Avatar


Join Date: Jul 2006
Location: Middle Europe
Posts: 1,292
   
Default

Code:
     size = sceIoRead(fd, buf, sizeof(buf));
     sceIoClose(fd);
     
     size = size/100;
shouldnt it be size/1024 ??? because after this you use:

Code:
pspDebugScreenPrintf("\n MS File size -> %i kb\n\n", size);
__________________
myschoo no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:50 PM   #8
Dark_Moon
Journeyman
 
Dark_Moon's Avatar


Join Date: Aug 2006
Posts: 171
Default

Quote:
Originally Posted by myschoo
Code:
     size = sceIoRead(fd, buf, sizeof(buf));
     sceIoClose(fd);
     
     size = size/100;
shouldnt it be size/1024 ??? because after this you use:

Code:
pspDebugScreenPrintf("\n MS File size -> %i kb\n\n", size);
Yes , it's error xD.
I done today the application fast.
__________________
Spoiler for My blog adress and my forum adress:
My releases here : http://mashphealh.wordpress.com

Dark_Moon's forums -> http://psphomebrew.foroactivo.es/
Dark_Moon no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 12:51 PM   #9
myschoo
John, and Marly.
 
myschoo's Avatar


Join Date: Jul 2006
Location: Middle Europe
Posts: 1,292
   
Default

lol 1st bug found within 20 mins. but dont worry its good learining resource
__________________
myschoo no ha iniciado sesión   Quote this post in a PM   Reply With Quote Text-Multi-Quote with this Post
Old 09-09-2007, 01:01 PM   #10
Dark_Moon
Journeyman
 
Dark_Moon's Avatar


Join Date: Aug 2006
Posts: 171
Default

Quote:
Originally Posted by myschoo
lol 1st bug found within 20 mins. but dont worry its good learining resource
On main.c there is a small bug too on the menu not fixed of moment.
__________________
Spoiler for My blog adres