But I don't know how to make Kart mode work. And I don't really wanna do that until all of my current projects are done or semi done
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Dark Tunnels
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Dark Tunnels
That, would be epic! (I had that Idea as well
)
But I don't know how to make Kart mode work. And I don't really wanna do that until all of my current projects are done or semi done
But I don't know how to make Kart mode work. And I don't really wanna do that until all of my current projects are done or semi done

Want a user bar like this one? PM Leo!
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: Dark Tunnels
Where did you guys find all these console commands? I haven't seen /watercolor and /mapenlarge on the wiki. Are they in the SVN versions right now, or just not documented? And a kart race would be cool. Make ramps that let you jump from pipe to pipe.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Dark Tunnels
Oh no! They are in 2.5 but it just comes around... Eventually things like the console commands will appear in support sections. Once you learn about it, it just sticks in your head. 

Want a user bar like this one? PM Leo!
- GR1M
- Support Team

- Posts: 1305
- Joined: August 22nd, 2009, 4:35 pm
- Name: Luke
- IRC Username: Gr1m
- Location: Texas
- Contact:
Re: Dark Tunnels
You know there's a site where it lists every command there is in Sandbox. I forgot where it is but Hirato has given me the link before.

Want a user bar like this one? PM Leo
- Leo_V117
- Support Team

- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: Dark Tunnels
Speaking of commands. I was kinda messing around with the menu for ingame pausing when I found out these commands:
/showgui main = Shows main menu.
/showgui *menu name* = shows menu of your choice
/cleargui = Clears menu.
Im figuring some more so theres more coming.
/showgui main = Shows main menu.
/showgui *menu name* = shows menu of your choice
/cleargui = Clears menu.
Im figuring some more so theres more coming.
Game Projects
Sandbox Tools
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Dark Tunnels
Nice! I understood how it worked... but I might've missed something 

Want a user bar like this one? PM Leo!
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: Dark Tunnels
If you're wondering about colors, I think I might've found some useful sights:
http://en.wikipedia.org/wiki/Web_colors
http://en.wikipedia.org/wiki/RGB_color_model
http://www.drpeterjones.com/colorcalc/
Hope these help!
http://en.wikipedia.org/wiki/Web_colors
http://en.wikipedia.org/wiki/RGB_color_model
http://www.drpeterjones.com/colorcalc/
Hope these help!
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Dark Tunnels
I looked at the second one, and it was pretty helpful chocolate!

Now, you can't see magenta or cyan here, but if you take a look at the second link, they are pretty cool colors! I'm gonna use themTruecolor
Truecolor is a method of representing and storing graphical image information that allows a very large number of colors, shades, and hues to be displayed in an image, such as in high quality photographic images or complex graphics. Truecolor defines 256 shades of red, green, and blue for each pixel of the digital picture, which ultimately results in 224 or 16,777,216 (approximately 16.7 million) color variations for each pixel. Truecolor RGB display mode does not need a color look-up table.[21]
The human eye is popularly believed to be capable of discriminating among as many as ten million colors.[22]
[edit] The 24-bit RGB representation
In the 24-bit RGB representation of the truecolor, color values for each pixel encoded in a 24 bits per pixel fashion in which three 8-bit unsigned integer (0 through 255) represent the intensities of red, green, and blue. This representation is the common color interchange format in image file formats such as BMP, JPEG, TGA or TIFF.
The following image shows the three "fully saturated" faces of a 24-bit per pixel RGB cube, unfolded into a plane:
* (0, 0, 0) is black
* (255, 255, 255) is white
* (255, 0, 0) is red
* (0, 255, 0) is green
* (0, 0, 255) is blue
* (255, 255, 0) is yellow
* (0, 255, 255) is cyan
* (255, 0, 255) is magenta
yellow
(255,255,0) green
(0,255,0) cyan
(0,255,255)
red
(255,0,0) RGBR.png blue
(0,0,255)
red
(255,0,0) magenta
(255,0,255)
The 256 levels of a primary usually do not represent equally spaced intensities, due to gamma correction.
This representation cannot offer the exact mid point 127.5, nor other non-integer values, as bytes do not hold fractional values, so these need to be rounded or truncated to a nearby integer value.[23] For example, Microsoft considers the color "medium gray"[24] to be the (128,128,128) RGB triplet in its default palette. The effect of such quantization (for every value, not only the midpoint) is usually not noticeable, but may build up in repeated editing operations or colorspace conversions.[25]
Typically, RGB for digital video is not full range. Instead, video RGB uses a convention with scaling and offsets such that (16, 16, 16) is black, (235, 235, 235) is white, etc. For example, these scalings and offsets are used for the digital RGB definition in the CCIR 601 standard.

Want a user bar like this one? PM Leo!
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: Dark Tunnels
@Gr1m: Can you please find the site again?
@Arc: Did you look at the others, too? The third one is a color calculator.
@Arc: Did you look at the others, too? The third one is a color calculator.
Last edited by chocolatepie33 on May 27th, 2010, 4:29 pm, edited 1 time in total.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Dark Tunnels
The color calculator is epic! And the first site with the table of colors...chocolatepie33 wrote: @Arc: Did you look at the others, too? The third one is a color calculator.
@Everyone else: How do you make a transparent layer, like in making a guicursor translucent, to make a GUI? I have Microsoft Paint and Inkscape.
However, as my project Dark Tunnels isn't a Support Topic, please ask your question in the aforementioned area. Thanks

Want a user bar like this one? PM Leo!