PSP Hacks - Forums

Go Back   PSP Hacks - Forums > PSP Community > PSP Programming & Development

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 05-31-2008, 10:01 PM
pirata nervo pirata nervo is offline
Moderator
PSP Titan
 

Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,556
pirata nervo is on a distinguished road
Default



This is the final version of NervOS for the psp-hacks competition.

I have worked this week on 2.0.5 so here it is.

Changes/Additions:
*Added new icons to menu (main: Applications | sub: Calculator, Text Editor, Web Browser and USBHostFS)
*Fixed 2 bugs in recovery menu.
*Improved Calculator
*Fixed memory issues
*From now on, file browser displays ICON0.PNG when you are highlighting a PBP/CSO/ISO file
*Removed NervOS Boot PBP and replaced by Main PBP.
*Added Scripting System - this scripting system was made by me and it is still under creation, a lot of functions will be added on future releases and the parser will be improved.

The scripting system was made to allow users with no programming knowledge to create their own games or programs.
Of course this is the first version of the scripting system so a lof things are missing and some bugs may be found.

Screenshot (the new icons)


To run scripts at 80% speed, make sure you use 333mhz.

Here's a small sample.
Code:
NervOS_Script("NervOS*Script*File");

background = LoadImage("ms0:/NervOS/themes/Original/background.png");
smallicon = LoadImage("ms0:/NervOS/themes/Original/exit.png");

StartLoop();

DisplayImage(0, 0, background);
DisplayImage(100, 100, smallicon);

IfPressButton(CIRCLE);
Then EndScript();

EndLoop();

EndScript();
Screenshot (of my sample script running)


Remember this is the first version of the script and it's slow.
Only a few functions are available but its all I could do this week.
May have some bugs of course.

DisplayImage(X,Y(integer variable here won't work), imgname);

Here's the documentation of NervOS Script:
http://www.consoleworld.net/nervos/i...ting_Functions

[Download: NervOS 2.0.5]
[Mirror: NervOS 2.0.5]

[Download: Theme Pack 1.5]
Note: some themes included in v1.0 are not in v1.5 due to NervOS 2.0.5 incompatibility.
__________________

Reply With Quote
Reply

 



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:02 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©