Hi, I'm using the newest forge for minecraft 1.6.4 and I would be glad if this mod worked. While minecraft is starting java crashes. It's a java app crash caused by libcef.dll. I have got the newest 64-bit version of java, my os windows 7 sp1 64-bit. Please help me or even let me know what version of forge and java works well.
IF YOU HAVE ANY TROUBLES THEN PLEASE READ THE FAQ BEFORE POSTING! Thanks
WARNING: This mod is a BETA mod! There is a LOT of bugs. WARNING: Only WINDOWS clients can see screens! What I mean is
that you can run this mod on a server using any OS; but if you are
running the client on an OS that is NOT windows, you'll see
"Installation Failed" on the screen, however it won't crash
your Minecraft and you'll still be able to join server using this mod.
Now you can interact with screens using ComputerCraft This now enables you to run JavaScript code on pages!
Hi everyone,
I'm happy to show you today my new mod: Web Displays, which adds a Web Screen Block and more! So, what do you think this block will do? Well, when you place a few of those blocks (144 in fact) in a 16x9x1 surface shape, and you right-click it, a real web browser shows up. You can go on YouTube, watch some videos or listen to your favourites musics, watch the stream of your favourite streamer, shows the news in your server's lobby and everything in-game.
Dependencies: You NEED Minecraft Forge, which is available HERE.
New: You also need MCEF, which is available HERE.
For minecraft 1.7.10 client & server: AGAIN: YOU NEED MCEF.
First, download the mod HERE. Then, place it in your mods folder. When starting the launcher, don't forget to select the Forge profile!
That's it For clients (= NOT servers) only: Non-windows user: you won't be able to see any screen. The mod is provided only to enable you to join servers using WebDisplays.
For modders: API (outdated, I think)
You can download the Web Displays API from here: http://montoyo.net/wd2.php?t=api&v=latest
Basically, you can do anything while it uses my API and while this API remains unmodified. You can redistribute my API with your mod once compiled and reobfuscated by MCP/Forge. You are no able to decompile and/or edit the mod, or use reflection to access some fields/methods from my mod or access private fields/methods of my API.
The screen:
First, you need to craft some web screens blocks like this:
Then, build a little walll with them (minimum size: 2x2) and right click on the side where you want the screen to appear (check that you don't have any items in your hand). That's it, you created your screen. Shift-Right Click to change the URL. To click on a link/button, simply right-click it with nothing in the hand.
The minePad:
Ok, so you have a web browser in a block; now what about a web browser in an item? Here is the minePad: YAY!
Once you created it; you need to right-click a real screen (made out of web screens blocks) and you'll see what is shown on the screen but on your this tablet!
Peripherals:
Peripherals are blocks that can be connected to a screen using the Wireless Linker:
You have to right click the screen first and then the peripheral with it. Note that peripherals can be wherever you want in the world, there is no distance from the screen limit. It just have to be in the same dimension.
Peripheral #1: The keyboard:
To type things in the web screen, you'll need the keyboard:
After linking it to a screen with the linker, just right-click it with nothing in the hand, type whatever you want, and press Escape when you have done.
Peripheral #2: The Computer Interface:
If you want to use ComputerCraft to interact with the screen, here is the computer interface:
After linking it to a screen using the linker, place a computer next to it. You can access its functions using peripheral.wrap("SIDE_OF_THE_INTERFACE")
To know which functions are available; you can watch my little tutorial here:
Peripheral #3: The Repeater:
This peripheral is a little bit special; it'll repeat what a real screen will show (called "source"), but on another screen (called "repeater).
Build two 16x9 screen (using web screens blocks). Turn on the source screen (right-click it with nothing in the hand). Then, select it by right-clicking it using the wireless linker. Once the source has been selected, click on the second screen using the linker. That's it
Peripheral #4: The Remote Controller:
Crafted like this:
The Remote Controller once linked to a screen will enable you to change the URL of its linked screen wherever you want; this might be usefull to make a screen control room and change the URL from far.
Servers: Have you already tought about drinking some virtual beer, eat virtual food with your friends while watching a stream?
I suggest you Virtual Barcraft: http://www.virtualbarcraft.com
Enjoy!
~~~~~~~~~~~~~ Common FAQ: ~~~~~~~~~~~~~
Q: It's says I need flash, or that Flash is not up-to-date.
A: Please download "Flash Player for other browser" from here. Select your operating system in Step 1, then select "FP xx for Opera and Chromium" (where xx can be any number) in Step 2, and then click "Download now" on the right. As well don't forget to install it.
Q: Where can I find my logs?
A: Minecraft logs can be found in the ForgeModLoader-client-0.log file that you can find in your %appdata%/.minecraft folder. You need to shut down minecraft to find this file!
Installer logs are generated in the WDI_x.y_Log.log file which is the same folder as the installer executable!
~~~~~~~~~~~~~ Other FAQ: ~~~~~~~~~~~~~
Q: Why is your mod only available on Windows?
A: I'm working on the Linux version. However I need an Apple computer to make it available for mac; and it's wayyyy to expensive for me.
Q: When I right click on the screen, nothing happens.
A: Check in the config file that the "create" option is set to false, or that the server you are playing on enables you to create web screens even if you are not OP. Else, there were a problem during the installation of the mod. Please send me your Minecraft log.
Q: I LAAAAAAAAG with your mod
A: Try a lower ppp (real Pixels Per minecraft Pixels) in your config file and check that anisotropicLevel is set to 0. You can increment update & render rates in your config file too.
Q: How can I change the home page of the the browser:
A: You can do all that stuff in your config file in the misc category.
Q: I don't want to allow players to craft screens (only OPs):
A: Check your config file.
Q: I want to put your mod in my mod pack:
A: Well, if it's a private server mod pack, be free. Else, please ask by sending me a PM.
Q: MAC?
A: GIVE ME THE MAC FIRST!
Q: Linux?
A: Coming very soon.
Q: Fullscreen YouTube videos doesn't work
A: Yes. No way to fix this bug.
Next Update:
- Internet websites will be able to interact with Minecraft redstone using JavaScript
- Laser Pointer (to click on screen)
- Favourites
Changelog:
WebDisplay 0.11:
- Now using MCEF.
WebDisplay 0.10:
- Goodbye Awesomium. Welcome ChromiumEmbeddedFramework (THANKS TheFurax). Hi 64 bits.
- No more installer required.
Installer 0.12:
- Manual profile selection is now enabled by default
- Corrected typos
- Removed very old WD uninstaller
WebDisplay 0.9:
- Fixed keyboard crash bug
- Fixed non-dying flying screens
- Fixed ComputerCraft Interface not working
- Added a button to play YouTube videos in fullscreen
- Added a way to run JavaScript code on pages with the Computer Interface
Installer 0.11
- Updated WebDisplays to 0.9
WebDisplay 0.8:
- Updated for Minecraft 1.7.10
Installer 0.10:
- Now searches for a 32 bits Java in EVERY hard drives
- Added option to manually browse for a 32 bits JRE (ADVANCED USERS)
- Updated WebDisplays to 0.8
WebDisplay 0.7:
- Fixed Minecraft crashing when leaving the world if the installation failed
- Fixed the screen showing "Installation Failed" on non-windows OS.
- Updated for Minecraft 1.6.4
Installer 0.9:
- Updated WebDisplay to 0.7
- Now uses the system's look & feel theme.
WebDisplay 0.6:
- Fixed keyboard breaking particles
- Now screens can be as large as you want, but not 1x1
- Added the "unload distance" parameter in the config: if this distance is reached, the screen is unloaded.
- Screen repeaters now deletes themself if their source was deleted.
- Added the "shutdown" function to shutdown the screen using ComputerCraft.
- Added the minePad.
Installer 0.8:
- Updated WebDisplay to 0.6
- More debug infos in the log file
Web Displays 0.5b:
- Changed the "OMG, Installation failed" texture by "Installation failed; please read FAQ"
- Now loads the native in the WebDisplaysNatives folder
- Added the isScreenRepeater() function in the API.
Installer 0.7:
- Now detects if the allocated Java memory is over 1 giga and if it's the case, it'll reduce it to 1 giga again because Java 32bits doesn't support more that 1 giga.
- Detects if the mod was already installed manually and removes it.
- Now extract the native in the WebDisplaysNatives folder.
- Installer now takes care about the game directory profile parameter.
Web Displays 0.5:
- Moved every blocks and items in a new creative tab
- Changed the harness of every block (now it'll be as hard as stone)
- Enabled repeated keys on keyboard
- Changed the internal texture format of the screen to GL_RGB, using less memory.
- Added domain black-list in the config file.
- Created an open-source API so that modders will be able to add things for my mod (untested)
- Added the remote controller
- Now detects if there are no http:// before the URL and adds it automatically
- Added the view distance parameter in the config file
Installer 0.6:
- Updated Web Displays to 0.5
- Reduced the license agreement window size; so users with small screens can still click on I agree or I decline
- Wrapped the installer into an EXE file (asked by some users)
- Installers nows ask the user to select the Forge profile at the end of the installation.
Web Displays 0.4:
- Corrected a bug making the URL unchangeable
- Added ComputerCraft implementation
- Now uses the correct log channel.
Installer v0.5:
- Updated WebDisplays to 0.4
- Added the Awesomium License agreement at startup
- Now extracts the Awesomium License into your .minecraft directory.
- Errors and infos are now in the same file name WDI_0.5_Log.log.
Web Displays v0.3:
- Removed the "installation failed" image if the installation succedded (in this case you'll see a "welcome" image)
- Fixed some keys not being usable in the keyboard
Installer v0.4:
- Updated WebDisplays to 0.3
- Fixed the 32/64bits detection
- Now you'll need java 7 32bits !
Web Displays v0.2:
- Added keyboard & keyboard linker
- Added update/render rates that can be incremented to reduce lag
- If the mod runs in no-jawesomium mode, the screen will show an error message
- Fixed screen being invisible sometimes
- Fixed screen changing it's position when reloading the world
- Released for 1.5.2
Installer v0.3:
- Updated JAwesomium to 0.2
- Updated WebDisplays to 0.2
- Now errors & infos goes in a log file
Installer v0.2:
- Fixed crashing at launching
- Fixed installer not taking care of the selected minecraft directory.
Awesomium license:
You can read the Awesomium license from the AWESOMIUM_LICENSE.txt file located in your .minecraft directory after installing the mod using the installer or at http://nico.tbb.free.fr/wd/LICENSE.txt
I am on windows 8.1 and downloaded ComputerCraft and WebDisplays but when i make a 2x2 web screen and right click the screen and java crashes
can some one plz make a server set up tutorial all the ones on the web say to download a certain file. the problem is it dosnt have that any more the main page changed!
i also get this
[10:38:13] [Server thread/INFO]: Starting minecraft server version 1.7.10
[10:38:13] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_25]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_25]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
[10:38:13] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[10:38:14] [Server thread/ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.MissingModsException:
Missing Mods:
MCEF : any
at cpw.mods.fml.common.Loader.sortModList(Loader.java:227) ~[Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:472) ~[Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[10:38:14] [Server thread/ERROR]: This crash report has been saved to: C:\Users\pierson\Desktop\server2\.\crash-reports\crash-2015-04-27_10.38.14-server.txt
This is one of the greatest mods ever made. I wish to put it on my 1.8 private server for a movie theater for my friends. I hope this mod is coming to 1.8 soon! Again great mod. Used it and loved it, great job but one thing. I want a full screen for youtube so it shows full screen on the screen. Thank you.
uote from humer14:does not work on my x64 / java8 with 1.8.3 forge *sniff :-((((
The reason is that it is not in 1.8 thats why it doesn't work. Sorry but I don't think there will be an update for it.
@montoyoso has development of this mod stopped or is it just on hold due to real life getting in the way LOL
Rollback Post to RevisionRollBack
never take unfair treatment, if someone is treating you badly, and you can not resolve it, leave, you are better off with out someone in your life that abuses you no matter how they try to invalidate your concerns or feelings. No one has that right, only you get to chose how you feel about something.
I'm using version 1.7.10 on a Resonant Rise server, just wonder if its a known bug, it seems like there is some sort of personal ownership when placing these web screens for "movie/theater" - group watching purposes, because other players do not seem to be sync'd with what I am watching on occasion or it appears to be different from what is playing.
help?
really weird but glad they got this done for x64...waited a long time for that compatibility.
Do your youtube videos sync or pair together with your friends? See my post above....It seemed like perhaps server lag was causing my webscreen videos to unsync with other players. They would hear and see different videos playing...Upgraded to a new host and it might have been resolved now...
As far as Flash, just update to the latest version, it doesnt hurt to install silverlight as well as I think I had the same issue with Hulu or a website like southpark.co.com requires it to play video's correctly.
Please make it for mac too!!!!!!!!!
Can you please make it 64bit java?
I really want this mod.But 64bit pc.
LOVE IT!!!!!! I like to do cool things with it sometimes! <3
Hi, I'm using the newest forge for minecraft 1.6.4 and I would be glad if this mod worked. While minecraft is starting java crashes. It's a java app crash caused by libcef.dll. I have got the newest 64-bit version of java, my os windows 7 sp1 64-bit. Please help me
or even let me know what version of forge and java works well.
please make it work for mac
Where do i install it? there is no link...
Anyone got a mirror for the 1.7.10 downloads? I fear I'm gonna need them with the way the main site and its downloads are being difficult with me...
He's not working on the mod anymore.....
I am on windows 8.1 and downloaded ComputerCraft and WebDisplays but when i make a 2x2 web screen and right click the screen and java crashes
can some one plz make a server set up tutorial all the ones on the web say to download a certain file. the problem is it dosnt have that any more the main page changed!
i also get this
[10:38:13] [Server thread/INFO]: Starting minecraft server version 1.7.10
[10:38:13] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_25]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_25]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_25]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_25]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
[10:38:13] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[10:38:14] [Server thread/ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.MissingModsException:
Missing Mods:
MCEF : any
at cpw.mods.fml.common.Loader.sortModList(Loader.java:227) ~[Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:472) ~[Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[10:38:14] [Server thread/ERROR]: This crash report has been saved to: C:\Users\pierson\Desktop\server2\.\crash-reports\crash-2015-04-27_10.38.14-server.txt
can i please get some help when a player is on my server and i turn on the screen i get this
adypady32 lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
@montoyoso has development of this mod stopped or is it just on hold due to real life getting in the way LOL
never take unfair treatment, if someone is treating you badly, and you can not resolve it, leave, you are better off with out someone in your life that abuses you no matter how they try to invalidate your concerns or feelings. No one has that right, only you get to chose how you feel about something.
Nope Always Crash :[ i work Hard when i right clicked the Web thingy always crash :[
any one
The mod is dead people.
güzel
I'm using version 1.7.10 on a Resonant Rise server, just wonder if its a known bug, it seems like there is some sort of personal ownership when placing these web screens for "movie/theater" - group watching purposes, because other players do not seem to be sync'd with what I am watching on occasion or it appears to be different from what is playing.
help?
really weird but glad they got this done for x64...waited a long time for that compatibility.
I like this mod!
Do your youtube videos sync or pair together with your friends? See my post above....It seemed like perhaps server lag was causing my webscreen videos to unsync with other players. They would hear and see different videos playing...Upgraded to a new host and it might have been resolved now...
As far as Flash, just update to the latest version, it doesnt hurt to install silverlight as well as I think I had the same issue with Hulu or a website like southpark.co.com requires it to play video's correctly.