[1.40]2 Configs with AfterHope - No ScriptGL

removes the green brackets around HUD elements

(ScriptGL has a nogreenlines option so don't need it for ScriptGL configs)
 
what is that?
and

which script is that?

remoteEP is a script by Evita from a long time ago thats similar to remoteBP/CP/TP but has more options

and grey's createservergui has a much bigger window (see the left side of the SS) for choosing maps

U8JHDWY.jpg
 
Can you tell me more about that remoteEP? what does it actually do?
And please tell me the name of that createservergui script, i tried searcing or it in ur config but didn't find it.
 
And please tell me the name of that createservergui script, i tried searcing or it in ur config but didn't find it.

createservergui is not a script, but an edit of the gui screen for making your own server. Groove resized the boxes a bit since some were quite small (designed for smaller resolutions originally).
 
remoteEP works just like remoteT(/C/B)P (Top, Center,Bottom) Print - with the exception that you determine the x,y where it displays and you can limit the gui width.

So for example I actually have (had) a modified version that let me use multiple versions of the EP at one time - so when I hit different keys things would pop-up (like flag events, speed, Flag Carrier, Kill Pop, etc) During my "Let's hide everything except for health/energy/chat/radar" phase.
 
Did you copy the file from the Groove fancy config? Not the basic one.

If so, ask Groove :). I'm out of the Groove Customer Satisfaction (GCS) business.
 
remoteEP works just like remoteT(/C/B)P (Top, Center,Bottom) Print - with the exception that you determine the x,y where it displays and you can limit the gui width.

So for example I actually have (had) a modified version that let me use multiple versions of the EP at one time - so when I hit different keys things would pop-up (like flag events, speed, Flag Carrier, Kill Pop, etc) During my "Let's hide everything except for health/energy/chat/radar" phase.

ok ty
 
Can you tell me more about that remoteEP? what does it actually do?
And please tell me the name of that createservergui script, i tried searcing or it in ur config but didn't find it.

from /config/Core/remoteep.cs

Code:
// evita's isht - 1.40 version from alarik (meaning i changed nothing just like anubis does)

// Ill put some directions in this one I guess.  If you want to make
// a quick popup hud to display whatever information, this is for you.
// It gives you a bit more power than the normal remote print functions
// in Tribes, plus it does not conflict with them.  I might add more
// features to this in a future release, but dont hold your breath.
//
// If you are familiar with the remote print functions, this will be
// a cakewalk for ya.  Here is how to use remoteEP (ya, E stands for 
// Evita, shuddup).
//
// remoteEP(%msg, %time, %bg, %lines, %liney, %hudx);
//
// Definition of parameters:
// %msg   = The message you want to display.  Of course, you can use
//          string tags (<jc><f2>, etc.)  Keep in mind, the only font
//          I include with my pack is the white (<f2>), so if you use
//	    <f0> or <f1> it will be a normal Tribes font.
// %time  = The time in seconds you want the message to be displayed.
// %bg    = Show a background or make transparant.
// %lines = How many lines the hud will be.  Remember, for each '\n'
//	    tag that you use, you would +1 to %lines.
// %liney = This is the height of each line.
// %hudx  = The width of the hud.
//
// If you only want to display a simple one line message, you only have
// to use the first two parameters, and the others will use default settings.
// Example: remoteEP("<jc><f2>Just a one line message", 3);
// Or, for more advanced stuff:
// Example: remoteEP("<jc><f2>One Line\nTwo Line\nThree line", 5, false, 3, 16, 120);
// On a side note, this hud will always top print.  This is because I run
// with my huds at the bottom of the screen.  If you want to change this for
// your setup, go into the remoteEP function below, and change the %ypos.
//
// There ya go.

in this config I use remoteEP for Killpops and the Hud style changer popup (it looks cleaner than remoteBP imo)
 
- removed HMCrasher.dll, added TribesAfterHope.exe (original Tribes.exe still there so remember which one to click)
-added nogreenlines plugin to both
-added autokit to groove config
 
Back
Top