Endless Paradigm

Full Version: [Update] NervOS 2.0.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[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:
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.
Fuck yeah, this thing just gets better and better

Sweet Pirata, love it :D
There was a calculator ? !

nice work, by the way..
thanks !
yes there was a calculator lol
demonchild Wrote:There was a calculator ? !

nice work, by the way..

lol!


nice!!!! this is soon gonna become BIG!
awesome job pirata!!  this is developing beautifully
thank you!
Reference URL's