Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Level Screenshots (https://forums.graalonline.com/forums/showthread.php?t=134264530)

Emera 09-11-2011 03:36 PM

Level Screenshots
 
Please allow players to take screen shots of the whole level with alt + 1
Would be a nice addition!

NicoX 09-11-2011 06:07 PM

Quote:

Originally Posted by Emera (Post 1667820)
Please allow players to take screen shots of the whole level with alt + 1
Would be a nice addition!

Isnt Alt+2 doing it already?
Btw for me it does O.o


http://img43.imageshack.us/img43/8356/esinsides.png

Crow 09-11-2011 06:15 PM

Quote:

Originally Posted by NicoX (Post 1667831)
Isnt Alt+2 doing it already?
Btw for me it does O.o

Not a screenshot of the whole level.

NicoX 09-11-2011 06:28 PM

Hmmmm well for me it takes one. But maybe my Screen is that big so everything fits in? Dont know.

Emera 09-11-2011 06:37 PM

Very nice level nicox. Very nice indeed.

0PiX0 09-12-2011 02:58 AM

PHP Code:

function GraalControl.onKeyDown(temp.keycodetemp.keystringtemp.scancode) {
  if (
keycode == 1073// ALT + 1
    
makescreenshot2("screenshot" int(random(100000,999999)) @ ".png"0x3fplayer.level.width 2player.level.height 2player.zplayer.level.width 16player.level.height 16);


Saves to %GraalDir%/scriptfiles/your%032server%032name/
The client crashes if you cannot see the entire level.

Emera 09-12-2011 05:13 PM

I mean have access to it on every server? X_X

trimaster 09-12-2011 10:46 PM

printscreen button ftw

maximus_asinus 09-13-2011 12:31 AM

off topic but I remember when they used to allow players to copy whole levels with ALT+4 while online (as in save the .graal level to your computer sans the scripts).

DustyPorViva 09-13-2011 12:38 AM

Quote:

Originally Posted by trimaster (Post 1667953)
printscreen button ftw

Printscreen is useless in this case... well not useless, but there are better ways to go about it. Using printscreen means you gotta paste and save it yourself, making quick screenshots impossible. There's already a screenshot function as stated above that does this perfectly fine. However, there is no function to screenshot JUST the level, and this is the problem... if a scripted desired to they could script one for their server using a DrawingPanel and rendering the level themselves, but things like addtiledef2 and NPCs would be difficult to manage, then again even Graal's old built-in function didn't handle addtiledef2.


All times are GMT +2. The time now is 12:52 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.