This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for Workshop

Return to Workshop

A new version of this scenario was uploaded on Tue Apr 30 15:06:24 UTC 2013
bournebourne

2013/4/30

Is the UserInfo Storage Server full?
If it is full, it became full recently, as I just updated my Speed3D scenario to use highscores and have been watching more and more people get highscores for it.
bournebourne

2013/4/30

I repeatedly got a time out exception for when checking if storage is available (while logged in). It seems it got past it this load.. (though not running as I expected, hoping I can now debug) greenfoot.util.GreenfootStorageException: Error connecting to storage server: Operation timed out
Oh interesting, I forgot to include a isStorageAvaliable check to my highscores functionality, I wonder indeed if there is some strange stuff happening on the server side.
A new version of this scenario was uploaded on Tue Apr 30 17:01:08 UTC 2013 Beta! Try it out. Read the in game help by pressing 'h'
JetLennitJetLennit

2013/4/30

Now it seems to be working
JetLennitJetLennit

2013/4/30

This is great! You should add comments (if there is enough room)
bournebourne

2013/4/30

Do you mean leaving comments for each others' maps? That will further limit the space available for your map. (5 Strings * 50 characters * 7 bits = 1750 bits). I figured most comments can be made here in the scenario's comment section. It would be nice to have, but I started out the program on the goal of for the given memory limitation of a UserInfo - What can I safely provide to fit in the space as a custom level
JetLennitJetLennit

2013/4/30

Okay (and i did mean leave comments on other people's maps)
A new version of this scenario was uploaded on Tue Apr 30 18:13:03 UTC 2013 Fixed bug for load visual for UserInfo list, and come typos in help screen.