←  General

ComputerCraft | Programmable Computers for Minecraft

»

CCEmuRedux - ComputerCraft Emulator Redux

Dave-ee Jones's Photo Dave-ee Jones 25 Aug 2017

View Postveso266, on 24 August 2017 - 06:23 PM, said:

do you think you could fix scaling because on high DPI display computers are so small that I can't read anything

Eh? Mines fine, and I'm using a 1080 and 900. Yours must be 4K or 1440 (although I imagine 1440 would be mostly fine). It's ironic because you would think CC pixels could scale up a bit :P
Quote

veso266's Photo veso266 30 Aug 2017

View PostDave-ee Jones, on 25 August 2017 - 03:35 AM, said:

View Postveso266, on 24 August 2017 - 06:23 PM, said:

do you think you could fix scaling because on high DPI display computers are so small that I can't read anything

Eh? Mines fine, and I'm using a 1080 and 900. Yours must be 4K or 1440 (although I imagine 1440 would be mostly fine). It's ironic because you would think CC pixels could scale up a bit :P

I am at 3840 × 2160 and it looks so small on ccemu you can at least set computer dpi scaling to and it would be bigger but on ccemuredux you can't do that yet because clicking on settings does do nothing
but in Minecraft computercraft scales well and it nice and big and I can see everything perfectly
Quote

Dave-ee Jones's Photo Dave-ee Jones 31 Aug 2017

View Postveso266, on 30 August 2017 - 10:14 AM, said:

View PostDave-ee Jones, on 25 August 2017 - 03:35 AM, said:

View Postveso266, on 24 August 2017 - 06:23 PM, said:

do you think you could fix scaling because on high DPI display computers are so small that I can't read anything

Eh? Mines fine, and I'm using a 1080 and 900. Yours must be 4K or 1440 (although I imagine 1440 would be mostly fine). It's ironic because you would think CC pixels could scale up a bit :P

I am at 3840 × 2160 and it looks so small on ccemu you can at least set computer dpi scaling to and it would be bigger but on ccemuredux you can't do that yet because clicking on settings does do nothing
but in Minecraft computercraft scales well and it nice and big and I can see everything perfectly

You can increase window size in Windows 10's display settings - I have done so on my 3840 x 2160 (4K) monitor at home. I can't remember how it looked with CCEmuRedux but I rarely use it on my home computer, if ever. Bump it up to 150% or 200%.
Edited by Dave-ee Jones, 31 August 2017 - 06:07 AM.
Quote

veso266's Photo veso266 01 Sep 2017

View PostDave-ee Jones, on 31 August 2017 - 06:07 AM, said:

View Postveso266, on 30 August 2017 - 10:14 AM, said:

View PostDave-ee Jones, on 25 August 2017 - 03:35 AM, said:

View Postveso266, on 24 August 2017 - 06:23 PM, said:

do you think you could fix scaling because on high DPI display computers are so small that I can't read anything

Eh? Mines fine, and I'm using a 1080 and 900. Yours must be 4K or 1440 (although I imagine 1440 would be mostly fine). It's ironic because you would think CC pixels could scale up a bit :P

I am at 3840 × 2160 and it looks so small on ccemu you can at least set computer dpi scaling to and it would be bigger but on ccemuredux you can't do that yet because clicking on settings does do nothing
but in Minecraft computercraft scales well and it nice and big and I can see everything perfectly

You can increase window size in Windows 10's display settings - I have done so on my 3840 x 2160 (4K) monitor at home. I can't remember how it looked with CCEmuRedux but I rarely use it on my home computer, if ever. Bump it up to 150% or 200%.

I already did this so I can see better (because before I could not see anything)
but if you increase display size some programs have problems and you can't read anything because words are cut (here is an example: Posted Image)

ccemuredux looks better but it is still small so I can't read
Quote

Dave-ee Jones's Photo Dave-ee Jones 04 Sep 2017

Weird, it shouldn't be doing that. How is your taskbar/desktop icons so big on a 4K screen?? They're huge!
Quote

KemyszPL's Photo KemyszPL 09 Sep 2017

It shows: Failed During Launch!


Failed to fetch manifest and no installed copy found
Help!
Quote

