Discuss Scratch

ajskateboarder
Scratcher
1000+ posts

MinecraftTS (Minecraft: Typescript Edition)

NexusSfan wrote:

Wait so is this basically Eaglercraft but better?
Yeah and it's also legal
NexusSfan
Scratcher
100+ posts

MinecraftTS (Minecraft: Typescript Edition)

uwv wrote:

MagicCrayon9342 wrote:

You could also make a command line Minecraft launcher in TS.
or or or considering I want this to be accessible to as many people as possible I just make a launch wrapper so the vanilla launcher can launch mcts
I don't think that would work unless you have a .JAR to run a TypeScript file.
ajskateboarder
Scratcher
1000+ posts

MinecraftTS (Minecraft: Typescript Edition)

NexusSfan wrote:

uwv wrote:

MagicCrayon9342 wrote:

You could also make a command line Minecraft launcher in TS.
or or or considering I want this to be accessible to as many people as possible I just make a launch wrapper so the vanilla launcher can launch mcts
I don't think that would work unless you have a .JAR to run a TypeScript file.
The Minecraft launcher is not written in Java, as far as I know. You could listen for when the game is launched by the vanilla launcher and then launch the mcts client and server
NexusSfan
Scratcher
100+ posts

MinecraftTS (Minecraft: Typescript Edition)

ajskateboarder wrote:

NexusSfan wrote:

uwv wrote:

MagicCrayon9342 wrote:

You could also make a command line Minecraft launcher in TS.
or or or considering I want this to be accessible to as many people as possible I just make a launch wrapper so the vanilla launcher can launch mcts
I don't think that would work unless you have a .JAR to run a TypeScript file.
The Minecraft launcher is not written in Java, as far as I know. You could listen for when the game is launched by the vanilla launcher and then launch the mcts client and server
Well, theoretically, that's wrong.
Minecraft Launcher loads the JAR file.
And how are you going to run .TS on Java JAR?
DifferentDance8
Scratcher
1000+ posts

MinecraftTS (Minecraft: Typescript Edition)

ajskateboarder wrote:

NexusSfan wrote:

Wait so is this basically Eaglercraft but better?
Yeah and it's also legal
Eaglercraft is technically also legal if you provide your own textures though…
WojtekGame
Scratcher
1000+ posts

MinecraftTS (Minecraft: Typescript Edition)

NexusSfan wrote:

ajskateboarder wrote:

NexusSfan wrote:

uwv wrote:

MagicCrayon9342 wrote:

You could also make a command line Minecraft launcher in TS.
or or or considering I want this to be accessible to as many people as possible I just make a launch wrapper so the vanilla launcher can launch mcts
I don't think that would work unless you have a .JAR to run a TypeScript file.
The Minecraft launcher is not written in Java, as far as I know. You could listen for when the game is launched by the vanilla launcher and then launch the mcts client and server
Well, theoretically, that's wrong.
Minecraft Launcher loads the JAR file.
And how are you going to run .TS on Java JAR?
provide Java and do some command line calls (java command with arguments to run MC) provided by some runtime (Node.js/Deno/else), in Node, it will be exec() in child_process, allowing to run Java, but before that, instalation!
NexusSfan
Scratcher
100+ posts

MinecraftTS (Minecraft: Typescript Edition)

ajskateboarder wrote:

DifferentDance8 wrote:

ajskateboarder wrote:

NexusSfan wrote:

Wait so is this basically Eaglercraft but better?
Yeah and it's also legal
Eaglercraft is technically also legal if you provide your own textures though…
I think Eagler let you join servers for free, which MinecraftTS doesn't since it expects a full and activated installation of Minecraft (and the vanilla launcher) on your system
Yes, that's true.
CST1229
Scratcher
1000+ posts

MinecraftTS (Minecraft: Typescript Edition)

ajskateboarder wrote:

