|
|
kalten 12-20-2003, 11:15 PM i just installed VP3.3, and the chat hud size with only 4 lines that you cant toggle is the only thing i dislike. how can i get rid of the flashy blue bordered chat hud for the older default one? have been looking around but i cant find anything, i am guessing its something in the tree(); that needs to be changed?
vortex 12-21-2003, 04:47 AM Well, you can just delete Config\Viking\BMP\ChatHud BG.bmp and resize the chathud lines with the normal "u" key, but I don't script and you'll most likely get a console error trying to load the bmp, but it isn't anything more than that I guess :\
kalten 12-21-2003, 05:10 AM that just removes the background, but doesnt let me resize it with the U key more then 3-4 lines. hm, i guess it is something i have to change to get it to resize...
Shinigami 12-21-2003, 05:17 AM The container would be my guess.
kalten 12-21-2003, 05:20 AM i figured that :p but where do i do it?
Shinigami 12-21-2003, 10:57 AM The tree() function.
kalten 12-21-2003, 10:57 AM ....sigh, where in tree do i edit? :<
windexy 12-21-2003, 01:01 PM ~
tree();
(-)playgui
(-)ChatHudBG_Container
ChatHudBG_Bitmap
chatdisplayhud<<edit<<command vision & #of lines & size & pos
Then delete the chathud bg's in */dynamix/tribes/config/viking/bmp/ChatHudBG.bmp(I think that may work)or remove it somehow in tree but im not sure exactly sure where because I havent done it in a long time.
kalten 01-09-2004, 08:24 AM im trying to edit it but it either locks the values, or it lets me change them and then changes em back :<
kalten 01-09-2004, 08:25 AM what am i doing wrong, and what do i need to do exactly to change the chat hud. i want it so its the regular chat hud, with 7 lines... not the default 4 line VP one with blue borders :/
<3 anyone who helps, sorry for sounding like a newb :/
Amadeus 01-09-2004, 08:59 AM I think you can't permanently change the values in tree(). You should check what the name of the container is, find the file where it defines it, and change the values there. I don't know really, I never had any experience with VPack actually... :shrug:
random 01-10-2004, 01:31 AM ved about VikingPack crap, but paste this into console while in-game
Control::setExtent(chatDi splayHud, "X", "97");
replace X w/ length in pixels
kalten 01-10-2004, 01:36 AM thanks kris ill give it a shot
kalten 01-10-2004, 04:54 AM ok, when i change the Extent or the # of lines and hit apply it is just reverting back to this immediately:
how do i unlock it? :<
iblis 01-10-2004, 06:21 AM uncheck commander version
kalten 01-10-2004, 06:48 AM tried it. :/
Shinigami 01-10-2004, 02:15 PM It's been awhile since I've done anything with the tree() function, so I can't remember what might cause that. It's not within another container, is it?
kalten 01-10-2004, 07:23 PM yep, i believe it is in another container :o
Shinigami 01-10-2004, 08:02 PM Ah, that one will restrict any inside of it. You just haveta change its position and size.
advisory 01-11-2004, 02:28 AM aka
make the container larger than the values your entering in for the chat(or whatever)
i dont know if this is right, i havent done tree(); in a long time
i always just made one cainter for everything and made it 1024x768 HOHOH
|
|