View unanswered posts | View active topics It is currently Thu Jan 16, 2025 5:30 am



Reply to topic  [ 14 posts ] 
 Equivalent of printscreen in CC for mac? 
Author Message
User avatar

Joined: Sun Mar 22, 2009 7:30 am
Posts: 168
Reply with quote
Post Equivalent of printscreen in CC for mac?
I know on windows Print screen apparently records the screen to a series of images. Is there some corresponding key for OSX?


Sun Sep 13, 2009 1:05 am
Profile
Banned
User avatar

Joined: Tue Feb 27, 2007 4:05 pm
Posts: 2527
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
Since there is no Print Screen button in the sense of for Windows, I would assume this is not the case. If you are trying to make a GIF, I would suggest using a screen recorder, beause the only screenshots you are going to get are Command + Shift + 3.


Sun Sep 13, 2009 2:15 am
Profile YIM
User avatar

Joined: Sun Mar 22, 2009 7:30 am
Posts: 168
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
ProjektTHOR wrote:
Since there is no Print Screen button in the sense of for Windows, I would assume this is not the case. If you are trying to make a GIF, I would suggest using a screen recorder, beause the only screenshots you are going to get are Command + Shift + 3.


I know. I was just thinking that since the key serves a different purpose on windows than usual (it takes a series of snapshots as you hold it, right?) that there might be some key on mac too.

And screen recorders don't generate the full quality images, you get blurring and compression. And of course the frames would be out of sync.


Sun Sep 13, 2009 6:29 am
Profile
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
Command Shift 3 does the same thing on Mac PrntScrn does on Windows, afaik.

I know Windows can remap system hotkeys/shortcuts, can OSX?


Sun Sep 13, 2009 7:23 am
Profile

Joined: Thu May 14, 2009 8:44 am
Posts: 29
Location: Finland
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
Quote:
Command Shift 3 does the same thing on Mac PrntScrn does on Windows, afaik.

As explained in this topic, the problem is that it doesn't do the same thing. it just records a single screenshot, instead of recording a stream of them, even if you hold the key down.

Quote:
I know Windows can remap system hotkeys/shortcuts, can OSX?

Yes, remapping system hotkeys is easy, but it doesn't really help much when there isn't a system key that would do what is is needed in the first place.


Sun Sep 13, 2009 8:56 am
Profile
Banned
User avatar

Joined: Tue Feb 27, 2007 4:05 pm
Posts: 2527
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
MacAnkka wrote:
Quote:
Command Shift 3 does the same thing on Mac PrntScrn does on Windows, afaik.

As explained in this topic, the problem is that it doesn't do the same thing. it just records a single screenshot, instead of recording a stream of them, even if you hold the key down.

Quote:
I know Windows can remap system hotkeys/shortcuts, can OSX?

Yes, remapping system hotkeys is easy, but it doesn't really help much when there isn't a system key that would do what is is needed in the first place.
The stream of screenshots is a function coded into the game when the Print Screen key is pressed. While Command Shift 3 serves the same purpose, it does not execute this purpose in the same fashion.

The screenshot capturing behavior is a product of Cortex Command, not an operating system. The core question here is whether or not there is an accessible function that can be instantiated to create screenshots in a similar manner.

This is something Data really ought to resolve. It's a pretty serious incongruousness that could be fixed.


Sun Sep 13, 2009 12:37 pm
Profile YIM
DRL Developer
DRL Developer
User avatar

Joined: Wed Dec 13, 2006 5:27 am
Posts: 3138
Location: A little south and a lot west of Moscow
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
In theory, given the fact that the function is built into the game, it's just looking for a keypress of PrtScrn. Because the Mac doesn't have that, of course you can't push it. There must be some way to simulate that keypress, though; they're just numbers that the game is taking in.


Sun Sep 13, 2009 8:59 pm
Profile WWW
Banned
User avatar

Joined: Tue Feb 27, 2007 4:05 pm
Posts: 2527
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
Exactly, they're must be a function somewhere. I wonder if this can be emulated using lua? I know nothing about any potential image output thingie-bobber in Lua though, so I am just speculatin'


Sun Sep 13, 2009 9:30 pm
Profile YIM
DRL Developer
DRL Developer
User avatar

Joined: Wed Dec 13, 2006 5:27 am
Posts: 3138
Location: A little south and a lot west of Moscow
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
CC's Lua implementation doesn't allow for us to emulate keys, unfortunately. I'm sure there's a way to do it outside of Cortex Command with some other piece of software, though.


Sun Sep 13, 2009 9:32 pm
Profile WWW
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
We also cannot directly dump the screen, unfortunately. Data hasn't exposed the screen he actually DRAWS to, which kills both drawing primitives and dumping the screen.


Sun Sep 13, 2009 10:14 pm
Profile
DRL Developer
DRL Developer
User avatar

Joined: Wed Dec 13, 2006 5:27 am
Posts: 3138
Location: A little south and a lot west of Moscow
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
We're talking about emulating a PrntScreen keypress on a Mac, FYI.


Sun Sep 13, 2009 10:35 pm
Profile WWW
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
ProjektTHOR wrote:
Exactly, they're must be a function somewhere. I wonder if this can be emulated using lua? I know nothing about any potential image output thingie-bobber in Lua though, so I am just speculatin'


A function to simulate prntscrn would just be a longcut around directly using a screendump function actually

EDIT heyo can someone with a mac put this into the console real quick for me:
FrameMan:SaveScreenToBMP("mactest");

and then check wherever CC is installed for a file named "mactest000.bmp"

edit again

okay ♥♥♥♥ it because I am such a nice guy

have a screenshot brain
make sure to buy it
press T to take screenshots
99% sure this'll work btw


Attachments:
ScreenShot.rte.zip [532 Bytes]
Downloaded 148 times
Sun Sep 13, 2009 10:45 pm
Profile
User avatar

Joined: Sun Mar 22, 2009 7:30 am
Posts: 168
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
Grif wrote:
ProjektTHOR wrote:
Exactly, they're must be a function somewhere. I wonder if this can be emulated using lua? I know nothing about any potential image output thingie-bobber in Lua though, so I am just speculatin'


A function to simulate prntscrn would just be a longcut around directly using a screendump function actually

EDIT heyo can someone with a mac put this into the console real quick for me:
FrameMan:SaveScreenToBMP("mactest");

and then check wherever CC is installed for a file named "mactest000.bmp"

edit again

okay fudge it because I am such a nice guy

have a screenshot brain
make sure to buy it
press T to take screenshots
99% sure this'll work btw


AWESOME!! That works!! Could you make it some inexpensive prop though, like a bomb that gibs the moment you place it? Sort of like the psy implant, rather than a brain, since I prefer to be able to use a stronger brain case :p


Mon Sep 14, 2009 2:18 am
Profile
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Equivalent of printscreen in CC for mac?
Just use ScriptPath = ScreenShot.rte/Screenshot.lua on whatever brain you want to use (add it anywhere in the .ini code for the brain)


Mon Sep 14, 2009 4:10 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.047s | 15 Queries | GZIP : Off ]