[00:23:38] <vknecht> cool, received a mail from Simon, he has some sounds for collision and GUI
[00:24:05] <vknecht> will somehow forward or write a mail to mailing list tomorrow
[00:26:50] <vknecht> 'night
[00:27:05] vknecht has quit: "Fear My Beer"
[02:36:33] orogor has quit: "Leaving"
[05:22:44] asantoni has quit: "Ex-Chat"
[08:27:02] renaud__ has quit: "Quitte"
[09:27:40] funto has joined #ecksdee
[09:28:09] <renaud> Hi
[10:11:35] orogor has joined #ecksdee
[12:19:46] vknecht has joined #ecksdee
[12:20:01] <vknecht> hi
[12:25:45] <renaud> hi vknecht
[12:26:06] <vknecht> salut renaud
[12:31:42] <vknecht> renaud, the lobby server worked for a little while, but now it doesn't seem to answer game listing requests...
[12:31:52] <vknecht> can you check the output ?
[12:32:22] <vknecht> and, mmm, perhaps change the name so there's no ' character in it ?
[12:54:58] cfraz89 has joined #ecksdee
[12:56:01] <cfraz89> hi
[13:05:27] <vknecht> hey cfraz89
[13:05:35] <cfraz89> hey vknecht
[13:06:24] <vknecht> I had lobby installed on renaud's box yesterday, it worked for a little while, but now it "hangs" when requesting game list
[13:06:29] <vknecht> any idea ?
[13:07:12] <cfraz89> hmm thats wierd
[13:07:33] <cfraz89> i can't say i've seen that happen in a while
[13:07:38] <cfraz89> did you run it through nohup?
[13:08:07] <vknecht> nope, I don't have access to the box; what should that do ? reload it ?
[13:08:15] <cfraz89> try, it may help
[13:08:30] <renaud> well actualy the lobby server is down
[13:08:41] <vknecht> ah, ok
[13:08:57] <cfraz89> the box, or process?
[13:09:04] <renaud> the process
[13:09:10] <cfraz89> poo
[13:09:11] <renaud> i'm launchong it again
[13:09:24] <vknecht> cfraz89, btw, isn't there some periodic refresh on master server to delete old entries ?
[13:09:40] <cfraz89> yeah, but it only gets woken up when a new server reports in
[13:09:58] <vknecht> ah, mmm
[13:10:03] <cfraz89> its not great
[13:11:04] <renaud> crap forgot to put en env var in my .bash_profile
[13:11:18] <vknecht> and I think a lobby requires to have its port accessible from outside, it doesn't have NAT punch-through, right ?
[13:11:33] <cfraz89> right
[13:12:05] <cfraz89> i think the nat punch through for the game servers is working
[13:12:11] <renaud> nope
[13:12:26] <cfraz89> it isn't?
[13:12:52] <renaud> no :) I meant no I have no nat
[13:12:57] <cfraz89> ah ok
[13:13:41] <vknecht> renaud, nor firewall (iptables or something) ?
[13:14:01] <cfraz89> vknecht:right now i'm working on a script to create patches between versions
[13:14:28] <cfraz89> because i spent a whole day trying to make a patch manually, and then all it did was crash the game
[13:14:37] <vknecht> ah :)
[13:14:45] cfraz89 has quit: "Konversation terminated!"
[13:14:52] cfraz89 has joined #ecksdee
[13:15:03] <cfraz89> vknecht:right now i'm working on a script to create patches between versions
[13:15:05] <cfraz89> [21:12] <cfraz89> because i spent a whole day trying to make a patch manually, and then all it did was crash the game
[13:15:20] <vknecht> still didn't try the updater; didn't really know how to use it ;-)
[13:15:50] <renaud> vknecht, justiptables
[13:16:49] <cfraz89> vknecht: which part?
[13:16:51] <vknecht> renaud, ok; I guess lobby needs a rule to allow connections on port 1827
[13:17:31] <renaud> ok I will check, the box was installed yesterday with defaults params
[13:17:54] <vknecht> cfraz89, well, how to exactly make the patch for one, then all operations like adding the tar file to some patch list and such
[13:18:00] <cfraz89> if you have no nat, you should be set
[13:18:14] <cfraz89> vknecht: its a tad complicated, but not much
[13:18:22] <cfraz89> all you have is the file called patchrules
[13:18:39] <cfraz89> and some other files you gotta copy in
[13:18:48] <cfraz89> but once i'm done with this script it will be easy :)
[13:18:53] <renaud> http://pastebin.com/d6d04ed2b hum.. it worked yesterday oO
[13:19:15] <cfraz89> thats it looking for celstart
[13:19:19] <cfraz89> you exported CEL?
[13:20:24] <renaud> ok spelling misstakes.....
[13:20:31] <renaud> I'm gonna get some coffe
[13:21:21] <renaud> ok it's running
[13:21:44] <vknecht> yeah, it's registered on master server
[13:23:05] <vknecht> anyone to try a XD session ?
[13:23:31] <renaud> I can't i'm at work
[13:23:47] <vknecht> ok, np
[13:24:02] <cfraz89> :)
[13:24:25] <cfraz89> ok
[13:24:38] <vknecht> cfraz89, btw, I made a little scripts which helps me a lot with tracking changes in IO
[13:24:54] <cfraz89> how did that work?
[13:25:04] <vknecht> http://rafb.net/p/pH2tdY95.html
[13:25:11] <vknecht> a backup of your SVN
[13:25:16] <vknecht> then launch Trac :)
[13:25:22] <cfraz89> ah :)
[13:25:31] <cfraz89> btw vknecht ImportError: No module named ioBaseInit
[13:25:40] <cfraz89> that happens when pythonpath isn't set to iodata/scripts
[13:25:50] <vknecht> yeah, u need to add data/scripts/
[13:26:02] <cfraz89> i know a way around that
[13:26:06] <vknecht> I moved ioBaseInit.py there, maybe not a super idea
[13:26:06] <cfraz89> after importing sys
[13:26:09] <cfraz89> just do
[13:26:13] <cfraz89> sys.path.append('
[13:26:17] <cfraz89> ioData/scripts)
[13:26:26] <cfraz89> i mean also after cding to the current folder
[13:26:34] <cfraz89> so import os and sys
[13:26:37] <cfraz89> cd into the base folder
[13:26:42] <cfraz89> then add to sys.path
[13:26:50] <cfraz89> then import ioBaseInit
[13:27:02] <vknecht> mmm, ok, will try that later
[13:27:20] <cfraz89> ok, lets play
[13:28:26] <vknecht> I'm in game, see it ?
[13:28:42] <cfraz89> i can see your game, but can't get any data from it
[13:29:01] <vknecht> ok, might be cause I'm behind 2 routers...
[13:29:08] <cfraz89> lol maybe
[13:29:13] <cfraz89> i'll try hosting :)
[13:29:28] <vknecht> ok
[13:29:29] <cfraz89> which track?
[13:29:34] <vknecht> 4
[13:29:49] <vknecht> I mean Track4
[13:29:50] <cfraz89> ok, hosted
[13:30:06] <vknecht> ok, I see it, joining...
[13:30:17] <vknecht> mmm
[13:30:25] <cfraz89> ?
[13:30:39] <vknecht> ok, didn't have the Join button active at once :)
[13:30:52] <cfraz89> my game crashed :O
[13:31:08] <cfraz89> i'll try join in again
[13:31:41] <vknecht> ah ? how so ?
[13:31:52] <cfraz89> as sooon as you joined and it said setting position
[13:31:55] <cfraz89> it crashed
[13:32:02] <vknecht> mmm
[13:32:32] <cfraz89> ok, i'm joining in again
[13:35:11] <cfraz89> how to talk?
[13:35:16] <vknecht> F2
[13:35:29] <renaud> hum ok so apparently there is absolutly no kind of protection with the default install of this box...
[13:36:59] <renaud> are you racing ?
[13:37:13] <vknecht> well, yes
[13:37:32] <renaud> hum.. and the lobby server runs the physics simulations and load the maps ?
[13:37:39] <vknecht> nope
[13:37:44] <renaud> oh ok :)
[13:37:58] <vknecht> that's the game server job which runs on one of the player's machine
[13:38:05] <renaud> ok
[13:44:09] <vknecht> cfraz89, ok, not too bad for a first test :)
[13:44:43] chris__ has joined #ecksdee
[13:45:01] <chris__> my internet go bad
[13:45:05] chris__ changed nick to: cfraz89_2
[13:45:12] <vknecht> :)
[13:45:19] <vknecht> cfraz89, ok, not too bad for a first test :)
[13:45:24] <cfraz89_2> yeah :)
[13:45:26] <vknecht> as you can see, the racing gametype is not yet finished...
[13:45:37] <cfraz89_2> good progress though
[13:45:45] <cfraz89_2> well done
[13:45:45] <vknecht> will have to check deathmatch, to allow llonger games
[13:46:27] cfraz89 has quit: Read error: 104 (Connection reset by peer)
[13:46:37] cfraz89_2 changed nick to: cfraz89
[13:48:05] <vknecht> I noted a python error in ioVehicleCl, in r_hl_dmg(): self.die(source) -> source not defined
[13:48:43] <cfraz89> yeah, saw that too
[13:49:03] <vknecht> I prolly missed an update in there :)
[13:49:08] <cfraz89> maybe :)
[13:49:39] <vknecht> crap, I forgot to take a screenshot :)
[13:50:26] <vknecht> how is it going with sounds in IO ?
[13:51:12] <cfraz89> getting tere
[13:51:23] <cfraz89> we got sounds for the rocket launcher, which is just plain cool
[13:51:29] <cfraz89> in combination with the multifire it uses now
[13:51:40] <cfraz89> and i got sounds for the minelayer, but haven't put them in yet
[13:52:39] <vknecht> there's a guy who just sent me sounds for collisions and GUI; I think it will be no problem for you to use them if you want
[13:52:48] <cfraz89> cool, thanks
[13:53:10] <cfraz89> will probably have to add some events for the gui, like mouseovers
[13:53:26] <cfraz89> you got a message in #crystalspace :)
[13:57:04] asantoni has joined #ecksdee
[14:03:19] <vknecht> hey asantoni
[14:03:31] <asantoni> hey vince, just heading to work!
[14:03:32] <asantoni> :(
[14:03:41] <vknecht> ah, sad
[14:03:56] MistaED has joined #ecksdee
[14:03:56] <vknecht> we just had the first networked XD game session :)
[14:05:17] <cfraz89> right no 0 ul, 2 dl
[14:05:21] <cfraz89> *right now
[14:05:43] <cfraz89> 1/3
[14:05:45] <cfraz89> 1/1
[14:05:46] <cfraz89> 1/2
[14:05:53] <cfraz89> 1/4
[14:06:01] <cfraz89> 2/2
[14:06:15] <cfraz89> 3/3
[14:06:16] <cfraz89> 4/2
[14:06:32] <vknecht> I died with my own missile :-(
[14:06:38] <renaud> :)
[14:06:49] <renaud> you tried a rocket jump ?
[14:07:13] <cfraz89> lol :_
[14:07:20] <vknecht> nope, have to fine tune the rocket speed/position at start
[14:07:22] <cfraz89> owned yourself
[14:07:30] <cfraz89> yeah, i'd like to fix that too
[14:07:39] <cfraz89> it would be good to control that in pcprojectile
[14:07:45] <cfraz89> instead of having to hack around it
[14:08:04] <cfraz89> though thats what the source thing is for, so you don't kill yourself :P
[14:08:32] <cfraz89> 2/3
[14:08:46] <cfraz89> 1/10 :O
[14:09:14] <vknecht> mmm, I'm dying repeatedly, and I dunno why...
[14:09:17] <renaud> kbit or kByte ?
[14:09:36] <cfraz89> kByte
[14:09:55] <renaud> ok
[14:09:58] <cfraz89> vknecht: your hitting stuff?
[14:10:01] <cfraz89> renaud: is that alot?
[14:10:31] <renaud> can't realy tell my only experience with multiplayer games were on LANs
[14:10:32] <vknecht> no, I guess respawning doesn't set energy high enough or something
[14:10:48] <cfraz89> on lans did they use more bandwidth?
[14:11:02] <cfraz89> because the way it is right now it doesnt use any more bandwidth on a lan
[14:11:20] <renaud> well when you have 100M or 1Gb networks you dont realy care aobout bandwidth :)
[14:11:27] <cfraz89> lol :)
[14:11:43] <cfraz89> so they would use more?
[14:12:00] <vknecht> yes, I guess my energy/health is reset to 10 instead of 100
[14:12:08] <cfraz89> ah k
[14:12:20] <vknecht> but iirc, I lowered the value to test dying :)
[14:12:30] * vknecht takes note about that
[14:12:37] <cfraz89> ah
[14:14:38] <cfraz89> quick vknecht take screenies :)
[14:15:12] asantoni has quit: "Ex-Chat"
[14:18:35] <vknecht> ok, I got a few :)
[14:19:19] <cfraz89> awesome :)
[14:26:38] funto has joined #ecksdee
[14:29:10] <vknecht> cfraz89, you're stuck ?
[14:29:15] <vknecht> ah
[14:32:35] <vknecht> I guess I should add an overhead map, so one can quickly see where others are :)
[14:33:03] <cfraz89> yeah, i have that really high on my priority list
[14:35:53] <cfraz89> is ok if i stop game now?
[14:35:58] <vknecht> your thrusters also light up when you're idling, but I accelerate, right ?
[14:36:06] <cfraz89> try it?
[14:36:07] <cfraz89> yeah
[14:36:21] <vknecht> yeah, ok; we can stop now
[14:36:23] <cfraz89> cwait now
[14:36:27] <cfraz89> wait
[14:36:33] <vknecht> yes ?
[14:36:35] <cfraz89> whoops fell off map
[14:36:41] <cfraz89> try accelerateing and now?
[14:36:43] <vknecht> type F5
[14:36:51] <cfraz89> ah nice
[14:37:01] <cfraz89> yeah, is affecting mine
[14:37:46] <vknecht> ok, will really have to fix that, it's been a while...
[14:38:48] <vknecht> ok great ! thanks :)
[14:40:51] <cfraz89> np :)
[14:40:52] <cfraz89> was fun
[14:41:13] <vknecht> yes :)
[15:01:38] vknecht_ has joined #ecksdee
[15:01:56] vknecht has quit: Nick collision from services.
[16:32:03] cfraz89 has quit: Remote closed the connection
[17:08:21] MistaED has quit: "Leaving"
[17:31:51] vknecht has joined #ecksdee
[18:44:26] vknecht has quit: "Bye"
[18:49:11] vknecht has joined #ecksdee
[19:12:42] vknecht has quit: Read error: 104 (Connection reset by peer)
[21:26:35] renaud_ has joined #ecksdee
[22:38:33] Kungfuzius has joined #ecksdee
[23:31:01] Kungfuzius has quit: Client Quit