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.3.zip
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=82242
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=83148

This so far has:
A working calculator.
Partly working bios.
A secret code language.
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.
A on screen clock.
and that's about it... I think.

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

How you use the calculator is, you use the Up/down keys 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.

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.

Here is how the secret code language works.

You store the numbers in the different sectors of the ram chip(there are 64 sectors).
you scroll between values with your arrow keys on the keyboard.

Here is how you translate every number.
First:
97 = A
98 = B
99 = C
100 = D
101 = E
102 = F
103 = G
104 = H
105 = I
106 = J
107 = K
108 = L
109 = M
110 = N
111 = O
112 = P
113 = Q
114 = R
115 = S
116 = T
117 = U
118 = V
119 = W
120 = X
121 = Y
122 = Z

Save whatever numbers you want to different sectors like.
then select the sector that has the number you want to load,
and type "trans" and press tab.

For example here is how I would write my name.
99 to 1st ram sector
97 to 2nd ram sector
107 to 3rd ram sector
101 to 4th ram sector

then load them one by one.
first ram sector then type trans, hit tab.
second ram sector then type and hit and so on.

Also this is very important to save to ram or Clock button you must press ctrl on your keyboard,
or else it wont save.

The clock is in military time.
Backspace clears the screen.
if you look there are a lot more gates and 450 lines of code,
but don't worry I commented the code and named all the gates, yay.:D

Every bit of credit goes to the cake is a lie.:)

Well that is all thank you for reading.

Image: Radiosity