Jump to content




CraftOS 2.0 - Dan's Secret Project

computer help

  • You cannot reply to this topic
798 replies to this topic

#2 SquidDev

    Frickin' laser beams | Resident Necromancer

  • Members
  • 1,427 posts
  • LocationDoes anyone put something serious here?

Posted 18 April 2015 - 03:21 PM

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.


#3 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 18 April 2015 - 03:29 PM

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?

#4 MKlegoman357

  • Members
  • 1,170 posts
  • LocationKaunas, Lithuania

Posted 18 April 2015 - 04:18 PM

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.

#5 SquidDev

    Frickin' laser beams | Resident Necromancer

  • Members
  • 1,427 posts
  • LocationDoes anyone put something serious here?

Posted 18 April 2015 - 04:22 PM

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.


#6 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 18 April 2015 - 04:25 PM

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

#7 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 18 April 2015 - 05:21 PM

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.


#8 CrazedProgrammer

  • Members
  • 495 posts
  • LocationWageningen, The Netherlands

Posted 18 April 2015 - 05:58 PM

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

#9 Dav999_NL

  • New Members
  • 2 posts
  • LocationThe Netherlands

Posted 18 April 2015 - 11:18 PM

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

Posted Image
(imagine characters changing here as well)

#10 Creator

    Mad Dash Victor

  • Members
  • 2,168 posts
  • LocationYou will never find me, muhahahahahaha

Posted 18 April 2015 - 11:36 PM

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

#11 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 19 April 2015 - 12:59 AM

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.

#12 nitrogenfingers

    Lua Professor

  • Members
  • 551 posts
  • LocationAustralia

Posted 22 April 2015 - 04:37 AM

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.


#13 Lupus590

  • Members
  • 2,028 posts
  • LocationUK

Posted 22 April 2015 - 12:04 PM

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

#14 wieselkatze

  • Members
  • 221 posts
  • LocationGermany

Posted 22 April 2015 - 01:10 PM

Also there is a sword char:
Posted Image

And much more obvious a creeper character:
Posted Image

#15 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 22 April 2015 - 07:21 PM

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.


#16 Wojbie

  • Members
  • 631 posts
  • LocationKinda lost

Posted 22 April 2015 - 08:27 PM

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

#17 MKlegoman357

  • Members
  • 1,170 posts
  • LocationKaunas, Lithuania

Posted 03 May 2015 - 07:51 PM

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.


#18 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 03 May 2015 - 10:55 PM

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.

#19 MKlegoman357

  • Members
  • 1,170 posts
  • LocationKaunas, Lithuania

Posted 04 May 2015 - 06:36 AM

Maybe Dan is creating a standalone CC-based game?

#20 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 05 May 2015 - 03:55 AM

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.

#21 Slackratchet

  • Members
  • 10 posts

Posted 06 May 2015 - 03:41 PM

Now I want Dwarf Fortress running on a monitor in my base. :)





3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users