Previous Page | Next Page

by Josh W at 10:57 PM EDT on May 25, 2006
Some Dirk did this to one of the computers in one of my labs.

by unknownfile at 5:59 PM EDT on May 26, 2006
one word - lol
To Josh W: Revenge! by Yoshinkeru at 7:52 PM EDT on May 26, 2006
If you find out who that is, I suggest you retaliate this way: take a screenshot (PrtScn) of their desktop, then set that as their desktop, then hide all their icons and the start menu. They won't be able to click anything!
by valiant at 9:57 AM EDT on May 28, 2006
Bah... This is just nasty. I hate if someone messes around with my desktop. Even if it's just sorting the icons in alphabetical order - they have to be sorted after purpose. I know, a little OCD of me...

@Yoshinkeru: This is a great idea. :D I'll have to remember that. XD
by hcs at 1:00 PM EDT on May 30, 2006
here's what's been sucking up my time this weekend

edited 1:01 PM EDT May 30, 2006
by hcs at 1:18 PM EDT on June 2, 2006
I just saw a poster advertising a lecture on "Regulation of cerebellum morphogenesis by the dose of Sonic hedgehog and the Engrailed genes".
by Mouser X at 3:20 AM EDT on June 11, 2006
Well, I've been offline for about 1.5 months because the wireless network I was using was taken down. I'm currently back online, but I don't know how long that will last. Hopefully, I'll be able to get caught up in the various areas I frequent.

While I was offline, I freed up enough drive space to re-install WinXP. Unfourtunatly, this means I need to rebuild my settings (and my hardrive structure) to get things where I'd like them to be. Because my drive is being rebuilt, I have about 12-15gb of duplicated data that I need to sort through. Hopefully I'll be able to clean it out, and get things in a manageable manner quickly.

On a side note, Raxco Perfect Disk (a disk defragmenter tool) isn't working for me. It says that it's unable to mount my computer. Anyone happen to have any suggestions on who to fix this? If I can use Raxco, it's much more efficient and clean than using the MS provided disk defragger. Like as in, it can actually defrag your drive before Windows boots up, enabling it to defrag system files. Also, it inteligently defrags the drive, moving the commonly used files to the fastest area of the disk, and the less frequently used files to hte edges and slower areas of the disk. And, unlike the MS defragger, it moves the empty/freespace to the end of the drive, instead of leaving it scattered about and inbetween files, like the MS defragger does. This helps keep fragmnting down when you add new files. Any help would be appreciated. However, considering this is a message board mainly dealing with USFs and other similar things, I don't expect to get much help here. But I also figure it won't hurt to ask either.

Anyway, that's why I've been so quiet lately. Mouser X over and out.
by Mouser X at 2:04 AM EDT on July 22, 2006
Double post!

Just for kicks, I thought I'd mention Narbacular Drop here. It's a very short game, but with the potential for lots of fun. You can find it here. After you've given this game a look, take a look at this. The guys who made Narbacular Drop are the same guys who made "Portal." Apparently, they were hired on the spot, when they showed their game.

If you decided not to look at Narbacular Drop, at least take a look at the video I posted. Once you've watched that, I suggest you give Narbacular Drop a second thought. Again, while the game is short, it has a lot of potential for some very interesting "physics breaking" ideas. And, if the game does bore you, you can find a level editor (or tools, I should say) in their downloads section. If the instructions they provide are inadequate, try these. They simplify the process for those who would like to try this out.

Oh, and one last thing. For some reason, some of the levels don't load all of the objects properly. If this happens, simply restart the level. It should work that time (I wish I had known this. I spent 10 minutes looking for a turtle, and finally dived into the lava just to see what would happen). Hope you enjoy this fun and inovative (though short) game. Mouser X over and out.
by unknownfile at 10:08 PM EDT on July 25, 2006
Here's some code I wrote for Codename: Blubberfish, a server utility written for Jazz 2. It's currently being ported over from Trainer Maker Kit to Visual C++ 6 by hand.

This particular code is to help fix the game's online cooperative play.

void CBlubberfishDlg::OnCoopfix()
{
    // Coopfix for Blubberfish
    // Uses jazz.h by J2NSM (Jam, Grytolle and NeoBeo)
    // Code is (C) 2006 Peter S. Conway
    // certifiedunknownfile@gmail.com

// Inits and stuff

    static int coopfixenabled;
    static int version;
    static int gametype;
    static int online;

Jazz2 j2;

// this function only works with 1.23

    version = j2.Version();

    if (version == 9) {
        j2.TSFEcho("|[BF] Sorry, this hack doesn't work with TSF.");
    }
//    else {
// if (version == 6) {

    gametype = j2.GetGameMode();

// this next block of code doesn't work for reasons unknown
//    online = j2.ReadByte(0x58B0C0);

//    if (online < 1) {
//        j2.Echo("|[BF-System] This hack only works in online play.");
//    }

//    else {

    j2.EchoToSpy("[BF] JJ2 appears to be running 1.23, proceeding with patches.");

    if (coopfixenabled == 1) {
        j2.EchoToSpy("[BF] Error occured: JJ2 has already been patched.");
        j2.Echo("|[BF-Coopfix] Coopfix has already been enabled!");
    }
    else {

// Area End Of Level
    

    j2.PokeHex(0x439532,6,"90 90 90 90 90 90");
    j2.PokeHex(0x439555,1,"EB");
    j2.PokeHex(0x439527,1,"02");

    // Area End Warp

    j2.NOP(0x439661,12);

    // Area Revert Morph

    j2.NOP(0x4397c8,6);

    // Queen Boss
    j2.PokeHex(0x423160,1,"02");
    j2.PokeHex(0x423168,5,"F0 B7 5D 00 06");

    // Swartz Boss

    j2.PokeHex(0x422850,12,"C7 05 F0 B7 5D 00 06 00 00 00 90 90");
    
    // End of the block

    j2.Echo("[BF-Coopfix] Coopfix has been enabled.");

    coopfixenabled = 1;
    }
//    }
//    }
//    }
}
Hey... I went MIA huh? by PokeParadox at 5:44 AM EDT on August 6, 2006
hi I'm just showing my face to prove I'm not dead or something... I have been really busy twards the end of last semmester which is what caused me to disappear in the first place.
Now I have a resit coursework which I'm working on... I have 5 days to finish it but it is coming together... I could have it finished by tomorrow if I rushed so I'm not panicking yet.

I have also been building up my code library... I wrote a simple encryption lib for use in protecting data in game saves... it's not so hard for someone to crack but it will deter most people from trying to edit data :P

greetz :)

Previous Page | Next Page
Go to Page 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source