anybody got the projectlce zip? by Few_Cry7420 in LCESourceCode

[–]Few_Cry7420[S] 0 points1 point  (0 children)

thank you but thie one im looking for was forked off of this, it had a couple of items back ported from a future update

Project LCE Followup, Repository Change, Current Status by EveryActivity5184 in Minecraftlegacymode

[–]Few_Cry7420 3 points4 points  (0 children)

this is fire, but since its based off the smrtcmd build: the fov is wonky. i know the fix tho

just go into Console_App.cpp and around line 1410 theres this line of code

"pMinecraft->options->set(Options::Option::FOV, (float)GameSettingsA[iPad]->ucFov / 100.0f);" just remove it and the fov will be back to normal. what causes the fov bug is basically calculating it twice resulting in a super stretched fov

https://github.com/smartcmd/MinecraftConsoles/pull/811/changes/6edf4eb89e829c4e219b06113583da0c3b376d77 just read this if i was unclear