[T1] VP5 Top, Botom and Centerprints

jpsimboy
08-12-2004, 04:57 PM
Does anyone know how to change them back to normel so that they arnt transparent?

Slitz
08-12-2004, 09:20 PM
Set $Viking::Popup = false; in Preferences.cs.

jpsimboy
08-12-2004, 10:57 PM
I did that it didnt work i think that just turns off the "Killed by: So and so. With: Chain gun" and the "Flag grabed by so and so" popups.

Slitz
08-13-2004, 02:17 AM
That's very strange... If you still have transparent huds after setting $Viking::Popup=false you must have some other script outside of VP that creates the custom popup huds...

jpsimboy
08-13-2004, 02:38 AM
Ill try it again but i know i dont have any outside scripts.

jpsimboy
08-13-2004, 02:43 AM
Nope still transperent.

Amadeus
08-13-2004, 03:29 AM
Open Config\Viking\Basic\Popup .cs and delete the custom remoteBP(), remoteTP() and remoteCP() functions.

Slitz
08-13-2004, 04:00 AM
Point is Popup.cs isn't even loaded if $Viking::Popup=false...

Amadeus
08-13-2004, 05:17 AM
True, but you also get rid of the kill and flag event messages.

Runar
08-13-2004, 05:26 AM
Point is Popup.cs isn't even loaded if $Viking::Popup=false...
Actually.. it does.. it gets loaded anyway since i stuffed all the popup-events and the modified centerprints in one file.

So.. rename the custom centerprint functions.. thats the easiest way.
Also.. comment out the events that creates the gui-objects.

jpsimboy
08-13-2004, 11:17 AM
Open Config\Viking\Basic\Popup .cs and delete the custom remoteBP(), remoteTP() and remoteCP() functions.Ok that worked thanks.

Slitz
08-13-2004, 04:55 PM
Actually.. it does.. it gets loaded anyway since i stuffed all the popup-events and the modified centerprints in one file.

So.. rename the custom centerprint functions.. thats the easiest way.
Also.. comment out the events that creates the gui-objects.
Hmm.. some strange changes in v5...

jpsimboy
08-13-2004, 05:19 PM
Yeah i know like the kill huds gone and now all the kill messages are in the 3 line only chat box. :*-(

Slitz
08-13-2004, 07:22 PM
Yeah i know like the kill huds gone and now all the kill messages are in the 3 line only chat box. :*-(
Just use VP4's killhud.. What I found strange is that some user configuration has been made redundant. :cat:

jpsimboy
08-13-2004, 09:45 PM
Does it work with VP5?

GreyHound
08-13-2004, 09:51 PM
%myCtrl=newObject("PopUp_B_Container", SimGui::Control, %x/4, %y-130, %x/2, 20);
%myframe = newobject("PopUp_B_Frame", feargui::fearguimenu, 0,0, %x/2, 20);
%myText=newObject("PopUp_B_Text", FearGuiFormattedText, 0, 0, %x/2, 20);
addToSet(%myCtrl, %myframe);
addToSet(%myCtrl, %myText);
addToSet(PlayGui, %myCtrl);

make the remoteBP, CP and TP functions look like this (donīt use my variables, just use the ones you already have this should give you the background you want to have)

You surely have to adjust it to the VP5 var names, just think 5 secs before writing

Runar
08-14-2004, 04:01 AM
Hmm.. some strange changes in v5...
I take pride in being strange..

Amadeus
08-14-2004, 04:29 AM
Btw if you like TinyNotifyHUD for presto then I can send you my viking port of it.

jpsimboy
08-14-2004, 01:07 PM
I dont think ive ever seen it but yeah that would be nice.

Amadeus
08-14-2004, 05:53 PM
email?