|
|
Arsic 02-19-2007, 06:23 PM Okay maybe I'm retarded, but how the hell do i add custom GUIs to this? There is nothing like the hudbot.cs in this new version. I've read the docs but they say barely anything useful. This is the closest thing I found
function ScriptGL::playGui::onPreD raw( %dimensions ) {
...
}
function ScriptGL::playGui::onPost Draw( %dimensions ) {
glDrawTexture( "mypic.tga", $GLEX_CENTERED, 100, 100 ); //is this even in the right place?
}
Nikita 02-22-2007, 09:04 AM Yeah, that's the right one. Here is how mine looks (http://www.team5150.com/~fsb-spy/TribesBig.gif) after it was converted:
function ScriptGL::playGui::onPost Draw( %dimensions ) {
glDrawTexture( "gui.clusterGUI.tga", $GLEX_DRAW, 432, 688 );
glDrawTexture( "gui.chatGUI.tga", $GLEX_DRAW, 60, 688 );
glDrawTexture( "gui.ctfGUI.tga", $GLEX_DRAW, 596, 688 );
glDrawTexture( "gui.itemsBorder.tga", $GLEX_DRAW, 502, 692 );
glDrawTexture( "gui.clusterBorder.tga", $GLEX_DRAW, 502, 708 );
glDrawTexture( "gui.mainBorder.tga", $GLEX_DRAW, 432, 688 );
glDrawTexture( "gui.chatBorder.tga", $GLEX_DRAW, 60, 688 );
glDrawTexture( "gui.scriptBorder.tga", $GLEX_DRAW, 506, 712 );
glDrawTexture( "gui.ctfBorder.tga", $GLEX_DRAW, 596, 688 );
glDrawTexture( "gui.ctfBorder2.tga", $GLEX_DRAW, 600, 692 );
glDrawTexture( "gui.cluster2Border.tga", $GLEX_DRAW, 600, 736 );
glDrawTexture( "gui.cluster2Inlay.tga", $GLEX_DRAW, 600, 736 );
}
holy crap, old scripts on rosco's page!
my old stuff omg :O
i havent seen that in yeaaaaaars
dopper 02-22-2007, 12:46 PM Lemon and FSB Spy: do you have those configs available for download somewhere?
Nikita 02-22-2007, 03:46 PM Here was my v1.7 config (http://www.team5150.com/~fsb-spy/FSB-SPY-Tribes.7z). Odd that I could not find the original release thread. :(
And here is a temporary overwrite (http://www.team5150.com/~fsb-spy/ForLatestHudBot.7z) for files until I release the v1.8 one.
After you extract my config, delete the base\skins contents. Flag.dts and the inviso weapon models will not pass latest LastHope. Luckily the newer version of HudBot at least threw in a nice variable for being able to hide your weapons. :)
Afterwards, be sure to extract the latest version of HudBot (http://www.team5150.com/~andrew/project.hudbot/) and then finally proceed by overwriting the files in the second file I linked above.
Should work... I haven't done much except convert files from PNG to TGA.
Arsic 02-22-2007, 05:02 PM Doh, I just put the TGA in the wrong directory. It works now.
Rosco-SS 02-22-2007, 05:17 PM holy crap, old scripts on rosco's page!
my old stuff omg :O
i havent seen that in yeaaaaaars
;) Just keepin the old stuff available for everyone
absent 02-22-2007, 06:31 PM spy, are you on linux?
random 02-22-2007, 06:41 PM xp w/ bbLean, muktar
Gravity Kills 02-23-2007, 03:43 PM Hey spy, I downloaded ur config, it is nice but the only problem I have is that sometimes I would like my weapon to show, and even when I set showweapon to true, it still wont show up on the screen, does it have to do with ur gui? Any help would be appreciated:)
Nikita 02-23-2007, 05:58 PM Hey spy, I downloaded ur config, it is nice but the only problem I have is that sometimes I would like my weapon to show, and even when I set showweapon to true, it still wont show up on the screen, does it have to do with ur gui? Any help would be appreciated:)
Make sure not only to remove the "$pref::ShowWeapon="false";" from config\HudBot.cs but that you also deleted my original base\Skins folder which had weapon model .DTS files in there. Like I pointed out above, earlier on, I had to use invisible models to achieve the trans weapon look. Now that hudbot added support for it, you can easily remove the dated files from my config.
Gravity Kills 02-23-2007, 06:20 PM Hey thanks a lot, that did the trick!
Lemon 02-24-2007, 04:47 PM it's updated...
http://www.team5150.com/~andrew/project.hudbot/Hudbot.0.5.16.zip
absent 02-24-2007, 07:54 PM xp w/ bbLean, muktar
im not muktar, rofl
random 02-25-2007, 03:42 PM oh, maybe that was "jinyin" or w/e
i always got you two confused
absent 02-25-2007, 04:56 PM i feel totally insulted r@nd0m
Nikita 02-25-2007, 07:15 PM way to totally lose on RC today, absent http://www.team5150.com/~fsb-spy/madsunny.gif
absent 02-25-2007, 08:32 PM ^ not true, lying
SegaRob 04-15-2007, 07:10 PM has anyone made a simple speed HUD?
|
|