BL-Browser - The in-game Browser [Experimental][v0.2.1]

Author Topic: BL-Browser - The in-game Browser [Experimental][v0.2.1]  (Read 47750 times)




Badump, new version released on the GitHub.
This version now supports a texture size of 1024x1024, allowing for a larger browser screen.
That also means if you try to attach it to a texture with a size of 512x512 unexpected results will happen.
There is still currently no support for mouse events yet, but that will be the next thing I work on.
So for now you can only navigate directly through URLs.
An additional note, you have to use complete URLs, containing the http:// / https://, so links such as www.google.com won't work.

Well, here's an image of it in use with Youtube.


Brick_Screen, and Print_Screen_Cinema.

We could see animated blocks for designs in servers pretty soon.

Great job.

we'd have servers where you could browse the forums or something in the lobby

this'd be really useful for alt tabbing, it lags up servers
also can we rightclick

we'd have servers where you could browse the forums or something in the lobby

this'd be really useful for alt tabbing, it lags up servers
also can we rightclick
only lags your bl if you play on fullscreen

Badump, release V0.0.4.
Fixed some issues with GL functions, ended up the cause was something to do with ReShade.
Added some client commands for youtube video support, some issues still with them.
Beta coming soon.
Happy New Years everyone.

Update, release v0.1.0 Beta.
Finally fixed the issue with synchronizing threads, ready for testing.
Included in the release page is an AllInOne.7z which includes the BlocklandLoader and Awesomium.7z contents required to run.


Doesn't work. Followed all the instructions to the letter and nothing works.

Doesn't work. Followed all the instructions to the letter and nothing works.
Some debugging suggestions, try AWS_BindTexture(); then AWS_LoadUrl("http://www.google.com");.
If it comes up Unable to find function AWS_bindTexture then try AttachModule("AwsHook.dll");.
If that comes up with Unable to find function AttachModule then you didn't overwrite Blockland right, or didn't mark it as read only.
If it comes up Failed to attach: The specified module could not be found. then you didn't extract the AllInOne.7z to your Blockland folder, or your anti virus software probably moved out the AwsHook.dll.


Also if you can hear whatever is playing but cannot see the video, but instead see a white screen, make sure you download textures.
« Last Edit: January 05, 2017, 12:34:40 AM by Pah1023 »


Okay I'm editing this over because what I previously had may not be the problem. I extracted all of the contents of the All in one to C:/Documents/Blockland folder, I couldn't copy over Blockland.exe so I skipped it (And even when I did extract it it'd delete itself or give this error: http://i.imgur.com/e293136.png). I went into the modules folder and replaced the file with the other one and then made the file read-only in the properties, hell I even set Blockland.exe to read only. I still can not get this to work.
« Last Edit: January 05, 2017, 02:18:55 AM by Cowboy Dude »

you have to overwrite your blockland.exe with the one provided in the .7z in order for it to work.

Conan Buchanan: step 1) download the AllInOne.7z from https://github.com/Pah1023/BL-Browser/releases/tag/v0.1.1
Conan Buchanan: step 2) open the zip using 7zip or an equivalent compressed folder opener, and copy all the stuff out
Conan Buchanan: step 3) overwrite your main bl install with it
Conan Buchanan: step 4) set the .exe to read only
Conan Buchanan: step 5) open bl, turn on download textures
Conan Buchanan: step 6) join server, when you join the cinema or hear things playing do aws_bindtexture(); in console. if you're on my server, /joincinema after doing this to see the video.
Conan Buchanan: step 6.5) if and only if aws_bindtexture(); does not work, do attachmodule("AWSHook.dll"); and try again.
Conan Buchanan: step 6.75) if neither of those functions work, but attachmodule is erroring (not function not found), install the x86 version of the dll on this page: https://www.microsoft.com/en-us/download/details.aspx?id=48145
« Last Edit: January 21, 2017, 11:19:04 PM by Conan »