Poll

Do you use BlockOS?

Yes
109 (52.2%)
No
100 (47.8%)

Total Members Voted: 209

Author Topic: BlockOS - HOLY 100 USERS HOLY  (Read 53694 times)



Server-sided part of auth system for 5.0 (primarily for app uploading) done.

can i make it so i still have the windows 7 os?

can i make it so i still have the windows 7 os?
Err, it isn't a real OS, it's just a mod for BL.



RTB Mod Manager
Maybe.

Make a way for people to design their own apps and be able to package them as add-ons.
Already exists, but publishing will be vastly improved in 5.0. If you want to install a "non-appstore" app then place it in config/BOS/apps.

DEVELOPERDUDES
HAVE FUN
DEVELOPERS:
(Italics indicate you replace with the actual name of your app)
The way you make apps:
1) new folder
2) Main.cs
3) Name the folder your app
4) Write Main.cs
5) Must have a GUI named TheNameOfYourAppGoesHereGUI.g ui
6) You must have a picture duplicated 3 times.
7) Name each picture NameOfYourApp_n then _h then _d.
8) Each picture can be different, each can be the same.
9) PM me it on the forums.
10) I will review it, and if it works/is clean, it will go on the market.
Have fun!


EDIT: If you want to make an app that basicly puts a new GUI instead of the default BlockOS
1) new folder
2) Main.cs
3) Name the folder your app
4) Write Main.cs
5) In Main.cs at the end put
Code: [Select]
function BlockOS_Main::onWake(%this)
{
%this.add(NameOfTheGUIThingy);
}
6) Put in GUI
7) Submit app to block8437@gmail.com
8) ???
9) Profit
Note: The publishing procedure will change in 5.0.

Oh, and would you mind quoting the changes instead of just linking to it?
« Last Edit: December 03, 2011, 09:23:58 AM by DontCare4Free »

All I added was

Quote
Make the GUIs automaticly have its own custom UI because the default does not fit with Block OS at ALL.
RTB Mod Manager
Make a way for people to design their own apps and be able to package them as add-ons.
« Last Edit: December 03, 2011, 11:53:21 AM by Uxie »


That was for next time.

Also, picture dump:
Snip
Please tell me those tabs at the top do something.

Please tell me those tabs at the top do something.
"Home", "App Store", etc?
Of course they do something. They even do in the currently published version.


If you guys understood how much we work on this
You'd die.

"Home", "App Store", etc?
Of course they do something. They even do in the currently published version.
No i mean the "browser" tabs at the very top.