Soundpak width

Discussions about ET modding (sdk code, player/weapon modeling)

Moderators: Forum moderators, developers

Post Reply
BenMcDermott
Posts: 47
Joined: Sat Jan 14, 2006 6:31 am

Soundpak width

Post by BenMcDermott »

Post content removed
Last edited by BenMcDermott on Thu Jul 31, 2014 7:09 am, edited 1 time in total.
BenMcDermott
Posts: 47
Joined: Sat Jan 14, 2006 6:31 am

Post by BenMcDermott »

Post content removed
Last edited by BenMcDermott on Thu Jul 31, 2014 7:10 am, edited 1 time in total.
BenMcDermott
Posts: 47
Joined: Sat Jan 14, 2006 6:31 am

Post by BenMcDermott »

Post content removed
Last edited by BenMcDermott on Thu Jul 31, 2014 7:10 am, edited 1 time in total.
User avatar
Nail
Posts: 425
Joined: Fri Jan 02, 2004 3:47 pm
Contact:

Post by Nail »

use abbreviations instead
Improvise, Adapt, Overcome
User avatar
Ragnar_40k
Posts: 394
Joined: Thu Mar 18, 2004 5:18 pm
Location: Berlin, birthplace of the Döner
Contact:

Post by Ragnar_40k »

Afaik you need to change the windows dimensions:

Code: Select all

      name      "window"                                                               \
      rect      0 19 204 136  
The (204, 136) gives width and height of the pop up on a virtual screen which is 640x480 units. The first 2 numbers (0, 19) define the offset relativ to the parent window.

Don't know if you need to adjust the rect 0 100 640 380 line too, since it already covers nearly the entire screen.
The Emperor watch over you.
BenMcDermott
Posts: 47
Joined: Sat Jan 14, 2006 6:31 am

Post by BenMcDermott »

Post content removed
Last edited by BenMcDermott on Thu Jul 31, 2014 7:10 am, edited 1 time in total.
User avatar
Nail
Posts: 425
Joined: Fri Jan 02, 2004 3:47 pm
Contact:

Post by Nail »

the "204" refers to 204 pixels of width for the box, to extend box, use more pixels, ie: 230
Improvise, Adapt, Overcome
Post Reply