←  General

ComputerCraft | Programmable Computers for Minecraft

»

CraftOS 2.0 - Dan's Secret Project

Bomb Bloke's Photo Bomb Bloke 18 Apr 2015

I'm not one for checking twitter, but I had this pointed out to me:

https://twitter.com/...109112560099328

Something to look forward to. :)/>

Edit:

Since the starting of this thread, some more information has surfaced (mainly through Dan's twitter, but partly through the posts here) as to what this's all about:

Seems Dan's creating a Lua environment similar to that provided by ComputerCraft computers, but as a stand-alone package (outside of Minecraft) and geared towards aiding new programmers in game development. A lot of details are still unknown, though browsing his twitter feed reveals various screenshots and animations of its progress.

While still simulating limitations of older systems in order to inspire a retro theme (eg 4-bit colour depth), new features such as sound, higher display resolution (320x200), and a remappable palette make it more dynamic than what's possible within CC. Tools such as sprite and sound effect editors will be included - the "edit" script will provide different functionality depending on the type of file you point it at.

There is no concrete schedule for release, though Dan has stated that he intends to fully complete development of Redirection first. He's continued to work on COS2.0 since then, however, so anything's possible.

CraftedCart has been maintaining a list of what's been hinted at (along with relevant links), which you can view here.
Edited by Bomb Bloke, 29 November 2015 - 11:36 PM.
Quote

SquidDev's Photo SquidDev 18 Apr 2015

I can't tell if that is unicode or just normal ASCII. There looked like there were some non-ASCII characters there, but it was hard to tell. It will be interesting to see some new UIs make use of this. I wonder if it will be advance computer only though?

I guess it might just be a custom font, this was linked to from a suggestion a while back...as
This was the original suggestion, and this was the new one. Very excited!
Edited by SquidDev, 18 April 2015 - 03:24 PM.
Quote

Bomb Bloke's Photo Bomb Bloke 18 Apr 2015

There are swords and skulls in there, so it's definitely not ASCII, or even code page 437 (which is probably the most common extended set). Likewise, Unicode wouldn't have creeper faces in it.

One this that gets me is that in order to render that sort of thing, CC would either need to be able to define custom characters on the fly, or it'd need to be able to handle characters outside of the standard ASCII range. The latter seems most likely to me, and it suggests a certain long-standing bug may've been sorted out perhaps?
Quote

MKlegoman357's Photo MKlegoman357 18 Apr 2015

I'd say the character set could be just an extended current ASCII to 256 characters. One thing that seems non-CC is that pixels in the gif are squares, not rectangles as in CC.
Quote

SquidDev's Photo SquidDev 18 Apr 2015

I also count 17 pixels high, whereas a normal computer has 19. Maybe something to do with this 'brand new secret project', though it definitely looks Minecraft related.
Edited by SquidDev, 18 April 2015 - 04:22 PM.
Quote

TheOddByte's Photo TheOddByte 18 Apr 2015

I didn't think this would be added, but now that I've seen that tweet I'm extremely excited! :D
I have to check out twitter more often! xP
Quote

Agent Silence's Photo Agent Silence 18 Apr 2015

Square Pixels :o
Besides that, the characters could work like stencils in OpenBlocks.
If they did, it would be amazing.
Edited by Requiem of Silence, 18 April 2015 - 05:24 PM.
Quote

CrazedProgrammer's Photo CrazedProgrammer 18 Apr 2015

Aww yiss can't wait to make some ASCII art :D
Quote

Dav999_NL's Photo Dav999_NL 18 Apr 2015

This looks surprisingly similar to something I've seen before:

Posted Image
(imagine characters changing here as well)
Quote

Creator's Photo Creator 18 Apr 2015

Is there any doubt if it in CC, or it just something to give us false hopes? If yes, imagine the possibilities:
1) square pixels (luckily all my programs,at least fileX, use term.getSize() and not hardcoded values)
2) Acsii graphics insert cool meme that guy who is running with his hands over his head/ behind him
Quote

Bomb Bloke's Photo Bomb Bloke 19 Apr 2015

View PostDav999_NL, on 18 April 2015 - 11:18 PM, said:

This looks surprisingly similar to something I've seen before:

Now that's Unicode. Still, the resemblance is uncanny.

View PostCreator, on 18 April 2015 - 11:36 PM, said:

Is there any doubt if it in CC, or it just something to give us false hopes? If yes, imagine the possibilities:

It may be that it's unrelated to ComputerCraft. Certainly I hadn't noticed that the aspect ratio was off.

Maybe it's a new kinda of "monitor" or something? I really dunno.
Quote

nitrogenfingers's Photo nitrogenfingers 22 Apr 2015

Two things I noticed in that video:
- The colour palette is about the same as CC's
- There's a CC turtle character, a rectangle with a slit near the top

Posted Image

But that's just speculation...
Edited by nitrogenfingers, 22 April 2015 - 05:02 AM.
Quote

Lupus590's Photo Lupus590 22 Apr 2015

floppy disk icon at the top left too (see nirtogenfingers screenshot above)
Quote

wieselkatze's Photo wieselkatze 22 Apr 2015

Also there is a sword char:
Posted Image

And much more obvious a creeper character:
Posted Image
Quote

Cranium's Photo Cranium 22 Apr 2015

this would be VERY nice to see in CC. To me, it looks like a modified version of some character set that is games-specific. I see things like humans, pac-man(and ghosts), bombs, a dog, what looks like a gravestone, something like a goomba, half of a Space Invader, skulls, and of course, what you guys have noticed.

I'd love to see even a small portion of this in ComputerCraft.

EDIT: Oh, and what looks like a "slime" enemy
Edited by Cranium, 22 April 2015 - 07:29 PM.
Quote

Wojbie's Photo Wojbie 22 Apr 2015

Text based old-school (text-based old) standalone console adventure game? :D
Quote

MKlegoman357's Photo MKlegoman357 03 May 2015

View Postwojbie, on 22 April 2015 - 08:27 PM, said:

Text based old-school (text-based old) standalone console adventure game? :D

Looks like you might be right.

For those who don't read Dan's twitter, he's making a secret project, his next game. So it seems that it's not a CC font extension after all.
Edited by MKlegoman357, 03 May 2015 - 07:52 PM.
Quote

Bomb Bloke's Photo Bomb Bloke 03 May 2015

The partial implementation of Lua 5.2 into the CC beta + the MineCraft-based glyphs have had me thinking "ComputerCraft 2" is in the works.

Whatever it is, he appears to be running a lightly modified version of ComputerCraft's worm script on it.
Quote

MKlegoman357's Photo MKlegoman357 04 May 2015

Maybe Dan is creating a standalone CC-based game?
Quote

Bomb Bloke's Photo Bomb Bloke 05 May 2015

The MineCraft-themed symbols make me think otherwise, but... it's perfectly possible!

Adding in eg something like the interface from CCEdu would differentiate it from every other CC "emulator" out there.
Quote