Author Topic: Blockland Terminal (BLT) - Hey this is almost like ComputerCraft  (Read 2675 times)

this is now in development hell

Sandboxed CLI for blockland

Useful in spaceship control panels, blockland computers, password doors, and other things.

FEATURES:
- Local terminal "OS" has a help function for people new to the CLI.
- Local terminal "OS" can be easily modded by manipulating the functions.
- GuiMLTextCtrl CLI allows easy manipulation of the design.
- Default fonts and colors are changeable by a pref.
« Last Edit: September 01, 2012, 11:53:51 PM by Axolotl »

This better be good.

will it use torquescript


or some stuffty watered down crap
« Last Edit: August 18, 2012, 06:05:41 PM by Lugnut »

This better be good.

will it use torquescript


or some stuffty watered down crap
I think I should make it use torque syntax on commands when the argument begins with "&t", now that you've mentioned it.



have fun making a language
oh and by the way I've done this before, it's a bitch.
Though good luck anyway, if you need help I'll be glad to help.
« Last Edit: August 18, 2012, 07:12:50 PM by Brian Smithers »


If you could add such things as a call function, I'd be more interested. Although it is sounding cool, might be able to make an in-game referral system or other complex things that shouldn't need an independent script.
(Like saving 5 variables -_-)

If you could add such things as a call function, I'd be more interested. Although it is sounding cool, might be able to make an in-game referral system or other complex things that shouldn't need an independent script.
(Like saving 5 variables -_-)
You can do a chat system with this.


BitBucket~

https://bitbucket.org/Frogger3140/system_blocklandterminal
The version has been pushed. Unstable build 8 is untested, I will do the testing tomorrow.

I'm not sure if I understand this.

Garry's Mod's "PcMod" for Blockland?
« Last Edit: August 19, 2012, 12:00:40 PM by Counter98 »

Build8 is extremely unstable and has so many bugs I didn't bother counting. Another build will be committed.
I'm not sure if I understand this.

Garry's Mod's "PcMod" for Blockland?
Uh, probably like ComputerCraft for minecraft.

Quick, create a Lua parser for this like in Computercraft.

You know, hg tags are supposed to be used for things like "1.0rc1", not "unstable". And don't number your commits.

Quick, create a Lua parser for this like in Computercraft.
  • Lua is probably the only language I can think of that I loathe more than TS
  • CC had the benefit of being able to reuse an existing Lua interpreter, BLT does not have this advantage