Civ Duel Zone  

Go Back   Civ Duel Zone > Civilization > General Discussion > Civ V
Home

Reply
 
Thread Tools Display Modes
Old 30-10-2012, 21:23   #1
ProPain
Customized Admin :)
 
ProPain's Avatar
 
Join Date: Mar 2003
Location: sailing the seas of cheese.
Posts: 5,852
Default The F12 screenshot problem solved

I managed to reassign the F12 hotkey in Civ so it won't interfere with the F12 Steam screenshot key anymore. Took a bit more effort than expected because G&K introces a second shortkey file which sort of screwed me over the first time.

First find the file that applies to your civ version

Non G&K civ V

- goto
...steam\steamapps\common\sid meier's civilization V\assets\gameplay\XML\units


G&K civ V

goto
....Steam\steamapps\common\Sid Meier's civilization V\assets\DLC\Expansion\gameplay\xml\units\Civ5cont rols.XML

make a copy for safety reasons
open it in a texteditor
look for: KB_F12,
Code:
		
		<Row>
			<Type>CONTROL_QUICK_LOAD</Type>
			<Description>TXT_KEY_ACTION_QUICK_LOAD</Description>
			<Help/>
			<DisabledHelp/>
			<HotKey>KB_F12</HotKey>
			<AltDown>0</AltDown>
			<ShiftDown>0</ShiftDown>
			<CtrlDown>0</CtrlDown>
			<HotKeyPriority>0</HotKeyPriority>
			<HotKeyAlt/>
			<AltDownAlt>0</AltDownAlt>
			<ShiftDownAlt>0</ShiftDownAlt>
			<CtrlDownAlt>0</CtrlDownAlt>
			<HotKeyPriorityAlt>0</HotKeyPriorityAlt>
		</Row>
Replace KB_F12 with any KB_[yourkey] but make sure that you dont use a key that's already used by Civ V.
If you wanna use a Shift/Alt/Control with your new hotkey set the appropiate xxxxDown trigger to 1.
Save and done.

I set it to Alt-L as that appeared to be free, you get the following code:
Code:
		<!-- edited F12 to Alt L for screenie reasons -->
		<Row>
			<Type>CONTROL_QUICK_LOAD</Type>
			<Description>TXT_KEY_ACTION_QUICK_LOAD</Description>
			<Help/>
			<DisabledHelp/>
			<HotKey>KB_L</HotKey>
			<AltDown>1</AltDown>
			<ShiftDown>0</ShiftDown>
			<CtrlDown>0</CtrlDown>
			<HotKeyPriority>0</HotKeyPriority>
			<HotKeyAlt/>
			<AltDownAlt>0</AltDownAlt>
			<ShiftDownAlt>0</ShiftDownAlt>
			<CtrlDownAlt>0</CtrlDownAlt>
			<HotKeyPriorityAlt>0</HotKeyPriorityAlt>
		</Row>
While trying to find a solution I edited both files, I'm not sure if editing only the G&K file will suffice. Also I didn't check if both files are identical or differ at some point.
__________________
I fed my Dog the American Dream
Well, he rolled over and he started to scream
He said, I dig the taste of salt but it don't keep me alive yeah, yeah
ProPain is offline   Reply With Quote
Old 31-10-2012, 10:51   #2
Kingreno
Moderator
 
Kingreno's Avatar
 
Join Date: Apr 2003
Location: Netherlands.
Posts: 3,270
Default

Uh. yay!!

Good thing I see you Friday, so you can help me a bit with this!
__________________
Go ahead punk. Make my day.
Kingreno is offline   Reply With Quote
Old 31-10-2012, 17:31   #3
ProPain
Customized Admin :)
 
ProPain's Avatar
 
Join Date: Mar 2003
Location: sailing the seas of cheese.
Posts: 5,852
Default

rofl, tried to upload the files so you can simply replace them but the forum doesnt accept xml formats (for good reasons)

I'll help you friday no problem
__________________
I fed my Dog the American Dream
Well, he rolled over and he started to scream
He said, I dig the taste of salt but it don't keep me alive yeah, yeah
ProPain is offline   Reply With Quote
Old 31-10-2012, 19:24   #4
BCLG100
Deity
 
BCLG100's Avatar
 
Join Date: Apr 2006
Location: Lahndan
Posts: 6,220
Default

I am relieved! I just press 'prt sc' though and everything works fine
__________________
the sooner you fall behind, the more time you\'ll have to catch up!

CDZ Cup Champion!!!
BCLG100 is offline   Reply With Quote
Old 31-10-2012, 20:46   #5
ProPain
Customized Admin :)
 
ProPain's Avatar
 
Join Date: Mar 2003
Location: sailing the seas of cheese.
Posts: 5,852
Default

but then you have to manually paste and save everyscreenshot. That's annoying.
__________________
I fed my Dog the American Dream
Well, he rolled over and he started to scream
He said, I dig the taste of salt but it don't keep me alive yeah, yeah
ProPain is offline   Reply With Quote
Old 31-10-2012, 23:11   #6
Shabbaman
Administrator
 
Shabbaman's Avatar
 
Join Date: Mar 2003
Location: Costa La Haya
Posts: 8,493
Default

Or you could reassign the steam screenshot key.
__________________
"Our spam is backed with COMETS!"
Shabbaman is offline   Reply With Quote
Old 31-10-2012, 23:52   #7
BCLG100
Deity
 
BCLG100's Avatar
 
Join Date: Apr 2006
Location: Lahndan
Posts: 6,220
Default

Or you could take a picture of the screen with an external camera, upload the pictures to your computer from your SD card and then upload them online. Simple.
__________________
the sooner you fall behind, the more time you\'ll have to catch up!

CDZ Cup Champion!!!
BCLG100 is offline   Reply With Quote
Old 31-10-2012, 23:55   #8
ProPain
Customized Admin :)
 
ProPain's Avatar
 
Join Date: Mar 2003
Location: sailing the seas of cheese.
Posts: 5,852
Default

Quote:
Originally Posted by Shabbaman View Post
Or you could reassign the steam screenshot key.
http://www.civduelzone.com/forum/sho...6&postcount=79

You lame smartass :P

I didnt wanna do that because Civ is the only game I noticed atm that interferes with the F12 key. Moving the key in Steam might cause conflicts in other games.
__________________
I fed my Dog the American Dream
Well, he rolled over and he started to scream
He said, I dig the taste of salt but it don't keep me alive yeah, yeah
ProPain is offline   Reply With Quote
Old 01-11-2012, 07:54   #9
Shabbaman
Administrator
 
Shabbaman's Avatar
 
Join Date: Mar 2003
Location: Costa La Haya
Posts: 8,493
Default

EU3 makes screenies through F12
__________________
"Our spam is backed with COMETS!"
Shabbaman is offline   Reply With Quote
Old 01-11-2012, 12:15   #10
ProPain
Customized Admin :)
 
ProPain's Avatar
 
Join Date: Mar 2003
Location: sailing the seas of cheese.
Posts: 5,852
Default

That's not a conflict, that's double functionality for one key. Press F12, get 2 screenies for one press. That's genious :P

Pity those EU screenies are BMP and hogging up diskspace though.
__________________
I fed my Dog the American Dream
Well, he rolled over and he started to scream
He said, I dig the taste of salt but it don't keep me alive yeah, yeah
ProPain is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +2. The time now is 15:31.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.