OH MY! CASSANDRA PROJECT EPISODE 2!!

Dedicated to the discussion of OTP and Deus Ex in general.

Moderators: Master_Kale, TNM Team

User avatar
Jonas
Off Topic Productions
Off Topic Productions
Posts: 14224
Joined: Sat Apr 24, 2004 9:21 pm
Location: Hafnia

Post by Jonas »

YOU BIG MEANIE! :cry:
Jonas Wæver
Chief Poking Manager of TNM

I've made some videogames:
Expeditions: Rome
Expeditions: Viking
Expeditions: Conquistador
Clandestine
User avatar
metche_steele
Illuminati
Posts: 1321
Joined: Thu Dec 09, 2004 4:45 pm

Post by metche_steele »

Sorry -_- I genuinely believed this was true.

How blonde am I ? Serves me right for being female!!!!! *smacks self*
DDL
Traditional Evil Scientist
Traditional Evil Scientist
Posts: 3791
Joined: Mon Oct 17, 2005 10:03 am

Post by DDL »

I couldn't get it to compile. :(

Charlotte is sad some more. Nicholas is angry.
EER
Illuminati
Posts: 2486
Joined: Sat Oct 22, 2005 7:52 pm
Location: NL

Post by EER »

bwahaha! That would run on my old Commedore 64!
In fact, I'm going to try it this weekend :D
EER
Illuminati
Posts: 2486
Joined: Sat Oct 22, 2005 7:52 pm
Location: NL

Post by EER »

In fact, it seemed such a cool app that I couldn't wait for the weekend. Since it is open source, I could easily make some adjustments in the source code so that it may run on any win32 machine :D

Check the 1337 screenshot:
Image

Of course, I share the Cassandra Project Episode 2 with the community:
download!

The cassandra project episode 2 goes C++.

Sources are not included, I'll just post them here:

Code: Select all

// CPEp2.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <time.h>
#include <iostream.h>

int main(int argc, char* argv[]);

void sleep(unsigned int mseconds)
{
    clock_t goal = mseconds + clock();
    while (goal > clock());
}

void goto80(){
	int x;
	printf("FILL IN MORE GAME HERE\n");
	sleep(5);
	sleep(5);
	x = clock() % 5;
	if ( x==1 ){
		printf("Oh no! Guards have said something suggestive. That was very shocking! This surely isn?t a kids? videogame, you know. You are sad.\n");
	}
	main( 0, 0 );
}

int main(int argc, char* argv[])
{
	char c;
	printf("You are Charlotte Williams!\n");
	printf("You are very sad. Boo-hoo!\n");
	printf("There's a conspiracy over there! Do you want to investigate it? Y/N\n");
	cin >> c;
	if ( c == 'y' || c == 'Y' ){
		printf("You discover some bad people did some bad things. You are sad some more\n");
		goto80();
	}
	if ( c == 'n' || c == 'N' ){
		printf("Nicholas is very angry with you. You are sad some more\n");
		goto80();
	}
	printf("Syntax Error\n");
	goto80();
	return 0;
}

As you can see, the only thing not implemented is QUIT PROGRAM and Border, to which I don't really have a clue as to what the hell it does.
User avatar
Master_Kale
HDTP Member
HDTP Member
Posts: 970
Joined: Sat Jun 04, 2005 5:27 pm
Location: California, USA
Contact:

Post by Master_Kale »

ROFL! Man, that was great! Hahahahhaha

Wow, I can't stop laughing, that was awesome. Go, open source! :P
EER
Illuminati
Posts: 2486
Joined: Sat Oct 22, 2005 7:52 pm
Location: NL

Post by EER »

It seems my port has made front page on the original blog:
http://gillen.cream.org/wordpress_html/?p=854

thanks for all the support :lol:
Billy Bob Joe
Thug
Posts: 42
Joined: Tue Oct 18, 2005 6:35 am
Location: teh internets ololol

Post by Billy Bob Joe »

*cries* My hopes and dreams... shattered! Shattered on many pointy rocks! *is sad some more*
Image
Dominic_Denton
UNATCO
Posts: 171
Joined: Sat Aug 12, 2006 12:35 am

Post by Dominic_Denton »

I couldn't use The Cassandra Project, it didn't work right. Whenever I lost health, the screen stayed that shade of red and the pain noise kept repeating. Had to CTRL+ALT+DELETE.

And NOBODY FLAME ME FOR REPLYING. YOU COMPLAIN WHEN I REPLY TO AN OLD THREAD BUT YOU COMPLAIN WHEN I START A NEW ONE.
I've left the board.
User avatar
Jonas
Off Topic Productions
Off Topic Productions
Posts: 14224
Joined: Sat Apr 24, 2004 9:21 pm
Location: Hafnia

Post by Jonas »

Yes, we complain a lot on this forum, I'm afraid you'll have to get used to it. It's because we're generally a bunch of assholes. But lay off the caps, yeah? ;)

The problem you describe sounds like what happens if you shoot one of your allies while god-mode is on. The game has been programmed to kill you if you shoot an ally, because of the killswitch-esque mechanism TCP has implanted in Charlotte. If you're in god-mode, it will not kill you, instead it will make your vision quite red.
Jonas Wæver
Chief Poking Manager of TNM

I've made some videogames:
Expeditions: Rome
Expeditions: Viking
Expeditions: Conquistador
Clandestine
Dominic_Denton
UNATCO
Posts: 171
Joined: Sat Aug 12, 2006 12:35 am

Post by Dominic_Denton »

Oh. I knew that.
Last edited by Dominic_Denton on Sat Sep 30, 2006 11:11 am, edited 1 time in total.
I've left the board.
warman
UNATCO
Posts: 165
Joined: Thu May 11, 2006 5:51 pm

Post by warman »

metche_steele wrote: How blonde am I ? Serves me right for being female!!!!! *smacks self*
1. Metche is female? :shock:
Dominic_Denton
UNATCO
Posts: 171
Joined: Sat Aug 12, 2006 12:35 am

Post by Dominic_Denton »

Now THAT is exactly my question. Or was. Back in the mailbox.
I've left the board.
ZylonBane
UNATCO
Posts: 212
Joined: Tue May 09, 2006 2:07 pm
Location: KC, KS, US
Contact:

Post by ZylonBane »

Dominic_Denton wrote:Oh. I new that.
And now we know you're a compulsive cheater.
ZylonBane's opinions do not represent those of the management.
Post Reply