(#288)
I think Eagler let you join servers for free, which MinecraftTS doesn't since it expects a full and activated installation of Minecraft (and the vanilla launcher) on your system
AFAIK Eaglercraft can only join Eaglercraft servers.

NexusSfan wrote:

(#281)
Wait so is this basically Eaglercraft but better?
AFAIK (again) MCTS does not run in the browser, so probably not.
misaPuding
Scratcher
1000+ posts

MinecraftTS (Minecraft: Typescript Edition)

ajskateboarder wrote:

(#288)

DifferentDance8 wrote:

ajskateboarder wrote:

NexusSfan wrote:

Wait so is this basically Eaglercraft but better?
Yeah and it's also legal
Eaglercraft is technically also legal if you provide your own textures though…
I think Eagler let you join servers for free, which MinecraftTS doesn't since it expects a full and activated installation of Minecraft (and the vanilla launcher) on your system
if you load your own textures, it still requires java to connect to java servers. TS servers would be epic though
ISTILLMAKESTUFF
Scratcher
500+ posts

MinecraftTS (Minecraft: Typescript Edition)

ajskateboarder wrote:

DifferentDance8 wrote:

ajskateboarder wrote:

NexusSfan wrote:

Wait so is this basically Eaglercraft but better?
Yeah and it's also legal
Eaglercraft is technically also legal if you provide your own textures though…
I think Eagler let you join servers for free, which MinecraftTS doesn't since it expects a full and activated installation of Minecraft (and the vanilla launcher) on your system
Yeah, on LAN, but it's really laggy.


Hiitbox wrote:

ISTILLMAKESTUFF wrote:

I play 1.5.2 on school chromebook. Surprisingly at least 30 fps.
lol our school did a breakout of eagler, me and a friend found it, but i wasn't involved so i didn't get a detention.
Dang, our school doesn't do anything about it.

CST1229 wrote:

ajskateboarder wrote:

(#288)
I think Eagler let you join servers for free, which MinecraftTS doesn't since it expects a full and activated installation of Minecraft (and the vanilla launcher) on your system
AFAIK Eaglercraft can only join Eaglercraft servers.

NexusSfan wrote:

(#281)
Wait so is this basically Eaglercraft but better?
AFAIK (again) MCTS does not run in the browser, so probably not.
Dangit.
Hiitbox
Scratcher
76 posts

MinecraftTS (Minecraft: Typescript Edition)

Trying to keep this alive

MTS is going to really cool.

Do you need to install typescript on Chromebook to use this?
Or on any operating system? (Specifically Chromebooks bc I use one)
ajskateboarder
Scratcher
1000+ posts

MinecraftTS (Minecraft: Typescript Edition)

Hiitbox wrote:

Do you need to install typescript on Chromebook to use this?
Or on any operating system? (Specifically Chromebooks bc I use one)
Likely not if builds are provided (using something like pkg)
W1-F1
Scratcher
100+ posts

MinecraftTS (Minecraft: Typescript Edition)

Hiitbox wrote:

Do you need to install typescript on Chromebook to use this?
Or on any operating system? (Specifically Chromebooks bc I use one)
Maybe not, if it will be compiled to a executable for you OS(es).
NexusSfan
Scratcher
100+ posts

MinecraftTS (Minecraft: Typescript Edition)

W1-F1 wrote:

Hiitbox wrote:

Do you need to install typescript on Chromebook to use this?
Or on any operating system? (Specifically Chromebooks bc I use one)
Maybe not, if it will be compiled to a executable for you OS(es).
dead
bump
Hiitbox
Scratcher
76 posts

MinecraftTS (Minecraft: Typescript Edition)

bump

true, but then uwv is never online and the others have either forgot about this topic or really just don't talk on it bc there's nothing new or smth
W1-F1
Scratcher
100+ posts

MinecraftTS (Minecraft: Typescript Edition)

bump
Epsilon_3
Scratcher
500+ posts

MinecraftTS (Minecraft: Typescript Edition)

Yo somebody should make an opposite of leopard except for TS (ts -> scratch) and you should post this as a project so that it could (maybe) run on turbowarp, and then I'll use leopard so that I can play it on my chromebook
Hiitbox
Scratcher
76 posts

MinecraftTS (Minecraft: Typescript Edition)

Epsilon_3 wrote:

Yo somebody should make an opposite of leopard except for TS (ts -> scratch) and you should post this as a project so that it could (maybe) run on turbowarp, and then I'll use leopard so that I can play it on my chromebook
i don't think that'll be possible, because then the textures would have to be supplied by someone and then it'd get dmca'd. because, iirc, this minecraft finds the .jar file on your pc and extracts the textures from there, so mojang still provides the textures.
Epsilon_3
Scratcher
500+ posts

MinecraftTS (Minecraft: Typescript Edition)

Hiitbox wrote:

Epsilon_3 wrote:

Yo somebody should make an opposite of leopard except for TS (ts -> scratch) and you should post this as a project so that it could (maybe) run on turbowarp, and then I'll use leopard so that I can play it on my chromebook
i don't think that'll be possible, because then the textures would have to be supplied by someone and then it'd get dmca'd. because, iirc, this minecraft finds the .jar file on your pc and extracts the textures from there, so mojang still provides the textures.
Use an open license.
Hiitbox
Scratcher
76 posts

MinecraftTS (Minecraft: Typescript Edition)

bump
yeah maybe this is dead lmao

why am I not getting messages on this though? following the topic, no more updates

@uvw, will you ever try and makeb1.7.3 once (IF) you finish 1.8.9?

because b1.7.3 might be one of the best old versions
cogugh cough

Powered by DjangoBB