←  APIs and Utilities

ComputerCraft | Programmable Computers for Minecraft

»

[CC1.5]ComputerCraft Emulator V0.57 (Febru...

Locked

Fokka's Photo Fokka 18 Jul 2012

It would be nice if we could just Choose the CC Folder in a manual way.
Quote

Ponder's Photo Ponder 19 Jul 2012

Is there a way to change the font size? I'm running it on Linux and I find it a bit hard to read.
As a suggestion, it would be handy if one could circle through the computer via Strg+PgUp/Down or the like.

Anyway, thanks mate. This is really nice.

EDIT: I just noticed that there seems to be a problem first the first computer in your emulator, it has the id 0, but rednet refuses to send messages to ids < 1.
Quote

Sxw's Photo Sxw 19 Jul 2012

The MC classic doesent work on osx either, ill start from terminal later and look at the log.
Quote

Xtansia's Photo Xtansia 20 Jul 2012

Sorry for no updates recently been busy with school work.
But I am working on it.

View PostPonder, on 19 July 2012 - 07:45 PM, said:

Is there a way to change the font size? I'm running it on Linux and I find it a bit hard to read.
As a suggestion, it would be handy if one could circle through the computer via Strg+PgUp/Down or the like.

Anyway, thanks mate. This is really nice.

EDIT: I just noticed that there seems to be a problem first the first computer in your emulator, it has the id 0, but rednet refuses to send messages to ids < 1.
I'm planning on adding font scaling to the next version, I will also look into PgUp/PgDn cycling.
Rednet works perfectly fine for me, are you opening rednet on both? Setting id 0 to receive? Could you post a screenshot or even a video of it not working?

View PostSxw1212, on 19 July 2012 - 10:51 PM, said:

The MC classic doesent work on osx either, ill start from terminal later and look at the log.
Thank you, I really want to get this compatibility issue sorted, It could be a clash with the LWJGL version I'm using.
Quote

Ponder's Photo Ponder 20 Jul 2012

View Posttomass1996, on 20 July 2012 - 03:17 AM, said:

I'm planning on adding font scaling to the next version, I will also look into PgUp/PgDn cycling.
Rednet works perfectly fine for me, are you opening rednet on both? Setting id 0 to receive? Could you post a screenshot or even a video of it not working?

Ok, scratch that. Apparently that was a bug in my program. Not in yours. Sorry. :S
Quote

Xtansia's Photo Xtansia 20 Jul 2012

View PostPonder, on 20 July 2012 - 05:30 AM, said:

View Posttomass1996, on 20 July 2012 - 03:17 AM, said:

I'm planning on adding font scaling to the next version, I will also look into PgUp/PgDn cycling.
Rednet works perfectly fine for me, are you opening rednet on both? Setting id 0 to receive? Could you post a screenshot or even a video of it not working?

Ok, scratch that. Apparently that was a bug in my program. Not in yours. Sorry. :S

That's ok, Everybody derps up sometimes :P/>.
Quote

Xtansia's Photo Xtansia 20 Jul 2012

20/7/2012: Version 0.4
-Fixed Heater Issue
-Added ability to change static directory
-Made CC installation checking more robust
-Added Font scaling in config
-Added ability to cycle focus with CTRL + (PgUp || PgDn)
-Added ability to paste text
Quote

Ponder's Photo Ponder 20 Jul 2012

Font resizing works fine now, way better to read now, thanks. :)/>

Focus Cycling not as good. It has some issues if you cycle through all computers. If you then press PgDn another time, focus is not on any of the computers (fine till now, just click on any to regain focus), but if you then press PgUp/Dn again, it freezes and java throws the following exception:
Spoiler

Also, when quiting a window with more than one computer inside, it throws this (it does not do anything else, so you just notice it, when running it on cli)
Spoiler

On something minor at last: At the moment it seems the emulator just dumps its config/save/error files into the working dir, so basically when running ccemu from a different location it does not load the old configuration, which is unfortunate.

However, I don't want to make you bad, this emulator is still awesome, keep it up!
Quote

schrolock's Photo schrolock 20 Jul 2012

can you add an bigger GUI??
Quote

Xtansia's Photo Xtansia 21 Jul 2012

View PostPonder, on 20 July 2012 - 03:19 PM, said:

Font resizing works fine now, way better to read now, thanks. :)/>

Focus Cycling not as good. It has some issues if you cycle through all computers. If you then press PgDn another time, focus is not on any of the computers (fine till now, just click on any to regain focus), but if you then press PgUp/Dn again, it freezes and java throws the following exception:
Spoiler

Also, when quiting a window with more than one computer inside, it throws this (it does not do anything else, so you just notice it, when running it on cli)
Spoiler

On something minor at last: At the moment it seems the emulator just dumps its config/save/error files into the working dir, so basically when running ccemu from a different location it does not load the old configuration, which is unfortunate.

However, I don't want to make you bad, this emulator is still awesome, keep it up!
I will check out this issues and hopefully resolve them.
Sorry.


View Postschrolock, on 20 July 2012 - 03:54 PM, said:

can you add an bigger GUI??
Could you please explain what GUI you want bigger?
Quote

Xtansia's Photo Xtansia 21 Jul 2012

Something I have been thinking about is changing the setup so that it is similar to that of Minecraft.
Where you have a launcher that handles updating/downloading etc
And then a ccemu folder in %appdata% for Windows etc like Minecraft does,
In this folder would be where the saves etc are stored

