Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

There are no mirrors, request one in the comment section below.
File: Radiosity OS V2.0.zip
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=82179
Description: Hi, this is the Radiosity OS PC, a little pc made by me.

Link to newer version.
http://www.garrysmod.org/downloads/?a=view&id=82773

This so far has:
A working calculator.
Partly working bios.
Working on a Programming language.
Two ram sticks one 64 store and the other is a backup,
so far they can only store numbers i will soon find a way to save strings and crap.
load command to see what the value is on the ram.
and that's about it... I think.

How you use the calculator is, use the arrow keys on your keyboard to scroll between values.
The enter key is use to enter your command.
The tab key is used to compile your command, aka programming compiler.

Here is the tutorial for my programming language.

This is my first tutorial so im going to try to explain this good.

Ok lets get started.

First we will talk about strings.

If you code at all you probably know about strings.
But if not than ill explain, strings are like sentences basically they are made up of characters.

This is how we would write hello, world.
Code:

string txt, hello, world.

And if you did it all correctly than when you press tab it should write "hello, world".

You mast have the "string txt," then your string.
That is all there is on strings for now at least.

Now how to use the calculator.
Calculator is very simple.
Code:

add, a, b

That there will add the value a and the value b.
You first state the segment it will be doing "add",
then you must go in order from a to b.
Code:

add, b, a

Wont work.
Here are some other commands.
Code:

sub, a, b

Also notice how with every comma it must be followed by a space.
Code:

mul, a, b

Here we have multiplication
Code:

div, a, b

And division.

Last is parentheses I only have one command and that is.
Code:

per, a, b, c

That is just a test to see if the calculator does it all correctly.
I will add more commands later.

And that is all for the tutorial, yay.:D

if you did not get something post a reply on what you did not get.

Here are all the code commands for now... aka cheat sheet.
Code:

add, a, b
sub, a, b
mul, a, b
div, a, b
per, a, b, c

clear command will clear the screen.

Also I have no code editor you just type it in like everything else, just don't press enter press tab.

All credit goes to the cake is a lie.

For install extract all .txt files to garrysmod/garrysmod/data/adv_duplicator.

Have fun with it.:)


Image: Radiosity