[Addressed] No screenshots :-(
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.
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.
-
-
- Posts: 26641
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
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.
-
- Posts: 1816
- Joined: Wed Jul 16, 2003 7:21 am
- Location: NJ, USA
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
-
- Posts: 4220
- Joined: Tue Jul 15, 2003 5:07 pm
- Location: Nottingham, UK
-
-
- Posts: 26641
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 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.
-
- Posts: 4220
- Joined: Tue Jul 15, 2003 5:07 pm
- Location: Nottingham, UK
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 .
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 .
-
- Lead GZDoom+Raze Developer
- Posts: 49188
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
-
- Posts: 592
- Joined: Wed Jul 16, 2003 5:26 am
-
- Lead GZDoom+Raze Developer
- Posts: 49188
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
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.)
-
- Posts: 592
- Joined: Wed Jul 16, 2003 5:26 am
-
- Posts: 2958
- Joined: Thu Jul 17, 2003 12:07 am
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
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:
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.
Code: Select all
HOME=D:\Docume~1\<username>
Or just switch to Linux.
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm