Session Start: Mon May 23 20:50:04 2011
Session Ident: Wilder
01[08:50pm] <Hunden> http://pastebin.ca/2067803
01[08:50pm] <Wilder> tx for dat
01[09:00pm] <Hunden> nps
01[09:00pm] <Hunden> save it for once ;D
01[09:00pm] <Wilder> heh
01[10:18pm] <Wilder> what cs file do I paste that in?
01[10:18pm] <Wilder> doing it noqw
01[10:18pm] <Wilder> 01.function Sayer::Return()
01[10:18pm] <Wilder> 02.{
01[10:18pm] <Wilder> 03. say(1, "Return now!~wretflag");
01[10:18pm] <Wilder> 04.}
01[10:18pm] <Wilder> 05.
01[10:18pm] <Wilder> 06.function Sayer::addBindsToMenu() after GameBinds::Init
01[10:18pm] <Wilder> 07.{
01[10:18pm] <Wilder> 08. $GameBinds::CurrentMap = %sae;
01[10:18pm] <Wilder> 09. $GameBinds::CurrentMapHandle = GameBinds::GetActionMap2( %sae );
01[10:18pm] <Wilder> 10. GameBinds::addBindCommand( "Say:Return", "Sayer::Return();", "" );
01[10:20pm] <Hunden> either in any file with ending "acs.cs" into modules
01[10:20pm] <Hunden> or after the lines in autoexec
01[10:20pm] <Hunden> i'd recomment the first
01[10:20pm] <Hunden> create one, call it "oneclicksay.acs.cs" or something
01[10:20pm] <Wilder> k will try that now tx
01[10:20pm] <Wilder> k
01[10:20pm] <Hunden> then bind the key ingame
01[10:20pm] <Wilder> in modules
01[10:20pm] <Hunden> yep
01[10:20pm] <Wilder> k
01[10:21pm] <Hunden> (all files in modules with acs.cs will be automatically loaded)
01[10:21pm] <Wilder> ah
01[10:22pm] <Hunden> adn paste the thing from the lower field, that has no line numbers
01[10:22pm] <Wilder> done that
01[10:23pm] <Wilder> anything in autoexec no?
01[10:23pm] <Wilder> as its auto loaded
01[10:23pm] <Wilder> Im guessing no
01[10:23pm] <Hunden> nah
01[10:23pm] <Wilder> k
01[10:23pm] <Hunden> correct
01[10:23pm] <Wilder> so
01[10:23pm] <Wilder> to edit in game presses
01[10:23pm] <Hunden> options->binds
01[10:23pm] <Hunden> find "say:return"
01[10:23pm] <Wilder> yep
01[10:24pm] <Wilder> GameBinds::addBindCommand( "Say:Return", "Sayer::Return();", "" );
01[10:24pm] <Wilder> }
01[10:24pm] <Wilder> that one
01[10:24pm] <Wilder> so if I used say caps lock
01[10:25pm] <Wilder> as my command to return
01[10:25pm] <Hunden> bind it to caps lock
01[10:25pm] <Wilder> GameBinds::addBindCommand( "Say:Return", "Sayer::Return();", "" );
01[10:25pm] <Wilder> where in that does it go?
01[10:25pm] <Wilder> tween the ()?
01[10:25pm] <Wilder> or the ""
01[10:26pm] <Wilder> GameBinds::addBindCommand( "Say:Return", "Sayer::Return();", "caps lock" );
01[10:26pm] <Hunden> wat a sec
01[10:28pm] <Hunden> ^must have made an error somewhere
01[10:28pm] <Hunden> got it
01[10:29pm] <Wilder> ..
01[10:30pm] <Hunden> http://pastebin.ca/2067838
01[10:30pm] <Hunden> replace previous shit
01[10:30pm] <Wilder> k
01[10:30pm] <Hunden> binds are made ingame, no fiddling with scripts
01[10:31pm] <Hunden> under game, probably at the bottom
01[10:31pm] <Wilder> great
02[10:31pm] 01[12N01] Dick #duh.t1 They aren't on that channel
01[10:32pm] <Wilder> oki
01[10:33pm] <Wilder> I will try it now see what happens
01[10:36pm] <Wilder> hmm
01[10:36pm] <Wilder> cant see anything relating to flag return in binds section of the in game options
01[10:38pm] <Hunden> i checked on a clean 1.4 install
01[10:38pm] <Hunden> it works
01[10:38pm] <Hunden> close tribes, open tribes, go to options, press console
01[10:39pm] <Wilder> I named the file onepress.acs
01[10:39pm] <Hunden> you forgot
01[10:39pm] <Hunden> acs.cs
01[10:39pm] <Wilder> put the stuff in you posted
01[10:39pm] <Wilder> sec
01[10:40pm] <Wilder> think itr was that actually but trying it again in case
01[10:40pm] <Wilder> function Sayer::Return()
01[10:40pm] <Wilder> {
01[10:40pm] <Wilder> say(1, "Return now!~wretflag");
01[10:40pm] <Wilder> }
01[10:40pm] <Wilder> function Sayer::addBindsToMenu() after GameBinds::Init
01[10:40pm] <Wilder> {
01[10:40pm] <Wilder> echo("Binding");
01[10:40pm] <Wilder> $GameBinds::CurrentMap = "playMap.sae";
01[10:40pm] <Wilder> $GameBinds::CurrentMapHandle = GameBinds::GetActionMap2( $GameBinds::CurrentMap );
01[10:41pm] <Wilder> GameBinds::addBindCommand( "SayReturn", "Sayer::Return();", "" );
01[10:41pm] <Wilder> }
01[10:41pm] <Wilder> do I edit nothing in there
01[10:41pm] <Hunden> no
01[10:41pm] <Wilder> k
01[10:42pm] <Hunden> does the filename really end with ".acs.cs" ?
01[10:42pm] <Hunden> thats the important part
01[10:42pm] <Wilder> yes
01[10:42pm] <Wilder> what does it show in the binds in game section when you tried ity?
01[10:42pm] <Hunden> SayReturn
01[10:42pm] <Hunden> last line of game
01[10:43pm] <Hunden> could be a bit more up, depending on your other scripts
01[10:43pm] <Wilder> well its not showing & I have no additional things in 1.4
01[10:44pm] <Wilder> wierd
01[10:44pm] <Hunden> k, start tribes, press console, and you should be a lot of lines like
01[10:44pm] <Wilder> thats named correctly
01[10:44pm] <Hunden> "executing Modules blablabla"
01[10:44pm] <Wilder> k
01[10:44pm] <Hunden> find onepress.acs.cs, any syntax error right below it?
01[10:45pm] <Wilder> got that
01[10:45pm] <Wilder> there in nothing for 20 lines below that
01[10:45pm] <Wilder> except
01[10:45pm] <Wilder> an error message 20 lines down
01[10:46pm] <Hunden> when you go to options, check console immediately
01[10:46pm] <Hunden> is the last line "binding" ?
01[10:47pm] <Wilder> oki heres what I got showing
01[10:48pm] <Wilder> error adding menu to playchat menu - thats towards the top
01[10:48pm] <Hunden> yeah nps
01[10:48pm] <Wilder> then there are a few adds inc the one we put in
01[10:48pm] <Wilder> then 20 lines down is this
01[10:50pm] <Wilder> bsah
01[10:50pm] <Wilder> it wont let me scroll to it now
01[10:50pm] <Hunden> ^press enter a few times to add lines and get the shit to scroll u there
01[10:51pm] <Wilder> All the module scripts are shown as loaded btw
01[10:51pm] <Hunden> it's impossible to fail
01[10:52pm] <Hunden> [22:46] <Hunden> when you go to options, check console immediately
01[10:52pm] <Hunden> [22:46] <Hunden> is the last line "binding" ?
01[10:52pm] <Wilder> well its not in the binds - btw that error line isnt there now
01[10:52pm] <Wilder> so I got the one message I mentioned, then all the scripts loaded then nada
01[10:53pm] <Wilder> the binds are listed, but theres nothing for flags mentioned
01[10:53pm] <Hunden> flags?
01[10:53pm] <Hunden> what flags?
01[10:53pm] <Wilder> flag return
01[10:53pm] <Wilder> what is it listed as in your binds?
01[10:53pm] <Hunden> hurgh!
01[10:54pm] <Hunden> i've no pasted the file into 5 of my config and it worked everytime
01[10:55pm] <Hunden> including default 1.40
01[10:55pm] <Wilder> well idk, its showing as loading
01[10:55pm] <Wilder> but there nothing in binds to show it
01[10:55pm] <Hunden> [22:52] <Hunden> [22:46] <Hunden> when you go to options, check console immediately
01[10:55pm] <Hunden> [22:52] <Hunden> [22:46] <Hunden> is the last line "binding" ?
01[10:55pm] <Hunden> for the 3rd time
01[10:56pm] <Wilder> what should the last line say?
01[10:56pm] <Wilder> mine say //
01[10:57pm] <Hunden> read up a bit
01[10:57pm] <Wilder> client initialised
01[10:58pm] <Wilder> using open SS1.00 beta
01[10:58pm] <Hunden> executing options.cs
01[10:58pm] <Wilder> checking
01[10:58pm] <Hunden> evalsearch path error mayb
01[10:58pm] <Hunden> 1.00000
01[10:58pm] <Wilder> thats what i had earlier when I couldnt scroll
01[10:58pm] <Wilder> but its not there now
01[11:00pm] <Wilder> oki
01[11:00pm] <Wilder> no mention of executing options
01[11:00pm] <Wilder> checked it all
01[11:00pm] <Hunden> wtf
01[11:00pm] <Hunden> can't be
01[11:00pm] <Hunden> screenshot please
01[11:00pm] <Wilder> everything else is executed inc the onepress.acs.cs
01[11:01pm] <Hunden> dude
01[11:01pm] <Hunden> open tribes
01[11:01pm] <Hunden> press the option button
01[11:01pm] <Wilder> oki this may sound daft wbut Screenshot is F8
01[11:02pm] <Hunden> THEN go to console
01[11:02pm] <Wilder> yes
01[11:02pm] <Hunden> you've done that?
01[11:02pm] <Wilder> yes
01[11:02pm] <Hunden> now press "print screen" and send me the shit, i can't believe it
01[11:03pm] <Wilder> already did
01[11:03pm] <Wilder> but Idk where to retrive the screenshot from
01[11:03pm] <Wilder> thats what I was going to ask
01[11:03pm] <Wilder> ..
01[11:03pm] <Hunden> using paint
01[11:03pm] <Wilder> oki yes it says binding
01[11:03pm] <Wilder> does now
01[11:03pm] <Wilder> didnt b4
01[11:03pm] <Hunden> or just your temp folder?
01[11:04pm] <Wilder> k
01[11:04pm] <Hunden> fuck are you trolling me?
01[11:05pm] <Wilder> seriously idk where the hell it is
01[11:05pm] <Hunden> your fucking /temp/ folder
01[11:05pm] <Hunden> where else
01[11:05pm] <Wilder> i never fuck about with things so i have no clue what Im doing here
01[11:05pm] <Wilder> checked temp
01[11:05pm] <Wilder> nada
01[11:06pm] <Wilder> recordings no
01[11:06pm] <Hunden> OKAY
01[11:07pm] <Wilder> print screen is F8 but theres nothing anywhere in the game foolders I can see
01[11:07pm] <Hunden> you actually tell me that, when you press the print screen button, you don't get a screenshot in your temp folder?
01[11:07pm] <Wilder> should be in temp
01[11:07pm] <Hunden> print screen is print screen
01[11:07pm] <Hunden> not F8
01[11:07pm] <Wilder> well theres no screenie i nthere but yes it should be there I guess
01[11:07pm] <Wilder> its F8 on my keybaord
01[11:08pm] <Wilder> PrtScn
01[11:08pm] <Wilder> I will retry
01[11:08pm] <Hunden> sure you don't have to press a modifier?
01[11:08pm] <Hunden> laptop Fn or something
01[11:09pm] <Wilder> nope its a desktop Athalon & theres nothing in temp folder -I remember thats where it should go
01[11:10pm] <Wilder> fuck this - cant take more of your time than I have done but its cursed -something as simple as a screenshot & its not registering that - one last time
01[11:10pm] <Wilder> I have an idea
01[11:11pm] <Wilder> it may take it if I am in game - if not I can record that shit
01[11:11pm] <Wilder> that will show up
01[11:11pm] <Wilder> sec
01[11:12pm] <Hunden> it's just unbelievable, i can't believe it
01[11:13pm] <Wilder> me 2
01[11:14pm] <Wilder> there
01[11:14pm] <Wilder> file recording
01[11:14pm] <Wilder> only way I could think of
01[11:14pm] <Hunden> won't help
01[11:15pm] _______________12_______________14_______________
01[11:15pm] | 14Wilder (~Wilder12@92.16.90.102)
01[11:15pm] | 12name 14: ...
01[11:15pm] | 12chan 14: @#t1mixed @#mhhh
01[11:15pm] | 12serv 14: *.quakenet.org QuakeNet IRC Server
01[11:15pm] | 12idle 14: 1min 4secs, signed on 2hrs 44mins 47secs ago
01[11:15pm] ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯12¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯14¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
[11:16pm] 12<Query> 1<retsgit> hahaha
01[11:16pm] <Wilder> sec one last thought
[11:16pm] 12<Query> 1<retsgit> i've already helped him with installing netset
[11:16pm] 12<Query> 1<retsgit> =)
[11:16pm] 12<Query> 1<retsgit> i troll him all the time 4 it dude
01[11:16pm] <Hunden> nah it's really like you do not even use 1.4
[11:16pm] 12<Query> 1<retsgit> and the translation was really easy to figure out. The words used are very similiar to english =p
01[11:18pm] <Wilder> I just use whats in the game - I know little about adding stuff & fuck all about cheating lol
[11:18pm] 12<Query> 1<retsgit> it means that someone is hardly capable of using his/her brain
01[11:18pm] <Wilder> still tx for the effort - pity we couldnt get it to work but tx anyway
01[11:18pm] <Hunden> heheh yeah but it's like copy paste and it work on bloody default 1.40
[11:18pm] 12<Query> 1<retsgit> iq fiskmås, iq badboll
[11:19pm] 12<Query> 1<retsgit> iq gull and iq ball are the best
01[11:19pm] <Wilder> I have default 1.40
01[11:19pm] <Wilder> but its loading
01[11:19pm] <Wilder> but it doesnt show up in the binds
01[11:19pm] <Wilder> so that tells me the script is ok or it wouldnt load
01[11:20pm] <Hunden> come zip your damn config folder and i'll see, i m really in age, i have to know
01[11:20pm] <Wilder> so something is stopping it from registering up in binds but what that is idk
01[11:20pm] <Hunden> yewah
01[11:20pm] <Wilder> oki
01[11:20pm] <Hunden> and i'll never talk to you again when i extract it into a clean install and it works instantly
01[11:20pm] <Wilder> lol
01[11:21pm] <Hunden> ^^
01[11:21pm] <Wilder> zipping it now
05[11:23pm] -Wilder- DCC Send config.rar (92.16.90.102)
01[11:24pm] <Hunden> dcc's a piece of shit, can't u use sendspace or any of those ways?
01[11:24pm] <Wilder> yes sec
01[11:26pm] <Wilder> http://www.mediafire.com/?m0ugddl7jb3g1er
01[11:27pm] <Hunden> [23:20] <Hunden> and i'll never talk to you again when i extract it into a clean install and it works instantly
01[11:28pm] <Wilder> ...
01[11:28pm] <Wilder> brb got to get some rice b4 shops close
01[11:28pm] <Wilder> lemmie know how you get on..
01[11:29pm] <Hunden> get your damn rice
01[11:34pm] _______________12_______________14_______________
01[11:34pm] | 14Wilder (~Wilder12@92.16.90.102)
01[11:34pm] | 12name 14: ...
01[11:34pm] | 12chan 14: @#t1mixed @#mhhh
01[11:34pm] | 12serv 14: *.quakenet.org QuakeNet IRC Server
01[11:34pm] | 12idle 14: 5mins 53secs, signed on 3hrs 3mins 59secs ago
01[11:34pm] ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯12¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯14¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
01[11:35pm] <Hunden> looooooooooool
01[11:40pm] <Hunden> you have a crazy key layout
01[11:59pm] _______________12_______________14_______________
01[11:59pm] | 14Wilder (~Wilder12@92.16.90.102)
01[11:59pm] | 12name 14: ...
01[11:59pm] | 12chan 14: @#t1mixed @#mhhh
01[11:59pm] | 12serv 14: *.quakenet.org QuakeNet IRC Server
01[11:59pm] | 12idle 14: 30mins 34secs, signed on 3hrs 28mins 40secs ago
01[11:59pm] ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯12¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯14¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Session Time: Tue May 24 00:00:00 2011
01[12:06am] <Wilder> yeah i play LH but Im not a leftie
01[12:09am] <Hunden> you're just blind, i'm sure the bind is there
01[12:09am] <Wilder> can u see it?
01[12:09am] <Wilder> I cant
01[12:10am] <Hunden> just scroll down the game binds and it has to be there
01[12:11am] <Wilder> open game with my config & see if you can find it -its not there
01[12:11am] <Wilder> loads ok
01[12:11am] <Wilder> but nada when u look for it in options
01[12:11am] <Hunden> what's last entry in game binds?
01[12:13am] <Wilder> show in game stats
01[12:13am] <Hunden> IN GAME
01[12:13am] <Hunden> not in global
01[12:16am] <Wilder> in the binds page in the game options
01[12:16am] <Hunden> exactly
01[12:16am] <Wilder> muther fucker
01[12:16am] <Hunden> in the binds page, in the game tab
01[12:16am] <Wilder> yeah yeah
01[12:16am] <Wilder> its there
01[12:16am] <Wilder> .....
01[12:16am] <Hunden> you damn retard
01[12:16am] <Wilder> oops
01[12:16am] <Hunden> i spent 3 fucking hours
06[12:16am] * Wilder hides
01[12:16am] <Wilder> told you I knew shit bout these things
01[12:17am] <Wilder> amazes me when peeps acuse me of cheating - wish I knew how - would be nice
01[12:17am] <Hunden> you should at least know the idiot proof gui things, nothing to do with anything complicated
01[12:17am] <Wilder> well leasty I know how to add that one now =P
01[12:17am] <Wilder> one thing
01[12:18am] <Hunden> how can you be so weird, and not even check the other tabs when i send you to look for and entry
01[12:18am] <Wilder> can that be duplicated for other commands within the same cs file?
01[12:18am] <Wilder> tbh it didnt occur to me to look I just went to the 1st page
01[12:19am] <Wilder> I assumed that was the page u meant
01[12:19am] <Hunden> [22:31] <Hunden> under game, probably at the bottom
01[12:20am] <Hunden> idk if it's stupidity or what, without moving your ass a single inch you'll never learn that this isn't that complicated
01[12:21am] <Hunden> of course it can be simply changed to have finds for more things but now i'm quite in rage
01[12:21am] <Wilder> well its working so I appreciate the time & trouble you took over this
01[12:22am] <Wilder> I will try it out later but see if I can add stuff first
01[12:22am] <Hunden> if you just opened your damn eyes one time it would have been 2h ago
01[12:22am] <Wilder> sorry for that.
01[12:24am] <Hunden> yeh
01[12:29am] _______________12_______________14_______________
01[12:29am] | 14Wilder (~Wilder12@92.16.90.102)
01[12:29am] | 12name 14: ...
01[12:29am] | 12chan 14: +#mhhh @#t1mixed
01[12:29am] | 12serv 14: *.quakenet.org QuakeNet IRC Server
01[12:29am] ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯12¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯14¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