Krakbaby
03-09-2004, 04:06 PM
for tribes one
tx
tx
i need a reticle compass that is standalone or whateverKrakbaby 03-09-2004, 04:06 PM for tribes one tx bad_billy 03-09-2004, 05:43 PM i wish i could help u out krakbaby, but i cannot, im sorry Krakbaby 03-09-2004, 06:08 PM dang Slitz 03-09-2004, 07:19 PM "Standalone or whatever" - So do you need it standalone or not? Almost every pack has retcompass included, and the only pack-specific things about every retcompass are the events for creating/detroying the hud.. Very easy for you to make "standalone or whatever". Krakbaby 03-09-2004, 07:27 PM i tried this and i couldnt get it to work $ScreenSize["320x240(V)"] = "320 240"; $ScreenSize["400x300(V)"] = "400 300"; $ScreenSize["480x360(V)"] = "480 360"; $ScreenSize["512x384"] = "512 384"; $ScreenSize["640x400"] = "640 400"; $ScreenSize["640x480"] = "640 480"; $ScreenSize["800x600"] = "800 600"; $ScreenSize["1024x768"] = "1024 768"; $ScreenSize["1152x864"] = "1152 864"; $ScreenSize["1280x1024"] = "1280 1024"; $ScreenSize["1600x1200"] = "1600 1200"; function ReticleCompass::Create() { if ($ReticleCompass::Loaded) return; $ReticleCompass::Loaded = true; HUD::New("ReticleCompass::Container", 0, 0, 32, 32, ReticleCompass::OnWake, ReticleCompass::OnSleep); newObject("ReticleCompass::Arrow", FearGui::CompassHud, 0, 0, 1, 1); HUD::Add("ReticleCompass::Container", "ReticleCompass::Arrow"); } function ReticleCompass::OnWake() { %res = $pref::videoFullScreenRes ; if ($pref::VideoFullScreen) %items = $ScreenSize[%res]; if (%items == "") %items = $ScreenSize["640x480"]; %x = GetWord(%items, 0)/2 - 31; %y = GetWord(%items, 1)/2 - 31; Control::SetPosition("ReticleCompass::Container", %x, %y); } function ReticleCompass::OnSleep() { } ReticleCompass::Create(); Slitz 03-09-2004, 08:49 PM That script looks like it's for Presto.. Is Presto the pack you're using? Krakbaby 03-09-2004, 08:55 PM nope Slitz 03-09-2004, 09:05 PM So you're not using any pack then? Would be good to know.. For instance, if you don't have an event system it makes things harder.. Krakbaby 03-09-2004, 09:06 PM i am using andrews 15k thing neehl 03-09-2004, 09:14 PM i believe he means "standalone" as in, not requiring any sort of pack as in, exactly what standalone means. Slitz 03-09-2004, 09:23 PM Ahh now I see.. that's the retcomp script from Andrew's site.. Shouldn't that work with his own config?? i believe he means "standalone" as in, not requiring any sort of pack as in, exactly what standalone means. Heh.. so the "or whatever" part wasn't relevant then.. I sure as hell wouldn't code a standalone retcompass if I didn't have to... But, it turns out he's got andrew's pack, so let's start the thread over: "Hi I'm Krakbaby. Does anyone have a reticle compass that works with Andrew's 15k?" JaPaNDa 03-09-2004, 09:25 PM shut up neehl 03-09-2004, 09:28 PM yep Krakbaby 03-09-2004, 11:22 PM what Slitz 03-10-2004, 01:47 AM Lol.. sorry m8, I'm just trying to help. I forget this forum is about showing off and trolling, not helping. I'm not used to that. Many people use Andrew's 15k so there's bound to be one with a retcomp for it. Also, Andrew is around here and could perhaps help with the script you found on his site.. If you're still in need in a few days I'll whip some standalone thing up for you if. Krakbaby 03-10-2004, 02:04 AM i also tried the ones in these threads http://www.tribalwar.com/forums/showthread.php?p=2065570&highlight=retcomp#post206 5570 http://www.tribalwar.com/forums/showthread.php?p=2629417&highlight=retcomp#post262 9417 http://www.tribalwar.com/forums/showthread.php?t=172894&page=2&pp=20&highlight=retcomp i am probably installing it wrong or something... bad_billy 03-10-2004, 04:31 AM Lol.. sorry m8, I'm just trying to help. I forget this forum is about showing off and trolling, not helping. I'm not used to that.:cry: Krakbaby 03-13-2004, 03:35 AM q | ||