Xtansia's Photo Xtansia 10 Sep 2017

View PostKemyszPL, on 09 September 2017 - 07:27 AM, said:

It shows: Failed During Launch!


Failed to fetch manifest and no installed copy found
Help!

The server is definitely accessible and available, and as you were able to download the launcher
there shouldn't be any issues relating to connecting to my server.

Check that (for the first run at least):
  • You have an internet connection
  • Your firewall isn't blocking Java from accessing the internet
  • There's not a proxy that it must be manually connecting through
  • Other than that there should be an error logged in the log file in the data directory (see the main post for locations), so you can post that (either pastebin or in spoiler tags).
Quote

LDDestroier's Photo LDDestroier 18 Sep 2017

Is it possible to get CCEmuRedux to emulate older versions of computercraft, like 1.41? I'm trying to test some programs so they can be finagled onto the older versions.
Quote

Xtansia's Photo Xtansia 19 Sep 2017

View PostEldidiStroyrr, on 18 September 2017 - 04:33 PM, said:

Is it possible to get CCEmuRedux to emulate older versions of computercraft, like 1.41? I'm trying to test some programs so they can be finagled onto the older versions.

No it is not possible, it was something I intended to implement but have never gotten around to doing.
That said CC1.41 is pretty ancient at this point, the closest I have is the last version of the original ComputerCraft Emulator which was running CC1.5.
Quote

Nothy's Photo Nothy 28 Sep 2017

Is there any way to add a disk drive as a peripheral?
Quote

Dave-ee Jones's Photo Dave-ee Jones 29 Sep 2017

View PostNothy, on 28 September 2017 - 10:46 AM, said:

Is there any way to add a disk drive as a peripheral?

Yes, create a directory called 'disk' and use 'os.queueEvent('disk')' and when you want to remove the disk use 'os.queueEvent('disk_eject')'. :P

No there's not, as far as I know :(
Quote

EveryOS's Photo EveryOS 25 Oct 2017

This thing has worked for me in the past, but it's not working for me on a remote that I am using:

Spoiler

Edited by EveryOS, 25 October 2017 - 06:29 PM.
Quote

Mr_Programmer's Photo Mr_Programmer 08 Dec 2017

How come when i send a computers id using the getID command then send it through rednet, then write it to a file the computer ID always has .0 after it

EG

i sent a computer ID to another one and got it to write it to a file, the computer reciveing is ID 0 the computer sending its ID is 1 but in the file the ID is writen down at 1.0?
Quote

SquidDev's Photo SquidDev 08 Dec 2017

View PostMr_Programmer, on 08 December 2017 - 10:32 PM, said:

How come when i send a computers id using the getID command then send it through rednet, then write it to a file the computer ID always has .0 after it
I'm pretty this isn't an emulator specific problem, but just how CC handles writing numbers to files: as they are stored as decimals internally, they'll always have a decimal point added afterwards. You can always use tostring or string.format to ensure the decimal isn't added.
Quote

Bomb Bloke's Photo Bomb Bloke 09 Dec 2017

The obvious question is "does this work differently when you try your code with ComputerCraft?"
Quote

supernicejohn's Photo supernicejohn 07 Jan 2018

Anyone else get the bug where scrolling left/right on a trackpad causes a key event to be fired over and over again? Not sure if it's just me, maybe add to the issue tracker otherwise?
Quote

LoganDark2's Photo LoganDark2 20 Jan 2018

The computer screen can be clipped if the window is resized.

Posted Image
Quote

ThreeSpy712's Photo ThreeSpy712 04 Feb 2018

Any ideas how to run this on a Raspberry Pi 3?

(I've tried doing "java -jar ccemuredux-launcher,jar")

Help would be greatly appreciated ;)
Quote

LDDestroier's Photo LDDestroier 14 Feb 2018

I found a problem with mouse events in CCEmuRedux, specifically with mouse_up events. mouse_up only fires if the mouse button that was last pressed is released. Please fix this as soon as you can. Thanks.
Quote

EveryOS's Photo EveryOS 14 Feb 2018

Does anyone know why it does not work on my remote, as I posted above?
Quote