And I want to know what your guys opinions on this are.
Quote

Xtansia's Photo Xtansia 21 Jul 2012

View PostPonder, on 20 July 2012 - 03:19 PM, said:

Font resizing works fine now, way better to read now, thanks. :)/>

Focus Cycling not as good. It has some issues if you cycle through all computers. If you then press PgDn another time, focus is not on any of the computers (fine till now, just click on any to regain focus), but if you then press PgUp/Dn again, it freezes and java throws the following exception:
Spoiler

Also, when quiting a window with more than one computer inside, it throws this (it does not do anything else, so you just notice it, when running it on cli)
Spoiler

On something minor at last: At the moment it seems the emulator just dumps its config/save/error files into the working dir, so basically when running ccemu from a different location it does not load the old configuration, which is unfortunate.

However, I don't want to make you bad, this emulator is still awesome, keep it up!

1. The focus cycling bug is squashed in the next version, some of my math was out by one :C
2. I can't reproduce that error on close on Windows, It appears to be Linux X11 window system not liking something.
3. I've been wanting to make a better solution, What do you think about my thoughts above.
Quote

Ponder's Photo Ponder 21 Jul 2012

1. Alright, thanks.
2. Mhkay, since it does not affect anything while working with it, it is not tragic I guess.
3. Havin a launcher is a solution, and probably the best one if you want to have a automatic updater and stuff like that, if not a config dir in %AppData% where it dumps all its stuff would also do the trick.
Quote

Tiin57's Photo Tiin57 21 Jul 2012

View Posttomass1996, on 21 July 2012 - 03:22 AM, said:

Something I have been thinking about is changing the setup so that it is similar to that of Minecraft.
Where you have a launcher that handles updating/downloading etc
And then a ccemu folder in %appdata% for Windows etc like Minecraft does,
In this folder would be where the saves etc are stored

And I want to know what your guys opinions on this are.
Please do this! Would that allow you to put files into the global LUA directory?
Quote

Xtansia's Photo Xtansia 21 Jul 2012

View Posttiin57, on 21 July 2012 - 02:03 PM, said:

Please do this! Would that allow you to put files into the global LUA directory?
If your meaning the mods/ComputerCraft/lua/rom/* directories you can do that already.
Also Lua is not an acronym.
Quote

Darky_Alan's Photo Darky_Alan 21 Jul 2012

This is really REALLY neat, especially for a beginner like me, thanks for the tool man!
Quote

Gamer36's Photo Gamer36 22 Jul 2012

View Posttiin57, on 17 July 2012 - 01:59 PM, said:

Ok, excellent job and all, still quite impressed, but on OS X, it starts and goes to the terminal screen fine, but with a 2x2 setup, I cannot change screens or input to the default selected screen. (I am running Mountain Lion, or OS X 10.8).
Also, a copy/paste function would be nice.
Finally, how would I make a program available to all the emulator computers? They don't seem to read anything except the default programs in mods/computercraft/lua/rom/programs.

View PostSxw1212, on 17 July 2012 - 02:07 PM, said:

Ohhhhhhh, I have Lion (NOT the dev version that tiin57 has, the one that normal people have and im testing in in just a sec...
EDIT:Same result as tiin. D:

View Posttomass1996, on 18 July 2012 - 04:30 AM, said:

View Posttiin57, on 17 July 2012 - 01:59 PM, said:

Ok, excellent job and all, still quite impressed, but on OS X, it starts and goes to the terminal screen fine, but with a 2x2 setup, I cannot change screens or input to the default selected screen. (I am running Mountain Lion, or OS X 10.8).
Also, a copy/paste function would be nice.
Finally, how would I make a program available to all the emulator computers? They don't seem to read anything except the default programs in mods/computercraft/lua/rom/programs.

View PostSxw1212, on 17 July 2012 - 02:07 PM, said:

Ohhhhhhh, I have Lion (NOT the dev version that tiin57 has, the one that normal people have and im testing in in just a sec...
EDIT:Same result as tiin. D:

Hmm that is strange it *should* work though that obviously not guaranteed due to each os being different.
Did you get any errors output in your terminal/console window?
It sounds like an issue with LWJGL + OSX

Like tiin57 and Sxw1212 said, it works fine when running the jar, but it you can't select a window or input anything. When run in terminal it does't open any windows (not sure why, never run anything from terminal before) and gives these errors:

ccemu.jar: line 1: PK: command not found
ccemu.jar: line 2:???@: command not found
ccemu.jar: line 3???@D?: command not found
ccemu.jar: line 4: syntax error near unexpected token `('
ccemu.jar: line 4: `?|?META-INF/MANIFEST.MFM??? Ew??Q^(1j???M7W?ħ???<p??K7??s?1??o?9?ة?}?#???C??z^?Jᘰ?S?ݿ????~X???I??kb,??J1b??͘s??????m??=-_?)??PK'
Quote

Tiin57's Photo Tiin57 22 Jul 2012

View Posttomass1996, on 21 July 2012 - 02:36 PM, said:

Also Lua is not an acronym.
Woops. Thank you.
Quote

schrolock's Photo schrolock 23 Jul 2012

i´d like a bigger cc screen.
i tried to change the width and height in the .cfg but it returns automatically to the default options
Quote

Noodle's Photo Noodle 24 Jul 2012

Need bigger screen! Its like 50x50.. grr.
Atleast add the option.
Quote
Locked