[1.40]2 Configs with AfterHope - No ScriptGL by groove - Page 3 - TribalWar Forums
Click Here to find great hosting deals from Branzone.com


Go Back   TribalWar Forums > Current Gaming > Tribes Scripting and Modifying
Reload this Page [1.40]2 Configs with AfterHope - No ScriptGL
Page 3 of 5
Thread Tools
groove
VeteranXX
Old
41 - 05-11-2013, 18:11
Reply With Quote
removes the green brackets around HUD elements

(ScriptGL has a nogreenlines option so don't need it for ScriptGL configs)
 
groove is offline
 
Sponsored Links
~dickschnitzel~
Banned
Old
42 - 05-11-2013, 18:14
Reply With Quote
oh ok ty
 
~dickschnitzel~ is offline
 
~dickschnitzel~
Banned
Old
43 - 05-13-2013, 07:18
Reply With Quote
Quote:
Originally Posted by Groove View Post
-added remoteEP for 1.4 (thx alriks) (groove config only)
what is that?
and

Quote:
Originally Posted by Groove View Post
-createservergui with much bigger map selection box (credit to greyhound
which script is that?
 
~dickschnitzel~ is offline
 
groove
VeteranXX
Old
44 - 05-13-2013, 16:38
Reply With Quote
Quote:
Originally Posted by D4M45T3R 0FM41N View Post
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

 
groove is offline
 
~dickschnitzel~
Banned
Old
45 - 05-13-2013, 16:49
Reply With Quote
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.
 
~dickschnitzel~ is offline
 
Maverick
VeteranXX
Contributor
Old
46 - 05-13-2013, 16:58
Reply With Quote
Quote:
Originally Posted by D4M45T3R 0FM41N View Post
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).
 
Maverick is offline
 
~dickschnitzel~
Banned
Old
47 - 05-13-2013, 17:04
Reply With Quote
i want to have it in my config, but i don't know how to edit it like he did. plz help
 
~dickschnitzel~ is offline
 
Maverick
VeteranXX
Contributor
Old
48 - 05-13-2013, 17:15
Reply With Quote
Quote:
Originally Posted by D4M45T3R 0FM41N View Post
i want to have it in my config, but i don't know how to edit it like he did. plz help
The file name is: CreateServer.gui.cs

Located in Tribes\base\gui folder.

Download groove's config and copy this file into your current config.
 
Maverick is offline
 
~dickschnitzel~
Banned
Old
49 - 05-13-2013, 17:19
Reply With Quote
thank you man
edit: i copied it in my config and nothing changed (in fact they were same size)
 
~dickschnitzel~ is offline
 
Last edited by ~dickschnitzel~; 05-13-2013 at 17:22..
Alarik
VeteranXX
Old
50 - 05-13-2013, 17:31
Reply With Quote
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.
 
Alarik is offline
 
Maverick
VeteranXX
Contributor
Old
51 - 05-13-2013, 17:31
Reply With Quote
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.
 
Maverick is offline
 
~dickschnitzel~
Banned
Old
52 - 05-13-2013, 17:36
Reply With Quote
Quote:
Originally Posted by Maverick View Post
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.
i just unziped folder again and copied it over again and now it works lol tyvm
 
~dickschnitzel~ is offline
 
~dickschnitzel~
Banned
Old
53 - 05-13-2013, 17:38
Reply With Quote
Quote:
Originally Posted by Alarik View Post
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
 
~dickschnitzel~ is offline
 
groove
VeteranXX
Old
54 - 05-13-2013, 17:42
Reply With Quote
Quote:
Originally Posted by D4M45T3R 0FM41N View Post
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)
 
groove is offline
 
groove
VeteranXX
Old
55 - 05-13-2013, 17:44
Reply With Quote
also thx alrik & Mav for beating me to the answers :P
 
groove is offline
 
Alarik
VeteranXX
Old
56 - 05-13-2013, 18:10
Reply With Quote
groove support services
press 1 for engrish
 
Alarik is offline
 
groove
VeteranXX
Old
57 - 05-24-2013, 22:58
Reply With Quote
- 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
 
groove is offline
 
libra
VeteranXX
Old
58 - 06-04-2013, 12:48
Reply With Quote
why dont any of the config links work
 
libra is offline
 
~dickschnitzel~
Banned
Old
59 - 06-04-2013, 12:51
Reply With Quote
they do
 
~dickschnitzel~ is offline
 
Alarik
VeteranXX
Old
60 - 06-04-2013, 13:40
Reply With Quote
wat
 
Alarik is offline
 
Page 3 of 5
Reply


Go Back   TribalWar Forums > Current Gaming > Tribes Scripting and Modifying
Reload this Page [1.40]2 Configs with AfterHope - No ScriptGL

Social Website Bullshit


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


AGENT: claudebot / Y
All times are GMT -4. The time now is 08:11.