[Addressed] No screenshots :-(

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [Addressed] No screenshots :-(

by randi » Thu Jan 22, 2004 3:29 pm

You can't create softlinks, but you can create hardlinks, which function much the same as long as you stay on one volume:
fsutil wrote:F:\>fsutil hardlink create
Usage : fsutil hardlink create <new filename> <existing filename>
Eg : fsutil hardlink create c:\foo.txt c:\bar.txt

by Chris » Thu Jan 22, 2004 3:24 pm

I thought there was a way to do file/directory links in NT/2K/XP? I remember reading something about that around here somewhere. Also, you could make an enviorment variable like:

Code: Select all

HOME=D:\Docume~1\<username>
The you could just do %HOME% on the command line and it'll automatically evaluate to your d&s directory. Not perfect I know (I don't think it'll switch drives automatically if you're using 'cd'), but it's something anyway.

Or just switch to Linux.

by Eevee » Thu Jan 22, 2004 2:38 pm

There's no softlink support, though. If there were, I could just make a softlink to c:\blah\Eevee called ~ in c:\ and be happy.

by Graf Zahl » Thu Jan 22, 2004 10:48 am

Eevee wrote:*le sigh* When I was forced to switch from gentoo back to XP I wasn't too happy having to type c:\Documents and Settings\Eevee\My Documents instead of just ~... curse your inferior filesystem, Microsoft.

Don't blame the file system which isn't that bad. The problem is that the system software doesn't use it efficiently (which has been a problem in all known Windows versions.)

by Eevee » Thu Jan 22, 2004 10:45 am

*le sigh* When I was forced to switch from gentoo back to XP I wasn't too happy having to type c:\Documents and Settings\Eevee\My Documents instead of just ~... curse your inferior filesystem, Microsoft.

by HotWax » Thu Jan 22, 2004 10:31 am

XP does alot of weird things in regards to that cursed "Documents and Settings" folder. That was by far the dumbest change they could have made... dumber than a "My Documents" folder, even.

by Graf Zahl » Thu Jan 22, 2004 10:24 am

How do you start ZDoom? If you are using a start menu entry or a desktop icon it might have an incorrect path set.

by Lexus Alyus » Thu Jan 22, 2004 10:16 am

It doesn't really make sense, cus my wad directory IS Zdooms directory... both the iwad's I use and the Pwad that I was testing are all in the same directory... but when I drag n drop the screenshots don't appear on that directory, weather or not they appear anywhere on my hard drive is another... I'll just do a quich search then...

Okay... it does save them... but in the wrong directory. It's saving them in 'd:\documents and settings\Lexus Alyus' (XP is in drive 'D', so that's right... but why doesn't it save into my Zdoom directory?). My Zdoom directory is F:\zdoom...

Strange...

Thanks for addressing it though :-).

by randi » Wed Jan 21, 2004 5:43 pm

I have decided to address this by adding a screenshot_dir cvar that you can use to specify the directory automatically-named screenshots should go in. (If you use the screenshot command with a filename, then this cvar is ignored.) Normally, screenshots will go te the current directory, which will be the program's directory if you start it by double-clicking on it and the wad's directory if you use drag-and-drop to start it.

by Enjay » Mon Jan 19, 2004 8:13 am

With a drag and drop start, the two most logical places to look (IMO) would be the zdoom folder, and the folder the pwad is in. If that doesn't work, then search your HD in the way Biff suggested. They must be there somewhere if you are getting the screen shot message.

by Lexus Alyus » Mon Jan 19, 2004 5:29 am

The problem isn't when it's ran from the command line, it's when you drag 'n drop a wad...

:twisted:

by Bio Hazard » Thu Jan 15, 2004 2:21 pm

if you type "cd <whereverzdoomis>" in the console before taking screenshots, wouldnt that set the current directory to zdooms?

EDIT: never mind, there is a DIR command, but no CD

typing DIR will show you where the screenshots will end up

by cccp_leha » Thu Jan 15, 2004 1:20 pm

Well, I just drag 'n dropped a WAD from the desktop, c:\ and c:\windows\temp\ and the screenshots got saved to c:\. When I run from Wad Author, they get saved into the IWAD dir.

by Enjay » Thu Jan 15, 2004 12:31 pm

When I use a launcher to pick a PWAD, I usually do it because I have unzipped the PWAD to my desktop and can't be bothered adding -file "c:\documents and settings\admin\desktop\pwad.wad" to the command line. However, I have noticed that when I do this, any screen shots I take during that game session also end up on my desktop. Which is actually quite handy. :)

by Cyb » Thu Jan 15, 2004 12:06 pm

I believe zdoom saves shots to the current working directory. I have zdoom in c:/doom/zdoom which is where screenshots go (I always, always run zdoom from a run box) but my iwads are in c:/doom and pwads go in c:/doom/levels

in the case of drag and drop it might be putting the screenshots in the directory the level was in, or perhaps it's sticking them in your home directory (Documents and Settings/username/ for win2k/xp, My Documents for 9x), as I've heard of it doing that as well.

Top