Post Reply 
[Update] NervOS 2.0.5
Author Message
Pirata Nervo
NervOS Developer

Posts: 699.4765
Threads: 39
Joined: 20th Jun 2007
Reputation: -0.79225
E-Pigs: 19.2466
Offline
Post: #1
[Update] NervOS 2.0.5
[Image: nervosboxgq4.png]

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)
[Image: screenshot0qy5.png]

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

Spoiler for Script Sample:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
[Image: screenshot3io0.png]

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/index..._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.

31/05/2008 05:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[Update] NervOS 2.0.5 - Pirata Nervo - 31/05/2008 05:58 PM
RE: [Update] NervOS 2.0.5 - roberth - 31/05/2008, 06:11 PM
RE: [Update] NervOS 2.0.5 - demonchild - 31/05/2008, 07:38 PM
RE: [Update] NervOS 2.0.5 - feinicks - 01/06/2008, 04:32 AM
RE: [Update] NervOS 2.0.5 - Pirata Nervo - 01/06/2008, 02:29 AM
RE: [Update] NervOS 2.0.5 - SchmilK - 01/06/2008, 05:50 AM
RE: [Update] NervOS 2.0.5 - Pirata Nervo - 01/06/2008, 06:52 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: