cont.>>108267090
if anyone else is hacking into gamedev servers, please get the src for Hardwar (space pirate sim from like 1999)
who cares
whats been leaked so far
>>108275911do a ctrl-f for gofile in the last thread
is any of it recent or just old console versions?
>>108275905I care.
>>108275905failed to get fp, go back faggot
so were the pocket edition and console editions handled by different teams? haven't looked at the code in too much detail, but it seems like they're structured very differently which is strange
mind having the list of github projects that were already working on so far?
GUYS I LOOKED THROUGH THE CODE AND FOUND THESE UNUSED MOBS HAS ANYONE DOCUMENTED THIS???
>>108275897Java edition (the best edition) is already source available. Who cares
>>108276161I care, anon.
>>108276161>garbage collected language for realtime applicationsngmi
>>108276429skill issue
>>108276125That's famous mob Fentanylobrine you dumbass
>>108275928>just old console versions/threadthese are the worst versions of minecraft made
>>108276429Garbage collection was a problem back in the pentium 4 days lol, now not so much when everyone has multiple cores to spare.
>>108276776Nta but garbage collection is the least of java's problems. It is not performant at all.
>>108276732>implying bugrock is better
>>108275987LCE were handled by Scots from 4JPE/Bugrock were made by Mojang themselves
>>108275897if youre gonna keep making the threads you should atleast put resources in op kekthis is the current repo thats being worked on by several people, has improvements such as kb/m support I believe in the discord people have working multiplayer also not sure if its on this repo yethttps://github.com/smartcmd/MinecraftConsoles
>>108275897>Not luantiWhy would I care?
>>108277470>look inside>vibe coding and revertsthe other two forks seem to be made by people who know what they are doing
>>108275897How do you compile it?
Which link is the correct one? There's the "PS3" code which is apparently only just part of the code.Then there's the fuckanon download which looks which seems to be the complete code base.There's the canceled PSP version which is just goatsy.But whats with the three different versions in this archive link?>>108266048
>>108277923Look here.>>108267214
>>108277968https://hazbinhelluvageneral.com/cubevideojuego/cubegamethere were several leaks in the original threadall of them are different versions EXCEPT the ps3edition just being a small part of minecraft.rar that stripped out the other versions
>>108275905TPBP.If you're not running it on PC, what is the fucking point?
>>108278088>If you're not running it on PC, what is the fucking point?but it compiles to an exe..?
>>108275987Legacy console = 4J studiosPE/Java = MojangBedrock = Microsoft
Are there build instructions for Linux yet?
>>108278492Put your tranny socks on and figure it out yourself lil bro
>>108265077>minecraft at that time was java only and bedrock wasn't a thing yet, so this is the first official c++ implementation of minecraftBedrock (Pocket Edition then) is 3 YEARS older than PS3 edition
>>108278587They banned me on the 'cord so I can't
>>108276732Bedrock is by far the worst.The legacy console versions aren't as good as the original for sure, but were at least a fairly competent rendition.
>>108275897>>108275897Server anon here from last thread, it turns out it's a fucking pain in the ass to host because it refuses to use WARP to software render the game. I'm literally digging up an old core 2 duo machine to fucking stick a GTX 670 in so I can run the whole ass client to host a server.PS: I had to like 6 fucking captchas to get here because my IP range was "blocked due to abuse". They've made this shit so aids to post on.
>>108278990>They've made this shit so aids to post on.skill issue
Why don’t people like bedrock?
>>108279014unstable phone version of the game that's been ported to consolesstill lacks many features from Java and LCE
>>108277868>>vibe coding and reverts>the other two forks seem to be made by people who know what they are doinglink ive not seen other forks
>>108279014it's a mess filled with nonsensical bugs
>>108275897>source code leak>for a java programanon, i...>but but it's for a console!anon, i.......
>>108279057It's C++.
>>108279014Horribly buggy (not in a fun way, legit game breaking), full of predatory corporate meddling and "micro"transactions, and has arbitrary changes that break compatibility and just add jank.Was less of a problem when it was just the shitty phone version you'd play on the toilet for a few minutes, but for years they're trying to push it as the definitive version and slowly kill off the original.
>>108279057It's the old C++ version that actually attempted to be faithful to the original instead of the shitty cashgrab that replaced it.
>>108279014It's infamous for being REALLY BUGGY, stuff like experiencing server lag while playing singleplayer.Which causes blocks to not be placed, leading to players dying.
>>108275897Bro, who GIVES a fuck.
>>108279420>stuff like experiencing server lag while playing singleplayerdesu this is a thing with Java tooit's just not as severe as "random deaths on Hardcore" like on Bugrock
Xitter niggers start posting https://gofile.io/d/lG5G9D as source for Dungeons and Legendsnot sure if it's real because .zips are smaller than minecraft.rar of LCE leak
>>108280037also fuck Twitter my grammar got fucked by just logging on x.com
>>108279857the minecraft codebase is 20 years old, it just cant handle all of the modern faff they keep tacking on
>>108280063>it just cant handle all of the modern faff they keep tacking onit can if devs aren't retarded Java gets refactored almost daily at this point, game's never been easier to work with ...and Bugrock still refers to itself as MCPE internally
>>108280063Problem is mostly that the foundation of the game was coded by Notch back when he was still learning how to code. So it's an absolute trash heap. A trash heap they've never bothered cleaned up because "haha people just keep giving us money".Also I can assure you that microslop enforces copilot use in the mojang offices, so that's another reason.
>>108280037it's builds, not code
>>108275897Does anyone know more about notch using some copy pasted opengl examples written by idsoftware and valve employees? where does minecraft land on the quake family tree?
>>108280105Even bad attention still is attention. They aren't concerned over Minecraft or their gaming division doing great or not at all in the first place.
>>108280117Is Doom that different from Quake that we didn't include it?
>>108275942>>108275897Minetest + VoxelLibre > Minecraft
>>108275903I remember it, pretty cool game
>>108278492It requires serious retooling to work on Linux unfortunately. The Windows64 backend is unsuitable for cross-platform and has windowsisms littered everywhere, never mind that it renders with DirectX11.You would have to write a whole new backend from scratch with the same API as all the others and use libSDL2 for rendering or something.It'd probably be easier to just patch whatever is needed to compile it with mingw64 and run it on WINE. Or link it against winelib and dxvk-native.
>>108280082the engine cant handle all of the crap theyve added over the yearsif you actually played the game since it was first posted on this site, you wouldve seen the performance taper off with each bullshit update
>>108280105microsoft doesnt care, this is like losing an expired credit card
>>108280285they just ignore optimization while working on the game and expect everyone to run sodiumthe problem with Bugrock is exceptionally unstable codebase that people can't even fix themselves
>>108279420>>108279857That's something that started with Notch. One of the updates had him be fucking retarded and turn SP into a local server that you could invite people to. Ruined in-game machinima and various other things.
>>108280311stop trying to change the subject to pocket edition you fucking zoomer, only ipad kids care about that versionthe endless garbage was causing performance problems all the way back from before nu-minecraftits ancient codebase has reached it limits, no wonder theyre desperate for a replacement
>>108280317that was release 1.3, notch stopped working on minecraft right after the release (1.0)
>>108280356>no wonder theyre desperate for a replacementyeah, in bugrock, a even worse codebase
does someone have the pocket edition source i saw that leaked also but not seen many people talking about it
>>108280487>but not seen many people talking about itit's 0.6.1 and I'm pretty sure only RPi Edition Revival cares about it>does someone have the pocket edition sourcehttps://u.pone.rs/mttjsxzz.zip
>>108278492>>108280279I was able to run "Minecraft.Client.exe" on Linux with WINE straight out of the box, no retooling at all.I didn't expect it to just work, but it did.
minecraft story mode steam branch passwords:endermen: Dul4ihR66MKNmflbALRDrendercon: U5VRQI6913dF587z0F6Clinux-test: 9m4bd4vBWmZ2PhPTaUhr6E7CFrPE4XEMpatch: 3Bb8q0qfD2Q78n9i06IGjmirror: https://gofile.io/d/OCobRS
>>108280553Well, yeah, I would expect it to just werk on WINE, but you still have to build it with Visual Studio and it's not native.
A very early build of Minecraft Dungeons got leaked on that discord server run by troons that hate 4chan (I think).https://x.com/coah80/status/2028573654301184301?s=20
>>108280562damn bro
>>108280566heard they got mad about leaks and nuked their general chat lmao
>>108280498thanks do you know if there are build instructions for it anywhere? wanna make an android build for my xperia
>>108275897I thought Minecraft was open source lol
>>108280317Wasn't Notch, he stopped working on the game right after it released, 1.0.0.
>>108280566More testinghttps://twitter.com/irisshaders/status/2028597531501044160>>108280593I think they actually nuked the whole server, invite links don't work no more. As I said to another anon earlier, these guys are retarded and shouldn't be the ones moderating this sort of stuff (i was hoping that it would've lasted a bit more tho lol).>>108280562Coincidentally I was thinking about Minecraft story mode today lol. Thanks anon
>>108280566why didn't he just come here?they're manipulating him into thinking they're his friend
>>108280693normal Minecraft is source available, because it's javabut this is the PS3/Legacy Console Edition in C++
when will the latest ps4 edition source code be leaked?i wonder if it could be backported to ps3/wiiu/360/vita
>>108280703Nope, still here (unfortunately)
>>108280734Leakers are such moronsWhat they need is bulletproof opsec but what they want is people to suck them off and the two are incompatible
>>108280117notch literally plagiarized infiniminer, dude is a fraud all around
>>108280732i think i know someone who might have it
>>108280743none of these these people are leakers its just a bunch of people making patches and 2000 other retards
>>108280744Making a knock-off of another product has never been plagarism
>>108280732isn't the ps4 edition in this leak, there is an orbis dir?
>>108280759it's not the latest...there's no minigames
>>108280734>random on 4chan drops source code>discord piss fight begins>twitter/reddit/bluesky/discord users flood the threads>another discord is made that explicitly forbids 4chan users, despite these people being the ones that gave us this shit to begin with>least productive and least civilized people shit things up that it locks down the newly formed discords>everything comes to an end where nothing is improved upon, learned, or progresses any further because nobody is left thanks to these retardsi wont ask what are they thinking, because i know what the answer is. theyre not thinking
>>108280752he literally used infiniminer's code lmao
>>108280705Yeah i thought so too, weird. I don't get what is he tryna get from "proving" people that he's a different leaker and posting stuff on a discord server out of all places... but wtvhttps://twitter.com/coah80/status/2028572589199630681>>108280743These guys ain't that bright lmao>>108280759>isn't the ps4 edition in this leakNope as far as I'm aware, only the PS3/360 versions, and outdated ones at that. >>108280734In that case they just took down the invite links. Let us know if the dude from the twitter screenshots posts something interesting >>108280782>i wont ask what are they thinking, because i know what the answer is. theyre not thinkingTrvke. They completely ruined online gaming communities for me.
>>108280788infiniminer is MIT licensed isn't it?
>>108280847this was long before it was opensource
>>108272277update: got banned loland you'll never believe by who
>>108280872>not feeling pretty good about thisLmao good oneNot surprising at all desu. I don't talk about politics in discord anymore, there's a faggy power hungry mod in EVERY server.Bit off topic, but why do these people speak in Ebonics so much? Do they think they look cooler by speaking like a black dude?
The hazbin site now has dungeons, legends, multiple different story mode steam branch uploads and the passwords for those steam branches
>>108278990Alright faggots, it's up.Get the client from here: https://fileditchfiles.me/file.php?f=/b76/yjvYIikQpTmWDiiewGVp.7zAdd -ip 142.202.137.109 to the command line options.If it crashes at the ESRB screen just keep restarting it, there's an early crash in the audio engine that I have no idea how to fix. If it crashes earlier I installed the media feature pack and vs2022 and that seemed to fix it. I hope it just works.
>>108280950Why are you so hung up on stupid shit? Go wash your ass, tubby.
>>108280872>excessive use of "fucking"holy millennial
>>108278492Made cursor (claude 4.6) do a migration to linux native tooling and it worked after just pasting in some errors and tard wrangling it
>>108280965Is it this one? >>108278073
>>108281005"worked" meaning it compiled or "worked" meaning it was fully ported from DirectX11 to OpenGL and doesn't segfault at runtime immediately?
>>108280991Boiiii got me there buddy, on tung tung tung sahur you cooked my ahh. take my Reddit gold, kind stranger!
>>108279014retarded off hand system
>>108279014No pseudoconnectivity in redstoneNo proper mod support
New telegram shared by the leaker on discordt.me/MDLC_groupWorking invite for the troony discord serverhttps://discord.com/invite/whisperlce
This reminds of that ReVC project a while a back. How come they still haven't taken it down?Moreover why do people care, isn't it the inferior bastardized version?
>>108281050>Moreover why do people care, isn't it the inferior bastardized version?this is not the bedrock edition, this is the legacy console editionthis is a a way more faithful recreation in C++
>>108281015Yes https://hazbinhelluvageneral.com/cubevideojuego/cubegame
>>108275897Brown bricks
>>108281047do u have the one from minecraftconsoles discord?
>>108276125Herobrine?
>>108281173This phenotype should be removed from the planet
leaker made his own server https://discord.gg/rWNBT7nYFM
Does anyone here have a precompiled version?I am too brown to use an IDE.
>>108280986Changed IP to 104.145.107.222Maybe it'll actually work for a moment
>>108280986this shit doesn't work
>>108281840The netcode supplied by LCEMP basically falls over any after a couple minutes or after two players join.See: https://github.com/LCEMP/LCEMP/issues/17I'm wiresharking it and trying to figure out why the hell this might be happening, but no idea when or if I'll figure it out.
leak? But java is open source for modding with
>>108280723why the fuck would you want the cucked version for literal 10 year olds to play block fortnite
>>108281873it doesn't even open
>>108279114>>108279341it's trivial to port between the two languages
>>108281931
>>108281918Oh. What version of windows are you on? I had this problem with an enterprise ltsc 2019 N machine and installing vs2022 and media feature pack fixed it. I imagine you wouldn't want to install vs2022, so here's a release build that _should_ work with the standard vc redistributable.If not, I genuinely don't know what the hell is going on.https://fileditchfiles.me/file.php?f=/b76/UQnSwkdvxgfSoLfVYZjW.zip
>>108281961> I imagine you wouldn't want to install vs2022i actually already have it installed lol
>>108281961should have been more clear in that it just goes to a white screen and instantly crashes
>>108281981I tried removing media feature pack and the game still launches on my end, so I don't know what it could be. If you have visual studio and could throw it into a debugger that would be cool, but otherwise I can't replicate it currently so I can't help you. Sorry : (
I would like to mess with this, am I able to compile and run it on Linux? It would probably be easier to just mess with it in a Windows 10 partition.
>>108282100
>>108282147This has to be compiled with visual studio right now, not mingw64 and it has no Linux target
>>108282100>>108282158strangely the version from https://github.com/smartcmd/MinecraftConsoles works fine
any interesting finds or naughty comments?
>>108275897Time to play Minecraft again!
>>108282235ocelot's spelled "ozelot" for some reason
>>108280732along with that the early title updates based on beta 1.6.6 and beta 1.7.3 would be cool to have source code of
>>108282211Oh, there's some jank code in the older version of MinecraftConsoles that breaks this. I forked off an older version from yesterday.See: https://github.com/smartcmd/MinecraftConsoles/issues/6*
>>108282265cause it's the Swedish spelling
>>108275897>>108282259can i still migrate my mojang account over to ms or is that door closed?i want to play minecraft again!!
>>108276818>>108276429funny considering nowadays it beats golang in most benchmarks
>>108282376that got closed long ago
>>108282405got damn :(thanks anon!!
>>108280082>easier to work with>changes all the timepick one
>>108282422MICROSOFT IS AT IT AGAIN!
Minecraft console source code leak is a good thing!Not bedrock, Not java, Just LCE
>>108276125>Attacks your watermelon farm>Kills your chicken(s)
why do people even buy minecraft?it's one of the easiest games to pirate if not the easiestyou got open source launchers that straight up pull MC files/resources directly from THE mojang/M$ servers>b-but muh multiplayer!online_mode = offif you dont have a VPS and dont want to pay for a dedicated server, you can just portforward (or use zerotier for a virtual network) and host your ownyour average modern desktop (R5/i5 + 16GB RAM) PC can handle vanilla minecraft servers just fine you really only need a good PC for heavy modpack servers
>>108282147>linuxLOL
>>108280117Only the frustum culling was copypasted from a C++ tutorial. Rest was OG :P
>>108280279should probably just build the backend using sdl3 and vulkan at this point
>>108280279windowsisms > TROONIXSM
Morning anonsA new build of Minecraft Dungeons has been leaked.https://twitter.com/pox1016/status/2028619897752662268
>>108275897minecraft is literally written in java. It was literally always open source to anyone who would put in just a bit of effort. Even more true now that they're not even obfuscating it anymore either so you dont have to write a deobfuscator or anything, just fix compile errors in decompiled code & rename shit.
>>108283281Its the OG console edition of the game that got leaked. Its C++ not Java.
>>108283368oh i see
>>108275897Oh I didn't know this was a source code lrak, I just ignored the thread.
>>108275897I followed the instructions, I almost got it but i get this error, same with DEBUG
>>108280117so glad i give 0 fucks about 99.9% of that shit
>>108282604>Not bedrockI wish they leaked bedrock so we can remove most of the shit but still use a superior language
>>108283493use of cpp can't really fix the horrendous code base that's been rotting for years at this point
>>108283275That one leaked a few months ago according to the linkhttps://gofile.io/d/W6ezL9
Not sure why people are putting so much effort into something that’s nothing more than a novelty
>>108283275>A new buildNot a new build anon.>>108283493>I wish they leaked bedrockYou have to infiltrate Microsoft's confidential servers in order to get full Minecraft Bedrock source code
>>108283731>Microsoft's confidential serversI mean... Mojang's confidential servers?
From a scale of 1 to 10, how retarded would it be to use this source code leak as a base for a C# port of minecraft?Been playing with that idea ever since microslop announced age verification to be allowed to use the chat.
>>108284215>C# port of minecraftpic>Been playing with that idea ever since microslop announced age verification to be allowed to use the chat.play 1.7/1.12 or install a mod that removes that shit (if you really like modern minecrap)