Author Topic: Need help with adjusting HUD aspect ratio to 16:9.  (Read 4328 times)

0 Members and 1 Guest are viewing this topic.

Need help with adjusting HUD aspect ratio to 16:9.
Hello guys, I'm having some trouble with customizing my HUD to properly fit my wide screen monitor.

Firstly, I'm following the instructions found here: http://www.hard-light.net/forums/index.php?topic=76733.0

However, my HUD doesn't seem to change at all.

Just to be sure, do I use Notepad and create a .txt file but name it as mv_root-hdg.tbm?

Furthermore, there doesn't seem to be any "tables" folder in my "data" folder. Do I manually create one? I think another problem is that I'm running Freespace Open on Windows 7. Hence, my data files are actually found in Virtual Store. The exact path is: C:\Users\wittywilly\AppData\Local\VirtualStore\Program Files (x86)\GOG.com\Freespace 2\fsport-mediavps\data

To sum it all up, here is what I did:
1. Copy the code and paste it into Notepad and save it as "mv_root-hdg.tbm".
2. Go to "C:\Users\wittywilly\AppData\Local\VirtualStore\Program Files (x86)\GOG.com\Freespace 2\fsport-mediavps\data", and create a folder called "tables".
3. Place "mv_root-hdg.tbm" inside "C:\Users\wittywilly\AppData\Local\VirtualStore\Program Files (x86)\GOG.com\Freespace 2\fsport-mediavps\data\tables"

Thank you so much for your time.

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: Need help with adjusting HUD aspect ratio to 16:9.
OK, you need to set the "files of type" in the Notepad "Save As" box to "All Files (.txt)" or else Notepad will add .txt to the end, like this: mv_root-hdg.tbm.txt -- you just won't be able to see .txt unless you go to your folder options and tell Windows to not hide extensions for "well-known file types".

2nd, yes, create the folder manually.

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Need help with adjusting HUD aspect ratio to 16:9.
Do what jr2 said 1st, but there's also is a limit to the length of a path that Freespace Open will accept, it's a good idea to move this folder:

Code: [Select]
C:\Users\wittywilly\AppData\Local\VirtualStore\Program Files (x86)\GOG.com\Freespace 2

to here

Code: [Select]
C:\games\Freespace 2

Edit: see Jeff Vader's post below - pity strikethrough tags don't work on code blocks...
« Last Edit: November 07, 2011, 12:37:28 am by niffiwan »
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: Need help with adjusting HUD aspect ratio to 16:9.
IIRC, doesn't that create the need to edit the launcher6.ini (yeah it says don't edit it, but anyways) to reflect that change of location?

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Need help with adjusting HUD aspect ratio to 16:9.
Will the launcher just need to be pointed to the correct directory again on next run though? (I'm not 100% sure how the windows launcher works)
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 

Offline Jeff Vader

  • The Back of the Hero!
  • Moderator
  • 212
  • Bwahaha
Re: Need help with adjusting HUD aspect ratio to 16:9.
Do what jr2 said 1st, but there's also is a limit to the length of a path that Freespace Open will accept, it's a good idea to move this folder:

Code: [Select]
C:\Program Files (x86)\GOG.com\Freespace 2

to here

Code: [Select]
C:\games\Freespace 2
Fixed for less confusion.
23:40 < achillion > EveningTea: ass
23:40 < achillion > wait no
23:40 < achillion > evilbagel: ass
23:40 < EveningTea > ?
23:40 < achillion > 2-letter tab complete failure

14:08 < achillion > there's too much talk of butts and dongs in here
14:08 < achillion > the level of discourse has really plummeted
14:08 < achillion > Let's talk about politics instead
14:08 <@The_E > butts and dongs are part of #hard-light's brand now
14:08 <@The_E > well
14:08 <@The_E > EvilBagel's brand, at least

01:06 < T-Rog > welp
01:07 < T-Rog > I've got to take some very strong antibiotics
01:07 < achillion > penis infection?
01:08 < T-Rog > Chlamydia
01:08 < achillion > O.o
01:09 < achillion > well
01:09 < achillion > I guess that happens
01:09 < T-Rog > at least it's curable
01:09 < achillion > yeah
01:10 < T-Rog > I take it you weren't actually expecting it to be a penis infection
01:10 < achillion > I was not

14:04 < achillion > Sometimes the way to simplify is to just have a habit and not think about it too much
14:05 < achillion > until stuff explodes
14:05 < achillion > then you start thinking about it

22:16 < T-Rog > I don't know how my gf would feel about Jewish conspiracy porn

15:41 <-INFO > EveningTea [[email protected]] has joined #hard-light
15:47 < EvilBagel> butt
15:51 < Achillion> yes
15:53 <-INFO > EveningTea [[email protected]] has quit [Quit: http://www.mibbit.com ajax IRC Client]

18:53 < Achillion> Dicks are fun

21:41 < MatthTheGeek> you can't spell assassin without two asses

20:05 < sigtau> i'm mining titcoins from now on

00:31 < oldlaptop> Drunken antisocial educated freezing hicks with good Internet == Finland stereotype

11:46 <-INFO > Kobrar [[email protected]] has joined #hard-light
11:50 < achtung> Surely you've heard of DVDA
11:50 < achtung> Double Vaginal Double ANal
11:51 < Kobrar> ...
11:51 <-INFO > Kobrar [[email protected]] has left #hard-light []

 
Re: Need help with adjusting HUD aspect ratio to 16:9.
Hello guys, thanks for the quick response!

However, I've tried to move the folder to C\Games and even ensured that I've  done what JR2 told me to do and yet the problem still persists.

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Need help with adjusting HUD aspect ratio to 16:9.
OK - please post a fs2_open.log, see my .sig for details.  Could you also attach a copy of mv_root-hdg.tbm to your post?
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 
Re: Need help with adjusting HUD aspect ratio to 16:9.
Here you go!

Thank you so much!

[attachment deleted by a basterd]

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Need help with adjusting HUD aspect ratio to 16:9.
Ah. I see the issue. You are using 3.6.12, which doesn't have the necessary features to allow aspect-corrected HUDs. Please try  3.6.14 RC1.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 
Re: Need help with adjusting HUD aspect ratio to 16:9.
Okay, I've downloaded the zip file but where do I extract it into?

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Need help with adjusting HUD aspect ratio to 16:9.
Into the FS2 folder, where the Launcher and the other executables are.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 
Re: Need help with adjusting HUD aspect ratio to 16:9.
Thank you so much it is fixed now!

 
Re: Need help with adjusting HUD aspect ratio to 16:9.
Okay I have a slight problem now. The collision alert doesn't seem to appear...

EDIT: Okay all good now! I got the fix from http://www.hard-light.net/forums/index.php?topic=76268.0

Seems like I just need to turn the gauge on. It's off for some odd reason...
« Last Edit: November 07, 2011, 06:01:40 am by xpwarrior »