Raze Posted August 5, 2002 Share Posted August 5, 2002 Anyone found some funny comments by Raven in the source code? I've only looked at it some minutes and found these: cg_main.c //NOTE: This is used by the effect bolting which is actually not used at all. I'm fairly sure if you try to use it with vm's it will just give you total garbage. In other words, use at your own risk. cg_main.c // this is kinda dumb cg_event.c //Hopefully even if this entity is somehow removed and replaced with, say, another item, this time will have expired by the time that item needs to be picked up. Of course, it's quite possible this will fail miserably, so if you've got a better solution then please do use it.<br> cg_event.c //it isn't a hack, it's ingenuity! cg_event.c //only autoselect if not explosive ("safe") cg_event.c< //FIXME: need some sort of body impact on ground sound and maybe kick up some dust?<br> g_main.c //rww - this is an unpleasent hack g_missile.c //(to prevent giant swarms of projectiles being blocked) Anyone else found any ? -Raze Link to comment Share on other sites More sharing options...
Emon Posted August 5, 2002 Share Posted August 5, 2002 LoL, other than all the leftover and meaningless stuff some of the TXT based stuff (like weapons.dat), I haven't really looked. Link to comment Share on other sites More sharing options...
UGG Posted August 11, 2002 Share Posted August 11, 2002 This proves that Raven are l337 h4X0rz, but we knew that already. g_saga.c line 374 //j00 fux0red something up Also... cg_info.c line 97 // Draw all the status / pacifier stuff during level loading // I know, this is total crap, but as a post release asian-hack.... -Ste WTF is an asian-hack? Link to comment Share on other sites More sharing options...
Raze Posted August 12, 2002 Author Share Posted August 12, 2002 I've assembled a little page with comments on my JK2 Scene Webpage http://www.jk2-szene.de .. the page is in german, but if you click on "Source" (under Funstuff on the right page) you'll feel at home Link to comment Share on other sites More sharing options...
Primesghost Posted August 16, 2002 Share Posted August 16, 2002 I came across this one and laughed my butt off. w_force.c line 968: self->health += 25; //This was 50, but that angered the Balance God. Link to comment Share on other sites More sharing options...
ASk Posted August 16, 2002 Share Posted August 16, 2002 i saw a lot of funny comments sadly i do not remember any. moreover, there are some functions like this: void function1(int a, int b, int c, int used1, int used2) { globalvar=used1+used2; } no a,b or c or something like void function(int a, int b, int c, int d, int e, int f, int g) { return; } someone was too lazy Link to comment Share on other sites More sharing options...
Primesghost Posted August 16, 2002 Share Posted August 16, 2002 Found another: w_force.c Line 3126: //trying to pull, but already at closest point, so screw it //trying to push, but already at farthest point, so screw it Link to comment Share on other sites More sharing options...
Emon Posted August 19, 2002 Share Posted August 19, 2002 I used to get an error like, "Damnit, some unknown error trying to write to the clipboard" when cloning a brush in JK2Rad. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.