CS-Reloaded Banner
Welcome, Guest. Please Login or Register.
Download First Map Pack!
Get more packs here

Home Help Search Login Register

CSReloaded Forums  |  General Category  |  Help & Troubleshooting (Moderator: Guardian_Tenshi)  |  Topic: screen shots
Pages: [1] Reply Notify of replies
   Author  Topic: screen shots  (Read 113 times)
zeus
CSR Connoisseur
*****
Karma: +19/-14

Offline

Gender: Male
Posts: 790

bunnyzeus888
View Profile
screen shots
« on: July 16, 2003, 10:00:20 PM »
Reply with quote

How do I set where my screen shots go• I don•t want them to go to my C:\Sierra\Counter-Strike folder I want them to go to C:\my documents\cs screen shots 
Logged
-=]H[=-Smokey
CSR Connoisseur
*****
Karma: +45/-128

Offline

Gender: Male
Posts: 537

jesusboy15
View Profile WWW E-Mail
Re:screen shots
« Reply #1 on: July 16, 2003, 10:06:56 PM »
Reply with quote

You dont, its not much of a hassel if they are in your Sierra under your C drive... its not that difficult... just remember the map, and how recent it was then its not a problem... same thing with condumps, remember the #, or your totally screwed, have to read everything that goes on between each condump is a pain in the ass, thats coming from the person who had to do it!
Logged

Eagle'z Nest 2000-2003 R.I.P
Mosh Pit 2002-2003 R.I.P
CSR-Phoenix 2003 Rock On
MysteryMachine
Guest

E-Mail
Re:screen shots
« Reply #2 on: July 16, 2003, 10:37:55 PM »
Reply with quote

Actually there should be a way.  But that would involve some decompiling and recompiling if I'm not mistaken.  Not worth attempting.
Logged
zeus
CSR Connoisseur
*****
Karma: +19/-14

Offline

Gender: Male
Posts: 790

bunnyzeus888
View Profile
Re:screen shots
« Reply #3 on: July 16, 2003, 10:55:21 PM »
Reply with quote

nooooooooo    that sux's 
Logged
Primer
CSR Expert
****
Karma: +66/-21

Offline

Gender: Male
Posts: 484

58851981 58851981 primcore
View Profile E-Mail
Re:screen shots
« Reply #4 on: July 17, 2003, 11:37:25 AM »
Reply with quote

Creating a shortcut to your cstrike directory in your My Documents I guess would be the easiest way.
Logged


StealthMode
Guest

E-Mail
Re:screen shots
« Reply #5 on: July 17, 2003, 11:02:54 PM »
Reply with quote

Write Valve about this, sounds like a good idea to have the output directory be user specified...
Logged
zeus
CSR Connoisseur
*****
Karma: +19/-14

Offline

Gender: Male
Posts: 790

bunnyzeus888
View Profile
Re:screen shots
« Reply #6 on: July 30, 2003, 07:36:59 PM »
Reply with quote

Quote from: StealthMode on July 17, 2003, 11:02:54 PM
Write Valve about this, sounds like a good idea to have the output directory be user specified...

hum thats whant im going to do
Logged
Porter
[Wumpa]
Board Admin
*****
Karma: +176/--88

Offline

Gender: Male
Posts: 3910

Wumpa+Porter
View Profile WWW E-Mail
Re:screen shots
« Reply #7 on: July 31, 2003, 10:27:55 AM »
Reply with quote

If I was in a unix environment, I'd simply write a shell script that moved anything matching a certain pattern "<mapname>_<sequentialnumber>.jpg" to it's own folder. I guess you could use perl pretty easily, but even that's a lot of work if you don't have it installed.
Logged

[Wumpa] Porter
  --Silent, professional, lethal... sometimes.
slightcrazed
-TWB-
Admin Team
CSR Connoisseur
*****
Karma: +65/-7

Offline

Gender: Male
Posts: 983


View Profile
Re:screen shots
« Reply #8 on: July 31, 2003, 11:52:25 AM »
Reply with quote

Porter, I love you.

I actually have such a script running on my system.

I have a folder in my /home dir called images/cstrike and a cron job runs every 15 min, looks for SS in my sierra/half-life/ folder, and compares it to what is already in ~/images/cstrike and moves any pics that haven't been already.

It's a damn shame that you can't do this in windoze.

slight.
Logged

I once beat Drizzt Do'Urden at thumb wrestling.
MysteryMachine
Guest

E-Mail
Re:screen shots
« Reply #9 on: July 31, 2003, 06:33:33 PM »
Reply with quote

Actually you can do something like that in windows.  In fact, I bet you can do that in a mac as well.  Just set your batch file to run once every 15 mins (or so) and voila.  Its all done.  Windows scheduler should do the trick.

Batch file (for windows style)

copy *.bmp /Y C:\mydocu~1\csscre~1\ 


Thats an easy solution for the screenshot in windows for you.  Since the scheduler runs on most computers, it will not eat up any extra memory, but it will slow down your HD when the batch file runs (cuz its copying files).
Logged
Porter
[Wumpa]
Board Admin
*****
Karma: +176/--88

Offline

Gender: Male
Posts: 3910

Wumpa+Porter
View Profile WWW E-Mail
Re:screen shots
« Reply #10 on: August 01, 2003, 01:53:22 PM »
Reply with quote

If you wanted to get really fancy (on a unix system), you could write your shell script to convert the images into JPGs during the move using Gimp (or otherwise) to save disk space. Then you can rename any images from the cstrike dir with names that already exist in your destination directory. (I.e: cs_assault0004.bmp -> cs_assault0016.jpg because there are already 15 assault pics in the destination folder.)

Combine this with deleting the ones in your cstrike dir as the script completes, and you'll never have identical images that end up with different names from accidentally being processed twice.

You could even have your shell script report on how many of each map it moved, or organize pictures into sub-directories based on map name (if you had tons of screenshots). You could even generate preview images for posting on a website.

Hell, you could even have the shell script FTP the pictures and previews to a website when it runs! Then you use a simple PHP (or Perl) script like the one for our screenshots gallery here on CSR (which does exactly what I'm suggesting) and you have a page that updates itself every time somebody views it.

.
.
.

The result? Hit F5 in-game, and in less than 15 minutes your screenshot is on your website and organized into a gallery based on map name.
« Last Edit: August 01, 2003, 02:18:57 PM by Porter » Logged

[Wumpa] Porter
  --Silent, professional, lethal... sometimes.
Primer
CSR Expert
****
Karma: +66/-21

Offline

Gender: Male
Posts: 484

58851981 58851981 primcore
View Profile E-Mail
Re:screen shots
« Reply #11 on: August 01, 2003, 02:05:48 PM »
Reply with quote

Hum...on the subject of screenies, anyone have any idea why I get upside-down screenshots when I hit F5?  I'm guessing it's just my Radeon, cause it seems to do some other silly things as well.
Logged


slightcrazed
-TWB-
Admin Team
CSR Connoisseur
*****
Karma: +65/-7

Offline

Gender: Male
Posts: 983


View Profile
Re:screen shots
« Reply #12 on: August 01, 2003, 07:30:32 PM »
Reply with quote

Porter....will you mary me.

OR better yet, everyone could share their Half-Life folder, and we could write a script that automatically SsMBa's out to each persons share, checks for new images, and then grabs them and uploads them to the web-site to be displayed automatically.

slight
Logged

I once beat Drizzt Do'Urden at thumb wrestling.
Pages: [1] Reply Notify of replies 
CSReloaded Forums  |  General Category  |  Help & Troubleshooting (Moderator: Guardian_Tenshi)  |  Topic: screen shots
Jump to: 

Powered by PHP CSReloaded Forums | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
Powered by MySQL
:[ Site Design by Ryo, scripts and backends by Porter and Ryo, banner by Supafly! Powered by PHP and MySQL ]:
Page created in 1.223 seconds.