|
|||||||
"manta"
Student
|
< Recent Comments | Login and add your comment! |
Comments |
MOTREC - Student |
the other night was fun. i hope to see you around more often. that is unless you have to work to pay for your nautiness. anywho hope to see ya around more. |
MOTREC - Student |
whats been up? i havent seen ya in a bit.let me know how things are. |
Ashyr - Student |
Nice profile pic. _______________ Top ten reasons to get a better computer...|My fan |
Janus - Retired |
#8! Manta! OMG! My first congrats for calling me Anus in a profile! HAHAHAHAHahahahahaha! I wanted to thank you personally for the comment left regarding congrats. You're single saber is a lethal weapon and needs to have a license on it before entering the academy from now on . We have many great duels and am thankful for being able to talk with you via TS these past months. I look forward to getting to work with you in the future! Thanks again and take care! Anus _______________ Be honorable, be friendly, be trustworthy. Show respect to all whom you meet. Don't forget you learn when you win AND when you lose. Be the first to admit mistake AND the first to correct it. Be the shoulder for someone to lean on. Always remember those that sacrificed time to help you. Thank you Odan Wei, Vladarion, 3th, Moridin, n00b, Motrec, Faded, Leif, and Tido, you will not be forgotten as the ones to make you remember, it's all about fun... |
MOTREC - Student |
|
MOTREC - Student |
gee thanks i just love 50k |
MOTREC - Student |
first paddy class this sunday at 7 pm my time central -6 |
Tido - Student |
Aight, my entire CFG thing is multible scripts. It starts with this one: autoexec.cfg Quote: // The following get loaded when jk:ja is launched. echo echo "-----------------------------------------|" echo "| ************* Tido's CFG ************ |" echo "| Author......: Tido |" echo "| Edition.....: Alpha 1 |" echo "| Based off of ChosenOne's Academy |" echo "| Reloaded Script |" echo "------------------------------------------" exec presets.cfg exec tido.cfg 2 things load at that point: presets.cfg and tido.cfg This is my presets: Quote: // FPS BOOSTING seta cg_drawfps 1 seta com_maxfps "120" seta r_OverBrightBits "0" seta r_intensity "1.5" //texture brightness seta r_gamma "1.411458" seta r_vertexLight "1" seta r_picmip "3" seta cg_simpleItems "1" seta r_displayRefresh "120" seta r_subdivisions "40" //curves seta r_texturebits "16" seta r_colorbits "16" seta r_depthbits "16" seta r_lodbias "1" //model detail seta r_fastsky "0" //sky on/off seta r_textureMode "GL_LINEAR_MIPMAP_NEAREST" seta r_mode "3" // Resolution: 2=400x300, 3=640x480, 4=800x600, 5=1024x768 seta cg_shadows "0" seta r_dynamicglow "0" seta com_hunkmegs "128" seta cg_marks "0" seta cg_gibs "0" seta cg_noprojectiletrail "1" seta cg_thirdperson "1" seta cg_drawGun "1" seta cg_hudfiles "1" seta cg_drawTimer "0" seta cg_drawAttacker "0" seta cg_bobup "0" seta cg_bobpitch "0" seta cg_bobroll "0" seta cg_runroll "0" seta cg_runpitch "0" seta cg_draw3dIcons "0" // No more 3D icons on your hud seta cg_drawIcons "0" // No icons on your hud seta com_blood "0" // No more splashing blood on bodies seta r_preloadTextures "1" // Preloading of textures seta cg_forcemodel "0" seta cg_drawteamoverlay "1" //2 and 3 change position seta cg_autoswitch "0" seta sensitivity "11" seta cl_mouseaccel ".5" seta cg_speedtrail "0" seta cg_repeaterorb "1" seta cg_rendertotexturefx "0" seta name "Padawan" and this is tido.cfg: Quote: echo TIDO CFG unbindall // -------------------------------------------------------- // Movement // -------------------------------------------------------- // Movement Set 1 bind mouse2 "+forward" // Move Forward bind A "+back" // Move Backward bind s "+moveleft" // Move Left bind D "+moveright" // Move Right bind SPACE "+moveup" // Jump bind c "+movedown" // Crouch // Other bind V "+speed" // Run and Walk Toggle bind M "meditate" bind B "bow" // -------------------------------------------------------- // Inventory and Force // -------------------------------------------------------- // Inventory bind [ "invprev" // Inventory Previous bind ] "invnext" // Inventory Next bind ENTER "+button2" // Use Selected Item // Force // Neutral bind f1 "force_throw" // Force Push bind f2 "force_pull" // Force Pull bind F3 "force_speed" // Force Speed bind F4 "force_seeing" // Force Seeing bind R "force_throw" bind G "force_pull" // Light Side bind F6 "force_distract" // Force Invisible bind F5 "force_heal" // Force Heal bind F9 "force_protect" // Force Protect bind F10 "force_absorb" // Force Absorb bind BACKSPACE "force_healother" // Force Heal Other // Dark Side bind F8 "+force_grip" // Force Grip bind F7 "+force_lightning" // Force Lightning //bind z "force_rage" // Force Dark Rage //bind q "+force_drain" // Force Drain //bind \ "force_forcepowerother" // Force Energize //bind x "forcenext" // Scroll Next Force //bind z "forceprev" // Scroll Previous Force //bind f "+useforce" // Use Selected Force // -------------------------------------------------------- // Weapons and Attacking // -------------------------------------------------------- // Weapons bind 1 "weapon 1" // Lightsaber bind 2 "weapon 2" // DL-44 heavy blaster pistol bind 3 "weapon 3" // E-11 Blaster Rifle bind 4 "weapon 4" // Tenloss Disruptor Rifle bind 5 "weapon 5" // Wookie Bowcaster bind 6 "weapon 6" // Imperial Heavy Repeater W/ Concussion Launcher bind 7 "weapon 7" // Destructive Electromagnetic Pulse 2 (DEMP 2) Gun bind 8 "weapon 8" // Golan Arms FC-1 Flechette bind 9 "weapon 13" // Stouker Concussion Rifle bind 0 "weapon 9" // Merr-Sonn PLX-2M Portable Missle System bind - "weapon 10" // Throwable Items bind = "weapon 0" // Stun Baton // Attacking bind MOUSE1 "+attack" // Primary bind F "+altattack" // Secondary //bind G "+altattack; force_pull" //Special Throw // Misc. bind MOUSE4 "saberAttackCycle" // Saber Stance Toggle bind MWHEELUP "weapprev" // Previous Weapon bind MWHEELDOWN "weapnext" // Next Weapon // -------------------------------------------------------- // Misc. // -------------------------------------------------------- // bind DEL "scoresDown" // Scroll Scores Down //bind INS "scoresUp" // Scroll Scores Up bind TAB "+scores" // Show Score Board bind E "+use" // Use / Activate bind K "engage_duel" // Engage in a Duel bind L "amffduelchallenge" bind P "cg_thirdperson " // Toggle Third Person bind j "taunt" // Voice Taunt bind / "screenshot" // Takes Screenshot // -------------------------------------------------------- // Special Binds // -------------------------------------------------------- // MENUS bind f12 "exec tidomodes.cfg" // Set Tido Modes // DEFAULT BINDINGS KEY // MESSAGE TYPE bind u messagemode3 bind y messagemode bind i messagemode2 You'll see that F12 execs 'tidomodes.cfg': tidomodes.cfg: Quote: cl_noprint 0 con_notifytime 15 play sound/interface/button1.mp3 echo echo ^5Ti^7do Standard^7: ^3F1 ^7| ^1Ti^0do ^1Red^7: ^3F2 ^7| ^7Tido n00b^7: ^3F3 echo ^5Ti^7do RP: ^3F4 ^7| ^5Dead^7Weight^7: ^3F5 ^7| ^0Teh Little Gollums!^7: ^3F6 echo ^7<BLANK>: ^3F7 ^7| ^7<BLANK>: ^3F7 ^7| ^7Exit: ^3F8 bind f1 "exec tido.cfg;exec tidostandard.cfg" bind f2 "exec tido.cfg;exec tidored.cfg" bind f3 "exec tido.cfg;exec tidon00b.cfg" bind f4 "exec tido.cfg;exec tidorp.cfg" bind f5 "exec tido.cfg;exec deadweight.cfg" bind f6 "exec tido.cfg;exec tehlittlegollums.cfg" bind f7 "exec tido.cfg" bind f8 "exec tido.cfg" Those are all my little profiles. tidostandard.cfg: Quote: cl_noprint 0 play sound/interface/button1.mp3 seta name "^5Ti^7do ^5Ken^7obi" seta saber1 "Anakin" seta color1 "4" seta model "jedi_hm/head_c1|torso_d1|lower_a1" seta char_color_blue "255" seta char_color_green "182" seta char_color_red "123" bind End "say ^5Good ^7Fight^7!" // After Duel bind Home "say ^5Good ^7Luck^7!; wait 145; say ^7Vires ^5et ^7Honos^7!" bind Ins "say ^5Hey ^7Mate^7!" bind Del "say ^5L^7o^5L^7!" echo ^5Ti^7do Standard tidored.cfg: Quote: cl_noprint 0 play sound/interface/button1.mp3 seta name "^1Ti^0do" seta saber1 "Anakin" seta color1 "0" seta model "jedi_hm/head_c1|torso_d1|lower_a1" seta char_color_blue "0" seta char_color_green "0" seta char_color_red "100" bind End "say ^1G^0ood ^1F^0ight^7!" // After Duel bind Home "say ^1G^0ood ^1^0Luck^7!; wait 130; say ^1V^0eritas ^0et ^1A^0equitas^7!" bind Ins "say ^1H^0ey ^1M^0ate^7!" bind Del "say ^1L^0o^1L^7!" echo ^1Ti^0do ^1Red Anyways, that is were my script stands right now. I am planning to make some major updates to it soon. Hope that helps. |
SaberWeildinKow - Student |
Hey good fun on SWG, I just got a mic so we should hit TS |
Gradius - Ex-Student |
Congrats on your paddyship bro! _______________ - Proud padawan of Kueller. - We really are at the beginning of it all. The trick, of course, is to make sure we never find the end. - Bill Bryson, A Short History of Nearly Everything - <gen-e-sis-happy> Liek, you can train, liek, a n00b, but he'll just be a trained n00b... --> Wise words! - "daer SOE me likes your a company i am having your some money for letting me do stuff cos mes the best amd i do it all meself" - Slider |
n00b - Student |
Uuuuuuuuuuu! _______________ Gone but hopefully not forgotten... |
gerbilOFdoom - Student |
Do you have to pay to be able to play Star Wars:glaxias? Me and my dad got it and it ses recierd fees? |
MOTREC - Student |
guess who thats right its smelly |
MOTREC - Student |
you rock bro i like your sense of humor |
MOTREC - Student |
/me dodges 1000 times and as far as old slob goes "your mother was an old slob" lol jk and like n00b says give your hand a break. it could fall off. This comment was edited by MOTREC on Jul 25 2004 08:08pm. |
n00b - Student |
Yo Steve My name is Steve, good name Give your hand a break man! _______________ Gone but hopefully not forgotten... |
Tido - Student |
Quote: tido=s3x manta>s3x |
Tido - Student |
great duels last night! |
Roan Belouve - Retired |
Manta liked the saber lock post, and added my 2pence worth See/talk to you soon Roan SABER LOCK LOVER _______________ *Bro to Vaxxla,Padawan of FiZZandOdan-Wei Part of the mighty Belouve Dynasty-Knight of Nippledom.Twin of Selphestal!**Proud Master to Kaelis and Acura Friend to anyone who would call me the same . Pic by the amazing Majno (merry) |
n00b - Student |
Manta you da man! Where's the piccy? _______________ Gone but hopefully not forgotten... |
manta - Student |
Quote: hey man, was a blast last night! you were owning my butt by the end of the night! LMAO, owning your butt, that sounds dirty |
3th - Retired |
hey man, was a blast last night! you were owning my butt by the end of the night! _______________ this is the internet, be serious damn it! |
Janiriki - Student |
Howdy nice meeting & talking to ya, Awesome duels! _______________ Proud to be Padawan to Sared "It's not over 'till I WIN!!!" Les Brown |If at first you don't succeed...you're doing about average! «§pecial ©haracters guide» | Winners never quit & quitters never win! This comment was edited by Janiriki on May 29 2004 11:04am. |
Roan Belouve - Retired |
Man i have your first two post nice duels and chatting see you soon! _______________ *Bro to Vaxxla,Padawan of FiZZandOdan-Wei Part of the mighty Belouve Dynasty-Knight of Nippledom.Twin of Selphestal!**Proud Master to Kaelis and Acura Friend to anyone who would call me the same . Pic by the amazing Majno (merry) |
Roan Belouve - Retired |
Hey Welcome to the JA. My bros (Bail or Squib) normally post on New ppls profiles with lots of really good info. I think there both busy atm Exams and stuff. Here’s Squib’s normal greeting, he can speel better than me! LOL Quote: Greetings I'm Squibit Belouve simply another student here like you. Welcome to the Jedi academy, I hope you enjoy your time here, however long it is that you are with us. If you have any questions please feel free to contact me, or any other member. We are all helpful and respectful to each other here (other wise we are kicked out). You can access the server page here. Also feel free to visit our IRC channel. Please remember to check out the rules however so that there are no misunderstandings. While any body will almost certainly help you if they can to attend official classes go to the classes page and click details next to one that interests you. If the description is what you are looking for then feel free to enrol. (press the button). Please try not to miss classes, though all teachers will understand there are times when RL becomes more important than JK (“It does ???”). All of the site (class times post times etc.) will be set to your time zone, as long as you set it in your profile settings. If you enter your name on a messaging program I could add you so that you can ask questions that need quicker responses. To leave me a message simple click on my name or picture to the left of this post and add a comment on MY profile. I will be sure to check there but may not check back here. MTFBWY (May The Force Be With You) -- Squibit of Belouve HAVE FUN _______________ *Bro to Vaxxla,Padawan of FiZZandOdan-Wei Part of the mighty Belouve Dynasty-Knight of Nippledom.Twin of Selphestal!**Proud Master to Kaelis and Acura Friend to anyone who would call me the same . Pic by the amazing Majno (merry) |
< Recent Comments | Login and add your comment! |