Earlier quoted context omitted.
This will show my (lack of age). I organically taught myself digital logic as Minecraft slowly added redstone and its features. When it came time to pick a major computer engineering was an obvious choice and I never looked back! Minecraft will always have a special place in my heart for this reason.
Minecraft is pretty much a technical phenomenon. It's a decade old, it's not fancy, but even now people are still playing it and modding it and taking the game to wherever their imagination will go. It's become part of many people's childhoods and even my closest friends, approaching their 30s, are still heavily invested in building their world in there, using various mods to basically recreate Civ and build out each…
Scripting API now in public beta
91–100 of 102 posts
Re: Scripting API now in public beta
#92This kind of thing changes lives. I used to play a lot of counter strike source. One day I found a server mod called EventScripts, and suddenly I could make all kinds of crazy game modes on Python. I found I picked up this programming thing pretty naturally, and without that mod I doubt I would have even dabbled. The feedback loop is phenomenal and is something you simply do not get with other forms of learning. I re…
Re: Scripting API now in public beta
#93This kind of thing changes lives. I used to play a lot of counter strike source. One day I found a server mod called EventScripts, and suddenly I could make all kinds of crazy game modes on Python. I found I picked up this programming thing pretty naturally, and without that mod I doubt I would have even dabbled. The feedback loop is phenomenal and is something you simply do not get with other forms of learning. I re…
Way back there used to be Metamod (which IIRC circumvented some limitation of the Half-Life engine regarding how it loaded DLLs into the game), and then AMX Mod layered on top of that, which was later replaced by AMX Mod X. This in turn used a little programming language called "Pawn". You could then write mods in Pawn, compile that to bytecode and dynamically load it into the game server. Later there was Sourcepawn.…
I remember coding with it, to manage fixtures between teams. I looked it up and found a source on my hard drive, last modified 04/10/2001 apparently.
https://gist.github.com/conradfr/a20e9c9598b7b65ad94b8a8605f...
Re: Scripting API now in public beta
#94Does anyone know of a good guide to the Minecraft versions? My daughter wants to get mods and maybe venture into scripting, but it seems confusing as to what each version is capable of. We have it on Xbox and android but it seems none of this works on those. It seemd java edition is best; except this has now been replaced by win10 edition, but that does not support most mods or so it seems. It's quite confusing so if…
As other commenters have stated, java is best for modability both because of it's extensive community support and inertia (already written mods are on java). However, (this may not be true any more, but I think it is) you get a free version of the win10 store version of minecraft with a java edition purchase. So just buy the java version, and you get both (and the prices are pretty close last I checked)
Re: Scripting API now in public beta
#95And now kids have access to learning JS directly. This is 100x as powerful as learning how to web inspector pages. I look forward to watching my little cousins surpass me.
Re: Scripting API now in public beta
#96This will get way more young kids interested in programming than all the subsidized school programs combined, by the way
Hasn't this been possible for ages? Like 6 years ago I tried writing a basic Minecraft mod before I knew programming.
Re: Scripting API now in public beta
#97This kind of thing changes lives. I used to play a lot of counter strike source. One day I found a server mod called EventScripts, and suddenly I could make all kinds of crazy game modes on Python. I found I picked up this programming thing pretty naturally, and without that mod I doubt I would have even dabbled. The feedback loop is phenomenal and is something you simply do not get with other forms of learning. I re…
Funny to see someone linking to one of my tutorials :) I'd completely forgotten I wrote all of those!
I still have my eventscripts release T shirt somewhere :)
Re: Scripting API now in public beta
#98This will get way more young kids interested in programming than all the subsidized school programs combined, by the way
I disagree. This would have been true like 4-6 years ago when Minecraft was still in the spotlight of the mainstream. Kids today have moved onto other games like Roblox and Fortnite
Re: Scripting API now in public beta
#99This is very cool, and very exciting. My niece is really into Minecraft and has a huge interest in stuff like robotics and programming, I think in no small part because of Minecraft's influence. But because she's on the Windows 10 version it's difficult for me to help her with anything. Better, more open modding tools for Bedrock means that it's easier for me to show her stuff and pique her interest towards developin…
In all seriousness, while I'm an adult, when I started learning to code I got a major sense of accomplishment from getting my Ubuntu virtual environment setup.
Re: Scripting API now in public beta
#100This will get way more young kids interested in programming than all the subsidized school programs combined, by the way
I disagree. This would have been true like 4-6 years ago when Minecraft was still in the spotlight of the mainstream. Kids today have moved onto other games like Roblox and Fortnite
I find it funny people think Roblox is a new thing when I played it a few years prior to Minecraft coming out.