Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 05 Jul 2024, 11:17

All times are UTC [ DST ]




Post new topic Reply to topic  [ 323 posts ]  Go to page Previous  1 ... 23, 24, 25, 26, 27, 28, 29 ... 33  Next
Author Message
PostPosted: 28 Aug 2012, 23:31 
Offline
Insiders
Insiders
User avatar

Joined: 14 Apr 2007, 02:13
Posts: 1514
That makes sense. I wasn't aware people switched between Eyefinity and extended mode.

I'll add a setting that lets you manually set the display count.

_________________
Widescreen Fixer - https://www.widescreenfixer.org/

Widescreen Fixer Twitter - https://twitter.com/widescreenfixer
Personal Twitter - https://twitter.com/davidrudie


Top
 Profile  
 


 Post subject: Dopefish, might you be
PostPosted: 30 Aug 2012, 13:10 
Offline
Administrators
Administrators
User avatar

Joined: 27 Dec 2009, 14:27
Posts: 1789
Dopefish, might you be interested in integrating Nem's HLExtract tool, it is a command line based version of GCF Scape.

It would be neat if your tool integrated with HLExtract/HLLib to extract the required files and put them in the correct folder for the user.

I was toying with this once before when trying to create a simple 1 click does it all tool, syntax below...
Code:
HLExtract.exe -p "source_file.vpk" -d "destinationfolder" -e "rootscriptshudlayout.res"

_________________
| Gigabyte X79S-UP5-WiFi Skt2011 | i7 4820k @4.4GHz Watercooled (Ivy Bridge-E) | Corsair Vengence 32GB @2133MHz 11-11-11-27 2T Quad-Channel (8x4GB) | AMD R9-Fury-X 4GB @1140/505MHz + EKWB Watercooled | 256GB Crucial MX200 SSD | 8x 1TB Samsung F3 SATA-II | Corsair 850W TX PSU | 3x Dell S2209W 22"wide TFT's (5760x1080res) | Logitech Z-5400 5.1ch speakers | Win7 Ultimate x64 |


Top
 Profile  
 
PostPosted: 31 Aug 2012, 01:15 
Offline
Insiders
Insiders
User avatar

Joined: 14 Apr 2007, 02:13
Posts: 1514
I'll look into it. The tool is actually open-source so I might just port it over to a managed C# library.

Edit:
Nevermind, he includes a C# wrapper.

I'll see what I can do.

_________________
Widescreen Fixer - https://www.widescreenfixer.org/

Widescreen Fixer Twitter - https://twitter.com/widescreenfixer
Personal Twitter - https://twitter.com/davidrudie


Top
 Profile  
 
PostPosted: 31 Aug 2012, 08:19 
Offline
Administrators
Administrators
User avatar

Joined: 27 Dec 2009, 14:27
Posts: 1789
I'll see what I can do.

<3

_________________
| Gigabyte X79S-UP5-WiFi Skt2011 | i7 4820k @4.4GHz Watercooled (Ivy Bridge-E) | Corsair Vengence 32GB @2133MHz 11-11-11-27 2T Quad-Channel (8x4GB) | AMD R9-Fury-X 4GB @1140/505MHz + EKWB Watercooled | 256GB Crucial MX200 SSD | 8x 1TB Samsung F3 SATA-II | Corsair 850W TX PSU | 3x Dell S2209W 22"wide TFT's (5760x1080res) | Logitech Z-5400 5.1ch speakers | Win7 Ultimate x64 |


Top
 Profile  
 
PostPosted: 01 Sep 2012, 06:08 
Offline
Insiders
Insiders
User avatar

Joined: 14 Apr 2007, 02:13
Posts: 1514
I've fixed all of the display options. There were more issues than just non-Eyefinity/Surround being detected.

Unfortunately I've started implementing HLLib before fixing those issues. This means that I won't be able to release it until HLLib is fully integrated.

There's some good news and bad news related to HLLib.

Bad:

  • I have to rewrite and restructure many things related to the XML parsing.

  • This will delay the next version release.



