[Addressed] No screenshots :-(

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

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.
User avatar
Enjay
 
 
Posts: 26641
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Post by Enjay »

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. :)
User avatar
cccp_leha
Posts: 1816
Joined: Wed Jul 16, 2003 7:21 am
Location: NJ, USA

Post by cccp_leha »

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.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $

Post by Bio Hazard »

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
User avatar
Lexus Alyus
Posts: 4220
Joined: Tue Jul 15, 2003 5:07 pm
Location: Nottingham, UK

Post by Lexus Alyus »

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

:twisted:
User avatar
Enjay
 
 
Posts: 26641
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Post by Enjay »

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.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Post by randi »

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.
User avatar
Lexus Alyus
Posts: 4220
Joined: Tue Jul 15, 2003 5:07 pm
Location: Nottingham, UK

Post by Lexus Alyus »

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 :-).
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49188
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

How do you start ZDoom? If you are using a start menu entry or a desktop icon it might have an incorrect path set.
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

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.
User avatar
Eevee
Posts: 592
Joined: Wed Jul 16, 2003 5:26 am

Post by Eevee »

*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.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49188
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

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.)
User avatar
Eevee
Posts: 592
Joined: Wed Jul 16, 2003 5:26 am

Post by Eevee »

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.
User avatar
Chris
Posts: 2958
Joined: Thu Jul 17, 2003 12:07 am
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Post by Chris »

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.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Post by randi »

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

Return to “Closed Bugs [GZDoom]”