Good:

  • The XML file has more options now. You now have to specify the directory for the game (i.e. "team fortress 2") and there's now a element that describes which .gcf file you're using.

  • Steam's directory is now read from the registry and it will automatically use the right directory for the game.

  • No more dragging and dropping. It will extract the files, modify them, and then place them in the game's directory.



Here's a screenshot of my current progress:

_________________
Widescreen Fixer - https://www.widescreenfixer.org/

Widescreen Fixer Twitter - https://twitter.com/widescreenfixer
Personal Twitter - https://twitter.com/davidrudie


Top
 Profile  
 
PostPosted: 01 Sep 2012, 10:34 
Offline
Administrators
Administrators
User avatar

Joined: 27 Dec 2009, 14:27
Posts: 1789
Dude thats awesome, massive props to you sir ;)

_________________
| Gigabyte X79S-UP5-WiFi Skt2011 | i7 4820k @4.4GHz Watercooled (Ivy Bridge-E) | Corsair Vengence 32GB @2133MHz 11-11-11-27 2T Quad-Channel (8x4GB) | AMD R9-Fury-X 4GB @1140/505MHz + EKWB Watercooled | 256GB Crucial MX200 SSD | 8x 1TB Samsung F3 SATA-II | Corsair 850W TX PSU | 3x Dell S2209W 22"wide TFT's (5760x1080res) | Logitech Z-5400 5.1ch speakers | Win7 Ultimate x64 |


Top
 Profile  
 
 Post subject: Alright, I think I have
PostPosted: 02 Sep 2012, 04:48 
Offline
Insiders
Insiders
User avatar

Joined: 14 Apr 2007, 02:13
Posts: 1514
Alright, I think I have something working for me.

Download v1.1

Please let me know how this version works.

It should automatically determine your Steam and Team Fortress 2 directory.

When you push Start, it will extract the .res files to the TF2 directory and then modify them. If the files already exist it will overwrite them.

This should make it nice and easy whenever TF2 is patched since you can just open the app, press start, and be done.

The only thing I'm unsure of is that due to how the XML file is set up currently, the files that get extracted from multiplayer ob binaries.gcf will end up within the hl2 directory in the TF2 directory. I'm unsure of whether TF2 will still load these files from that directory or whether they have to reside in the tf directory.

Take screenshots and let me know how this version works for you.

Thanks.

Oh, and feel free to try and create XML files for other Source-based games.

_________________
Widescreen Fixer - https://www.widescreenfixer.org/

Widescreen Fixer Twitter - https://twitter.com/widescreenfixer
Personal Twitter - https://twitter.com/davidrudie


Top
 Profile  
 
PostPosted: 09 Sep 2012, 03:24 
Offline

Joined: 19 Aug 2012, 03:57
Posts: 14
Awesome program! It worked at first, but after reinstalling Steam and Team Fortress 2, I'm getting this error.



Top
 Profile  
 
PostPosted: 09 Sep 2012, 10:57 
Offline
Insiders
Insiders
User avatar

Joined: 14 Apr 2007, 02:13
Posts: 1514
I uploaded a version that shows the stack traces so I can figure out what's wrong.

Please try this version and paste the error.

https://www.widescreenfixer.org/projects/SourceHudEditor-v1.1d.7z

_________________
Widescreen Fixer - https://www.widescreenfixer.org/

Widescreen Fixer Twitter - https://twitter.com/widescreenfixer
Personal Twitter - https://twitter.com/davidrudie


Top
 Profile  
 
PostPosted: 09 Sep 2012, 13:53 
Offline

Joined: 19 Aug 2012, 03:57
Posts: 14
An error has occurred within this application.

Value cannot be null.
Parameter name: path

at System.IO.Directory.GetParent(String path)
at SourceHudEditor.SourceHudEditor..ctor()
at SourceHudEditor.Program.Main()


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 323 posts ]  Go to page Previous  1 ... 23, 24, 25, 26, 27, 28, 29 ... 33  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group